

/* Start:/local/templates/logicfalz/js/slick/slick.css?17538684001895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/logicfalz/js/slick/slick-theme.css?17538684003349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/logicfalz/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/logicfalz/js/slick/./fonts/slick.eot');
    src: url('/local/templates/logicfalz/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/logicfalz/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/logicfalz/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/logicfalz/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/logicfalz/js/fancybox/jquery.fancybox.css?175386840018306*/
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/logicfalz/js/wow/animate.css?175386840025427*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/preims/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/types-tabs/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/types/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.css?1526414243124*/
td.popupmenu div.popupitem .playlist-edit {background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif);}
/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/about/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/products/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/support/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/logicfalz/components/bitrix/news.list/docs/style.css?1753868400162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/logicfalz/template_styles.css?175386840029047*/
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Bold.eot');
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Semibold.eot');
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Black.eot');
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Black.woff') format('woff'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Black.ttf') format('truetype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extrabld';
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Extrabld.eot');
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Extrabld.ttf') format('truetype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Regular.eot');
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Light.eot');
    src: url('/local/templates/logicfalz/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Light.woff') format('woff'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Light.ttf') format('truetype'),
        url('/local/templates/logicfalz/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 18px;
	line-height: 24px;
	background: #EFEFEF;
}



*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}



h4, b, strong{
	font-weight: normal;
	font-family: 'Proxima Nova Bold';
}


h1{
	color: #fff;
	font-size: 70px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-family: 'Proxima Nova Lt';
}

h1 b{
	font-size: 202px;
	display: block;
    margin-top: 58px;
	font-family: 'Proxima Nova Black';
}

h2{
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
	padding-bottom: 60px;
	color: #093389;
	font-family: 'Proxima Nova Lt';
	font-weight: normal;
}

h2 b{
	font-family: 'Proxima Nova Bold';
}

h2.white-title{
	color: #fff;
}

h3{
	font-size: 23px;
	font-family: 'Proxima Nova Semibold';
	padding-bottom: 10px;
	line-height: 120%;
}

img{
	max-width: 100%;
	height: auto;
}

p{
	padding-bottom: 15px;
}

.f-size-23{
	font-size: 23px;
	line-height: 120%;
}

.left{
	float: left;
	width: auto;
}

.right{
	float: right;
	width: auto;
}

.block-content{
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
}


#header-fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#header-fixed.header-fixed{
	background: #0C214B;
}

.is-admin-body #header-fixed{
	position: absolute;
	top: auto;
}

#header-fixed .block-content{
	height: 110px;
	padding-top: 32px;
	padding-bottom: 0;
}

#header-fixed .block-content .main-menu {
	margin-left: 43px;
	margin-top: 12px;
}

#header-fixed .block-content .main-menu li{
	list-style: none;
	display: inline-block;
	margin-left: 17px;
}

#header-fixed .block-content .main-menu li a{
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid transparent;
    padding-bottom: 7px;
}

#header-fixed .block-content .main-menu li a:hover{
	border-bottom: 4px solid #E30613;
}

.top-contacts{
	text-align: right;
	font-size: 17px;
}


.top-contacts a{
	color: #fff;
	text-decoration: none;
}

.top-contacts .phone{
	font-size: 20px;
	
}

#logo{
	margin-top: 7px;
}


.red-btn{
    background: #E30613;
    text-decoration: none;
    width: 228px;
    text-align: center;
    font-size: 18px;
    position: relative;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-bottom: 6px;
    height: 62px;
	cursor: pointer;
	font-family: 'Proxima Nova Semibold';
	transition: .3s;
}

.red-btn:hover{
	background: #AF0202;
}


.red-btn span{
	display: inline-block;
	padding-right: 20px;
}

.red-btn img{
	position: relative;
	top: 1px;
}

.arrow-down-btn,
.arrow-right-btn,
.download-btn{
	text-align: left;
	padding-left: 30px;
	padding-right: 62px;
	width: 100%;
}

.arrow-down-btn:after{
	content: '';
	width: 15px;
	height: 22px;
	right: 20px;
	top: 20px;
	position: absolute;
	background: url("/local/templates/logicfalz/images/icon-368-tn-falc-170625-14.svg") 0px 0px no-repeat;
}

.arrow-right-btn:after{
	content: '';
    width: 15px;
    height: 22px;
    right: 30px;
    top: 20px;
    position: absolute;
    background: url(/bitrix/templates/logicfalz/images/icon-368-tn-falc-170625-14.svg) 0px 0px no-repeat;
    transform: rotate(-90deg);
}

