

/* Start:/local/templates/efesto/css/owl.carousel.css?15960286716269*/
/**
 * 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
{
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;

    display: none;

    width: 100%;

    -webkit-tap-highlight-color: transparent;
}
.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
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}
.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-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.owl-carousel .owl-item
{
    position: relative;

    float: left;

    min-height: 1px;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled
{
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot
{
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

     -khtml-user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot
{
    color: inherit;
    font: inherit;
}
.owl-carousel.owl-loaded
{
    display: block;
}
.owl-carousel.owl-loading
{
    display: block;

    opacity: 0;
}
.owl-carousel.owl-hidden
{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item
{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
.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
{
    transition: opacity 400ms ease;

    opacity: 0;
}
.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;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    cursor: pointer;
    transition: transform 100ms ease;

    background: url('/local/templates/efesto/css/owl.video.play.png') no-repeat;

    -webkit-backface-visibility: hidden;
}

.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
{
    height: 100%;

    transition: opacity 400ms ease;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.owl-carousel .owl-video-frame
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}



.owl-carousel .owl-nav button
{
    position: absolute;
    top: -88px;

    display: block;
    overflow: visible;

    width: 48px;
    height: 48px;

    cursor: pointer;
    text-indent: -9999px;

    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .21);
}

.owl-carousel .owl-nav button.owl-prev
{
    right: 50%;

    margin-right: -539px;

    background: #fff url(/local/templates/efesto/css/../images/ic_slider_prev.svg) 50% no-repeat;
}

.owl-carousel .owl-nav button.owl-next
{
    right: 50%;

    margin-right: -600px;

    background: #fff url(/local/templates/efesto/css/../images/ic_slider_next.svg) calc(50% + 1px) 50% no-repeat;
}



.owl-dots
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: flex;

    width: auto;
    height: 8px;
    margin-left: -600px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.owl-dot
{
    position: relative;

    display: block;

    width: 8px;
    height: 8px;

    transition: .2s linear;

    opacity: .37;
    border: none;
    border-radius: 50%;
    background: #fff;
}

.owl-dot:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    visibility: hidden;

    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;

    content: '';
    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.owl-dot + .owl-dot
{
    margin-left: 12px;
}

.owl-dot:hover
{
    opacity: 1;
}

/* End */


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

.fancybox-active
{
    height: auto;
}

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

    visibility: hidden;

    margin: 0;
}

.fancybox-container
{
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: translateZ(0);

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

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

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

.fancybox-outer
{
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

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

    opacity: 0;
    background: #000;
}

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

    opacity: .75;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
    position: absolute;
    z-index: 99997;

    visibility: hidden;

    transition: opacity .25s ease, visibility 0s ease .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    visibility: visible;

    transition: opacity .25s ease 0s, visibility 0s ease 0s;

    opacity: 1;
}

.fancybox-infobar
{
    color: #ccc;
    font-size: 13px;
    line-height: 44px;

    top: 0;
    left: 0;

    min-width: 44px;
    height: 44px;
    padding: 0 10px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: difference;
    -webkit-touch-callout: none;
}

.fancybox-toolbar
{
    top: 0;
    right: 0;
}

.fancybox-stage
{
    z-index: 99994;

    overflow: visible;

    transform: translateZ(0);

    direction: ltr;
}

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

.fancybox-slide
{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    /* Using without prefix would break IE11 */

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    padding: 44px;

    transition-property: transform, opacity;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before
{
    font-size: 0;

    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;
}

.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
{
    position: relative;

    display: inline-block;
    overflow: auto;

    max-width: 100%;
    margin: 0;

    text-align: left;
    vertical-align: middle;

    -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content
{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    max-width: none;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition-property: transform, opacity;
    -ms-transform-origin: top left;
        transform-origin: top left;
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);

    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
}

.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
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border: 0;
    background: transparent;
}

.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
{
    overflow: visible;

    width: 100%;
    height: 100%;
    padding: 0;
}

.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
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
}

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

.fancybox-error
{
    width: 100%;
    max-width: 400px;
    padding: 40px;

    cursor: default;

    background: #fff;
}

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

    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button
{
    position: relative;

    display: inline-block;
    visibility: inherit;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;

    cursor: pointer;
    transition: color .2s;
    vertical-align: top;

    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    box-shadow: none;
}

.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
{
    position: relative;

    display: block;
    overflow: visible;

    width: 100%;
    height: 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
{
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;

    height: 2px;

    transition-timing-function: linear;
    transition-property: transform;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: 0;
        transform-origin: 0;

    background: #ff5268;
}

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

.fancybox-close-small
{
    color: #ccc;

    position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;

    padding: 8px;

    cursor: pointer;

    opacity: .8;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.fancybox-close-small:hover
{
    color: #fff;

    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small
{
    color: #fff;

    top: 0;
    right: 0;

    width: 36px;
    height: 36px;
    padding: 5px;

    transition: .2s linear;

    opacity: 1;
    background: #0b4791;
}

.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
{
    position: absolute;
    top: calc(50% - 50px);

    width: 70px;
    height: 100px;

    opacity: 0;
    background-clip: content-box;
}

.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
{
    right: 0;
    right: env(safe-area-inset-right);

    padding: 31px 6px 31px 26px;
}

/* Caption */

.fancybox-caption
{
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 75px 44px 25px 44px;

    text-align: center;
    pointer-events: none;

    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%);
}

@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
{
    overflow: auto;

    max-height: 50vh;

    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
{
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;

    animation: fancybox-rotate 1s linear infinite;

    opacity: .7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: transparent;
}

@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
{
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
}

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

    opacity: 0;
}

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

    opacity: 1;
}

/* transitionEffect: fade */

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

    opacity: 0;
}

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

/* transitionEffect: zoom-in-out */

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

    opacity: 0;
}

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

    opacity: 0;
}

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

    opacity: 1;
}

/* transitionEffect: rotate */

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

    opacity: 0;
}

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

    opacity: 0;
}

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

    opacity: 1;
}

/* transitionEffect: circular */

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

    opacity: 0;
}

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

    opacity: 0;
}

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

    opacity: 1;
}

/* 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-right: 6px;
        padding-left: 6px;
    }

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

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

    .fancybox-slide--image .fancybox-close-small
    {
        color: #f2f4f6;

        top: 0;
        right: 0;

        width: 36px;
        height: 36px;
        padding: 6px;

        opacity: 1;
        background: #4e4e4e;
    }

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

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

.fancybox-share
{
    max-width: 90%;
    padding: 30px;

    text-align: center;

    border-radius: 3px;
    background: #f4f4f4;
}

.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
{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    display: inline-block;

    min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all .2s;
    white-space: nowrap;
    text-decoration: none;

    border: 0;
    border-radius: 3px;
}

.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
{
    position: relative;
    top: -1px;

    width: 25px;
    height: 25px;
    margin-right: 7px;

    vertical-align: middle;
}

.fancybox-share__button svg path
{
    fill: #fff;
}

.fancybox-share__input
{
    color: #5d5b5b;
    font-size: 14px;

    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;

    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: transparent;
}
/* Thumbs */

.fancybox-thumbs
{
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;

    display: none;

    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;

    background: #ddd;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

    position: absolute;
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}

