

/* Start:/local/templates/pfort/css/jquery.fancybox.css?162910628917412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

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

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    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;
    transform: translateZ(0);
    z-index: 99994;
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

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

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

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

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

.fancybox-slide--image .fancybox-content {
    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;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */

.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-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

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

/* Navigation arrows */

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

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

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

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

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

.fancybox-caption--separate {
    margin-top: -50px;
}

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

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

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

/* Loading indicator */

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

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

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

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

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.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 0;
}

.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 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    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: center center;
    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;
    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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/pfort/css/owl.carousel.css?16291062899672*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
  
  
  
  
  
  
/* owl-carousel-2 *//* --------------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel-2 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-2 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-2 .owl-wrapper,
  .owl-carousel-2 .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel-2 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-2 .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-2 .owl-nav.disabled,
  .owl-carousel-2 .owl-dots.disabled {
    display: none; }
  .owl-carousel-2 .owl-nav .owl-prev,
  .owl-carousel-2 .owl-nav .owl-next,
  .owl-carousel-2 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-2 .owl-nav button.owl-prev,
  .owl-carousel-2 .owl-nav button.owl-next,
  .owl-carousel-2 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel-2.owl-loaded {
    display: block; }
  .owl-carousel-2.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-2.owl-hidden {
    opacity: 0; }
  .owl-carousel-2.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-2.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-2.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-2.owl-rtl {
    direction: rtl; }
  .owl-carousel-2.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-2 .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-2 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-2 .owl-item .owl-lazy[src^=""], .owl-carousel-2 .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-2 .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

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

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

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

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

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

/* End */


/* Start:/local/templates/pfort/css/magnific-popup.css?16291062896914*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/pfort/css/style.css?175214635262680*/
/*main*/
* {margin: 0; padding: 0;}
body {
	padding: 0; 
	margin: 0; 
	font-family: 'Segoe UI', sans-serif;
	src:url('/fonts/segoe_ui.eot'); /* IE 9 Compatibility Mode */
	src:url('/fonts/segoe_ui.eot?#iefix') format('embedded-opentype'); /* IE < 9 */
	src:url('/fonts/segoe_ui.woff2') format('woff2'); /* Super Modern Browsers */
	src:url('/fonts/segoe_ui.woff') format('woff'); /* Firefox >= 3.6, modern browser */
	src:url('/fonts/segoe_ui.ttf') format('truetype'); /* Safari, Android, iOS */
	src:url('/fonts/segoe_ui.svg#segoe_ui') format('svg'); /* Chrome < 4, Legacy iOS */
}

.body_scroll {overflow-y: hidden;}
.container {max-width: 1400px;}
@media (max-width: 1440px) {.container {max-width: 1200px;}}
a, p, h1, h2, h3, h4, h5, span, label {
	font-family: 'Segoe UI', sans-serif !important;
	margin: 0; 
	padding: 0;
	line-height: 1.4em;
}
@media (max-width: 991px) {
    section {padding: 0 15px;}
	section h2 {font-size: 32px !important;}
}
input, textarea {outline: none !important;}
h1, h2, h3, h4 {font-weight: 700;}
h5 {font-weight: 400;}

/*letter-spacing*/
h1 {letter-spacing: 0.8px !important;}
h2,h3,h4 {letter-spacing: 0.4px !important;}
h5 {letter-spacing: 0.2px !important;}
header a, header p, header span, header div, header a {letter-spacing: 0.2px !important;}
footer a, footer p, footer span, footer div, footer a {letter-spacing: 0.2px !important;}
section a, section p, section span, section div, section a {letter-spacing: 0.2px !important;}

.blue_txt {color: #009fe3;}

a {text-decoration: none !important; cursor: pointer !important;}
header a:hover {color: #009fe3 !important;}
.animate_size:hover {
	-webkit-transform: scale(1.03); 
	-ms-transform: scale(1.03); transform: scale(1.03);
	transition: transform 0.3s ease-in-out;
}
input {outline:none !important;}
textarea {outline:none !important;}
button {outline:none !important;}

.active {display: block !important;}
.none {display: none !important;}
.active_flex {display: flex !important;}
.inactive {display: none !important;}
.inactive_color {background-color: #e6e7e8 !important;}
.active_color {background-color: #fff !important;}
.height100 {height: 100% !important;}

.show {display: block;}
.hide {display: none;}

.btn_shadow:hover {box-shadow: 0 5px 10px rgb(197 232 247);}
.auth_btn_active img {filter: invert(44%) sepia(90%) saturate(1807%) hue-rotate(167deg) brightness(94%) contrast(104%);}


/*header*/	
.header_row_top {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px solid #e3e6e8;
}
.header_row_top_contact {display: flex;}
.header_row_top_contact div {margin: 0 20px;}
.header_row_top_contact p {
	color: #7c8184;
	font-size: 14px;
	margin-bottom: 5px;
}
.header_row_top_contact a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	display: block;
}
.header_row_top_sign {display: flex;}
.header_row_top_sign a {
	align-self: center;
	height: 40px;
	padding: 8px 30px;
	display: block;
	border-right: 1px solid #e3e6e8;
}
.hamburger {display: none !important;}
#search_btn {display: block;}
#auth_btn {display: block;}
#en_btn {display: block;}
.search_btn_turn_off {display: none;}
.header_row_top_sign a:first-child {border-left: 1px solid #e3e6e8;}
.header_row_second {
	padding: 0;
	position: relative;
	height: 60px;
	background-color: #fff;
}
.header_row_second_items {
	display: flex;
	justify-content: space-between;
}
.header_row_second_items div {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.header_row_second a {
	padding: 17px 0;
	color: #000;
	font-weight: 700;
	font-size: 18px;
    display: block;
	text-transform: uppercase;
}
.search_panel {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
	height: 50px;
	background-color: #fff;
}
.search_panel form {
	display: flex;
	margin-top: 10px;
}
.search_panel .search_line {
	width: 90%;
	padding: 0 15px;
	margin: 0 15px 0 0;
	border: 1px solid #009fe3;
}
.search_panel .search_btn_tap {
	width: 230px;
    font-weight: 700;
    background-color: #009fe3;
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 20px;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
}
.hamburger {display: none;}
.hamburger img {width: 26px;}
.hamburger_btn_turn_off {display: none;}

@media (max-width: 1440px) {
	.logo img {width: 150px;}
	.header_row_top_contact div {margin: 0 15px;}
	.header_row_top_contact p {font-size: 12px;}
}
@media (max-width: 991px) {
	h2 {font-size: 24px;}
	.container {margin: 0; padding: 0;}
	.logo {align-self: center;}
	.logo img {width: 120px;}
	.header_row_top {
		padding: 10px 15px; border: none;}
	.header_row_top_contact div {display: none;}
	.header_row_second {display: none;}
	.header_row_top_sign a {
		height: auto; 
		padding: 8px 15px;
		border: none;
	}
	.header_row_top_sign a:first-child {border: none;}
	.header_row_second {
		display: block;
		height: 0;
		width: 100%;
	}
	.mob_item_wrap {
		display: none;
		position: relative;
		background-color: #fff;
		padding: 40px 30px;
		width: 100%;
		height: 100vh;
		z-index: 10;
	}
	.mob_item {display: none; margin: 0 15px 8px 15px; padding: 0;}
	.header_row_second a {padding: 0;}
    .header_row_top_sign a {padding: 8px 10px;}
    .hamburger {display: block !important;}
    .search_panel {
    	height: 100px; 
    	width: 100%;
    	padding: 20px;
    	border-bottom: solid 1px #009fe3;
    	box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.2);
    }
    .search_panel .search_line {
		width: 70%;
	}
	.search_panel .search_btn_tap {
		width: 30%;
	}
    .search_line {width: 100%;}
    .search_btn_tap {width: 100%;} 
    .feedback_btn_mob p {display: none !important;}
	.feedback_btn_mob {
		z-index: 1;
		position: fixed;
		bottom: 30px;
		right: 20px;
		background: url(/local/templates/pfort/css/../img/phone.png) no-repeat center;
		background-color: #009fe3;
		width: 50px !important;
		height: 50px !important;
		border-radius: 25px !important;
	}
}


/*main banner*/
.main_banner {
	height: 500px;
	background: url(/local/templates/pfort/css/../img/img01.jpg) no-repeat center top / cover;
	display: flex;
}
.main_banner .container {align-self: center;}
.main_title_wrap {width: 60%; margin-bottom: 15px;}
.main_title {}
.main_title h1 {
	font-weight: 700;
	font-size: 45px;
	color: #fff;
}
.main_title p {
	margin-top: 15px;
	font-size: 24px;
	color: #fff;
	line-height: 1.2em;
	font-weight: 400;
}
@media (max-width: 991px) {
	.main_banner {height: auto; display: block; margin: 0;}
	.main_title_wrap {width: 100%; margin: 0; padding: 60px 20px;}
	.main_title h1 {font-size: 28px;}
	.main_title p {font-size: 18px;}
}


/* leader_tech */
#tabs {
	position: relative;
	margin: -40px 0 30px 0;
}
#tabs > ul  {
	display: flex; 
	flex-wrap: wrap;
	height: 600px;
}
#tabs > ul > li {
	width: 20%;
	list-style-type: none;
}
#tabs ul li .leader_tech_btn div:nth-child(2) {
	height: 140px;
}
#tabs ul li .leader_tech_btn div:nth-child(2) img {
	margin-top: 25px;
}
#tabs ul .active .leader_tech_btn div:nth-child(2) {
	background: #f0f2f2;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin-right: auto;
    margin-left: auto;
	visibility: visible;
}
#tabs > ul > li:nth-child(1) {
	margin: 90px 0 0 0;
}
#tabs > ul > li:nth-child(2) {
	margin: 90px 0 0 0;
}
#tabs > div {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	background-color: #f0f2f2;
    width: 700px;
    height: 575px;
	padding: 60px;
}