.download-btn:after{
	content: '';
	width: 30px;
	height: 30px;
	right: 16px;
	top: 16px;
	position: absolute;
	background: url("/local/templates/logicfalz/images/icon-368-tn-falc-170625-16.svg") 0px 0px no-repeat;
}


#header-block{
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-11.jpg") top center no-repeat;
	position: relative;
	overflow: hidden;
}

#header-block .block-content:before{
	content: '';
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-22.png") top center no-repeat;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 100%;
	bottom: 0;
	z-index: 1;
}


#header-block .block-content{
	min-height: 1020px;
    position: relative;
    z-index: 1;
    padding-top: 208px;
}

#header-block .header-text{
	font-family: 'Proxima Nova Semibold';
    color: #093389;
    padding: 24px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
    z-index: 10;
    position: relative;
    margin-top: 179px;
}

#header-block .header-text p{
	padding-bottom: 0;
}

#preims-block{
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-4.jpg") bottom center no-repeat, #0c214c;
	color: #fff;
	clear: both;
}

#preims-block .block-content{
	overflow: hidden;
}

#preims-block .preims-item{
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	width: 100%;
	position: relative;
	display: table;
}

#preims-block .preims-item:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-radius: 100%;
}

#preims-block .preims-item:last-child{
	border-bottom: 0;
}

#preims-block .preims-item:first-child{
	padding-top: 0;
}

#preims-block .preims-item:last-child:before{
	display: none;
}

#preims-block .preims-item .text{
	color: #C5C5C5;
	float: right;
	width: 667px;
}

#preims-block .preims-item .title{
	position: relative;
	font-family: 'Proxima Nova Semibold';
	width: 403px;
	margin-top: 12px;
	display: table-cell;
	vertical-align: middle;
}

#preims-block .preims-item .title span{
	position: relative;
	padding-top: 11px;
	padding-left: 70px;
	display: block;
	height: 50px;
}


#preims-block .preims-item .title img{
	position: absolute;
	left: 0;
	top: -2px;
}

#preims-block h2{
	position: relative;
	padding-left: 443px;
}

#preims-block h2:before{
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-170625-3.svg") 0px 0px no-repeat;
	content: '';
	top: 12px;
}


#preims-block .bottom-block{
	background: #fff;
	width: 667px;
	float: right;
	padding: 40px;
	color: #000;
	box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
}

#preims-block .bottom-block h3{
	color: #093389;
}

#preims-block .bottom-block .red-btn{
	margin-top: 30px;
}


#types-block .tabs-list{
	border-bottom: 1px solid #424242;
	position: relative;
	cursor: pointer;
}

#types-block .tabs-list:after{
	content: '';
    width: 6px;
    height: 6px;
    background: #424242;
    position: absolute;
    bottom: -3px;
    right: 0;
    border-radius: 100%;
}

#types-block .tabs-list .news-item{
	color: #85878C;
	font-family: 'Proxima Nova Semibold';
	margin-right: 90px;
	position: relative;
	padding-bottom: 9px;
	display: inline-block;
}

#types-block .tabs-list .news-item.active{
	color: #000;
}

#types-block .tabs-list .news-item.active:after{
	content: '';
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #E30613;
	position: absolute;
}

#types-block .content-list{
	background: #fff;
	position: relative;
	padding: 40px;
	padding-left: 567px;
	margin-top: 20px;
}

#types-block .content-list h3{
	color: #093389;
}

#types-block .content-list .red-btn{
	margin-top: 30px;
}

#types-block .content-list .usage-title{
	padding-top: 20px;
	padding-bottom: 10px;
}

#types-block .images-wr{
	position: absolute;
	top: 0;
	left: 55px;
	width: 440px;
}


#types-block .slick-prev{
	width: 13px;
	height: 24px;
	background: url("/local/templates/logicfalz/images/arrow-left.svg") 0px 0px no-repeat;
	margin-top: 26px;
}

#types-block .slick-next{
	width: 13px;
	height: 24px;
	background: url("/local/templates/logicfalz/images/arrow-right.svg") 0px 0px no-repeat;
	margin-top: 26px;
}

#types-block .slick-prev:hover,
#types-block .slick-next:hover{
	opacity: 0.7;
	cursor: pointer;
}