.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
{
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;

    cursor: pointer;

    outline: none;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before
{
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all .2s cubic-bezier(.25, .46, .45, .94);

    opacity: 0;
    border: 6px solid #ff5268;
}

.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/efesto/css/paver.min.css?15960286712957*/
*{box-sizing:border-box}.paver--initialized{position:relative}.paver--ready{overflow:hidden}.paver--ready .paver__meta{background-color:rgba(0,0,0,.6);color:#eee;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;padding:.5rem;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;z-index:3;transition:opacity .125s ease-in-out;text-shadow:1px 1px 5px rgba(0,0,0,.125)}.paver--ready .paver__meta span{padding:0 10%}.paver--ready .paver__meta span.paver__title{font-size:2em;font-weight:700;line-height:1.5em;margin-bottom:.25em}.paver--ready .paver__meta span.paver__title:after{content:" ";display:block;border-bottom:1px solid #fff;width:33%;margin:0 auto}.paver--ready.paver--metaActive div[class^=paver__meta]{opacity:1}.paver--ready.paver--metaActive:hover div[class^=paver__meta]{opacity:0}.paver--ready div.paver__pano{background-size:cover;position:relative;z-index:1}.paver--ready div.paver__scroller{background-color:hsla(0,0%,100%,.33);border-radius:2px;height:4px;opacity:0;position:absolute;bottom:16px;left:32px;right:32px;z-index:2;transition:opacity .25s ease-in-out}.paver--ready div.paver__scroller span{background-color:hsla(0,0%,100%,.75);border-radius:2px;display:block;width:12.5%;height:4px}.paver--ready.paver--on:hover div.paver__scroller,.paver--ready.paver--tilting div.paver__scroller{opacity:1}@media only screen and (max-width:768px){.paver--ready.paver--metaActive div.paver__meta,.paver--ready.paver--on:hover div.paver__scroller{opacity:0}}.paver__meta1{background-color:rgba(0,0,0,.6);color:#eee;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.5rem;position:absolute;top:0;bottom:0;left:0;right:0;z-index:3;transition:opacity .125s ease-in-out;text-shadow:1px 1px 5px rgba(0,0,0,.125)}.paver__meta1 span{padding:0 10%}.paver__meta1 span.paver__title{font-size:2em;font-weight:700;line-height:1.5em;margin-bottom:.25em}.paver__meta1 span.paver__title:after{content:" ";display:block;border-bottom:1px solid #fff;width:33%;margin:0 auto}.paver__meta2{background-color:rgba(0,0,0,.6);color:#eee;display:flex;justify-content:center;flex-direction:column;padding:.5rem;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;z-index:3;transition:opacity .125s ease-in-out;text-shadow:1px 1px 5px rgba(0,0,0,.125)}.paver__meta2 span{padding:0 10%;width:100%}.paver__meta2 span.paver__title{font-size:2em;font-weight:700;line-height:1.5em;margin-bottom:.25em}.paver__meta3{background-color:rgba(0,0,0,.6);color:#eee;padding:.5rem 16.667%;position:absolute;pointer-events:none;bottom:0;left:0;right:0;z-index:3;transition:opacity .125s ease-in-out;text-shadow:1px 1px 5px rgba(0,0,0,.125)}.paver__meta3 span{display:inline}.paver__meta3 span.paver__title{font-weight:700}.paver__meta3 span.paver__title:after{content:":";margin-right:.25em}.paver__meta3 span.paver__desc{font-style:italic}
/*# sourceMappingURL=paver.min.css.map */
/* End */


/* Start:/local/templates/efesto/css/styles.css?161555459387698*/
@font-face
{
    font-family: 'Humanist 521 BT';
    font-weight: 300;
    font-style: normal;

    font-display: swap;
    src: url('/local/templates/efesto/css/../fonts/Humanist_521_BT-Light.woff') format('woff'),
    url('/local/templates/efesto/css/../fonts/Humanist_521_BT-Light.ttf') format('truetype');
}

@font-face
{
    font-family: 'Humanist 521 BT';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('/local/templates/efesto/css/../fonts/Humanist_521_BT.woff') format('woff'),
    url('/local/templates/efesto/css/../fonts/Humanist_521_BT.ttf') format('truetype');
}



*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

img
{
    border: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active
{
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*---------------
    Main styles
---------------*/
:root
{
    --bg: #fff;
    --aside_width: 200px;
    --scroll_width: 17px;
    --text_color: rgba(20, 18, 18, .9);
    --font_size: 19px;
    --font_size_title: 36px;
    --font_family: 'Humanist 521 BT', 'Arial', sans-serif;
}



.clear
{
    clear: both;
}


.left
{
    float: left;
}


.right
{
    float: right;
}



html
{
    height: 100%;

    background: var(--bg);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    line-height: 26px;

    height: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

body.lock
{
    position: fixed;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100vh;
}


.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
}


.main
{
    flex: 1 0 auto;
}


.cont
{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.cont.padding
{
    padding: 0 113px;
}


.overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100vh;

    opacity: .65;
    background: #000;
}


.compensate-for-scrollbar
{
    margin-right: var(--scroll_width) !important;
}


.lozad
{
    transition: .5s linear;

    opacity: 0;
}

.lozad.loaded
{
    opacity: 1;
}


.flex
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}



.page_head
{
    margin-bottom: 48px;
    padding-top: 166px;
    padding-bottom: 40px;

    background: rgba(223, 235, 250, .8);
}

.page_head .cont > * + *
{
    margin-top: 20px;
}


.page_title
{
    font-size: var(--font_size_title);
    font-weight: 300;
    line-height: 40px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}



.content_flex.flex,
.content_flex > .cont.flex
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.content_flex .content
{
    position: relative;

    width: calc(100% - var(--aside_width) - 40px);
}

.content_flex .content > :first-child
{
    margin-top: 0;
}

.content_flex .content > :last-child
{
    margin-bottom: 0;
}



.block
{
    margin-bottom: 50px;
}

.block.no_margin
{
    margin-bottom: 0;
}

.block.bg
{
    padding: 50px 0;

    background: rgba(223, 235, 250, .8);
}


.block_head
{
    display: flex;

    width: 100%;
    margin-bottom: 30px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.block_head.center
{
    text-align: center;

    justify-content: center;
}

.block_head .title
{
    font-size: var(--font_size_title);
    font-weight: 300;
    line-height: 40px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}



.form
{
    --form_border_color: rgba(175, 200, 230, .8);
    --form_focus_color: rgba(175, 200, 230, .8);
    --form_error_color: #ff4114;
    --form_success_color: rgba(175, 200, 230, .8);
    --form_border_radius: 0;
    --form_bg_color: #e5effb;
    --form_placeholder_color: var(--text_color);
}


.form ::-webkit-input-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-moz-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder
{
    color: var(--form_placeholder_color);
}


.form .block
{
    margin-bottom: 30px !important;
}

.form .block .title
{
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    margin-bottom: 15px;

    font-feature-settings: 'pnum' on, 'onum' on;
}


.form .columns
{
    padding-bottom: 1px;
    padding-left: 1px;

    --form_columns_offset: -1px;
}

.form .columns > *
{
    width: calc(50% - var(--form_columns_offset));
    margin-bottom: var(--form_columns_offset) !important;
    margin-left: var(--form_columns_offset);
}


.form .columns > *.width1of3
{
    width: calc(33.333% - var(--form_columns_offset));
}

.form .columns > *.width2of3
{
    width: calc(66.666% - var(--form_columns_offset));
}

.form .columns > *.width3of3
{
    width: calc(100% - var(--form_columns_offset));
}


.form .columns > *.width1of4
{
    width: calc(25% - var(--form_columns_offset));
}

.form .columns > *.width2of4
{
    width: calc(50% - var(--form_columns_offset));
}

.form .columns > *.width3of4
{
    width: calc(75% - var(--form_columns_offset));
}

.form .columns > *.width4of4
{
    width: calc(100% - var(--form_columns_offset));
}


.form .line
{
    margin-bottom: 20px;
}

.form .field
{
    position: relative;
}

.form .field.error
{
    z-index: 3;
}


.form .label
{
    color: rgba(20, 18, 18, .6);
    font-size: 10px;
    line-height: 13px;

    position: absolute;
    z-index: 9;
    top: 1px;
    left: 1px;

    display: flex;

    width: calc(100% - 2px);
    height: 22px;
    padding: 5px 10px;

    transition: .1s linear;
    letter-spacing: .11em;
    text-transform: uppercase;
    pointer-events: none;

    background: var(--form_bg_color);

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .label.error
{
    color: var(--form_error_color);
}


.form .input
{
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    display: block;

    width: 100%;
    height: 48px;
    padding: 13px 9px 0;

    transition: .2s linear;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);

    font-feature-settings: 'ss01' on, 'salt' on;
}

.form textarea
{
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    display: block;

    width: 100%;
    height: 240px;
    padding: 20px 9px 9px;

    resize: none;
    transition: .2s linear;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);

    font-feature-settings: 'ss01' on, 'salt' on;
}


.form .input:focus,
.form textarea:focus,
.form .nice-select.open .current
{
    border-color: var(--form_focus_color);
}

.form .success .input,
.form .success .nice-select .current
{
    border-color: var(--form_success_color);
}

.form .error .input,
.form .error .nice-select .current
{
    border-color: var(--form_error_color);
}

.form .error .label
{
    color: var(--form_error_color);
}


.form .input:disabled,
.form textarea:disabled,
.form select:disabled + .nice-select
{
    cursor: default;
    pointer-events: none;

    opacity: .5;
}


.form .error_text
{
    color: var(--form_error_color);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    margin-top: 4px;

    font-feature-settings: 'pnum' on, 'onum' on;
}


.form .exp
{
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    margin-top: 4px;

    font-feature-settings: 'pnum' on, 'onum' on;
}


.form select
{
    display: none;
}

.form .nice-select
{
    position: relative;

    display: block;
}

.form .nice-select .current
{
    color: var(--text_color);
    line-height: 33px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 48px;
    padding: 13px 48px 0 9px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form .nice-select .current:before
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 13px;

    display: block;

    width: 22px;
    height: 22px;
    margin-top: -11px;

    content: '';

    border: 2px solid #0b4791;
}

.form .nice-select .current:after
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 19px;

    display: block;

    width: 9px;
    height: 9px;
    margin-top: -7px;

    content: '';
    transform: rotate(-45deg);

    border-bottom: 2px solid #0b4791;
    border-left: 2px solid #0b4791;
}

.form .nice-select .list
{
    position: absolute;
    z-index: 20;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;

    transition: .2s linear;

    opacity: 0;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form .nice-select.open .list
{
    top: calc(100% - 1px);

    visibility: visible;

    opacity: 1;
}

.form .nice-select .list .scrollbar
{
    overflow: auto;

    max-height: 240px;
}

.form .nice-select .list .list_item
{
    font-weight: 300;

    padding: 6px 9px;

    cursor: pointer;
    transition: .2s linear;
}

.form .nice-select .list .list_item:empty
{
    display: none;
}

.form .nice-select .list .list_item:hover,
.form .nice-select .list .list_item.selected
{
    background: var(--form_border_color);
}


.form input[type=file]
{
    display: none;
}

.form input[type=file] + label
{
    font-weight: 300;

    display: inline-block;

    padding-left: 16px;

    cursor: pointer;
    vertical-align: top;

    background: url(/local/templates/efesto/css/../images/ic_file.svg) 0 50% no-repeat;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.form input[type=file] + label span
{
    transition: background-size .4s;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.form input[type=file] + label:hover span
{
    background-size: 0 3px;
}


.form .agree
{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    letter-spacing: .02em;
}

.form .agree a
{
    color: var(--text_color);

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.form .agree a:hover
{
    background-size: 0 3px;
}


.form .submit
{
    display: flex;

    padding-top: 10px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .submit_btn
{
    color: #fff;
    font: 16px/48px var(--font_family);

    display: inline-block;

    height: 48px;
    padding: 0 25px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: .07em;
    text-transform: uppercase;

    border: none;
    border-radius: var(--form_border_radius);
    background: #0b4791;
}

.form .submit_btn img
{
    position: relative;
    top: -1px;

    display: none;

    margin-right: 4px;

    vertical-align: middle;
}

.form .submit_btn.success span,
.form .submit_btn span + span
{
    display: none;
}

.form .submit_btn.success span + span
{
    display: inline;
}

.form .submit_btn.success img
{
    display: inline-block;
}

.form .submit_btn:hover
{
    background: #ff4114;
}

.form .submit_btn.success:hover
{
    background: #0b4791;
}



.text_block
{
    font-weight: 300;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.text_block > :last-child,
.text_block .block .text > :last-child,
.text_block .cols .col > :last-child
{
    margin-bottom: 0 !important;
}

.text_block > :first-child,
.text_block .block .text > :first-child,
.text_block .cols .col > :first-child
{
    margin-top: 0 !important;
}


.text_block h1
{
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;

    margin-bottom: 20px;
}


.text_block h2
{
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;

    margin-bottom: 20px;
}

.text_block h1 + h2
{
    margin-top: 0 !important;
}


.text_block * + h2
{
    margin-top: 50px;
}

.text_block .clear + h2
{
    margin-top: 40px;
}

.text_block h1 + *,
.text_block h2 + *
{
    margin-top: 0 !important;
}


.text_block p,
.text_block img,
.text_block ol,
.text_block ul
{
    margin-bottom: 20px;
}


.text_block img
{
    display: block;

    max-width: 100%;
}

.text_block img.left
{
    max-width: calc(50% - 40px);
    margin-top: 4px;
    margin-right: 40px;
}

.text_block img.right
{
    max-width: calc(50% - 40px);
    margin-top: 4px;
    margin-left: 40px;
}

.text_block img.loaded
{
    height: auto !important;
}


.text_block .block
{
    display: flex;

    margin: 50px 0;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.text_block .block h1,
.text_block .block h2
{
    width: 254px;
    max-width: 100%;
    margin-bottom: 0;
}

.text_block .block .text
{
    width: calc(100% - 307px);
}


.text_block b,
.text_block strong
{
    font-weight: normal;
}


.text_block .gallery
{
    display: flex;

    margin: 30px -93px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.text_block .gallery > *
{
    width: 33.333%;
}

.text_block .gallery .item
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 22.5%;

    background: #eee;
}

.text_block .gallery > * .item
{
    padding-bottom: 34%;
}

.text_block .gallery .item img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100% !important;
    margin: 0;

    object-fit: cover;
}


.text_block .cols
{
    display: flex;

    margin: 50px 0;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.text_block .cols .col
{
    width: calc(50% - 12px);
}

.text_block .cols .col.align_self_center
{
    align-self: center;
}

.text_block .cols .col img
{
    margin: 0 auto;
}


.text_block ol
{
    counter-reset: li;
}

.text_block ol li
{
    position: relative;

    display: block;

    list-style-type: none;
}

.text_block ol li + li
{
    margin-top: 20px;
}

.text_block ol li:before
{
    color: #0b4791;
    font-size: var(--font_size_title);
    font-weight: 300;
    line-height: var(--font_size_title);

    position: absolute;
    top: 0;
    left: -35px;

    content: counters(li, '') '';
    counter-increment: li;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}


.text_block ul
{
    position: relative;

    overflow: hidden;
}

.text_block ul:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 12px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: rgba(223, 235, 250, .8);
}

.text_block ul li
{
    position: relative;

    display: block;

    padding-left: 40px;

    list-style-type: none;
}

.text_block ul li:last-child:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 12px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: #fff;
}

.text_block ul li + li
{
    margin-top: 10px;
}

.text_block ul li:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;

    content: '';

    border: 4px solid #fff;
    border-radius: 50%;
    background: rgba(223, 235, 250, .8);
}


.text_block .table_wrap
{
    overflow: auto;

    max-width: 100%;
    margin: 20px 0;
}

.text_block table
{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}

.text_block table .alignright
{
    text-align: right;
}

.text_block table th
{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    padding: 11px 12px;

    text-align: left;
    vertical-align: middle;

    background: #0b4791;

    font-feature-settings: 'pnum' on, 'onum' on;
}

.text_block table td
{
    padding: 11px 12px;

    text-align: left;
    vertical-align: middle;

    border-bottom: 1px solid rgba(175, 200, 230, .8);
}


.text_block a
{
    color: var(--text_color);

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.text_block a:hover
{
    background-size: 0 3px;
}

.text_block a.download
{
    display: flex;

    min-height: 26px;
    padding-left: 32px;

    text-decoration: none;

    background: url(/local/templates/efesto/css/../images/ic_download.svg) 0 0 no-repeat;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.text_block a.download span
{
    transition: background-size .4s;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.text_block a.download:hover span
{
    background-size: 0 3px;
}



.tab_content
{
    position: relative;

    visibility: hidden;

    height: 0;

    pointer-events: none;

    opacity: 0;
}

.tab_content.active
{
    visibility: visible;

    height: auto;

    transition: opacity .5s linear;
    pointer-events: auto;

    opacity: 1;
}



.fixed_links
{
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;

    width: 878px;
    height: 100vh;
    padding-right: 70px;

    transition: .3s linear;
    transform: translateX(-808px);
}

.fixed_links.show
{
    transform: translateX(0);
}


.fixed_links > .close
{
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;

    display: none;

    width: 36px;
    height: 36px;
    padding: 10px;

    cursor: pointer;

    border: none;
    background: #ff4114;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.fixed_links > .close span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    background: #fff;
}

.fixed_links > .close span:nth-child(1)
{
    top: 1px;

    transform: rotate(45deg);
}

.fixed_links > .close span:nth-child(2)
{
    top: -1px;

    transform: rotate(-45deg);
}


.fixed_links .panel
{
    position: absolute;
    top: 0;
    right: 0;

    display: flex;
    overflow: hidden;

    height: 100vh;

    background: #0b4791;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
            writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}

.fixed_links .panel > *
{
    transform: rotate(-180deg);
}


.fixed_links .panel .menu_link
{
    color: #fff;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    width: 70px;
    height: 100%;
    padding: 33px 9px 33px 11px;

    text-decoration: none;

    background: #0b4791;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.fixed_links .panel .menu_link .icon
{
    display: flex;

    width: 31px;
    height: 31px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.fixed_links .panel .menu_link .icon span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    border-radius: 1px;
    background: #fff;
}

.fixed_links .panel .menu_link .icon span + span
{
    margin-top: 6px;
}

.fixed_links .panel .menu_link.active .icon span:nth-child(1)
{
    top: 4px;

    transform: rotate(45deg);
}

.fixed_links .panel .menu_link.active .icon span:nth-child(2)
{
    top: -4px;

    transform: rotate(-45deg);
}


.fixed_links .panel .links
{
    font-size: 17px;
    line-height: 68px;

    display: flex;

    //padding: 33px 0 33px 2px;
    padding: 0 0 0 2px;

    background: #265ea1;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.fixed_links .panel .links div:first-child
{
	background: #0b4791;
	padding-top: 33px;
}

.fixed_links .panel .links div
{
	padding: 16.5px 0;
}

.fixed_links .panel .links div:last-child
{
	padding-bottom: 33px;
}

.fixed_links .panel .links a
{
    color: #fff;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

/*.fixed_links .panel .links div + div
{
    margin-top: 33px;
}*/

.fixed_links .panel .links a:hover
{
    text-decoration: underline;
}


.fixed_links .panel .online_order_link
{
    color: #fff;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    padding: 33px 4px 20px 6px;

    white-space: nowrap;
    text-decoration: none;

    background: #ff4114;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.fixed_links .panel .online_order_link img
{
    display: block;

    width: 60px;
    max-width: 100%;
    height: 60px;
    margin-top: 2px;
    margin-left: -3px;

    transform: rotate(-180deg);
}


.fixed_links .panel .shop_link
{
    color: #fff;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    padding: 33px 9px 33px 11px;

    white-space: nowrap;
    text-decoration: none;

    background: #022754;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.fixed_links .panel .shop_link img
{
    display: block;

    margin-top: 12px;
    margin-left: -3px;

    transform: rotate(-180deg);
}


.fixed_links .menu
{
    position: relative;

    display: none;

    width: 808px;

    background: #0b4791;
}

.fixed_links .menu_wrap
{
    height: 100vh;
    padding: 35px 50px 154px;
}

.fixed_links .menu .links + .links
{
    margin-top: 59px;
}

.fixed_links .menu .links > * + *
{
    margin-top: 18px;
}

.fixed_links .menu .links a
{
    color: #fff;
    font-size: var(--font_size_title);
    font-weight: 300;
    line-height: 40px;

    display: inline-block;

    transition: background-size .4s;
    vertical-align: top;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}

.fixed_links .menu .links a:hover
{
    background-size: 100% 3px;
}


.fixed_links .search
{
    position: absolute;
    top: 100%;
    left: 0;

    width: 780px;
    max-width: 100%;
    height: 154px;
    padding: 35px 50px 55px;

    transition: .5s linear;
    transform: translateY(-100%);

    background: #0b4791;
}

.fixed_links .search.active
{
    top: 0;

    height: 100vh;

    transform: translateY(0);
}

.fixed_links .search form
{
    display: flex;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    --form_bg_color: #fff;
}

.fixed_links .search form .line
{
    width: calc(100% - 67px);
    margin-bottom: 0;
}

.fixed_links .search form .submit
{
    width: 67px;
    padding: 0;
}

.fixed_links .search form .submit_btn
{
    width: 100%;

    background: #ff4114 url(/local/templates/efesto/css/../images/ic_search.svg) 50% no-repeat;
}

.fixed_links .search .example
{
    color: #fff;
    font-weight: 300;

    width: 100%;
    margin-top: 10px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.fixed_links .search .example a
{
    color: #fff;

    display: inline-block;

    vertical-align: top;
    white-space: normal;
}

.fixed_links .search .example a:hover
{
    text-decoration: none;
}


.fixed_links .search .result
{
    position: relative;

    display: none;

    margin-top: 20px;
}


.fixed_links .search .result .close
{
    color: #fff;
    font-family: var(--font_family);
    font-size: var(--font_size);
    line-height: 26px;

    position: absolute;
    top: 5px;
    right: 0;

    display: block;

    cursor: pointer;

    border: none;
    background: none;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.fixed_links .search .result .close span
{
    font-weight: 300;
}

.fixed_links .search .result .close:hover span
{
    text-decoration: underline;
}


.fixed_links .search .result .title
{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 15px;

    border-bottom: 1px solid rgba(196,196,196,.1);

    font-feature-settings: 'pnum' on, 'onum' on;
}


.fixed_links .search .result .custom_scroll
{
    overflow: hidden;

    height: calc(100vh - 220px);
    padding-right: 14px;
}

.fixed_links .search .result .custom_scroll.no_scroll
{
    overflow: visible;

    padding-right: 0;
}

.fixed_links .search .result .no_scroll ~ .slimScrollRail,
.fixed_links .search .result .no_scroll ~ .slimScrollBar
{
    display: none !important;
}


.fixed_links .search .result .item
{
    color: #fff;
    font-weight: 300;

    position: relative;

    display: block;

    padding-left: 15px;

    text-decoration: none;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.fixed_links .search .result .item.dot:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: #fff;
}

.fixed_links .search .result .item + .item
{
    margin-top: 12px;
}

.fixed_links .search .result .item b,
.fixed_links .search .result .item strong
{
    font-weight: normal;
}

.fixed_links .search .result .item .path
{
    color: rgba(175, 200, 230, .8);
    font-size: 14px;
    line-height: 18px;

    letter-spacing: .02em;
}

.fixed_links .search .result .item:hover .name
{
    text-decoration: underline;
}


.fixed_links .online_order
{
    display: none;

    width: 808px;
    height: 100vh;
    padding: 35px 50px;

    background: #ff4114;
}

.fixed_links .online_order .imgs
{
    display: flex;

    margin-bottom: 20px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.fixed_links .online_order .imgs img
{
    display: block;

    width: 70px;
    height: 70px;
    margin: -15px 0 -5px;
}

.fixed_links .online_order .imgs img:last-child
{
    width: 84px;
    height: 84px;
    margin: -12px -7px -10px;
}

.fixed_links .online_order .form
{
    --form_bg_color: #fff;
}

.fixed_links .online_order .form .line
{
    margin-bottom: 30px;
}

.fixed_links .online_order .form textarea
{
    height: calc(100vh - 420px);
}

.fixed_links .online_order .form .exp
{
    color: #fff;
}

.fixed_links .online_order .form input[type=file] + label
{
    text-decoration: underline;

    background: url(/local/templates/efesto/css/../images/ic_file2.svg) 0 50% no-repeat;
}

.fixed_links .online_order .form .submit
{
    margin-top: 30px;
}

.fixed_links .online_order .form .submit_btn,
.fixed_links .online_order .form .submit_btn:hover
{
    width: 230px;
    max-width: 100%;

    background: #0b4791;
}

.fixed_links .online_order .form .submit .exp
{
    width: 318px;
    max-width: calc(100% - 260px);
    margin-left: 30px;
}



.edge_panel
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    display: none;

    width: 100%;

    background: #0b4791;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
}

.edge_panel .menu_link
{
    color: #fff;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    width: 100%;
    height: 70px;
    padding: 11px 34px 9px 25px;

    text-decoration: none;

    background: #0b4791;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.edge_panel .menu_link .icon
{
    display: flex;

    width: 31px;
    height: 31px;
    margin-left: 20px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.edge_panel .menu_link .icon span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    border-radius: 1px;
    background: #fff;
}

.edge_panel .menu_link .icon span + span
{
    margin-top: 6px;
}

.edge_panel .menu_link.active .icon span:nth-child(1)
{
    top: 4px;

    transform: rotate(45deg);
}

.edge_panel .menu_link.active .icon span:nth-child(2)
{
    top: -4px;

    transform: rotate(-45deg);
}


.edge_panel .links
{
    font-size: 17px;
    line-height: 68px;

    display: flex;

    height: 70px;
    padding: 0 33px;

    background: #265ea1;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.edge_panel .links a
{
    color: #fff;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

.edge_panel .links a + a
{
    margin-left: 33px;
}

.edge_panel .links a:hover
{
    text-decoration: underline;
}


.edge_panel .online_order_link
{
    color: #fff;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    padding: 0 10px 0 25px;

    white-space: nowrap;
    text-decoration: none;

    background: #ff4114;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.edge_panel .online_order_link img
{
    display: block;

    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-top: -3px;
}


.edge_panel .shop_link
{
    color: #fff;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    padding: 9px 33px 11px;

    white-space: nowrap;
    text-decoration: none;

    background: #022754;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.edge_panel .shop_link img
{
    display: block;

    margin-top: -3px;
    margin-left: 12px;
}



.slimScrollRail,
.slimScrollBar
{
    opacity: 1 !important;
    border-radius: 0 !important;
}



.pagination
{
    color: rgba(20, 18, 18, .9);
    font-weight: 300;

    display: flex;

    margin-top: 40px;
    padding: 0 97px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.pagination.center
{
    justify-content: center;
}

.pagination.alignright
{
    justify-content: flex-end;
}

.pagination a,
.pagination .sep
{
    color: #0b4790;

    display: inline-block;

    margin: 0 4px;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
}

.pagination a:hover,
.pagination a.active
{
    color: rgba(20, 18, 18, .9);
}


.pagination .prev,
.pagination .next
{
    color: rgba(20, 18, 18, .9);
}

.pagination .prev
{
    margin-right: 10px;
}

.pagination .next
{
    margin-left: 10px;
}



.supports_error
{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;

    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show
{
    display: flex;
}



/*---------------
   Header
---------------*/
header
{
    color: #fff;
    font-weight: 300;

    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;

    width: 100%;
    padding: 46px 0;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

header .cont.flex
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}



header .slogan
{
    margin-right: auto;
}



header .logo
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 178px;
    height: 48px;
    margin: auto;
}

header .logo > *,
header .logo img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}



header .contacts
{
    margin-left: 46px;
}

header .contacts a
{
    color: #fff;

    display: inline-block;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}



header.inner,
header.inner .contacts a
{
    color: var(--text_color);
}

header.inner .logo
{
    position: relative;

    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: 93px;
}

header.inner .logo img
{
    width: 178px;
}



.mob_header
{
    display: none;
}

.mob_header .cont
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .top
{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;

    border-bottom: 1px solid rgba(223, 235, 250, .8);
    background: #fff;
}

.mob_header .top.fixed
{
    position: fixed;

    -webkit-animation: moveDown .3s;
            animation: moveDown .3s;
}

.mob_header .top + .cont
{
    padding-top: 69px;
}


@-webkit-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-49px);
                transform: translateY(-49px);
    }
}
@-moz-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-49px);
                transform: translateY(-49px);
    }
}
@keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-49px);
                transform: translateY(-49px);
    }
}


.mob_header .online_order_link
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    display: flex;

    height: 48px;

    cursor: pointer;

    border: none;
    background: none;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-feature-settings: 'pnum' on, 'onum' on;
}

.mob_header .online_order_link img
{
    display: block;

    margin-right: 10px;
}


.mob_header .menu_link
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    display: flex;

    height: 48px;

    cursor: pointer;

    border: none;
    background: none;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .menu_link .icon
{
    display: flex;

    width: 31px;
    height: 11px;
    margin-right: 10px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .menu_link .icon span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    border-radius: 1px;
    background: #0b4791;
}

.mob_header .menu_link .icon span + span
{
    margin-top: 7px;
}


.mob_header .logo > *,
.mob_header .logo img
{
    display: block;

    width: 131px;
}


.mob_header.inner
{
    background: rgba(223, 235, 250, .8);
}

.mob_header .top
{
    border-bottom: 1px solid rgba(11, 71, 145, .2);
}



/*---------------
   Sidebar
---------------*/
aside
{
    position: relative;

    width: var(--aside_width);
    max-width: 100%;
}

aside > * + *
{
    margin-top: 20px;
}



/*---------------
   Main section
---------------*/
.owl-carousel,
.owl-carousel .slide:first-child
{
    display: block;
}

.owl-carousel .slide
{
    display: none;
}

.owl-carousel .owl-stage
{
    white-space: nowrap;
}

.owl-carousel .owl-item
{
    display: inline-block;
    float: none;

    vertical-align: top;
    white-space: normal;
}

.owl-carousel .slide .lozad
{
    transition: .2s linear;
}



.main_section
{
    position: relative;

    overflow: hidden;

    margin-bottom: -180px;

    background: #000;
}

.main_section .bg
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
	//filter: blur(4px);
    //display: none;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.main_section video
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    min-width: 100%;
    min-height: 100%;

    //opacity: .6;

    object-fit: cover;
}

.main_section .cont
{
    position: relative;
    z-index: 5;

    display: flex;

    min-height: 100vh;
    padding-top: 98px;
    padding-bottom: 180px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.main_section .info
{
    color: #fff;

    width: 890px;
    max-width: 100%;
}

.main_section .info .title
{
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}



.services
{
    position: relative;
    z-index: 9;
}


.services .block
{
    margin-bottom: 0 !important;
}

.services .block + .block
{
    margin-top: 50px;
}

.services .block .block_head
{
    margin-bottom: 20px;
}


.services .flex
{
    margin-bottom: -34px;
    margin-left: -23px;
}

.services .flex > *
{
    width: calc(25% - 23px);
    margin-bottom: 34px;
    margin-left: 23px;
}


.services .block .flex
{
    margin-bottom: -52px;
}

.services .block .flex > *
{
    width: calc(33.333% - 23px);
    margin-bottom: 52px;
}


.services .service
{
    color: var(--text_color);
    font-size: 17px;
    font-weight: 300;
    line-height: 18px;

    display: block;

    text-decoration: none;
}

.services .service .thumb
{
    position: relative;

    overflow: hidden;

    margin-bottom: 15px;
    padding-bottom: 92%;

    background: #ddd;
}

.services .service .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.services .service .sticker
{
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;

    position: absolute;
    z-index: 5;
    bottom: 0;

    padding: 13px 15px 11px;
}

.services .service .sticker.special
{
    right: 0;

    background: #0b4791;
}

.services .service .sticker.new
{
    left: 0;

    background: #ff4114;
}


.services .service .name
{
    font-size: var(--font_size);
    font-weight: normal;

    margin-bottom: 10px;

    font-feature-settings: 'ss01' on, 'salt' on;
}

.services .service .name span
{
    display: inline-block;

    transition: background-size .4s;
    vertical-align: top;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.services .service:hover .name span
{
    background-size: 100% 3px;
}


.services .block .service .thumb
{
    padding-bottom: 67%;
}



.for_someone .cont
{
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}


.for_someone .tabs
{
    display: flex;

    margin-bottom: 20px;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.for_someone .tabs button
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 300;

    position: relative;

    display: block;

    padding-top: 49px;

    cursor: pointer;
    transition: .2s linear, background-size .4s;
    text-align: center;

    border: none;
    background: none;
    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.for_someone .tabs button:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 0;
    height: 24px;
    margin: auto;

    content: '';
    transition: width .2s linear;

    background: #0b4791;
}

.for_someone .tabs button:hover
{
    background-size: 0 3px;
}

.for_someone .tabs button.active
{
    background-size: 0 3px;

    font-feature-settings: 'ss01' on, 'salt' on;
}

.for_someone .tabs button:hover:after,
.for_someone .tabs button.active:after
{
    width: 100%;
}


.for_someone .tabs + .mob_tab_name
{
    margin-top: 0;
}

.for_someone .mob_tab_name
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: normal;

    position: relative;

    display: none;

    width: 100%;
    margin-top: 15px;

    cursor: pointer;
    text-align: left;

    border: none;
    background: none;
}

.for_someone .mob_tab_name:before
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;

    display: block;

    width: 22px;
    height: 22px;
    margin-top: -11px;

    content: '';

    border: 2px solid #0b4791;
}

.for_someone .mob_tab_name:after
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 6px;

    display: block;

    width: 9px;
    height: 9px;
    margin-top: -7px;

    content: '';
    transform: rotate(-45deg);

    border-bottom: 2px solid #0b4791;
    border-left: 2px solid #0b4791;
}

.for_someone .mob_tab_name.active:after
{
    margin-top: -2px;

    border: none;
    border-top: 2px solid #0b4791;
    border-right: 2px solid #0b4791;
}


.for_someone .info
{
    position: relative;

    width: calc(67.7% - 24px);
    padding: 0 93px 35px;

    background: rgba(223, 235, 250, .8);
}


.for_someone .img
{
    position: relative;

    overflow: hidden;

    width: 32.3%;

    background: #eee;
}

.for_someone .img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.we_produce .bg
{
    padding-top: 42px;
    padding-bottom: 42px;

    background: rgba(223, 235, 250, .8);
}

.we_produce * + .bg
{
    margin-top: -116px;
    padding-top: 152px;
}

.we_produce .bg .cont
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.we_produce .gallery .grid
{
    display: grid;

    grid-gap: 12px;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
}

.we_produce .gallery .item
{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 82%;

    text-decoration: none;
    letter-spacing: .02em;

    background: #eee;
}

.we_produce .gallery .item img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.we_produce .gallery .item .info
{
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 5px 10px;

    transition: .2s linear;

    background: #0b4791;
}

.we_produce .gallery .item:hover .info
{
    background: #ff4114;
}


.we_produce .gallery .grid .big
{
    padding-bottom: 0;

    grid-column: 1 / 6;
    grid-row: 1 / 4;
}

.we_produce .gallery .grid .item.big .info
{
    bottom: 24px;
    left: 76px;

    padding: 12px 20px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.we_produce .gallery .grid .item.big .info .name
{
    font-size: 19px;
    line-height: 26px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}


.we_produce .cats
{
    font-weight: 300;

    width: calc(68% - 12px);
}

.we_produce .cats .item + .item
{
    margin-top: 15px;
}

.we_produce .cats .name
{
    font-size: 16px;
    font-weight: normal;

    display: inline-block;

    vertical-align: top;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.we_produce .cats .sep
{
    display: inline-block;

    width: 5px;
    height: 5px;
    margin: 0 3px 1px;

    vertical-align: middle;

    border-radius: 50%;
    background: var(--text_color);
}

.we_produce .cats a
{
    color: var(--text_color);

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.we_produce .cats a:hover
{
    background-size: 100% 3px;
}


.we_produce .nonstandart
{
    font-weight: 300;

    width: 282px;
    max-width: calc(32% - 12px);
    margin-left: auto;
    padding-top: 16px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.we_produce .nonstandart .imgs
{
    display: flex;

    margin-bottom: 20px;
    margin-left: -10px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.we_produce .nonstandart .imgs img
{
    display: block;

    width: 70px;
    height: 70px;
    margin: -15px 0 -5px;
}

.we_produce .nonstandart .imgs img:last-child
{
    width: 84px;
    height: 84px;
    margin: -12px -7px -10px;
}

.we_produce .nonstandart b
{
    font-weight: normal;
}



.about .cont
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.about .stats
{
    font-weight: 300;

    width: 280px;

    text-align: right;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.about .stats > * + *
{
    margin-top: 20px;
}

.about .stats .val
{
    font-size: var(--font_size_title);
    line-height: 40px;
}

.about .stats .val span
{
    color: #ff4114;
}


.about .text_block
{
    width: calc(100% - 300px);
    padding-right: 209px;
}


.about .advantages
{
    width: calc(100% + 209px);
    margin: 26px -209px 26px 0;
    padding: 42px 102px;

    background: rgba(223, 235, 250, .8);
}

.about .advantages .logo
{
    margin-bottom: 30px;
}

.about .advantages .logo img
{
    display: block;

    max-width: 100%;
}

.about .advantages .columns
{
    margin: 0;

    column-gap: 24px;
    column-count: 2;
}

.about .advantages .columns > *
{
    margin-bottom: 0;

    transform: translateZ(0);

    --webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.about .advantages .columns > * + *
{
    margin-top: 10px;
}


.about .partners
{
    width: 100%;
    margin-top: 40px;
    padding: 41px 93px;

    background: rgba(223, 235, 250, .8);
}

.about .partners .title
{
    font-size: 16px;

    margin-bottom: 20px;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.about .partners .list
{
    font-weight: 300;

    margin: 0;

    column-gap: 24px;
    column-count: 4;
}

.about .partners .list > *
{
    transform: translateZ(0);

    --webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.about .partners .list > * + *
{
    margin-top: 11px;
}

.about .partners .list a
{
    color: var(--text_color);

    display: inline-block;

    transition: background-size .4s;
    vertical-align: top;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.about .partners .list a:hover
{
    background-size: 100% 3px;
}



.order_block .cont
{
    display: flex;

    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.order_block .desc
{
    font-weight: 300;

    width: calc(50% - 12px);

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.order_block .form
{
    display: flex;

    width: calc(50% - 12px);
    margin-left: 24px;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.order_block .form .line
{
    margin-bottom: 0;
}

.order_block .form .line:nth-child(1)
{
    width: calc(63% - 81px);
}

.order_block .form .line:nth-child(2)
{
    width: 37%;
}

.order_block .form .agree
{
    width: 100%;
    margin-top: 10px;

    order: 3;
}

.order_block .form .submit
{
    width: 67px;
    padding: 0;
}

.order_block .form .submit_btn
{
    width: 100%;
    padding: 0 10px;
}

.order_block .form .submit_btn.success
{
    text-indent: -9999px;

    background: #0b4791 url(/local/templates/efesto/css/../images/ic_success.svg) 50% no-repeat;
}



.products
{
    position: relative;

    padding-top: 55px;
}

.products:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 240px;

    content: '';

    background: #0b4791;

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);
}


.products .block_head
{
    color: #fff;

    margin-bottom: 40px;
}

.products .block_head a
{
    color: #fff;

    display: inline-block;

    transition: background-size .2s;
    vertical-align: top;
    text-decoration: none;

    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}

.products .block_head a:hover
{
    background-size: 100% 0;
}

.products .block_head .exp
{
    font-size: 14px;
    line-height: 18px;

    position: relative;

    display: flex;

    width: 335px;
    max-width: 100%;
    min-height: 41px;
    margin-left: auto;
    padding-left: 51px;

    letter-spacing: .02em;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.products .block_head .exp .icon
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 41px;
    height: 41px;

    border-radius: 50%;
    background: #ff4114 url(/local/templates/efesto/css/../images/ic_create_design.svg) 50% no-repeat;
}


.products .flex
{
    padding-bottom: 1px;
    padding-left: 1px;

    align-items: stretch;
    align-content: stretch;
    --products_count: 4;
}

.products .flex > *
{
    width: calc(25% + 1px);
    margin-bottom: -1px;
    margin-left: -1px;
}


.products .product
{
    position: relative;

    display: flex;

    padding: 24px;

    border: 1px solid #fff;
    background: #f5f5f5;

    justify-content: flex-start;
    align-items: flex-end;
    align-content: space-between;
    flex-wrap: wrap;
}

.products .product > *
{
    width: 100%;
}


.products .product .stickers
{
    position: absolute;
    z-index: 5;
    top: 24px;
    left: 24px;

    width: auto;
}

.products .product .stickers > * + *
{
    margin-top: 1px;
}

.products .product .sticker
{
    color: #fff;
    font-size: 14px;
    line-height: 29px;

    position: relative;

    display: inline-block;

    height: 29px;
    padding: 0 10px;

    vertical-align: top;
    letter-spacing: .02em;

    border-radius: 15px;

    font-feature-settings: 'pnum' on, 'lnum' on;
}

.products .product .sticker.discount
{
    background: #ff4114;
}

.products .product .sticker.new
{
    padding: 0 15px;

    background: #0b4791;
}


.products .product .create_design
{
    position: absolute;
    z-index: 5;
    top: 17px;
    right: 18px;

    display: block;

    width: 41px;
    height: 41px;

    border-radius: 50%;
    background: #ff4114 url(/local/templates/efesto/css/../images/ic_create_design.svg) 50% no-repeat;
}


.products .product .thumb
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    margin-bottom: 48px;
    padding-bottom: 105%;
}

.products .product .thumb a
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.products .product .thumb img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.products .product .name
{
    font-size: 17px;
    line-height: 22px;

    margin-bottom: 2px;
}

.products .product .name a
{
    color: var(--text_color);

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.products .product .name a:hover,
.products .product .thumb:hover ~ .name a
{
    background-size: 100% 3px;
}


.products .product .price
{
    font-weight: 300;

    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.products .product .price .old
{
    color: rgba(20, 18, 18, .6);

    display: inline-block;

    margin-left: 15px;

    vertical-align: top;
    text-decoration: line-through;

    font-feature-settings: 'pnum' on, 'lnum' on;
}



.contacts_info .info
{
    font-weight: 300;

    margin-bottom: 35px;
}

.contacts_info .info > * + *
{
    margin-top: 20px;
}

.contacts_info .info b
{
    font-weight: normal;
}

.contacts_info .info span
{
    color: #ff4114;
}

.contacts_info .info a
{
    color: var(--text_color);
    font-weight: normal;

    display: inline-block;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}

.contacts_info .info .contacts a
{
    margin-right: 16px;
}

.contacts_info .info .contacts a:last-child
{
    margin-right: 0;
}


.contacts_info .map_wrap
{
    position: relative;

    overflow: hidden;

    margin-left: 70px;
    padding-bottom: 627px;

    background: #eee;
}

.contacts_info .map_wrap .map
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.contacts_info .map_wrap .data
{
    color: #fff;
    font-weight: 300;

    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;

    width: 592px;
    max-width: 100%;
    margin-left: -350px;
    padding: 16px 26px;

    background: #0b4791;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.contacts_info .map_wrap .data a
{
    color: #fff;
    font-size: 16px;
    font-weight: normal;

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;

    font-feature-settings: 'pnum' off, 'onum' off, 'ss01' off;
}

.contacts_info .map_wrap .data a:hover
{
    background-size: 0 3px;
}


.contacts_info .dealers .title
{
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    margin-bottom: 30px;

    font-feature-settings: 'pnum' on, 'onum' on;
}

.contacts_info .dealers .flex
{
    width: 942px;
    max-width: calc(100% + 48px);
    margin-bottom: -48px;
    margin-left: -48px;

    justify-content: space-between;
}

.contacts_info .dealers .flex > *
{
    width: 380px;
    max-width: calc(50% - 48px);
    margin-bottom: 48px;
    margin-left: 48px;
}

.contacts_info .dealers .item
{
    font-weight: 300;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.contacts_info .dealers .item b
{
    font-weight: normal;
}

.contacts_info .dealers .item a
{
    color: var(--text_color);

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.contacts_info .dealers .item a:hover
{
    background-size: 0 3px;
}


.contacts_info .requisites .title
{
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    margin-bottom: 30px;

    font-feature-settings: 'pnum' on, 'onum' on;
}

.contacts_info .requisites .item
{
    font-weight: 300;

    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.contacts_info .requisites .item + .item
{
    margin-top: 10px;
}

.contacts_info .requisites .name
{
    width: 274px;
    max-width: 100%;
    margin-left: 106px;

    text-align: right;
}

.contacts_info .requisites .val
{
    font-weight: normal;

    width: 450px;
    max-width: calc(100% - 407px);
    margin-left: 27px;
}


.contacts_info .requisites .links
{
    display: flex;

    width: 814px;
    max-width: 100%;
    margin-top: 30px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.contacts_info .requisites .links > *
{
    color: #fff;
    font-family: var(--font_family);
    font-size: 16px;
    line-height: 18px;

    height: 48px;
    padding: 15px 20px;

    cursor: pointer;
    transition: .2s linear;
    text-decoration: none;
    letter-spacing: .07em;
    text-transform: uppercase;

    border: none;
    background: #0b4791;
}

.contacts_info .requisites .links > * + *
{
    margin-left: 4px;
}

.contacts_info .requisites .links > *:hover
{
    background: #ff4114;
}



.marriage .form
{
    --form_bg_color: #fff;
}



.category .grid
{
    display: grid;

    grid-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 78px;
}

.category .grid > *:nth-child(1)
{
    grid-row: 1 / 5;
    grid-column: 1 / 5;
}

.category .grid > *:nth-child(2)
{
    grid-row: 1 / 6;
    grid-column: 5 / 10;
}

.category .grid > *:nth-child(3)
{
    grid-row: 1 / 4;
    grid-column: 10 / 13;
}

.category .grid > *:nth-child(4)
{
    grid-row: 5 / 8;
    grid-column: 1 / 5;
}

.category .grid > *:nth-child(5)
{
    grid-row: 6 / 8;
    grid-column: 5 / 7;
}

.category .grid > *:nth-child(6)
{
    grid-row: 6 / 8;
    grid-column: 7 / 10;
}

.category .grid > *:nth-child(7)
{
    grid-row: 4 / 8;
    grid-column: 10 / 13;
}

.category .item
{
    color: #fff;

    position: relative;

    display: block;

    text-decoration: none;

    border: 1px solid rgba(175, 200, 230, .8);
    background: #f5f5f5;
}

.category .item .thumb
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;
    padding: 24px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.category .item .thumb img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.category .item .link
{
    color: #fff;
    font-family: var(--font_family);
    font-size: 16px;
    line-height: 18px;

    position: absolute;
    right: -1px;
    bottom: -1px;

    height: 48px;
    padding: 15px 20px;

    cursor: pointer;
    text-align: center;
    letter-spacing: .07em;
    text-transform: uppercase;

    border: none;
    background: #0b4791;
}



.portfolio_cats
{
    font-weight: 300;

    margin-bottom: 30px;

    text-align: center;
}

.portfolio_cats .sep
{
    display: inline-block;

    width: 5px;
    height: 5px;
    margin: 0 1px;

    vertical-align: middle;

    border-radius: 50%;
    background: var(--text_color);
}

.portfolio_cats a
{
    color: var(--text_color);

    transition: background-size .4s;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.portfolio_cats a:hover
{
    background-size: 0 3px;
}

.portfolio_cats a.active
{
    font-size: 16px;
    font-weight: normal;

    letter-spacing: .1em;
    text-transform: uppercase;

    background-size: 0 3px;
}



.portfolio .items
{
    overflow: hidden;

    margin-bottom: -25px;
    margin-left: -25px;
}

.portfolio .items > *
{
    width: calc(33.333% - 25px);
    margin-bottom: 25px;
    margin-left: 25px;
    padding-bottom: calc(33.333% - 25px);
}

.portfolio .items > *.big
{
    width: calc(66.666% - 25px);
    padding-bottom: calc(66.666% - 25px);
}

.portfolio .item
{
    color: var(--text_color);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    position: relative;

    display: block;
    overflow: hidden;

    text-decoration: none;
    letter-spacing: .02em;

    background: #eee;
}

.portfolio .item img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.portfolio .item .info
{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;

    max-width: 100%;
    padding: 12px 20px;

    background: rgba(175, 200, 230, .8);
}

.portfolio .item .name
{
    font-size: var(--font_size);

    margin-top: 3px;
}



.portfolio_item .gallery
{
    margin-bottom: 37px;
}

.portfolio_item .gallery .flex
{
    margin-bottom: -1px;
    margin-left: -1px;

    align-items: stretch;
    align-content: stretch;
}

.portfolio_item .gallery .flex > *
{
    width: calc(33.333% - 1px);
    margin-bottom: 1px;
    margin-left: 1px;
}

.portfolio_item .gallery .flex > *.middle
{
    width: calc(43.5% - 1px);
}

.portfolio_item .gallery .flex > *.big
{
    width: calc(66.666% - 1px);
}

.portfolio_item .gallery .flex > *.middle + *.big
{
    width: calc(56.5% - 1px);
}

.portfolio_item .gallery .item
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 430px;

    background: #eee;
}

.portfolio_item .gallery .item img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.portfolio_item .share
{
    margin-top: 30px;
}

.portfolio_item .share img
{
    display: block;

    max-width: 100%;
}


.portfolio_item .portfolio_cats
{
    margin-top: 40px;
    margin-bottom: 0;
}



.view_360
{
    margin-top: 45px;
}

.view_360 .panorama
{
    overflow-x: scroll;
    overflow-y: hidden;

    width: 100%;
    height: 600px;

    background: #eee;
}

.view_360 .panorama.paver--ready
{
    overflow: hidden;
}

.view_360 .panorama:after
{
    position: absolute;
    z-index: 5;
    right: 24px;
    bottom: 20px;

    display: block;

    width: 55px;
    height: 55px;

    content: '';

    background: url(/local/templates/efesto/css/../images/ic_view_360.svg) 50%/100% 100% no-repeat;
}

.view_360 .panorama img
{
    display: block;

    height: 100% !important;
}

.view_360 .paver__fallbackMessage
{
    display: none !important;
}


.view_360 .tabs
{
    margin-top: 12px;
}

.view_360 .tabs .cont
{
    display: flex;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.view_360 .tabs .cont > *
{
    position: relative;

    display: inline-block;

    width: 20%;
    height: 46px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;

    border: 2px solid #0b4791;
    background: #eee;
}

.view_360 .tabs .cont > *:after
{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 28px;
    height: 28px;
    margin: auto;

    content: '';

    background: url(/local/templates/efesto/css/../images/ic_view_360.svg) 50%/100% 100% no-repeat;
}

.view_360 .tabs .cont > * + *
{
    margin-left: 15px;
}

.view_360 .tabs .cont > * img
{
    display: block;

    max-width: 100%;
    height: 100%;

    object-fit: cover;
}

.view_360 .tabs .cont > *:hover,
.view_360 .tabs .cont > *.active
{
    border-color: #ff4114;
}



.equipment .flex
{
    margin-bottom: -24px;
    margin-left: -24px;
}

.equipment .flex > *
{
    width: calc(33.333% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
}


.equipment .item
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 300;

    display: block;

    cursor: pointer;
    text-align: left;

    border: none;
    background: no-repeat;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.equipment .item .thumb
{
    position: relative;

    overflow: hidden;

    margin-bottom: 12px;
    padding-bottom: 75%;

    border: 1px solid #0b4791;
    background: #eee;
}

.equipment .item .thumb > img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.equipment .item .icon
{
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 12px;

    display: flex;

    width: 48px;
    height: 48px;

    border-radius: 50%;
    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.equipment .item .icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.equipment .item .name
{
    padding-right: 40px;

    background: url(/local/templates/efesto/css/../images/ic_equipment_name.svg) 100% 5px no-repeat;
}

.equipment .item .name span
{
    transition: background-size .4s;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.equipment .item:hover .name span
{
    background-size: 100% 3px;
}



.service_info .text_block .gallery
{
    display: block;
    overflow: hidden;

    margin: 30px -93px;
}

.service_info .text_block .gallery > *
{
    padding-bottom: 19%;
}

.service_info .text_block .gallery > *.big
{
    width: 66.666%;
    padding-bottom: 38%;
}



.service_info .features .flex
{
    margin-bottom: -24px;
    margin-left: -24px;
}

.service_info .features .flex > *
{
    width: calc(33.333% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
}

.service_info .features .item
{
    font-weight: 300;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.service_info .features .val
{
    font-size: var(--font_size_title);
    line-height: 40px;
}



.calc .head
{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    position: relative;

    display: flex;

    min-height: 134px;
    padding: 22px 102px 22px 306px;

    background: #0b4791;

    font-feature-settings: 'pnum' on, 'onum' on;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.calc .head .percent
{
    position: absolute;
    top: 0;
    left: 102px;

    display: flex;

    width: 156px;
    height: 144px;
    padding: 20px;

    background: #ff4114;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.calc .head .percent:after
{
    position: absolute;
    top: 100%;
    left: 0;

    display: block;

    width: 156px;
    height: 12px;

    content: '';

    border-right: 78px solid #ff4114;
    border-bottom: 12px solid transparent;
    border-left: 78px solid #ff4114;
}

.calc .head .percent img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.calc .head .title
{
    font-size: var(--font_size_title);
    line-height: 40px;

    width: 100%;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}

.calc .head .desc
{
    width: 100%;
    margin-top: 12px;
}


.calc .data
{
    padding: 50px 102px 0;

    border: 3px solid #0b4791;
    background: rgba(223, 235, 250, .8);
}

.calc .data .title
{
    font-size: 16px;

    display: flex;

    margin-bottom: 15px;

    letter-spacing: .1em;
    text-transform: uppercase;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.calc .data .title img
{
    display: block;
}


.calc .form
{
    --form_bg_color: #fff;
}


.calc .service
{
    margin-bottom: 15px;
}

.calc .service .name
{
    margin-bottom: 5px;

    font-feature-settings: 'ss01' on, 'salt' on;
}


.calc .additional_service .main
{
    display: flex;

    margin-bottom: -1px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.calc .additional_service .main .field
{
    width: calc(100% - 114px);
}

.calc .additional_service .main .delete
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    line-height: 26px;

    display: inline-block;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.calc .additional_service .main .delete span
{
    font-weight: 300;

    transition: background-size .4s;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.calc .additional_service .main .delete:hover span
{
    background-size: 0 3px;
}


.calc .add_service > *
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 300;
    line-height: 26px;

    display: inline-block;

    cursor: pointer;
    transition: background-size .4s;
    vertical-align: top;

    border: none;
    background: none;
    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 3px;
}

.calc .add_service > *:hover
{
    background-size: 0 3px;
}


.calc .service_temp,
.calc .add_service_temp
{
    display: none;
}


.calc .total_price
{
    display: flex;

    margin-top: 25px;

    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
}

.calc .total_price .text_block
{
    width: 690px;
    max-width: 100%;
}

.calc .total_price .text_block > *
{
    margin-bottom: 10px;
}

.calc .total_price .price
{
    font-size: var(--font_size_title);
    font-weight: 300;
    line-height: 40px;

    margin-left: 30px;

    white-space: nowrap;

    font-feature-settings: 'pnum' on, 'onum' on, 'ordn' on, 'ss01' on, 'salt' on, 'cpsp' on;
}


.calc .send_email
{
    display: flex;

    margin-top: 30px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.calc .send_email > button
{
    color: #fff;
    font-family: var(--font_family);
    font-size: 16px;
    line-height: 20px;

    display: inline-block;

    padding: 16px 25px 12px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: .07em;
    text-transform: uppercase;

    border: none;
    background: #0b4791;
}

.calc .send_email > button:hover
{
    background: #ff4114;
}

.calc .send_email .email
{
    display: none;

    width: 550px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 34px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.calc .send_email .field
{
    width: calc(100% - 135px);
}

.calc .send_email .submit_btn
{
    width: 135px;
    padding: 0 10px;
}



.discount_block .data
{
    color: #fff;

    position: relative;

    padding: 38px 102px;

    background: #0b4791 url(/local/templates/efesto/css/../images/bg_discount_block.jpg) calc(100% - 47px) 0 no-repeat;

    font-feature-settings: 'ss01' on, 'salt' on;
}

.discount_block .data .exp
{
    font-weight: 300;

    margin-top: 8px;
}



.used_equipment .item
{
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 300;

    display: flex;

    width: 100%;
    min-height: 72px;
    padding: 22px 22px 22px 69px;

    cursor: pointer;
    text-align: left;

    border: none;
    background: #fff url(/local/templates/efesto/css/../images/ic_equipment_name.svg) 31px 50% no-repeat;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.used_equipment .item + .item
{
    margin-top: 9px;
}

.used_equipment .item span
{
    transition: background-size .4s;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.used_equipment .item:hover span
{
    background-size: 100% 3px;
}



.articles .article
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.articles .article + .article
{
    margin-top: 60px;
}

.articles .article .date
{
    color: rgba(20, 18, 18, .9);
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    width: 180px;
    margin-left: -102px;

    text-align: right;

    font-feature-settings: 'pnum' on, 'onum' on;
}

.articles .article .info
{
    display: flex;

    width: calc(100% - 102px);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.articles .article .name
{
    width: 100%;
    margin-bottom: 15px;
}

.articles .article .name a
{
    color: rgba(20, 18, 18, .9);
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    font-feature-settings: 'pnum' on, 'onum' on;
}

.articles .article .name a:hover
{
    color: #ff4114;
}

.articles .article .thumb
{
    display: block;
    overflow: hidden;

    width: 180px;
    height: 160px;

    background: #ddd;

    order: 3;
}

.articles .article .thumb img
{
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.articles .article .thumb ~ .text_block
{
    width: calc(100% - 204px);
}



.error_page .cont
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.error_page .info
{
    color: rgba(20, 18, 18, .9);
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;

    width: 384px;
    max-width: 100%;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.error_page .info a
{
    color: rgba(20, 18, 18, .9);
}

.error_page .info a:hover
{
    text-decoration: none;
}

.error_page .code
{
    width: calc(100% - 300px);
    margin-left: -84px;
}

.error_page .code img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}



.prev_next
{
    margin-top: 35px;
}

.prev_next .cont
{
    font-weight: 300;

    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.prev_next a
{
    color: var(--text_color);

    display: inline-block;

    transition: background-size .4s;
    vertical-align: top;
    text-decoration: none;

    background-image: linear-gradient(rgba(175, 200, 230, .8), rgba(175, 200, 230, .8));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}

.prev_next a:hover
{
    background-size: 100% 3px;
}



.more
{
    margin-top: 34px;

    text-align: center;
}

.more > *
{
    color: #fff;
    font-family: var(--font_family);
    font-size: 16px;
    line-height: 22px;

    display: inline-block;

    width: 384px;
    max-width: 100%;
    height: 48px;
    padding: 14px 20px 12px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: .07em;
    text-transform: uppercase;

    border: none;
    background: #0b4791;
}



/*---------------
   Footer
---------------*/
footer
{
    padding: 56px 0 23px;

    background: rgba(20, 18, 18, .9);

    flex: 0 0 auto;
}


footer .info
{
    position: relative;
}

footer .info .cont.flex
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}


footer .bottom
{
    color: rgba(223, 235, 250, .8);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    margin-top: 42px;

    letter-spacing: .02em;
}

footer .bottom .cont.flex
{
    align-items: center;
    align-content: center;
}

footer .bottom .cont.flex > * + *
{
    margin-left: 30px;
}



footer .logo
{
    width: 100%;
    margin-bottom: 36px;
}

footer .logo img
{
    display: block;

    width: 141px;
    max-width: 100%;
}

footer .cats
{
    font-size: 17px;
    line-height: 22px;

    width: 39.5%;
}

footer .shop_cats {width: 25%;}

footer .cats .sep
{
    position: relative;
    top: -1px;

    display: inline-block;

    width: 5px;
    height: 5px;
    margin: 0 6px;

    vertical-align: middle;

    border-radius: 50%;
    background: #fff;
}

footer .cats li
{
	display: inline-block;
	margin-right: 10px;
}

footer .cats a
{
    color: #fff;
    transition: .2s linear;
    text-decoration: none;
}

footer .cats a:hover
{
    color: #ff4114;
}

footer .line_sep
{
    width: 1px;
	margin: 0 10px;
    background: rgba(223, 235, 250, .8);
}


footer .info .links.mob_links
{
    display: none;

    margin-top: 30px;
}


footer .info .links .columns
{
    column-gap: 56px;
    column-count: 2;
}

footer .info .links .columns > *
{
    transform: translateZ(0);

    --webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

footer .info .links .columns > * + *,
footer .info .links > * + *
{
    margin-top: 12px;
}


footer .info .links .list
{
    display: flex;

    width: 338px;
    margin-bottom: -16px;
    margin-left: -20px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

footer .info .links .list > *
{
    width: calc(50% - 20px);
    margin-bottom: 16px;
    margin-left: 20px;
}


footer .info .links a
{
    color: #fff;
    font-size: 19px;
    line-height: 26px;

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    font-feature-settings: 'ss01' on, 'salt' on;
}

footer .info .links.dark a,
footer .info .links.dark a:hover
{
    color: rgba(20, 18, 18, .9);
}

footer .info .links a.white
{
    color: #fff;
}

footer .info .links a:hover,
footer .info .links a.white:hover
{
    color: #ff4114;
}

footer .info .links a img
{
    display: inline-block;

    margin-left: 6px;

    vertical-align: middle;
}


footer .info .links .order_link
{
    color: #fff;
    font-family: var(--font_family);
    font-size: var(--font_size);
    line-height: 39px;

    display: inline-block;

    height: 41px;
    margin: 28px -8px 0;
    padding: 0 16px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;

    border: 1px solid #ff4114;
    border-radius: 21px;
    background: none;

    font-feature-settings: 'ss01' on, 'salt' on;
}

footer .info .links .order_link:hover
{
    background: #ff4114;
}

footer .info .links2
{
	display: none;
}

footer .info .cats .order_link
{
    color: #fff;
    font-family: var(--font_family);
    font-size: var(--font_size);
    line-height: 39px;

    display: inline-block;

    height: 41px;
    margin: 28px -8px 0;
    padding: 0 16px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;

    border: 1px solid #ff4114;
    border-radius: 21px;
    background: none;

    font-feature-settings: 'ss01' on, 'salt' on;
}

footer .info .cats .order_link:hover
{
    background: #ff4114;
}



footer .socials
{
    display: flex;

    width: 100%;
    margin-top: 56px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .socials a,
footer .socials img
{
    display: block;
}

footer .socials a + a
{
    margin-left: 34px;
}



footer .bottom .links
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .bottom .links > * + *
{
    margin-left: 12px;
}

footer .bottom .links a
{
    color: rgba(223, 235, 250, .8);

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
}

footer .bottom .links a:hover
{
    color: #fff;

    text-decoration: none;
}



footer .creator
{
    line-height: 22px;
}

footer .creator a
{
    color: rgba(223, 235, 250, .8);

    display: inline-block;

    margin-left: 2px;

    transition: .2s linear;
    vertical-align: top;
    white-space: nowrap;
}

footer .creator a span
{
    display: inline-block;
    overflow: hidden;

    width: 22px;
    height: 22px;
    margin: 0 2px 0 3px;

    vertical-align: top;
    text-indent: -9999px;

    background: url(/local/templates/efesto/css/../images/ic_creator_logo.svg) 0 50% no-repeat;
}

footer .creator a:hover
{
    color: #fff;

    text-decoration: none;
}



footer .buttonUp
{
    display: none;

    width: 100%;
    margin-top: 30px !important;
}

footer .buttonUp button
{
    display: block;

    width: 26px;
    height: 26px;

    cursor: pointer;

    border: none;
    border-radius: 50px;
    background: #ff4114 url(/local/templates/efesto/css/../images/ic_buttonUp.svg) 50% no-repeat;
}



/*---------------
   PopUp
---------------*/
.modal
{
    display: none;
    visibility: visible !important;

    width: 632px;
    max-width: 100%;
    padding: 25px 30px;

    background: #fff;
}



.equipment_info .name
{
    font-weight: 300;

    margin-bottom: 25px;

    font-feature-settings: 'pnum' on, 'onum' on, 'ss01' on;
}

.equipment_info .video
{
    position: relative;

    overflow: hidden;

    margin: 0 -30px;
    padding-bottom: 417px;

    background: #eee;
}

.equipment_info .video img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.equipment_info .video .play
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;

    border: none;
    background: url(/local/templates/efesto/css/../images/ic_play.svg) 50% no-repeat;
}

.equipment_info .video iframe
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}

.equipment_info .video iframe.active
{
    display: block;
}

.equipment_info .desc
{
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;

    margin-top: 25px;

    font-feature-settings: 'pnum' on, 'onum' on;
}




@media (max-height: 900px)
{
    .fixed_links
    {
        width: 868px;
        padding-right: 60px;
    }

    .fixed_links .panel .menu_link
    {
        font-size: 16px;

        width: 60px;
        padding: 25px 4px 25px 6px;
    }

    .fixed_links .panel .links
    {
        font-size: 16px;
        line-height: 58px;

        //padding: 25px 0 25px 2px;
        padding: 0 0 0 2px;

        justify-content: center;
    }

    .fixed_links .panel .links a + a
    {
        margin-top: 25px;
    }

    .fixed_links .panel .shop_link
    {
        font-size: 16px;

        padding: 25px 4px 25px 6px;
    }


    .fixed_links .panel .online_order_link
    {
        padding: 25px 0 5px 0;
    }

    .fixed_links .panel .online_order_link img
    {
        margin-top: 0;
    }


    .fixed_links .menu .links > * + *
    {
        margin-top: 15px;
    }

    .fixed_links .menu .links a
    {
        font-size: 30px;
        line-height: 34px;
    }



    .contacts_info .map_wrap
    {
        margin-left: 60px;
    }
}


@media (max-height: 750px)
{
    .fixed_links
    {
        width: 758px;
        padding-right: 50px;

        transform: translateX(-708px);
    }


    .fixed_links .panel .menu_link
    {
        font-size: 15px;

        width: 50px;
        padding: 20px 4px 15px 6px;
    }

    .fixed_links .panel .menu_link .icon
    {
        width: 24px;
        height: 24px;
    }

    .fixed_links .panel .links
    {
        font-size: 15px;
        line-height: 49px;

        //padding: 20px 2px 20px 0;
		padding-right: 2px;
    }

    .fixed_links .panel .links a + a
    {
        margin-top: 20px;
    }
	
	.fixed_links .panel .links div:first-child
	{
		padding-top: 24px;
	}

	.fixed_links .panel .links div
	{
		padding: 12px 0;
	}

	.fixed_links .panel .links div:last-child
	{
		padding-bottom: 24px;
	}

    .fixed_links .panel .shop_link
    {
        font-size: 15px;

        width: 50px;
        padding: 20px 4px 20px 6px;
    }


    .fixed_links .panel .online_order_link
    {
        padding: 20px 0 5px 0;
    }

    .fixed_links .panel .online_order_link img
    {
        margin-left: -5px;
    }

    .fixed_links .online_order .form textarea
    {
        height: calc(100vh - 360px);
    }


    .fixed_links .menu
    {
        width: 708px;
    }

    .fixed_links .menu_wrap
    {
        padding: 30px 40px 144px;
    }

    .fixed_links .menu .links + .links
    {
        margin-top: 50px;
    }

    .fixed_links .menu .links > * + *
    {
        margin-top: 10px;
    }

    .fixed_links .menu .links a
    {
        font-size: 25px;
        line-height: 29px;
    }


    .fixed_links .search
    {
        padding: 30px 40px;
    }

    .fixed_links .search .result .title
    {
        font-size: 24px;
    }


    .fixed_links .online_order
    {
        width: 708px;
        padding: 30px 40px;
    }

    .fixed_links .online_order .imgs
    {
        margin-bottom: 15px;
    }

    .fixed_links .online_order .imgs img
    {
        width: 64px;
        height: 64px;
    }

    .fixed_links .online_order .imgs img:last-child
    {
        width: 74px;
        height: 74px;
    }

    .fixed_links .online_order .form .line
    {
        margin-bottom: 20px;
    }

    .fixed_links .online_order .form .submit
    {
        margin-top: 20px;
    }



    .contacts_info .map_wrap
    {
        margin-left: 50px;
    }
}


@media (max-height: 660px)
{
    .fixed_links .panel .online_order_link
    {
        padding: 20px 0;
    }

    .fixed_links .panel .online_order_link img,
    .fixed_links .panel .shop_link img
    {
        display: none;
    }
	.fixed_links .panel .links div:first-child
	{
		display: block;
	}

	.fixed_links .panel .links div
	{
		display: none;
	}
}




@supports (-ms-ime-align:auto)
{
    .fixed_links
    {
        padding-right: 0 !important;

        transform: translateX(-100%) !important;
    }

    .fixed_links.show
    {
        transform: translateX(0) !important;
    }

    .fixed_links .panel
    {
        display: none;
    }


    .edge_panel
    {
        display: flex;
    }


    header
    {
        top: 70px;
    }

    .page_head
    {
        padding-top: 236px;
    }


    .contacts_info .map_wrap
    {
        margin-left: 0;
    }
}

/*****************/




#bx_3218110189_758 .thumb::after {
    content: '';
    background-image: url('https://cdn.coda.io/icons/svg/color/new.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: cover;
    padding-right: 32px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    line-height: 150px;
    float: left;
    bottom: 0px;
}


/* End */


/* Start:/local/templates/efesto/css/jquery.messages.min.css?1596028671849*/
.tip-message{width:240px;overflow:hidden;position:fixed;padding:0 0 3px;background:#aaa;top:50%;left:50%;margin-left:-120px;z-index:999999;display:none;text-align:left;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.red-popup-thor{background:#bd1919}.green-popup-thor{background:green}.tip-message .tip-hold{overflow:hidden;height:1%;padding:12px 48px 13px 17px;background:#aaa}.red-popup-thor .tip-hold{background:#bd1919}.green-popup-thor .tip-hold{background:green}.tip-message span{display:block;line-height:14px;color:#fff}.tip-message .btn-close{position:absolute;top:8px;right:8px;width:10px;height:10px;overflow:hidden;text-indent:-99999px;background:url(/local/templates/efesto/css/../images/btn-tip-close.png) no-repeat}.tip-message p{font-size:11px;margin:1px 0 3px}.tip-message{font-size:12px}.tip-message a{color:#fff;text-decoration:underline}
/* End */


/* Start:/local/templates/efesto/template_styles.css?1775124771210*/
.order_block .form .line.line-input1 {
    width: calc(63% - 81px);
}

.order_block .form .line.line-input2 {
    width: 37%;
}

#form_feedback-order input[type=file] + label span{
    background-image: none;
}
/* End */
/* /local/templates/efesto/css/owl.carousel.css?15960286716269 */
/* /local/templates/efesto/css/fancybox.css?159602867117720 */
/* /local/templates/efesto/css/paver.min.css?15960286712957 */
/* /local/templates/efesto/css/styles.css?161555459387698 */
/* /local/templates/efesto/css/jquery.messages.min.css?1596028671849 */
/* /local/templates/efesto/template_styles.css?1775124771210 */