.leader_tech_box {
	padding-left: 50px;
}
.leader_tech_btn {
	text-align: center;
	font-size: 20px;
	color: #000;
}
.leader_tech_btn p {
	margin-top: 20px;
}
.leader_tech_quad_txt {
	display: flex;
	align-items: center;
}
.leader_tech_quad_txt h2 {
	font-size: 30px;
}
.leader_tech_quad_txt p {
	font-size: 20px;
}
.leader_tech_icons #tabs .frame {
	position: absolute;
	width: 710px;
	height: 610px;
	display: block !important;
	background-color: inherit;
}
.leader_tech_icons #tabs ul li a div img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	transition: transform .3s ease-in-out;
}

#tabs-1 {background: #fff url(/local/templates/pfort/img/back_icon1.png) center no-repeat;}
#tabs-2 {background: #fff url(/local/templates/pfort/img/back_icon2.png) center no-repeat;}
#tabs-3 {background: #fff url(/local/templates/pfort/img/back_icon3.png) center no-repeat;}
#tabs-4 {background: #fff url(/local/templates/pfort/img/back_icon4.png) center no-repeat;}
 .frame {
   --boxW: 710px;
   --boxH: 610px;
   --borderW: 20%;
   --borderH: 20%;
   --borderSize: 5px;
 }