.slick-prev:before, .slick-next:before{
	display: none;
}

.slick-dots li button:before{
	display: none;
}

.slick-dots li button{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #BABABA;
}

.slick-dots li{
	height: auto;
	width: auto;
	margin: 0 7px;
}

.slick-dots li.slick-active button{
	background: #093389;
}


.footer-middle{
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(133, 135, 140, 1);
	border-bottom: 1px solid rgba(133, 135, 140, 1);
}

#footer-wrapper{
	background: #07193C;
	color: #fff;
}

#footer-wrapper .block-content{
	padding: 40px 0;
	overflow: hidden;
}


#footer-wrapper a[href*="//zen.yandex.ru/"]{
	display: block!important;
	background: transparent!important;
}

#footer-wrapper a{
	color: #fff;
	text-decoration: none;
}

#footer-wrapper a:hover{
	text-decoration: underline;
	text-underline-offset: 5px;
}

#footer-wrapper .footer-top .right.column a:last-child{
	margin-left: 54px;
}

#footer-wrapper .footer-top .left.column .phone{
	margin-right: 30px;
}

#footer-wrapper .footer-top .left.column .phone a b{
	font-size: 24px;
	font-family: 'Proxima Nova Bold';
}

#footer-wrapper .footer-top .left.column .phone a:hover,
#footer-wrapper .bordered-btn:hover{
	text-decoration: none;
}


#footer-wrapper .footer-top .left.column .sub-text{
	font-size: 16px;
	padding-top: 8px;
	line-height: 18px;
}

#footer-wrapper .soc-links li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

#footer-wrapper .experts li{
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}

#footer-wrapper .experts{
	text-align: right;
}

#footer-wrapper .footer-middle .title{
	font-size: 18px;
	font-family: 'Proxima Nova Bold';
	line-height: 18px;
}

#footer-wrapper .footer-middle .links{
	margin-top: 16px;
}

.footer-copyright{
	clear: both;
	color: #fff;
	font-size: 16px;
}

.footer-copyright a{
	display: block;
	padding-top: 10px;
}

.footer-copyright a:first-child{
	padding-top: 0;
}

.footer-copyright .right{
	text-align: right;
}

#footer-wrapper .links a:hover svg{
	fill: #E30613;
} 

#footer-wrapper .links a:hover svg path{
	stroke: #E30613;
	opacity: 1;
} 

#footer-wrapper .links a:hover svg path[fill="white"]{
	stroke: #fff;
	fill: #fff;
} 

#footer-wrapper a[title="Канал Rutube"]:hover svg path[fill="white"]{
	stroke: transparent;
}


#footer-form{
	background: #0C214B;
	color: #fff;
}

#footer-form .block-content{
	min-height: 666px;
}

#footer-form .block-content input[type="text"]{
	height: 70px;
	border: 2px solid #eee;
	margin-bottom: 16px;
	padding-left: 20px;
	width: 100%;
	font-family: 'Proxima Nova Rg';
	background: #fff;
	color: #000;
}

#footer-form .block-content input[type="text"]::placeholder,
#footer-form .block-content textarea::placeholder{
	color: #737373;
	font-size: 18px;
	font-family: 'Proxima Nova Rg';
}


#footer-form .block-content textarea{
	height: 202px;
	border: 2px solid #eee;
	padding: 20px;
	width: 100%;
	resize: none;
	font-family: 'Proxima Nova Rg';
	clear: both;
	margin-bottom: 10px;
	background: #fff;
	color: #000;
}



#footer-form .block-content .form-item-1,
#footer-form .block-content .form-item-2,
#footer-form .block-content .form-item-3{
    float: left;
    width: 32%;
    margin-right: 2%;
}

#footer-form .block-content .form-item-3{
	margin-right: 0;
}



#footer-form .block-content .policy-text input{
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}


#footer-form .block-content .policy-text a:hover{
	text-decoration: none;
}

#footer-form .block-content .policy-text{
    position: relative;
    padding-left: 42px;
    overflow: hidden;
    display: inline-block;
    width: 45%;
    margin-top: 6px;
	font-size: 16px;
}

#footer-form .block-content .policy-text label a{
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #717171;
}

#footer-form .block-content .policy-text label:before{
	content: '';
	width: 31px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
    line-height: 24px;
	background: #fff;
	cursor: pointer;
}

#footer-form .block-content .policy-text input:checked+label:before{
	background: url("/local/templates/logicfalz/images/policy-check.svg") no-repeat center, #fff;
}

#footer-form .block-content input[type="submit"]{
	background:#E30613;
	color: #fff;
	padding: 16px 30px;
	text-align: left;
	width: 575px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 17px;
	float: left;
	line-height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 20px;
	font-family: 'Proxima Nova Bold';
	text-align: center;
}

#footer-form .block-content input[type="submit"]:hover{
	background: #E30713;
}

#footer-form .block-content input[type="submit"]:active{
	background: #AF0202;
}

#footer-form .block-content .form-result{
	display: none;
}

#footer-form .block-content .result-block{
	text-align: center;
	padding-top: 149px;
	padding-bottom: 149px;
	background: #fff;
	color: #093389;
	display: none;
}

#footer-form .block-content .result-block h2{
	padding-bottom: 10px;
}

#footer-form .block-content .result-block h3{
	padding-bottom: 0px;
}


#contractor-block{
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-8.jpg") top center no-repeat;
	color: #000;
	height: 902px;
}

#contractor-block h2{
	color: #000;
	padding-bottom: 20px;
}

.roof-logo{
	width: 483px;
	height: 142px;
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-170625-22.svg") top center no-repeat;
}

#contractor-block .white-block{
	background: #fff;
	width: 543px;
	padding: 30px;
	box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
	margin-top: 50px;
}

#contractor-block .white-block .text{
	margin-top: 77px;
}

#contractor-block .arrow-right-btn{
	margin-top: 30px;
}

#docs-block{
	background: #0C214B;
	color: #fff;
}

#docs-block h2{
	position: relative;
	padding-right: 70px;
}

#docs-block h2:after{
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-170625-19.svg") 0px 0px no-repeat;
}

#docs-block a{
	color: #C5C5C5;
	text-decoration: none;
}

#docs-block a:hover{
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#docs-block .category-header{
	font-family: 'Proxima Nova Semibold';
	cursor: pointer;
	position: relative;
}

#docs-block .category-header:hover{
	color: #E30713;
}

#docs-block .category-header svg{
	position: absolute;
	right: 0;
	top: -10px;
}

#docs-block .category-header:hover svg path[fill="#E30713"],
#docs-block .category-header:hover svg rect[fill="#E30713"]{
	fill: #fff!important;
}

#docs-block .category-header:hover svg path[fill="#85878C"]{
	fill: #E30713!important;
}

#docs-block .category-header .minus-icon{
	display: none;
}

#docs-block .category-header.active .minus-icon{
	display: block;
}

#docs-block .category-header.active .plus-icon{
	display: none;
}

#docs-block .category-wr{
	padding: 31px 0;
	border-top: 1px solid #fff;
	position: relative;
}

#docs-block .category-wr:before{
	content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 100%;
}

#docs-block .category-wr:first-child{
	border-top: none;
}

#docs-block .category-wr:first-child:before{
	display: none;
}

#docs-block .news-item{
	margin-bottom: 20px
}

#docs-block .news-item:last-child{
	margin-bottom: 0px;
}

#docs-block .category-items{
	margin-top: 20px;
}


#production-block .video-iframe{
	display: none;
}

#production-block .news-list{
	position: relative;
	border-top: 1px solid #424242;
	padding-top: 20px;
}

#production-block .news-list:before{
	content: '';
    width: 7px;
    height: 7px;
    background: #424242;
    position: absolute;
    top: -4px;
    right: 0;
    border-radius: 100%;
}


#production-block .iframe-video-link{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#production-block .iframe-video-link img{
	float: left;
}

#production-block .iframe-video-link:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.28);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

#production-block .iframe-video-link svg{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-left: -51px;
	margin-top: -51px;
}

#production-block .iframe-video-link:hover svg path[fill="white"]{
	fill: #E30713!important;
}

.fancybox-content {
    background: #646464;
	padding: 0;
	overflow: visible;
}

.fancybox-content iframe{
    width: 1000px;
    height: 555px;
}

.fancybox-slide--html .fancybox-close-small {
    color: rgb(255 255 255);
	padding: 0;
	width: 55px;
	height: 55px;
	right: -13px;
    top: -56px;
}

#about-production-block{
	color: #fff;
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-7.jpg") top center no-repeat;
}

#about-production-block .text-2{
	color: #C5C5C5;
	padding-top: 40px;
}

#about-production-block h2{
	padding-bottom: 50px;
}