.frame {
    width: 760px;
    height: 635px;
	background-image: linear-gradient(#009fe3 var(--borderH), transparent var(--borderH), transparent calc(var(--boxH) - var(--borderH)), #009fe3 calc(var(--boxH) - var(--borderH))),
                     linear-gradient(90deg, #009fe3 var(--borderW), transparent var(--borderW), transparent calc(var(--boxW) - var(--borderW)), #009fe3 calc(var(--boxW) - var(--borderW))),
                     linear-gradient(#009fe3 var(--borderH), transparent var(--borderH), transparent calc(var(--boxH) - var(--borderH)), #009fe3 calc(var(--boxH) - var(--borderH))),
                     linear-gradient(90deg, #009fe3 var(--borderW), transparent var(--borderW), transparent calc(var(--boxW) - var(--borderW)), #009fe3 calc(var(--boxW) - var(--borderW)));
   background-size: var(--borderSize) var(--boxH), var(--boxW) var(--borderSize), var(--borderSize) var(--boxH), var(--boxW) var(--borderSize);
   background-position: 0 0, 0 0, 100% 100%, 100% 100%;
   background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.leader_tech_icons #tabs .frame {
	position: absolute;
	width: 760px;
    height: 635px;
	display: block !important;
	background-color: inherit;
	top: -30px;
	right: -30px;
}
.frame {
    --boxW: 760px;
    --boxH: 635px;
    --borderW: 20%;
    --borderH: 20%;
    --borderSize: 5px;
}
@media (max-width: 991px) {
	.leader_tech_box {padding-left: 0;}
	.leader_tech_btn p {margin-top: 10px; font-size: 16px;}
	#tabs {margin: 0; padding: 0;}
	#tabs > ul {height: 100%; justify-content: space-between;}
	#tabs > ul > li {width: 45%;}
	#tabs > ul > li:nth-child(1) {margin: 30px 0;}
	#tabs > ul > li:nth-child(2) {margin: 30px 0;}
	#tabs > div {
		position: static;
		width: 100%;
		height: auto;
		padding: 30px;
		margin: 30px 0;
	}
	.leader_tech_icons #tabs .frame {display: none !important;}
}

/*production*/
.production {margin: 0 0 30px 0;}
.production h2 {
	font-size: 45px;
	margin-bottom: 20px;
}
.production_item {
	margin: 20px 0;
	padding: 0 20px; 
}
.production_item a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 340px;
    background: #eeeeee;
}
.production_item_background {
    height: 100%;
    width: auto;
    overflow: hidden;
    max-height: 250px;
}
.production > .container > .row > .production_item  > a > img:nth-child(1) {
	padding-top: 25px;
}
.production_item h4 {
	font-size: 19px;
	position: absolute;
	right: 0; left: 0; margin: auto;
	bottom: 30px;
	text-align: center;
	color: #000;
	width: 80%;
}
.production a:hover {
	box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease-in-out;
}
.angle_sm_1 {
	display: none;
	position: absolute;
	top: 10px;
	left: 30px;
}
.angle_sm_2 {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 30px;
}
.production_item:hover .angle_sm_1 {
	display: block;
	transform: translateY(0px);
}
.production_item:hover .angle_sm_2 {
	display: block;
	transform: translateY(0px);
}
@media (max-width: 1440px) {
	.production_item h4 {font-size: 18px; top: 230px;}
}
@media (max-width: 991px) {
	.production_item {padding: 0; margin: 10px 15px;}
	.production_item_background {width: auto;}
	.production_item h4 {top: auto; bottom: 20px;}
	.angle_sm_1, .angle_sm_2 {display: none !important;} 
}


/*news_events*/
.news_events {margin: 100px 0;}
.news_events_flex {display: flex;}
.news_events_col {
    width: 100%;
}
.news_events_col_1 {
    padding-right: 170px;
}
.news_events_col h2 {
	font-size: 45px;
	margin-bottom: 40px;
}
.news_events_item {
	margin-bottom: 40px;
	margin-right: 40px;
	display: flex;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_events_item img {
    max-width: 200px;
    height: max-content;
}
.news_events_item h5 {
	font-size: 18px;
	color: #000;
	margin-left: 30px;
}
.news_events_item span {
	position: absolute;
	bottom: -4px;
	left: 230px;
	color: #7c8184;
	font-size: 14px;
}
.news_events_btn_more {display: flex; margin-top: 60px;}
.news_events_btn_more h4 {font-size: 18px; color: #000;}
.news_events_btn_more img {
	margin-left: 10px; 
	height: 100%;
	align-self: center;
}
@media (max-width: 991px) {
    .news_events {margin: 15px 0;}
	.news_events_col_1 {padding: 0;}
	.news_events_flex {display: block;}
	.news_events_item {display: block; margin: 0 0 30px 0;}
	.news_events_item h5 {font-size: 16px; margin: 15px 0 0 0;}
	.news_events_item img {height: auto; width: auto; margin: auto;}
	.news_events_item span {position: static; font-size: 14px; margin: 0;}
	.news_events_btn_more {margin: 0;}
	.news_events_col h2 {margin: 60px 0 30px 0;}
}


/* event mark */
.news_events_flex > .news_events_col:nth-child(2) > .news_events_item::before{
	content:'';
	border: solid 1px #009fe3;
	position: absolute;
	width: calc(100% + 1.5rem);
	height: calc(100% + 1.5rem);
}
@media (max-width: 991px) {
	.news_events_flex > .news_events_col:nth-child(2) > .news_events_item::before {
		width: calc(100%);
		height: calc(100% + 1rem);
	}
	.news_events_flex > .news_events_col:nth-child(2) > .news_events_item img, 
	.news_events_flex > .news_events_col:nth-child(2) > .news_events_item h5, 
	.news_events_flex > .news_events_col:nth-child(2) > .news_events_item span {
		padding: 10px;
	}
}


/*subscribe*/
.subscribe {
	margin: 0 0 40px 0;
	padding-bottom: 50px;
}
.subscribe_smm a {
	width: 40px;
	height: 40px;
	background: #009fe3;
	border-radius: 20px;
}
.subscribe_smm img {
	width: 40px;
	height: 40px;
}
.subscribe_flex {
	display: flex;
	margin-top: 15px;
}
.subscribe h3 {
	align-self: center;
	font-size: 29px;
	white-space: nowrap;	
}
.subscribe p {
	align-self: center;
	margin-left: 30px;
	font-size: 13px; 
	color: #7c8184;
}
.subscribe p a {
	align-self: center;
	font-size: 13px; 
	color: #7c8184;
	text-decoration: underline !important;
}
.subscribe form {
	align-self: center; 
	display: flex;
}
.subscribe_smm {
	align-self: center;
	height: 40px;
	margin-left: 30px;
	display: flex;
}
.subscribe_smm a {margin: 0 7px;}
.enter_subscribe {
	height: 40px;
	width: 270px;
	padding: 0 20px;
	margin: 0 15px 0 40px;
	border: 1px solid #e3e6e8;
}
.btn_subscribe {
	font-weight: 700;
	background-color: #009fe3;
	color: #fff;
	border: none;
	padding: 0 25px;	
	border-radius: 20px;
	height: 40px;
}
.line_long {width: 100%;}
#subs-modal h3 {
	color: #009fe3;
	font-size: 24px;
}
#subs-modal #result {
	font-size: 18px;
}
@media (max-width: 1440px) {
	.subscribe h3 {font-size: 20px;}
	.subscribe p {margin-left: 20px; font-size: 12px;}
}
@media (max-width: 991px) {
	.subscribe {margin: 40px 0;}
	.subscribe_flex {display: block; text-align: center;}
	.subscribe h3 {white-space: normal; margin: 0 0 15px 0;	}
	.subscribe form {display: block; width: 100%;}
	.enter_subscribe {height: 40px; width: 100%; margin: 0;}
	.btn_subscribe {margin: 15px 0;}
	.subscribe_smm {
		margin: 20px 0 10px 0;
		display: flex; 
		justify-content: center;
	}
	.subscribe {margin: 60px 0 50px 0;}
	.subscribe p {margin: 20px 0 15px 0; font-size: 12px;}
	.subscribe img {padding-bottom: 0px;}
}

/*footer*/
footer {}
.footer_wrap {position: relative;}
footer iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	filter: grayscale(100%);
	height: 450px;
}
.footer_insert {
    position: absolute;
    z-index: 1;
    top: 60px;
}
.footer_background {
	position: absolute;
	width: 60%;
	height: 450px;
	background: url(/local/templates/pfort/css/../img/footer_img3.png) no-repeat right / cover;
}
.footer_contact_box_flex {
    display: flex;
    margin: 0 0 20px 0;
}
.footer_contact_item {
	margin: 10px 40px 0 0;
}
.footer_contact_item p, .footer_contact_item a {
	color: #fff;
	line-height: 1.5em;
}
.footer_contact_item p {
	font-size: 14px;
}
.footer_contact_item a, .footer_contact_item span {
	font-size: 24px;
	color: #fff;
	line-height: 1.5em;
}
.feedback_btn {
	background-color: #009fe3; 
	color: #fff;
	border: none !important;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	height: 40px;
	width: 230px;    
	margin: 5px 0 0 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.feedback_btn p {
	font-weight: 700;
	font-size: 16px !important;
	color: #ffffff !important;
}
.btn_conf {
    background-color: #009fe3; 
	color: #fff;
	border: none !important;
	width: 100%;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	height: 40px;
	margin: 5px 0 0 0;
}
.footer_contact iframe {
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer_smm {
    margin: 20px 0 0 0;
    display: flex;
}
.footer_smm_btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
}
.footer_smm_btn:last-of-type {
    margin: 0;
}
.footer_smm_btn img:nth-child(1) {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    width: 50px;
}
.footer_smm_btn img:nth-child(2) {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    width: 40px;
}
.footer_smm_btn img:nth-child(3) {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    width: 26px;
}
.footer_smm_btn:hover {
    -webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
	transition: transform 0.1s;
}


@media (max-width: 991px) {
	footer iframe {display: none;}
	.footer_background {display: none;}
	footer {
		text-align: center;
		background: url(/local/templates/pfort/css/../img/footer_img3.png) no-repeat center top / cover;
        height: 100%;
	    padding: 20px;
	}
	.footer_contact_box {
		width: 100%;
		height: 100%;
		position: static; 
		padding: 0;
		background: none;
	}
	.footer_contact_box_flex {display: block !important;}
	.footer_contact_item {margin: 15px 0;}
	.footer_contact_item a {font-size: 18px; font-weight: 700;}
	.footer_contact_item span {font-size: 18px; font-weight: 700;}
	.footer_insert {position: static; margin: 30px 0;}
	.footer_smm {justify-content: center;}
	.feedback_btn {width: 70%; padding 30px 30px 10px 30px; margin: auto;}
}

/*modal window - sign in, sign out*/
.mfp-content {
	width: 35% !important;
}
.white-popup {
	padding: 50px 20px;
	background: #fff;
	text-align: center;
	position: relative;
	width: 100%;
	text-align: center;
}
.signin {
	padding: 0;
}
.white-popup h3 {
	color: #000;
	margin: 0 0 15px 0;
}
.signin .btn {
    border-radius: 0px;
}
.signin input {
	width: 100%;
	margin: 5px 0;
	padding: 8px 15px;
	border: 1px solid #CFCFCF;
}
.signin_txt {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.remember_me input {width: 15px;}
.remember_me a, .remember_me p, .remember_me label {
	color: #555;
}
.signup .btn {
    border-radius: 0px;
}
.signup input {
	width: 100%;
	margin: 5px 0;
	padding: 8px 15px;
	border: 1px solid #CFCFCF;
}
.signin_txt {
	display: flex;
	justify-content: space-between;
}
.remember_me input {width: 15px;}
.signup p {
	text-align: center;
	color: #555;
	margin: 15px;
}
.btn {
	background-color: #009fe3; 
	color: #fff;
	border: none !important;
	width: 230px;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	height: 40px;
	width: 230px;    
	margin: 5px 0 0 0;
}
.btn:hover {background-color: #0486bd; color: #fff;}
.modal_auth_tabs {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.modal_auth_tabs a {
	color: #000; 
	font-size: 18px;
}
.signin_btn {
	background-color: #fff;
	width: 50%;
	padding: 20px;
}
.signup_btn {
	background-color: #e6e7e8;
	color: #000;
	width: 50%;
	padding: 20px;
}
.close_auth {
	position: absolute;
	right: 0px;
	top: -35px;
	font-size: 18px;
	color: #fff;
}
.white-popup .page_content_forgot_pass_st {
	width: 100%;
	padding: 15px;
}
.page_content_forgot_pass_st input {
	padding: 5px 10px;
	margin: 5px 0 15px 0;
}
.page_content_forgot_pass_st .link-modal {
	font-weight: 400;
	text-align: center;
	color: #009fe3;
}
.starrequired {
	color: #000;
    font-size: 16px;
}
.registr p {color: #555;}

@media (max-width: 991px) {
	.white-popup {width: 100%; height: 100%; top: 0; padding: 15px 0; overflow: scroll;}
	.close_auth {right: 35px; top: 35px; color: #000000;}
	.signin_txt {display: block;}
	.signin_txt div {margin-bottom: 10px;}
	.signup {margin: 0; padding: 15px;}
	.signin {margin: 0; padding: 15px;} 
	.modal_auth_tabs {
	    border: 1px solid #CFCFCF;
	    display: flex;
        justify-content: center;
        width: 75%;
        margin: 0 15px;
	}
	#modal-login {padding: 30px 0;}
	#modal-registr {padding: 30px 0;}
	#modal-forgotpass {padding: 40px 15px;}
}
 
/*feedback form*/
.feedback_wrap {
	padding: 15px 30px 50px 30px;
    background-color: #fff;
    text-align: center;
}
.feedback {
	padding: 0;
	margin: 30px 0;
}
.feedback_wrap h3 {
	text-align: center;
	padding: 40px 15px 0px 15px;
	font-size: 20px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.feedback_wrap p {
	text-align: center;
	padding: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
}
.feedback_wrap input {
	width: 100%;
	margin: 5px 0;
	padding: 8px 15px;
	border: 1px solid #CFCFCF;
}
.feedback .btn {
    border-radius: 0;
}
.feedback textarea {
	width: 100%;
	margin: 5px 0;
	padding: 8px 15px;
	border: 1px solid #CFCFCF;
}
.feedback_txt {
	display: flex;
	justify-content: space-between;
}
.close_feedback {
	position: absolute;
	right: 0px;
	top: -35px;
	font-size: 18px;
}
@media (max-width: 991px) {
	.feedback {margin: 0; padding: 15px;}
	.feedback_wrap {width: 100%; top: 0; padding: 15px 0; height: 100%; overflow: scroll;}
	.feedback_wrap h3 {padding: 20px 15px 10px 15px;}
	.close_feedback {right: 20px; top: 15px; color: #000000;}
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {width: 90% !important;}
}

/*scroll to top*/
.btnScroll {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background-color: #000;
	border: none;
	opacity: 0.1;
	background-image: url('/local/templates/pfort/css/../img/top.png');
}
.btnScroll img {width: 30px;}
@media (max-width: 991px) {
	.btnScroll {
		bottom: 90px;
		right: 20px;
		width: 50px;	
		height: 50px;
		border-radius: 25px;
	}
	.btnScroll img {width: 25px;}
}


/* ************* content page ************* */
/* ************* content page ************* */
/* ************* content page ************* */

/* catalog1 */

/* catalog col 1 */
.catalog_col1 {
	padding: 0 70px 0 0;
	margin: 0;
}
.catalog_col1 hr {
	background: #009fe3; 
	margin: 0;
}

/* catalog 1 col 2 */
.catalog1 {
	border-top: 1px solid #e3e6e8;
	padding: 60px 0 20px 0;
}
.catalog1_col2 {
	padding: 0;
	margin: 0;
}
.catalog1_col2 hr {
	background: #009fe3; 
	margin: 0;
	width: 60px;
}
.catalog1_col2 h1 {
	margin: 15px 0 30px 0;
	font-size: 45px;
}
.catalog1_col2 p {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
}
.catalog_text {
	overflow: hidden;
	position: relative;
}
.catalog_text li {
	font-size: 18px;
    color: #000;
	list-style-type: none;
}
.catalog_text li::before {
	content: "✔";
	font-weight: bold;
	font-size: 20px;
	color: #009fe3;
}
.catalog_text_free {
    height: 100%;
}
.catalog_text span {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 90px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}
.show_all_text_desc, .show_all_text_desc_hide  {
	font-size: 16px !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: block !important;
	background: #fff !important;
	border: none !important;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 700 !important;
}
.show_all_text_desc:before {
	content:'';
	display: inline-block;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin: 0 7px -2px 0;
	background-image: url('/local/templates/pfort/css/../img/expand.svg');
}
.show_all_text_desc_hide:before {
	content:'';
	display: inline-block;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin: 0 7px -2px 0;
	background-image: url('/local/templates/pfort/css/../img/expand.svg');
	transform: rotate(180deg);
}
.readmore-js-collapsed::before {
	content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

/* category_card */
.category_card_wrap {
	margin: 40px 0 0 0;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.category_card {
	width: 100%;
    max-width: 310px;
    margin: 0 30px 30px 0;
    border: solid 1px #dcdcdc;
}
.category_card a {
    display: flex;
	width: auto;
	height: 360px;
	padding: 0;
	position: relative;
	background: #f0f2f2;
	overflow: hidden;
	justify-content: center;
}
.category_card h4 {
	font-size: 19px;
	position: absolute;
	right: 0; left: 0; margin: auto;
	bottom: 15px;
	text-align: center;
	color: #000;
	width: 85%;
	line-height: 1.2em;
}
.category_card_background {
    align-self: center;
    max-width: 100%;
    width: fit-content;
    height: auto;
}
.category_card_wrap_custom .category_card .category_card_background {
    max-width: 60%;
    position: absolute;
    top: 0; right: 0; bottom: 50px; left: 0;
    margin: auto;
}
.angle_cat_1 {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.angle_cat_2 {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.category_card:hover {
	box-shadow: 10px 10px 30px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease-in-out;
}
.category_card:hover .angle_cat_1 {
	display: block;
	transform: translateY(0px);
}
.category_card:hover .angle_cat_2 {
	display: block; 
	transform: translateY(0px);
}
.category_card:hover .angle_sm_1 {
	display: block;
	transform: translateY(0px);
}
.category_card:hover .angle_sm_2 {
	display: block; 
	transform: translateY(0px);
}
@media (max-width: 1400px) {
    .category_card {max-width: 260px;}
    .category_card h4 {top: 260px; font-size: 17px;}
}
@media (max-width: 991px) {
	.catalog1 {padding: 0 0 10px 0;}
	.catalog1_col1 {margin: 0; padding: 0;}
	.catalog1_col2 {margin: 0; padding: 0;}
	.banner2 img {width: 100%;}
	.banner2 {margin: 20px 0 20px 0;;}
	.catalog1_product_row {display: block; margin: 0; padding: 0;}
	.category_card {width: 100%; margin-bottom: 20px;}
	.category_card {max-width: 100%;}
	.category_card h4 {top: auto; bottom: 15px;}
	.category_card {margin: 0 0 30px 0;}
	.category_card a {height: 360px;}
	.category_card_wrap_custom .category_card .category_card_background {max-width: 40%;}
	.angle_cat_1, .angle_cat_2 {display: none !important;}
}


/* catalog 2 */
.catalog2 {
	border-top: 1px solid #e3e6e8;
	padding: 60px 0 20px 0;
}
.catalog2_col2 {
	padding: 0;
	margin: 0;
}
.catalog2_col2 hr {
	background: #009fe3; 
	margin: 0;
	width: 60px;
}
.catalog2_block_top {
	display: flex;
	margin-bottom: 40px;
}
.catalog2_block_img {
	margin: 0 40px 0 0;
}
.catalog2_col2 h1 {
	margin: 15px 0 30px 0;
	font-size: 45px;
}
.catalog2_col2 p {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
}
.catalog2_block {
	margin: 40px 0 0 0;
	padding: 30px 40px;
	border: solid 1px #e3e6e8;
	position: relative;
}
.catalog2_block_img img {
    max-width: 320px;
    height: auto;
}
.catalog2_block p {
	font-size: 16px;
	line-height: 1.7em;
}
.catalog2_block p font {
	font-size: 16px;
	font-weight: 700;
	color: #009fe3;
}
.catalog2_block_flex {
	display: flex;
}
.catalog2_block h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
.catalog2_block_2 {
	margin: 0;	
}
.catalog2_block img {
	margin: 30px 50px 70px 5px;
	max-width: 275px
}
.catalog2_block a {
	position: absolute;
	bottom: 40px;
	width: 280px;
	background: #fff;
	border: solid 1px #009fe3;
	padding: 7px 25px;
	border-radius: 20px;
	font-weight: 700;
	color: #009fe3;
	text-align: center;
}
.catalog2_block a:hover {
	background: #009fe3;
	color: #fff;
	transition: 0.1s;
}
.cat_img_long {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.cat_img_long img {
    max-width: 300px;
	padding: 5px 15px 0 0;
}

@media (max-width: 991px) {
	.catalog2 {padding: 0;}
	.catalog_col1 {padding: 0;}
	.catalog2_block_top {display: block;}
	.catalog2_block_flex {display: block;}
	.catalog2_block_flex img {width: 100%;}
	.catalog2_block button {position: static;}
	.catalog2_col2 h1 {font-size: 26px;}
	.catalog2_block h2 {font-size: 20px;}
	.catalog2_block a {position: static; display: block; width: 100%; margin: 20px 0 20px 0;}
	.catalog2_block {padding: 25px 15px;}
	.catalog2_block_img img {width: 100%; max-width: 100%;}
	.catalog2_block img {margin: auto; display: flex}
	.catalog2_block_img {margin: 0 0 20px 0;}
	.cat_img_long img {width: 100%;}
}


/* catalog 3 */
.catalog3 {
	border-top: 1px solid #e3e6e8;
	padding: 60px 0 20px 0;
}
.catalog3_col2 {
	padding: 0;
	margin: 0;
}
.catalog3_col2 hr {
	background: #009fe3; 
	margin: 0;
	width: 60px;
}
.catalog3_block_top {
	display: flex;
	margin-bottom: 60px;
}
.catalog3_block_top > div:nth-child(2) {
	font-size: 18px;
	line-height: 1.5em;
	width: 100%;
}
.catalog3_col2 h1 {
	margin: 15px 0 30px 0;
	font-size: 35px;
}
.catalog3_col2 p {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
}
.cat3_photo {
	margin: 0 40px 0 0;
}
.cat3_photo_main {
	width: 320px;
}
.cat3_photo_main a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #dcdcdc;
	width: 320px;
	height: 240px;
	overflow: hidden;
}
.cat3_photo_main img {
	width: auto;
	height: 100%;
}
.cat3_slider div {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	width: 320px;
}
.cat3_slider a {
	display: flex;
	justify-content: center;
	border: solid 1px #dcdcdc;
	width: 30%;
	height: 70px;
	margin: 0 10px 10px 0;
	padding: 10px;
}
.cat3_slider img {
	width: 100%;
	height: auto;
}
.catalog3_block > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog3_block > div > li {
	width: 45%;
	margin: 0 0 10px 0;
}
.catalog3_block > div > li:nth-child(1) a {
	color: #009fe3;
	font-weight: 400;
	margin: 0 0 0 5px;
}
.catalog3_block > div > li::before {
	content: ' ';
	display: inline-block;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin: 0 7px -2px 0;
	background-image: url('/local/templates/pfort/css/../img/document.svg'); 
}
.catalog3_block > div > li > a {
	color: #000;
}
.catalog3_block_btn {
	display: flex;
}
.catalog3_block_btn button {
	height: 50px;
	width: 270px;
	display: flex;
	justify-content: center;
	border: none;
	margin-right: 1px;
}
.catalog3_block_btn button img {
	margin-right: 10px;
	align-self: center;
}
.catalog3_block_btn button span {
	align-self: center;
	font-size: 16px;
	font-weight: 700;
}
.cat3_btn.cat3_btn_active {background: #009fe3;}
.cat3_btn.cat3_btn_active span {color: #fff;}
.cat3_btn {background: #f0f2f2;}
.cat3_btn span {color: #000;}
.btn_icon.none {display: none;}
.btn_icon.active {display: block;}
.catalog3_block_content {display: none;}
.catalog3_block_content.active {display: block;}

.b_01_w {display: none;}
.b_01_w.active {display: block;}
.b_01_b {display: none;}
.b_01_b.active {display: block;}
.b_02_w {display: none;}
.b_02_w.active {display: block;}
.b_02_b {display: none;}
.b_02_b.active {display: block;}
.b_03_w {display: none;}
.b_03_w.active {display: block;}
.b_03_b {display: none;}
.b_03_b.active {display: block;}

.catalog3_block_content {
	padding: 40px 80px;
	border: solid 1px #009fe3;
}
.catalog3_block_content_form {
    padding: 0;
    border: none;
}
.catalog3_table {
	width: auto; 
	font-size: 18px;
	margin: 40px 60px 0px 100px;
}
.catalog3_table tr:nth-child(even) {background: #f0f2f2;}
.catalog3_table tr, .catalog3_table td {
	border: solid 1px #d1d7da; 
}
.catalog3_table td {
	padding: 12px 25px;
}
@media (max-width: 991px) {
	.catalog3 {padding: 0;}
	.catalog_col1 {padding: 0;}
	.catalog3_block_top {display: block;}
	.catalog3_block_flex {display: block;}
	.catalog3_col2 h1 {font-size: 22px;}
	.catalog3_block h2 {font-size: 20px;}

	.catalog3_block_btn button {width: 33%;}
	.catalog3_block_btn button img {display: none;}
	.catalog3_block_btn button span {font-size: 10px; font-weight: 400;}
	.catalog3_block_content {padding: 25px;}
	.catalog3_block_content_form {padding: 0;}

	.catalog3_table {margin: 15px 0; font-size: 14px;}
	.catalog3_table td {padding: 5px 5px;}
	.cat3_photo {margin: 0;}
	.cat3_photo_main img {max-width: 100%;}

	.tab_btn_cat {display: none !important;}
	.catalog3_block > div > li {width: 100%; margin: 0;}
	.catalog3_block_top > div:nth-child(2) {font-size: 16px; margin-top: 30px;}
}


/* news 1 */
.news_col2 {
	padding: 0;
	margin: 0;
}
.news_col2 hr {
	background: #009fe3; 
	margin: 0;
	width: 60px;
}
.news_h1_1 {
	margin: 15px 0 35px 0;
	font-size: 45px;
}
.news_block {
    border: solid 1px #e6e6e6;
    padding: 30px;
    margin: 0 0 30px 0;
}
.news_block_flex {
    display: flex;
}
.news_block_img {
    align-self: flex-start;
    border: solid 1px #e6e6e6;
    padding: 20px 10px;
}
.news_block_img img {
    max-width: 250px;
    height: auto;
}
.news_block_img_2 {
    padding: 0;
    width: 250px;
    height: 200px;
    display: flex;
    background: #fff;
}
.news_block_img_2 img {
    align-self: center;
    width: 250px;
    height: auto;
}
.news_block_txt {
    margin: 0 30px 0 30px;
}
.news_block_txt h2 {
    font-size: 25px;
    line-height: 30px;
    margin: -5px 0 10px 0;
}
.news_block_p {
    font-size: 16px !important;
    line-height: 25px !important;
    margin: 0 0 10px 0 !important;
    color: #000000 !important;
}
.news_block_date {
    font-size: 14px !important;
    line-height: 14px !important;
    margin: 0 !important;
    color: #7c8184 !important;
}
.news_block_btn_more {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}
.news_block_btn_more button {
    border: solid 1px #009fe3;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: 7px 35px;
}
.news_block_btn_more img, .news_block_btn_more span {
    align-self: center;
}
.news_block_btn_more span {
    margin: 0 0 0 9px;
    color: #009fe3;
    font-size: 16px;
    font-weight: 700;
}
.news_block_add {
    display: none;
}
@media (max-width: 991px) {
    .news_block {display: block; padding: 30px 15px;}
    .news_block_flex {display: block;}
    .news_block_add {display: none;}
    .news_block_txt > h2 {
		margin: 20px 0 15px 0 !important;
		font-size: 20px !important;
		line-height: 1.3em !important;
		padding: 0 !important;
	}
    .news_block_txt {margin: 25px 0;}
    .news_block_img_2 {width: 100%;}
    .news_block_img_2 > img {
		max-height: 200px !important;
		width: auto !important;
		height: 100% !important;
		margin: auto;
	}
}

/* news content */
.news_h1_2 {
	margin: 15px 0 35px 0;
	font-size: 35px;
	line-height: 42px;
	width: 85%;
	color: #000000;
}
.news_content_img {
    float: left;
    margin: 10px 40px 20px 0;
}
.news_content_img img {
    max-width: 350px;
    height: auto;
}
.news_txt_content p {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin: 0 0 10px 0;
}
.news_h2_2 {
    margin: 15px 0 8px 0;
	font-size: 30px;
	line-height: 35px;
	width: 85%;
	color: #000000;
}
.news_h3_2 {
    margin: 15px 0 8px 0;
	font-size: 24px;
	line-height: 30px;
	width: 85%;
	color: #000000;
}
.news_h4_2 {
    margin: 15px 0 8px 0;
	font-size: 18px;
	line-height: 22px;
	width: 85%;
	color: #000000;
}
.news_margin_left {
    margin-left: 25px !important;
}
.news_txt_content a {
    color: #009fe3;
}
.news_content_img_row {
    display: flex;
    margin: 80px 0 60px 0;
}
.news_content_img_row div {
    margin: 0 40px 0 0;
}
.news_content_img_row div img {
    max-width: 320px;
    height: max-content;
}
@media (max-width: 991px) {
    .news_content_img {width: 100%;}
    .news_content_img img {width: 100%;}
    .news_content_img_row {width: 100%;}
    .news_content_img_row div img {width: 100%; max-width: 100%;}
}


/* news_slider */
.news_slider_title {
    margin: 5px 0 40px 0;
    display: flex;
    justify-content: space-between;
}
.news_slider_title h2 {
    align-self: center;
    margin: 10px 0 0 0;
	font-size: 35px;
	line-height: 40px;
	color: #000000;
}
.news_slider_title div {
    align-self: center;
}
.arrow_news_next img {
    transform: rotate(180deg);
    margin-left: 15px;
}
.news_slider h5 {
    font-size: 20px;
}
.news_slider {
    display: flex;
}
.owl-nav, .owl-dots {
    display: none;
}
@media (max-width: 991px) {
    .news_h1_2 {font-size: 24px; line-height: 30px;}
    .news_content_img_row {display: block; margin: 30px 0 30px 0;}
    .news_content_img_row div {margin: 0 0 15px 0; display: flex; justify-content: center;}
    .news_slider_title h2 {margin: 10px 0 0 0; font-size: 20px;}
    .news_slider_title h3 {margin: 10px 0 0 0; font-size: 20px;}
    .news_slider h5 {font-size: 16px;}
}

/* event */
.reg_event_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    color: #009fe3;
    border: solid 1px #009fe3;
    border-radius: 20px;
    height: 40px;
    width: 230px;
    margin: 30px 0 0 295px;
}
.reg_event_btn:hover {
    box-shadow: 0 5px 10px rgb(197 232 247);
    color: #009fe3;
}

/* cabinet */
.cabinet {
    display: flex;
    margin: 15px 0;
}
.cabinet_col1 {
    width: 25%;
    padding: 0 70px 0 0;
}
.cabinet_nav div {
    background: #009fe3;
    border-radius: 0;
    padding: 20px 20px;
    margin-bottom: 15px;
    border: none;
}
.cabinet_nav div h1 {
    color: #ffffff;
}
.cabinet_nav a {
    display: block;
    padding: 8px 15px;
    color: #dcdcdc;
    font-weight: 700;
}
.cabinet_nav a:hover {
    color: #000000;
    background: #eeeeee;
    transition: 0.2s;
}
.cabinet_nav h1, .cabinet_nav h2 {
    color: #000000;
    font-size: 18px;
}
.cabinet_banner {
    display: block;
    margin-top: 50px;
    position: relative;
}
.cabinet_banner a {
    display: block;
}
.cabinet_banner a img {
    width: 100%;
}
.cabinet_banner h3 {
    padding: 15px 20px;
    color: #ffffff;
    width: 100%;
    background: #009fe3;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}
.cabinet_col2 {
    width: 75%;
}
.cabinet_col2 h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.fa-minus {
    display: none;
} 
@media (max-width: 991px){
    .cabinet {display: block;}
    .cabinet_col1 {width: 100%; padding: 0;}
    .cabinet_col2 {width: 100%; padding: 0;}
    .cabinet_col2 h2 {font-size: 24px; margin-top: 35px; margin-bottom: 15px;}
    .cabinet_banner {margin-top: 20px;}
}
.cabinet_callback .captcha {
	width: 49%;
	border: solid 1px #dcdcdc;
	padding: 10px 15px;
}
.cabinet_callback .captcha label {
	display: block;
}
/* cabinet_callback */
.cabinet_callback {
    border: 1px solid #009fe3;
    padding: 40px 30px;
	margin: 15px 0 0 0;   
}
.cabinet_callback form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.cabinet_callback form input {
    width: 49%;
    padding: 10px 15px;
    margin: 5px 0;
    border: solid 1px #dcdcdc;
}
.cabinet_callback input:nth-child(10) {
    width: 49%;
    padding: 10px 15px;
    margin: 5px 0;
    border: solid 1px #dcdcdc;
	height: 50px;
}
.cabinet_callback textarea {
    width: 49%;
    padding: 10px 15px;
    margin: 5px 0;
    border: solid 1px #dcdcdc;
}
.form-control {
	height: auto;
}
.cabinet_callback_add_file_wrap {
    position: relative;
}
.cabinet_callback_add_file {
    position: absolute;
    background: #ffffff;
    right: 0;
    min-width: 120px;
    height: 60px;
    padding: 5px 10px;
    margin: 10px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 1em !important;
}
.cabinet_callback_add_file i {
    color: #009fe3;
    margin: 5px 5px 0 0;
}
.cabinet_callback_add_file span {
    color: #000000;
    font-size: 12px;
}
.cabinet_callback_submit {
    width: 48%;
    text-align: center;
    color: #ffffff;
    height: 50px;
    margin: 0;
    padding: 7px 15px 3px 15px;
    background: #009fe3;
	position: absolute;
    bottom: 0;
    right: 0;
}
.cabinet_callback_submit:hover {
    color: #ffffff !important;
    background: #007BB0;
}
.cabinet_callback p {
	margin: 30px 0 0 0;
    font-size: 16px;
    text-align: center;
    padding: 0 15%;
}
@media (max-width: 1200px){
    .cabinet_callback_add_file {display: none;}
}
@media (max-width: 991px){
    .cabinet_callback {padding: 25px 15px;}
    .cabinet_callback input {width: 100%; padding: 5px 15px;}
    .cabinet_callback textarea {width: 100%; padding: 5px 15px;}
	.cabinet_callback input:nth-child(10) {width: 100%; height: auto;}
	.cabinet_callback_submit {width: 100%; margin: 10px 0; position: static;}
}

/* cabinet_profil */
.cabinet_profil p {
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
}
.cabinet_profil_info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.cabinet_profil_info div {
    width: 47%;
    padding: 0;
    margin: 20px 10px 0 10px;
}
.cabinet_profil_info div p {
    padding: 5px 15px;
    margin: 0;
    font-size: 18px;
}
.cabinet_profil_info div p:nth-child(1) {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.cabinet_profil_info div p:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.cabinet_profil_info_btn {
    display: flex;
    margin: 20px 0 40px 0;
    width: 100%;
}
.cabinet_profil_info_btn a {
    width: 25%;
    display: block;
    text-align: center;
    color: #ffffff;
    margin: 0 200px 0 0;
    padding: 5px 15px;
    background: #009fe3;
}
.cabinet_profil_info_btn a:hover {
    color: #ffffff !important;
    background: #007BB0;
    transition: 0.2s;
}
.cabinet_profil_edit {
    display: none;
    margin: 20px 0 10px 0;
}
.cabinet_profil_edit form {
    display: flex;
    flex-wrap: wrap;
}
.cabinet_profil_edit form input {
    width: 47%;
    padding: 8px 15px;
    margin: 10px;
    border: solid 1px #dcdcdc;
    font-size: 18px;
}
.cabinet_profil_edit input:nth-child(11) {
    color: #ffffff;
    background: #009fe3;
    border-radius: 20px;
    height: 40px;
    font-weight: 700;
    padding: 0 0 1px 0;
    font-size: 16px;
}
.cabinet_profil_edit input:nth-child(12) {
    color: #ffffff;
    background: #009fe3;
    border-radius: 20px;
    height: 40px;
    font-weight: 700;
    padding: 0 0 1px 0;
    font-size: 16px;
}
.cabinet_profil_edit input:nth-child(11):hover {
    color: #ffffff !important;
    background: #007BB0;
}
.cabinet_profil_edit input:nth-child(12):hover {
    color: #ffffff !important;
    background: #007BB0;
}
@media (max-width: 1200px){
    .cabinet_profil_edit form input {width: 47%;}
}
@media (max-width: 991px){
    .cabinet_profil_info div {width: 100%;}
    .cabinet_profil_edit form input {width: 100%;}
    .cabinet_profil_info_btn {display: block;}
    .cabinet_profil_info_btn a {margin: 15px 0; width: 100%;}
    .cabinet_profil_edit input:nth-child(11) {margin: 20px 10px 0 10px;}
}

/* cabinet_info */
.cabinet_info {
    width: 100%;
}
.cabinet_info h3 {
    font-size: 18px;
    margin: 40px 0 20px 0;
}
.cabinet_info_question {
    margin: 10px 0 50px 0;
}
.cabinet_question_item {
    margin: 0 0 20px 0;
}
.cabinet_question_item_title {
    display: flex;
    border: solid 1px #009fe3;
    padding: 10px 20px;
    width: 100%;
}
.cabinet_plus_minus {
    height: 25px;
}
.cabinet_question_item i {
    color: #000000;
}
.cabinet_question_item i img {
    color: #000000; 
    width: 20px;
}
.cabinet_question_item_doc img {
    padding-bottom: 5px;
}
.cabinet_question_item span {
    color: #000000;
    font-size: 18px;
    margin-left: 10px;
}
.cabinet_question_txt {
    display: none;
    height: auto;
}
.cabinet_question_txt p {
    display: block;
    font-style: italic;
    border: solid 1px #009fe3;
    border-top: none;
    padding: 15px 25px 15px 55px;
    width: 100%;
}
.cabinet_question_txt i {
    color: #009fe3;
}
.cabinet_question_txt a span:first-child {
    color: #000000;
}
.cabinet_question_txt a span:nth-child(3) {
    color: #999999;
}
@media (max-width: 991px){
    .cabinet_question_txt {padding: 0;}
}

/* cabinet_lib */
.cabinet_lib_contact {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.cabinet_lib_contact div {
    margin: 0px 40px;
}
.cabinet_lib_contact div p {
    color: #555555;
    font-size: 16px;
    margin-left: 30px;
	margin-bottom: 5px;
}
.cabinet_lib_contact img {
    width: 20px !important;
    margin-right: 5px;
    margin-bottom: 0;
}
.cabinet_lib_contact a {
    color: #000000 !important;
    font-size: 20px;
}
.cabinet_question_txt_lib {
    padding: 40px 25px;
    column-width: 50%;
    column-count: 2;
    border: solid 1px #009fe3;
    border-top: none;
}
.cabinet_question_txt_lib a {
    margin: 10px 25px;
    display: block;
}
.cabinet_lib h3 {
    font-size: 18px;
    margin: 50px 0 20px 0;
}
.ctl_a {display: none;}
@media (max-width: 1200px){
    .cabinet_lib_contact div {margin: 0px 15px;}
    .cabinet_lib_contact a span {font-size: 18px;}
}
@media (max-width: 991px){
    .cabinet_lib_contact {display: block; margin: 30px 0;}
    .cabinet_lib_contact div {margin: 15px;}
    .cabinet_question_txt_lib {padding: 20px 10px; column-count: 1;}
    .cabinet_question_txt_lib a {margin: 10px 10px;}
}


/* accordion */
#accordion {
    margin: 0 0 30px 0;
}
#accordion h3, #accordion .active {
    display: flex !important;
	align-items: center;
    border: solid 1px #009fe3;
    width: 100%;
	height: 50px;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 0 10px;
}
#accordion h3::before {
	content: '+';
	width: 35px;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin: 0 10px 0 0;
	line-height: 1.2em;
}
#accordion .active::before {
	content: '–';
	width: 35px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 10px 0 0;
	line-height: 1.2em;
}
#accordion div {
    display: block;
    font-style: italic;
    border: solid 1px #009fe3;
    border-top: none;
    width: 100%;
	padding: 15px 25px 15px 55px;
	color: #555;
	height: 100%;
}
#accordion div a {
	display: block;
	font-style: normal;
	color: #555;
	margin: 0 0 5px 0;
}

/* cabinet_soft */
.cabinet_soft h3 {
    font-size: 18px;
    margin: 50px 0 20px 0;
}

/* page content */
.page {
    display: flex;
    padding: 20px 0 30px 0;
}
.page_wrap {
    border-top: 1px solid #e3e6e8;
}
.page_nav {
    width: 25%;
    padding: 0 70px 0 0;
}
.page_nav_link {
    padding: 25px 0 25px 0;
}

.page_nav_link_custom a:hover h3 {
    color: #009fe3;
}
.page_nav_link_custom a {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 100 !important;
	text-indent: -1.05em;
}
.page_nav_link_custom a::before {
	content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff; 
    border: solid 1px #000;
    border-radius: 10px;
    margin: 0 10px 2px 0;
}
.page_nav_link_custom a:hover span {
    border: solid 2px #009fe3;
}
.page_nav_link_custom a:hover {
    color: #009fe3 !important;
}

.page_nav hr {
    background: #009fe3;
    margin: 0;
}
.page_nav a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.page_content {
    width: 75%;
}
.page_content hr {
    background: #009fe3;
    margin: 0;
    width: 60px;
}
.page_content h1 {
    margin: 20px 0 30px 0;
    font-size: 30px;
}
.page_content h2 {
	margin: 15px 0 5px 0;
	font-size: 24px;
}
.page_nav div h2 {
    color: #ffffff;
}
.page_nav a {
    display: block;
    padding: 5px;
    margin-left: 1.5em;
}
.page_nav h1, h2 {
    color: #000000;
    font-size: 18px;
}
.page_banner {
    display: block;
    margin-top: 50px;
    position: relative;
}
.page_banner a {
    display: block;
}
.page_banner a img {
    width: 100%;
}
.download_cat {
	display: block;
	height: 70px;
	width: 100%;
	background: #009fe3;
	padding: 0;
	margin: 55px 0 0 0;
}
.download_cat_2 {
	margin: 30px 0 0 0;
}
.download_cat a {
	display: flex;
	align-items: center;
	padding: 0 0 0 85px;
	margin: 0;
	position: relative;
	height: 100%;
}
.download_cat img {
	position: absolute;
	left: 7px;
	bottom: 0;
	width: 70px;
	height: 85px;
}
.download_cat a div p {
	padding: 0;
	display: block;
	color: #fff;
	white-space: normal;
	font-size: 12px;
}
.download_cat a div p:nth-child(2) {
	padding: 0;
	display: block;
	color: #bad5e7;
	white-space: normal;
	font-size: 12px;
}
.banner2 {
	margin: 60px 0 0 0;
	margin: 60px 0 0 0;
	max-height: 600px;
	overflow: hidden;
	border: solid 1px #eee;
}
.banner2 > img {
	width: 100%;
	height: auto;
}
.banner2 a {
    margin: 0;
    padding: 0;
}
.banner2 a img {
    width: 100%;
}
.page_banner h3 {
    padding: 15px 20px;
    color: #ffffff;
    width: 100%;
    background: #009fe3;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}
.minus {
    display: none;
} 
.page_text {
    display: block;
    margin-bottom: 25px;
}
.page_text p {
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
	margin-bottom: 15px;
}
.page_text h3 {
    margin-bottom: 15px;
}
.page_text a {
    color: #009fe3;
}
.page_content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.page_text ul {
	margin-left: 4em;
	text-indent: -1.4rem;
}
.page_text ol {
	margin-left: 2rem;
}
.page_text ul li {
	list-style-type: none;
}
.page_text ul li p {
	margin-bottom: 0;
	display: inline;
}
.page_text ul li::before {
	content: "-";
	font-weight: bold;
	font-size: 20px;
	color: #009fe3;
	margin-right: 10px;
}
.page_text li {
	font-size: 18px;
}
.page_text li::before {
	content: "-";
	font-weight: bold;
	font-size: 20px;
	color: #009fe3;
}
ol > li::before {
	content: none !important;
}

.page_text table {
	margin: 15px 0;
	width: 100% !important;
}
.page_text table tr td {
	padding: 5px 10px;
}
.page_text table tr td p {
	padding: 0;
	margin: 0;
}
.btn {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	background-color: #009fe3;
	color: #fff;
	border: none;	
	border-radius: 20px;
	height: 40px;
	width: 230px;
	margin: 5px 0 0 0;
}
.btn p {
	font-weight: 700;
	font-size: 16px !important;
	color: #ffffff !important;
	margin-top: 2px;
}
.auth_btn_page {color: #009fe3;}
.h1_long h1 {font-size: 28px; line-height: 32px;}

@media (max-width: 991px){
    .page {display: block; padding: 20px 0 10px 0;}
    .page_text p, .page_text li {font-size: 16px; line-height: 1.4;}
	.page_text ul {margin-left: 2em; line-height: 1.4; text-indent: -18px;}
    .page_nav {width: 100%; padding: 0;}
	.page_nav_link a {width: 80%;}
    .page_content {width: 100%; padding: 30px 0 0 0;}
    .page_banner {margin-top: 20px;}
    .page_content h1 {font-size: 24px;}
	.page_content img {height: auto; width: 100%;}
    .banner2 {margin: 30px 0 0 0;}
    .download_cat {width: 100%; margin: 30px 0 0 0;}
}


/* --------------------------- */
/* about */
/* --------------------------- */
.about_choice {
	width: 100%;
}
.about_choice div {
    width: 100%;
}
.about_choice div img {
    width: 100%;
	height: auto;
}
.about_choice h4 {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 20px;
}
.about_txt h3 {
    margin: 30px 0 10px 0;
}
.about_txt span {
    color: #009fe3;
}
.about_nav {
	margin: 25px 0;
}
.about_nav h3:hover {
	color: #009fe3;
}
@media (max-width: 991px){
    .about_choice h4 {
    font-size: 7px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    }
}


/* --------------------------- */
/* custumers */
/* --------------------------- */
.completed_projects {
    margin: 20px 0 0 0;
}
.completed_projects h3 {
    margin: 40px 0 0 0;
}
.completed_projects_card h4 {
    z-index: 1;
    color: #ffffff;
}
.completed_projects_card {
    position: relative;
    overflow: hidden;
}
.completed_projects_card:hover {
	-webkit-transform: scale(1.03); 
	-ms-transform: scale(1.03); transform: scale(1.03);
	transition: transform 0.3s ease-in-out;
}
.completed_projects_card .category_card_background {
    height: 385px;
    width: auto;
}
.completed_projects_card::after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000 100%);
    width: 100%;
    height: 385px;
    position: absolute;
    bottom: 0;
}
.customer_partners_card {
    display: block;
    text-align: center;
    width: 100%;
    background: #ffffff;
    margin: 0;
    height: 200px;
    position: relative;
    border: solid 1px #009fe3;
}
.customer_partners_card img {
    width: auto !important;
    max-width: 50% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.page_text_part {
    margin-bottom: 30px;
}
.page_text_img_float_left {
    float: left;
    margin: 10px 40px 20px 0;
    max-width: 350px;
    height: auto;
}
.page_text_img_float_right {
    float: right;
    margin: 10px 0 20px 40px;
    max-width: 350px;
    height: auto;
}
@media (max-width: 991px){
    .page_text_img_float_right {margin: 0; max-width: 100%;}
}


/* --------------------------- */
/* contact */
/* --------------------------- */
.page_text_contact {
    display: flex;
    justify-content: left;
    margin: 20px 0 0 0;
}
.page_text_contact div {
    margin: 0 30px 10px 0;
    width: 45%;
}
.page_text_contact p {
    color: #555555;
}
.page_text_contact span {
    font-weight: 700;
    line-height: 1.2em;
    display: inherit;
    margin: 0;
    text-indent: 2.2em;
	color: #000;
	font-size: 20px;
}
.contact_map {
    margin: 50px 0 0 0;
    filter: grayscale(100%);
}
@media (max-width: 991px){
    .page_text_contact {display: block;}
    .page_text_contact div {margin: 0 0 20px 0; width: 100%;}
	.page_text_contact > div > a > img {width: 15px;}
}


/* --------------------------- */
/* our_project */
/* --------------------------- */
.our_project_item {
    display: flex;
    padding: 15px;
    height: 350px;
    margin-bottom: 50px;
}
.our_project_item_img {
    width: 500px;
    height: 320px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid;
    display: block;
}
.our_project_item_img img {
    width: auto;
    height: 320px;
    overflow: hidden;
}
.our_project_item_txt {
    display: block;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
}
.our_project_item_txt p:nth-child(2) {
    font-weight: 700;
}
.our_project_item_txt p:nth-child(3) {
    font-style: italic;
    padding: 10px 0;
    font-weight: 700;
}
.our_project_item_txt p:nth-child(4) {
    height: 110px;
    overflow: hidden;
}
.our_project_item_grad {
    display: block;
    height: 50px;
    margin-top: -160px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white 100%);
    opacity: 0.99;
}
.our_project_btn {
    position: absolute;
    bottom: 0;
}
.project_content_fancybox {
    width: 100%;
    display: flex;
}
.project_content_fancybox_main a {
    width: 500px;
    height: auto;
    overflow: hidden;
    display: block;
}
.project_content_fancybox_main a img {
    width: auto;
    height: 470px;
    overflow: hidden;
}
.project_content_fancybox_slider {
    margin: 0 0 0 15px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.project_content_fancybox_slider a {
    display: block;
    width: 150px;
    height: auto;
    overflow: hidden;
    margin: 0 0px 10px 0;
}
.project_content_fancybox_slider a img {
    width: auto;
    height: 150px;
    overflow: hidden;
}
.project_bottom_img_box {
    display: flex;
    margin: 30px 0px 10px 0;
}
.project_bottom_img_box a {
    display: block;
    width: 300px;
    height: auto;
    overflow: hidden;
    margin: 0 15px 10px 0;
}
.project_bottom_img_box a img {
    width: auto;
    height: 300px;
    overflow: hidden;
}
@media (max-width: 991px){
    .our_project_item {display: block; margin-bottom: 50px; height: 100%; padding: 0;}
    .our_project_item_img {width: auto; height: 320px; margin-bottom: 20px;}
    .our_project_item_txt {padding: 0;}
    .our_project_btn {position: static; margin-top: 10px;}
    .project_bottom_img_box {display: block;}
    .project_bottom_img_box a {width: 100%; height: 200px;}
    .project_content_fancybox {display: block;}
    .project_content_fancybox_main a {width: 100%; height: 200px; margin-bottom: 15px;}
    .project_content_fancybox_slider a {width: 100%; height: 100px;}
    .project_content_fancybox_slider {margin: 0;}
}


/* --------------------------- */
/* support */
/* --------------------------- */
.support_btn_box {
    display: flex;
    justify-content: space-between;
}
.support_btn_box a {
    border: solid 1px #009fe3;
    padding: 25px 25px;
    width: 48%;
    color: #000000;
    text-align: center;
    font-size: 22px;
}
.support_btn_box i {
    margin: 0 15px 0 0;
}
.support_btn_box img {
    width: 40px;
}
.page_text_404 a:hover {
    color: #ffffff !important;
}

@media (max-width: 991px){
    .page_404 {text-align: center;}
    .page_404_btn {margin-left: auto; margin-right: auto;}
    .support_btn_box a {width: 48%; font-size: 16px;}
    .support_btn_box i {margin: 0; display: block;}
    .support_btn_box img {margin: 0 0 10px 0;}
}


/* custom */
#ctabs {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#ctabs > ul {
	margin-left: 0;
    text-indent: 0;
	display: flex;
	margin: 0;
}
#ctabs > ul > li {
	background: #f0f2f2;
    height: 50px;
    width: 270px;
    border: none;
    margin-right: 1px;
	display: inline-flex;
	list-style: none;
}
#ctabs > ul > li.ui-state-active {
	background: #009fe3;
}	
	
#ctabs > ul > li > a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ctabs > ul > li > a {
	color: #000;
	margin: auto;
}
#ctabs > ul > li.ui-state-active > a {
	color: #fff;
}
#ctabs > ul > li::before {
	content: none;
}

#ctabs > ul > li > a:before {
	content: ' ';
	display: inline-block;
	background-size: 100%;
	width: 20px;
    height: 20px;
	margin-right: 5px; 
}
li.gear a::before {
	background-image: url('/local/templates/pfort/css/../img/gear_b.png');
}
li.gear.ui-state-active a::before {
	background-image: url('/local/templates/pfort/css/../img/gear_w.png');	
}
.download a::before {
	background-image: url('/local/templates/pfort/css/../img/download_b.png');
}
li.download.ui-state-active a::before {
	background-image: url('/local/templates/pfort/css/../img/download_w.png');	
}
.checkmark a::before {
	background-image: url('/local/templates/pfort/css/../img/checkmark_b.png');
}
li.checkmark.ui-state-active a::before {
	background-image: url('/local/templates/pfort/css/../img/checkmark_w.png');	
}
#tab_1, #tab_2 {
	padding: 40px 80px;
    border: solid 1px #009fe3;
}
#tab_1 td, #tab_2 a {
	font-size: 16px;
}
#tab_3 > .cabinet_callback {
	margin: 0;
}
#tab_1 td {
	border: solid 1px #eee;
}
#tab_2 > li {
	list-style-type: none;
}
@media (max-width: 991px){
	#tab_1 {padding: 15px;}
	#tab_2 {padding: 20px;}
	#ctabs > ul > li {font-size: 8px;}
	#tab_1 td, #tab_1 p {font-size: 12px;}
	#tab_2 li {margin: 0 0 5px 0;}
	#tab_2 li a {font-size: 14px;}
}


.auth__form_container  {
	padding: 30px;
	width: 50%;
}
.auth__form_input .input input {
	width: 100%;
}
.auth__form_container .login {
	width: 100%;
	margin: 20px 0;
	background: #009fe3;
	color: #fff;
	border: none;
	padding: 3px;
}
.auth__form_links {
	display: flex;
	justify-content: space-between;
}
.auth__form_links label {
	display: flex;
}
.auth__form_container input {
    width: auto;
	margin: 0 8px 0 0;
}
.auth__form_links .auth__forgot {
	color: #000;
}
.auth__form_register {
	margin: 15px 0;
	width: 50%;
	display: block;
	padding: 0 30px;
}
.auth__form_register button {
	width: 100%;
	background: #009fe3;
	border: none;
	padding: 3px;
}
.auth__form_register button a {
	color: #fff;
}
@media (max-width: 991px){
	.auth__form_container  {
		width: 100%;
	}
	.auth__form_register {
		width: 100%;
	}
}

.tab_item > .signup_form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_item > .signup_form input {
	width: 49%;
    margin: 0 0 15px 0;
    padding: 8px 10px;
	border: 1px solid #CFCFCF;
}
.tab_item > .signup_form .eye_pass {
	position: absolute;
}
.tab_item > .signup_form > .btn {
	border-radius: 0;
	width: 50%;
	margin: auto;
}
.tab_item div {
	margin-top: 30px;
}
#tab_item_1 p {
	font-size: 16px;
	text-align: center;
}
@media (max-width: 991px){
	.signup_form input {width: 100%;}
}


/* page text partners list */
.page_text_partner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_text_partner > div {
	width: 31%;
	margin: 0 0 10px 0;
}
@media (max-width: 991px){
	.page_text_partner > div {width: 45%;}
	.page_text_partner > div > p {word-break: break-word;}
}


/* download catalog-broshure */

.download_broshure_wrap {
	border: solid 1px #009fe3;
	padding: 15px;
	margin: 30px 0 30px 0;
	width: 60%;
}
.download_broshure {
	display: flex;
    height: auto;
    background: #009fe3;
    margin: 0;
    position: relative;
}
.download_broshure > img {
    position: absolute;
    left: 5px;
    bottom: 0;
	width: 90px;
}
.download_broshure div {
	align-self: center;
	padding: 10px 10px 10px 110px;
}
.download_broshure div p {
    padding: 0;
    display: block;
    color: #fff;
    white-space: normal;
    font-size: 16px;
	margin: 0;
}
@media (max-width: 991px){
	.download_broshure_wrap {width: 100%;}
	.download_broshure > img {width: 100px;}
}


/* hide text customized */
#section-5 {height: 100% !important;}
#section-5::before {
	content: "";
	height: 0px !important;
	background: #000;
}


/* breadcrumb */
.bx-breadcrumb {
	margin: 20px 0 0 0 !important;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin: 0 10px 0 0 !important;
	line-height: 13px !important;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	line-height: 13px !important;
}
.bx-breadcrumb span {
	color: #7c8184;
	text-transform: uppercase;
	font-family: 'Segoe UI', sans-serif !important;
}


/* fancybox customized */
.fancybox-image, .fancybox-spaceball {background: #fff;}

/* hide elements */
#en_btn {display: none;}
.mob_item_wrap a:nth-child(3) {display: none !important;}
/* End */


/* Start:/local/templates/pfort/components/bitrix/menu/main/style.min.css?1629106288490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/pfort/components/bitrix/menu/main/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/pfort/components/bitrix/breadcrumb/template/style.min.css?1635166728467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/pfort/components/bitrix/menu/left/style.min.css?1629106288490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/pfort/components/bitrix/menu/left/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/pfort/styles.css?1710933425759*/
.mfp-fade.mfp-bg {
    opacity: 0;
    background: #00;
    transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready    { opacity: .9; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content    {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* End */
/* /local/templates/pfort/css/jquery.fancybox.css?162910628917412 */
/* /local/templates/pfort/css/owl.carousel.css?16291062899672 */
/* /local/templates/pfort/css/magnific-popup.css?16291062896914 */
/* /local/templates/pfort/css/style.css?175214635262680 */
/* /local/templates/pfort/components/bitrix/menu/main/style.min.css?1629106288490 */
/* /local/templates/pfort/components/bitrix/breadcrumb/template/style.min.css?1635166728467 */
/* /local/templates/pfort/components/bitrix/menu/left/style.min.css?1629106288490 */
/* /local/templates/pfort/styles.css?1710933425759 */