#support-block .support-item{
	background: #fff;
	padding: 30px;
	position: relative;
	min-height: 413px;
	padding-right: 527px;
	margin-bottom: 20px;
}


#support-block .support-item img{
	position: absolute;
	right: 30px;
	top: 30px;
}

#support-block .support-item h3{
	padding-top: 30px;
	padding-bottom: 20px;
}

#support-block .support-item .red-btn{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 155px;
}

#support-block .support-item .title{
	position: relative;
	padding-top: 50px;
}

#support-block .support-item .title img{
	left: 0;
	top: 0;
}

#support-block .support-item .text{
	padding-bottom: 82px;
}

#support-block .top-line{
    margin-bottom: 18px;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
}

#support-block .top-line .line{
	position: relative;
    border-top: 1px solid #424242;
    padding-top: 0;
    float: right;
    width: 1100px;
    top: 12px;
}

#support-block .top-line .line:before{
	content: '';
    width: 7px;
    height: 7px;
    background: #424242;
    position: absolute;
    top: -4px;
    right: 0;
    border-radius: 100%;
}

#support-block .top-line .text{
	float: right;
	color: #093389;
	margin-left: 20px;
}

#solutions-block{
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-6.jpg") bottom center no-repeat, #0c214c;
}

#solutions-block .main-text{
	color: #fff;
}

#solutions-block .block-content{
	padding-bottom: 80px;
}

#solutions-block h2{
	padding-bottom: 50px;
}

.products-list-wr{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px
}

.products-list-wr .product-item{
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 353px;
	position: relative;
}

#solutions-block .products-list-wr .product-item{
	padding-top: 0;
}

.products-list-wr .product-item:nth-child(3n){
	margin-right: 0;
}

#solutions-block .products-list-wr .product-item .text{
	margin-top: 15px;
	text-align: center;
}

.products-list-wr .product-item .red-btn{
	width: 100%;
	margin-top: 15px;
} 

#solutions-block .red-btn{
	padding-top: 14px;
    padding-bottom: 6px;
    height: 52px;
}

#components-block h2{
	padding-bottom: 30px;
}

#components-block .text{
	padding-bottom: 92px;
}

#components-block .red-btn{
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
}

#about-block{
	background: url("/local/templates/logicfalz/images/bg-368-tn-falc-170625-5.jpg") bottom center no-repeat, #0c214c;
}

#about-block .about-item{
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
	position: relative;
	clear: both;
}

#about-block .about-item img{
	float: left;
}

#about-block .about-item h3{
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}

#about-block .about-item li{
	list-style: none;
	position: relative;
	padding-left: 20px;
}

#about-block .about-item li:before{
	content: '';
	width: 15px;
	height: 15px;
	background: url("/local/templates/logicfalz/images/li-marker.svg") 0px 0px no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}

#about-block .about-item .two-columns-block .column{
	width: 47%;
	display: inline-block;
	vertical-align: top;
}

#about-block .about-item .two-columns-block .column:first-child{
	margin-right: 5%;
}


#about-block .about-item p,
#about-block .about-item li{
	padding-bottom: 10px;
}


#about-block .about-item h4{
	padding-top: 10px;
	padding-bottom: 10px;
}


#about-block .about-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	background: #fff;
	height: 1px;
}

#about-block .about-item:after{
	content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -22px;
    right: 0;
    border-radius: 100%;
}

#about-block .about-item:first-child:after,
#about-block .about-item:first-child:before{
	display: none;
}

#about-block .icon-block{
	color: #fff;
	font-family: 'Proxima Nova Semibold';
	padding: 33px;
	padding-left: 115px;
	position: relative;
	font-size: 23px;
	border: 3px solid rgba(255,255,255,0.5);
}

#about-block .icon-block:before{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-resheniya-170625-2.svg") 0px 0px no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: 30px;
	content: '';
}


#about-block .title-wr .white-title{
	float: left;
}

#about-block .title-wr .icon-block{
	float: right;
}

#about-block .about-list-wr{
	clear: both;
}

#usage-block .top-text{
	position: relative;
	padding-right: 563px;
}


#usage-block .top-text h2{
	padding-bottom: 30px;
}


#usage-block .top-text:after{
	position: absolute;
	top: -100px;
	right: 0;
	content: '';
	width: 581px;
	height: 475px;
	background: url("/local/templates/logicfalz/images/usage.png") 0px 0px no-repeat;
}

#usage-block .top-line{
    margin-bottom: 18px;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
	margin-top: 50px;
}

#usage-block .top-line .line{
	position: relative;
    border-top: 1px solid #424242;
    padding-top: 0;
    float: right;
    width: 1100px;
    top: 12px;
}

#usage-block .top-line .line:before{
	content: '';
    width: 7px;
    height: 7px;
    background: #424242;
    position: absolute;
    top: -4px;
    right: 0;
    border-radius: 100%;
}

#usage-block .top-line .text{
	float: right;
	color: #093389;
	margin-left: 20px;
}

#usage-block .main-img{
	position: relative;
	overflow: hidden;
}

#usage-block .main-img .point{
	content: '';
	width: 35px;
	height: 35px;
	background: url("/local/templates/logicfalz/images/point.svg") 0px 0px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#usage-block .point-item{
	position: absolute;
}

#usage-block .point-item-1{
	left: 127px;
    top: 118px;	
}

#usage-block .point-item-2{
	left: 538px;
    top: 61px;
}

#usage-block .point-item-3{
	right: 238px;
    top: 139px;
}

#usage-block .point-item-4{
	left: 575px;
    top: 349px;
}

#usage-block .point-item-5{
	left: 250px;
    top: 482px;
}

#usage-block .point-item-6{
	left: 679px;
    top: 505px;
}

#usage-block .tooltip{
	color: #093389;
	font-size: 23px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
	line-height: 120%;
	min-height: 76px;
	position: absolute;
	display: none;
	white-space: nowrap;
}

#usage-block .tooltip .inside{
	display: table-cell;
	vertical-align: middle;
}

#usage-block .point-item-1 .tooltip{
	margin-left: 48px;
    margin-top: -24px;
}

#usage-block .point-item-2 .tooltip{
	right: 13px;
    margin-top: -24px;
}

#usage-block .point-item-3 .tooltip{
    right: 13px;
    margin-top: -24px;
}

#usage-block .point-item-4 .tooltip{
	margin-left: 48px;
    margin-top: -24px;
}

#usage-block .point-item-5 .tooltip{
	margin-left: 48px;
    margin-top: -24px;
}
#usage-block .point-item-6 .tooltip{
    right: 13px;
    margin-top: -24px;
}

#usage-block .img-points{
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#usage-block .img-overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover!important;
	z-index:1;
}

#usage-block .img-overlay-1{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-obl-prim-170625-7.jpg") top center no-repeat;
}

#usage-block .img-overlay-2{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-obl-prim-170625-8.jpg") top center no-repeat;
}

#usage-block .img-overlay-3{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-obl-prim-170625-6.jpg") top center no-repeat;
}

#usage-block .img-overlay-4{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-obl-prim-170625-9.jpg") top center no-repeat;
}

#usage-block .img-overlay-5{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-obl-prim-170625-5.jpg") top center no-repeat;
}

#usage-block .img-overlay-6{
	background: url("/local/templates/logicfalz/images/element-368-tn-falc-obl-prim-260625-4.jpg") top center no-repeat;
}

#usage-block img{
	float: left;
}

#page-wrapper{
	width: 1920px;
	margin: 0 auto;
	max-width: 100%;
}



















/* End */
/* /local/templates/logicfalz/js/slick/slick.css?17538684001895 */
/* /local/templates/logicfalz/js/slick/slick-theme.css?17538684003349 */
/* /local/templates/logicfalz/js/fancybox/jquery.fancybox.css?175386840018306 */
/* /local/templates/logicfalz/js/wow/animate.css?175386840025427 */
/* /local/templates/logicfalz/components/bitrix/news.list/preims/style.css?1753868400162 */
/* /local/templates/logicfalz/components/bitrix/news.list/types-tabs/style.css?1753868400162 */
/* /local/templates/logicfalz/components/bitrix/news.list/types/style.css?1753868400162 */
/* /bitrix/components/bitrix/player/templates/.default/style.css?1526414243124 */
/* /local/templates/logicfalz/components/bitrix/news.list/about/style.css?1753868400162 */
/* /local/templates/logicfalz/components/bitrix/news.list/products/style.css?1753868400162 */
/* /local/templates/logicfalz/components/bitrix/news.list/support/style.css?1753868400162 */
/* /local/templates/logicfalz/components/bitrix/news.list/docs/style.css?1753868400162 */
/* /local/templates/logicfalz/template_styles.css?175386840029047 */
