

/* Start:/local/templates/water/css/owl.carousel.css?17091416436687*/
/**
 * 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/water/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%;
}

.main_slider.owl-carousel .owl-nav
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: calc(50% + 319px);
    height: 100px;

    background: #115bc6;
}

.owl-carousel .owl-nav button
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    display: block;
    overflow: visible;

    width: 36px;
    height: 19px;

    cursor: pointer;
    transition: .2s linear;
    text-indent: -9999px;

    opacity: .2;
    border: none;
    background: url(/local/templates/water/css/../images/arrow_slider.svg) 50% no-repeat;
}

.main_slider.owl-carousel .owl-nav button
{
    bottom: 32px;

    width: 98px;
    height: 36px;

    opacity: .5;
    background-image: url(/local/templates/water/css/../images/arrow_slider2.svg);
    background-position: 0 50%;
}

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

    margin-right: 10px;
}

.main_slider.owl-carousel .owl-nav button.owl-prev
{
    right: auto;
    left: 75px;

    margin: 0;
}

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

    margin-left: 10px;

    transform: rotate(180deg);
}

.main_slider.owl-carousel .owl-nav button.owl-next
{
    right: 75px;
    left: auto;

    margin: 0;
}

.owl-carousel .owl-nav button:not(.disabled):hover
{
    opacity: 1;
}

.owl-carousel .owl-nav button.disabled
{
    cursor: default;

    opacity: .2;
}


.owl-dots
{
    position: absolute;
    bottom: 20px;
    left: 0;

    display: flex;

    width: 100%;
    height: 10px;

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

.main_slider .owl-dots
{
    right: 0;
    bottom: 45px;
    left: auto;

    width: calc(50% + 319px);
}

.owl-dot
{
    position: relative;

    display: block;

    width: 10px;
    height: 10px;

    transition: .2s linear;

    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}

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

.owl-dot:hover,
.owl-dot.active
{
    background: #fff;
}

/* End */


/* Start:/local/templates/water/css/fancybox.css?170914164317843*/
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: #232323;
}

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

    opacity: .8;
}

.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: #fff;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    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;
    -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.fancybox-slide
{
    padding: 15px;
}

.fancybox-content
{
    position: relative;

    display: inline-block;

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

    transition: .2s linear;
}

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

    border: 0;
    border-radius: 0;
    background: transparent;
}

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

    opacity: 1;
}

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

    position: absolute;
    top: 20px;
    right: 20px;

    width: 40px;
    height: 40px;
    padding: 0;

    transition: .2s linear;

    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small:hover svg
{
    transform: rotate(180deg);
}

.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/water/css/styles.css?174738321869613*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

img {
  border: none;
  max-width: 100%;
}

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 {
  --scroll_width: 17px;
  --font_family: 'Inter', 'Arial', sans-serif;
  --font_family2: 'Montserrat', 'Arial', sans-serif;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

html {
  height: 100%;

  background: #fff;

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

body {
  color: #1e2f41;
  font: 18px var(--font_family);

  height: 100%;

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

body.lock {
  overflow: hidden;
}

.wrap {
  position: relative;

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

  min-height: 100%;
}

.main {
  flex: 1 0 auto;
}

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

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

.lozad {
  transition: 0.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;
}

::-webkit-input-placeholder {
  color: #1e2f41;
}

:-moz-placeholder {
  color: #1e2f41;
}

:-ms-input-placeholder {
  color: #1e2f41;
}

.form .line_form {
  margin-bottom: 40px;
}

.form .input {
  color: #1e2f41;
  font: 18px var(--font_family2);

  display: block;

  width: 100%;
  height: 40px;
  padding-bottom: 10px;

  transition: 0.2s linear;
  text-transform: uppercase;

  border: none;
  border-bottom: 1px solid rgba(46, 41, 60, 0.2);
  background: none;
}

.form textarea {
  color: #1e2f41;
  font: 18px var(--font_family2);

  display: block;

  width: 100%;
  height: 112px;
  padding-bottom: 10px;

  resize: none;
  transition: 0.2s linear;

  border: none;
  border-bottom: 1px solid rgba(46, 41, 60, 0.2);
  background: none;
}

.form .success,
.form .success + .nice-select .current {
  border-color: green;
}

.form .error,
.form .error + .nice-select .current {
  border-color: red;
}

.form .input:disabled,
.form textarea:disabled,
.form input[type='file']:disabled + label,
.checkbox .label_check input[type='checkbox']:disabled + .check_text,
.radio_payment .label_check input[type='radio']:disabled + .check_text {
  cursor: default;
  pointer-events: none;

  opacity: 0.7;
}

.form .error_text {
  color: red;
  font-size: 12px;
  line-height: normal;

  margin-top: 4px;
}

.form .submit_btn {
  color: #fff;
  font: 18px var(--font_family2);

  display: block;

  width: 100%;
  height: 50px;
  padding: 0 10px;

  cursor: pointer;
  transition: 0.2s linear;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  border: none;
  background: #115bc6;
}

.form .submit_btn:disabled {
  cursor: default;

  opacity: 0.2;
  background: #296ccc;
}

.form .submit_btn:hover {
  background: #296ccc;
}

.form .agree {
  color: #2e293c;
  font-size: 14px;
  line-height: 22px;
}

.form .agree a {
  color: #2e293c;

  transition: 0.2s linear;
  text-decoration: none;

  border-bottom: 1px solid #2e293c;
}

.form .agree a:hover {
  border-bottom-color: transparent;
}

.form .box_btn {
  margin-top: 50px;
}

.form .box_btn .agree {
  width: calc(100% - 230px);
  max-width: 227px;
  margin-left: 30px;
}

.form .box_btn .submit {
  width: 200px;
}

.checkbox input[type='checkbox'] {
  display: none;
}

.checkbox .label_check {
  display: inline-block;

  cursor: pointer;
  vertical-align: middle;
}

.checkbox .label_check .check_text {
  color: #3b5261;
  font-size: 18px;

  position: relative;

  display: block;

  padding-left: 48px;
}

.checkbox .label_check .check_text:before {
  position: absolute;
  top: 2.5px;
  left: 0;

  width: 18px;
  height: 18px;

  content: '';
  transition: 0.2s linear;

  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.checkbox.agree .label_check .check_text:before {
  top: 50%;

  margin-top: -9px;
}

.checkbox .label_check .check_text:after {
  position: absolute;
  top: 0.5px;
  left: 2px;

  width: 18px;
  height: 18px;

  content: '';
  transition: 0.2s linear;

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

.checkbox.agree .label_check .check_text:after {
  top: 50%;

  margin-top: -11px;
}

.checkbox .label_check input[type='checkbox']:checked + .check_text:after {
  opacity: 1;
}

.text_block {
  font-weight: 300;
  line-height: 30px;
}

.text_block > :last-child {
  margin-bottom: 0 !important;
}

.text_block h1,
.text_block > .title {
  color: #000;
  font-family: var(--font_family2);
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;

  margin-bottom: 20px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.text_block h2 {
  color: #000;
  font-family: var(--font_family2);
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;

  margin-bottom: 20px;

  text-transform: uppercase;
}

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

.text_block h3 {
  color: #000;
  font-family: var(--font_family2);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;

  margin-bottom: 20px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.text_block * + h3 {
  margin-top: 30px;
}

.text_block h4 {
  color: #000;
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  margin-bottom: 20px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.text_block * + h4 {
  margin-top: 30px;
}

.text_block h5 {
  color: #1e2f41;
  font-family: var(--font_family);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;

  margin-bottom: 20px;
}

.text_block * + h5 {
  margin-top: 30px;
}

.text_block h6 {
  color: #1e2f41;
  font-family: var(--font_family);
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;

  margin-bottom: 20px;
}

.text_block * + h6 {
  margin-top: 30px;
}

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

.text_block img {
  display: block;

  max-width: 100%;
  margin-bottom: 40px;
}

.text_block ul li {
  position: relative;

  display: block;

  padding-left: 32px;

  list-style-type: none;
}

.text_block ul li b {
  font-weight: 500;
}

.text_block ul li:before {
  position: absolute;
  top: 12px;
  left: 3px;

  width: 5px;
  height: 5px;

  content: '';

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

.text_block ol {
  counter-reset: li;
}

.text_block ol li {
  position: relative;

  display: block;

  list-style-type: none;
}

.text_block ol li:before {
  color: #1e2f41;
  font-weight: 300;

  display: inline;

  content: counter(li) '.';
  counter-increment: li;
}

.text_block blockquote {
  color: #1e2f41;
  font-family: var(--font_family);

  display: block;

  padding-left: 30px;

  border-left: 1px solid #000;
}

.text_block a {
  color: #115bc6;

  transition: 0.2s linear;
  text-decoration: none;

  border-bottom: 1px solid;
}

.text_block a:hover {
  border-bottom-color: transparent;
}

.text_block .hidden_desktop {
  display: none;
}
.table_wrap.table_top_wrap {
  margin: 0 0 20px 0;
  overflow-y: hidden;
}
.table_wrap.table_top_wrap table {
  display: block;
  height: 2px;
}
.text_block .table_wrap {
  overflow-x: auto;

  padding-bottom: 22px;

  scrollbar-color: #115bc6 rgba(17, 91, 198, 0.2); /* «цвет ползунка» «цвет полосы скроллбара» */
}

.text_block .table_wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;

  background: rgba(17, 91, 198, 0.2);
}

.text_block .table_wrap::-webkit-scrollbar-thumb {
  background: #115bc6;
}

.text_block .table_wrap::-webkit-scrollbar-track {
  background: rgba(17, 91, 198, 0.2);
}

.text_block table {
  width: 100%;
  min-width: 825px;

  border-collapse: collapse;
}

.text_block table th {
  color: #000;
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  padding: 18px 20px 19px;

  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  border: 1px solid #b8ceee;
  background: #f6f9ff;
}

.text_block table thead tr:first-child th {
  padding: 30px 20px;
}

.text_block table td {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;

  padding: 20px;

  text-align: center;

  border: 1px solid #b8ceee;
}

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

  position: fixed;
  z-index: 10000;
  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;
}

.main_tabs {
  display: flex;
  overflow-x: auto;

  margin-bottom: 39px;

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

.main_tabs button {
  color: rgba(46, 41, 60, 0.2);
  font: 600 30px/50px var(--font_family2);

  position: relative;

  cursor: pointer;
  transition: 0.2s linear;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  border: none;
  background: none;
}

.main_tabs button + button {
  margin-left: 60px;
}

.main_tabs button:hover {
  color: rgba(46, 41, 60, 1);
}

.main_tabs button.active {
  color: #2e293c;
}

.aside_tabs button {
  color: rgba(46, 41, 60, 0.2);
  font: 600 30px/50px var(--font_family2);

  position: relative;

  display: block;

  width: 100%;

  cursor: pointer;
  transition: 0.2s linear;
  text-align: center;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  border: none;
  background: none;
}

.aside_tabs button + button {
  margin-top: 60px;
}

.aside_tabs button:hover {
  color: rgba(46, 41, 60, 1);
}

.aside_tabs button.active {
  color: #2e293c;
}

.tab_content {
  position: relative;

  visibility: hidden;
  overflow: hidden;

  height: 0;

  pointer-events: none;

  opacity: 0;
}

.tab_content.active {
  visibility: visible;
  overflow: visible;

  height: auto;

  transition: opacity 0.5s linear;
  pointer-events: all;

  opacity: 1;
}

.main_title {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main_title.small {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.main_title.mob {
  display: none;
}

.main_title.center {
  text-align: center;
}

.wrap_title {
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: nowrap;
}

.wrap_title .main_title {
  margin-right: 50px;
}

.wrap_title .link {
  margin-bottom: 10px;

  flex-shrink: 0;
}

.link a {
  color: #2e293c;
  font-size: 18px;
  line-height: normal;

  position: relative;

  display: inline-block;

  padding-right: 38px;

  transition: 0.2s linear;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.link a:hover {
  color: #115bc6;
}

.link a:before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 28px;
  height: 15px;
  margin-top: -8px;

  content: '';
  transition: 0.2s linear;

  background: url(/local/templates/water/css/../images/ic_arrow.svg) 50% / contain no-repeat;
}

.link a:hover:before {
  right: -10px;
}

.page_content {
  margin-top: 60px;
}

/*.page_title
{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;

    position: relative;

    display: flex;

    margin-bottom: 55px;

    text-transform: uppercase;

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

.page_title span
{
    margin-right: 39px;

    background: #fff;

    flex-shrink: 0;
}*/

.content_flex {
  margin-top: 86px;

  justify-content: space-between;
}

.content_flex .content {
  position: relative;

  width: calc(100% - 304px);
}

.content_flex .content.small {
  max-width: 814px;
}

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  line-height: 22px;

  margin-top: 20px;
}

.breadcrumbs a {
  color: #55708c;

  display: inline-block;

  transition: 0.2s linear;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs .sep {
  color: #55708c;
}

.breadcrumbs span:not(.sep) {
  display: inline-block;
}

.page_title {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;

  display: flex;

  min-height: 120px;

  letter-spacing: 0.02em;
  text-transform: uppercase;

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

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

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

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

.link_btn a {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 18px;
  line-height: 30px;

  display: inline-flex;

  height: 50px;
  padding: 10px 42px;

  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  background: #115bc6;

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

.link_btn a:hover {
  background: #296ccc;
}

.link_btn a:active {
  opacity: 0.2;
  background: #115bc6;
}
/**
search page
 */
.search-page input[type='submit'] {
  padding: 8px;
  border: none;
  background-color: #1e2f41;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
.search-page input[name='q'] {
  padding: 10px;
  border: solid 1px #e29b00;
  width: 100%;
}
.search-page form {
  display: flex;
  justify-content: space-between;
}
.search-page a {
  /* color: #1e2f41; */
  transition: 0.2s linear;
  text-decoration: none;
  color: #115bc6;
}
/*---------------
   Header
---------------*/
header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
  padding-top: 40px;
}

header .cont {
  justify-content: space-between;
}

header .info {
  width: calc(100% - 220px);
  padding-top: 10px;
}
header .info_v2 {
    width: calc(100% - 140px);
}
header .top {
  padding-bottom: 10px;

  border-bottom: 1px solid #fff;
}

header .menu .item + .item {
  margin-left: 60px;
}

header .menu .item a {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 14px;
  line-height: 37px;

  display: block;

  transition: 0.2s linear;
  text-decoration: none;
  text-transform: uppercase;
}

header .menu .item a span {
  position: relative;
}

header .menu .item a span:after {
  position: absolute;
  bottom: -2px;
  left: 0;

  width: 100%;
  height: 1px;

  content: '';
  transition: 0.2s linear;
  transform: scale(0);

  background: #fff;
}

header .menu .item a:hover span:after {
  transform: scale(1);
}

header .menu .item.mob + .item {
  margin-left: 0;
}

header .menu .item.mob {
  display: none;
}

header .menu .item .sub_menu {
  display: none;

  margin-top: 45px;
}

header .phone {
  margin: 0 40px 0 auto;
}

header .phone a {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 16px;
  line-height: 37px;

  display: block;

  text-decoration: none;
  text-transform: uppercase;
}

header .socials {
  margin-top: 30px;

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

header .socials a {
  display: flex;

  width: 24px;
  height: 24px;

  transition: 0.2s linear;

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

header .socials a:hover {
  transform: scale(1.2);
}

header .socials a + a {
  margin-left: 40px;
}

header .socials img {
  display: block;

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

header .logo img {
  max-width: 190px;
  margin-bottom: -40px;
}
header .logo_v2 img {
  max-height: 55px;
}
.mob_header {
  position: absolute;
  z-index: 101;
  top: 10px;
  left: 0;

  display: none;

  width: 100%;
}

.mob_header .logo {
  margin-right: auto;
}

.mob_header.active .logo {
  pointer-events: none;

  opacity: 0;
}

.mob_header .logo a,
.mob_header .logo img {
  display: block;

  max-width: 100%;
}

.mob_header .logo img {
  max-height: 24px;
}

.mob_header .phone {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 14px;
  line-height: 24px;

  display: block;

  margin-right: 40px;

  text-decoration: none;
  text-transform: uppercase;
}

.mob_header.active .phone {
  pointer-events: none;

  opacity: 0;
}

.mob_menu_link {
  position: relative;

  display: block;

  width: 24px;
  height: 24px;
  padding: 6px 4px;

  cursor: pointer;
  transition: 0.2s linear;

  border: none;
  background-color: transparent;
}

.mob_menu_link span {
  position: relative;

  display: block;

  width: 100%;
  height: 2px;

  transition: 0.2s linear;

  background: #fff;
}

.mob_menu_link span + span {
  margin-top: 3px;
}

.mob_menu_link.active span {
  border-radius: 50px;
}

.mob_menu_link.active span:nth-child(1) {
  top: 5px;

  width: 100%;

  transform: rotate(45deg);
}

.mob_menu_link.active span:nth-child(2) {
  opacity: 0;
}

.mob_menu_link.active span:nth-child(3) {
  top: -5px;

  width: 100%;

  transform: rotate(-45deg);
}

.header_abs {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;

  width: 100%;
  height: 360px;

  pointer-events: none;
}

.header_abs.main {
  height: 720px;
}

.header_abs .box {
  position: relative;

  height: calc(100% - 70px);
}

.header_abs .box:nth-child(2) {
  height: 70px;
}

.header_abs.main .box,
.header_abs.main .box:nth-child(2) {
  height: 50%;
}

.header_abs .open_cats {
  color: #fff;
  font: 500 14px var(--font_family2);

  position: relative;

  display: block;

  width: 70px;
  height: 100%;

  cursor: pointer;
  transition: 0.2s linear;
  text-transform: uppercase;
  pointer-events: all;

  border: none;
  background: #ba3412;
}

.header_abs .open_cats:hover {
  background: #da3d15;
}

.header_abs .open_cats span {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

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

  transform: rotate(-90deg);
  text-align: center;
  white-space: nowrap;
}

.header_abs .cats {
  position: absolute;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;
  padding-top: 50px;

  transition: 0.2s linear;
  pointer-events: none;

  opacity: 0;
  background: #ba3412;
}

.header_abs .cats.view {
  visibility: visible;

  pointer-events: all;

  opacity: 1;
}

.header_abs .cats .title {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header_abs .cats .list {
  margin-left: -30px;
}

.header_abs .cats .list .item {
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  width: calc(100% / 3 - 30px);
  margin: 30px 0 0 30px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header_abs .cats .list .item a {
  color: #f6f9ff;

  transition: 0.2s linear;
  text-decoration: none;
}

.header_abs .cats .list .item a:hover {
  color: #115bc6;
}

.header_abs .open_search {
  display: flex;

  width: 70px;
  height: 100%;

  cursor: pointer;
  pointer-events: all;

  border: none;
  background: #e29b00;

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

.header_abs .open_search svg {
  display: block;

  width: 15px;
  height: 15px;

  transition: 0.2s linear;

  fill: #fff;
}

.header_abs .open_search:hover svg {
  transform: scale(1.2);
}

.header_abs .box_search {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  visibility: visible;

  width: 100%;
  height: 100%;

  transition: 0.2s linear;
  pointer-events: none;

  opacity: 0;
  background: #e29b00;

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

.header_abs .box_search.view {
  visibility: visible;

  pointer-events: all;

  opacity: 1;
}

.header_abs .search .input {
  color: #fff;
  font: 16px var(--form_section);

  width: 100%;
  height: 36px;
  padding-left: 40px;

  border: none;
  border-bottom: 1px solid #fff;
  background: none;
}

.header_abs .search .submit_btn {
  position: relative;

  display: flex;

  width: 36px;
  height: 36px;
  margin-right: -36px;
  padding-left: 5px;

  cursor: pointer;

  border: none;
  background: transparent;

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

.header_abs .search .submit_btn svg {
  display: block;

  width: 15px;
  height: 15px;

  transition: 0.2s linear;

  fill: #fff;
}

.header_abs .search .submit_btn:hover svg {
  transform: scale(1.2);
}
/*---------------
   Main section
---------------*/
.about_us {
  margin-top: 150px;
}

.about_us .number {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}

.about_us .plus {
  position: relative;

  display: block;

  width: 16px;
  height: 16px;
}

.about_us .plus:before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 4px;
  height: 16px;

  content: '';
  transform: translate(-50%, -50%);

  background: #115bc6;
}

.about_us .plus:after {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 16px;
  height: 4px;

  content: '';
  transform: translate(-50%, -50%);

  background: #115bc6;
}

.about_us .wrap_number {
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.about_us .wrap_number .plus {
  margin-left: 10px;
}

.about_us .desc {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 14px;
  line-height: 20px;

  text-transform: uppercase;
}

.about_us .item_big {
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.about_us .item_big .data {
  width: calc(50% - 10px);

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

.about_us .item_big .number {
  font-size: 150px;
  line-height: 150px;
}

.about_us .item_big .data .wrap_number .plus {
  display: none;
}

.about_us .item_big .data .info {
  margin-left: 40px;
  padding-bottom: 17px;

  align-self: flex-end;
}

.about_us .item_big .data .desc {
  max-width: 182px;
  margin-top: 20px;
}

.about_us .item_big .col_r {
  width: calc(50% - 10px);
}

.about_us .item_big .text {
  font-weight: 300;
  line-height: 30px;

  max-width: 533px;
}

.about_us .item {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.about_us .slider {
  margin-top: 70px;
}

.about_us .slider:not(.owl-loaded) {
  display: flex;

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

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

.about_us .slider:not(.owl-loaded) .item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}

.about_us .slider:not(.owl-loaded) .item:nth-child(-n + 2) {
  padding-bottom: 21px;

  border-bottom: 1px solid #1e2f41;
}

.about_us .item .wrap_number {
  width: calc(48.8% - 20px);
}

.about_us .item .wrap_desc {
  width: calc(51.2% - 20px);
  padding-bottom: 16px;

  align-self: flex-end;
}

.about_us .item .wrap_desc .desc {
  max-width: 250px;
}

.catalog_info {
  margin-top: 150px;
}

.catalog_info .container {
  position: relative;

  padding: 80px 0;
}

.catalog_info .bg {
  position: absolute;
  top: 0;
  right: 0;

  width: 70%;
  height: 100%;
}

.catalog_info .bg img {
  position: absolute;
  top: 0;
  left: 0;

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

  object-fit: cover;
}

.catalog_info .box {
  position: relative;
  z-index: 5;

  max-width: 750px;
  padding: 53px 52px 50px 40px;

  border: 1px solid #115bc6;
  background: #fff;
}

.catalog_info .text {
  color: #1e2f41;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  margin-top: 20px;
}

.catalog_info .link_btn {
  margin-top: 47px;
}

.catalog_info .link_btn a {
  padding: 10px 42px;
}

.section_grid {
  margin-top: 150px;
}

.section_grid .item {
  position: relative;

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

  min-height: 340px;
  padding: 40px;

  border: 1px solid #115bc6;
  background: #fff;

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

.section_grid .item.dark {
  border: none;
}
.section_grid .item a {
  text-decoration: none;
}

.section_grid .item .bg {
  position: absolute;
  top: 0;
  left: 0;

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

  transition: 0.2s linear;

  object-fit: cover;
  object-position: 50% 50%;
}

.section_grid .item:hover .bg {
  transform: scale(1.05);
}

.section_grid .item .data {
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;

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

.section_grid .item .name {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section_grid .item .name.large {
  font-size: 30px;
  line-height: 50px;
}

.section_grid .item.dark .name {
  color: #fff;
}

.section_grid .item .name a,
.section_grid .item .name span {
  color: #1e2f41;

  transition: 0.2s linear;
  text-decoration: none;

  border-bottom: 1px solid transparent;
}

.section_grid .item.dark .name a,
.section_grid .item .name span {
  color: #fff;
  text-shadow: 1px 1px 5px black;
}

.section_grid .item .name a:hover,
.section_grid .item .name span:hover {
  border-color: currentColor;
}

.section_grid .item .link {
  margin-top: auto;
  padding-top: 15px;
}

.section_grid .item.dark .link a {
  color: #fff;
}

.section_grid .item.dark .link a:hover {
  color: #e29b00;
}

.section_grid .item.dark .link a:before {
  background-image: url('/local/templates/water/css/../images/ic_arrow2.svg');
}

.section_grid .grid {
  display: grid;

  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.section_grid .grid .item:nth-child(3) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.section_grid .grid .item:nth-child(4) {
  grid-column: 1 / 3;
}

.product_info .images {
  width: 420px;
  margin-right: 50px;
}

.product_info .images .owl-carousel .owl-nav button {
  bottom: -33px;
}

.product_info .images .owl-carousel .owl-nav button:not(.disabled) {
  opacity: 1;
}

.product_info .images .slider {
  display: block;
}

.product_info .images .slider .slide {
  display: none;
}

.product_info .images .slider .slide:first-child,
.product_info .images .slider.owl-loaded .slide {
  display: block;
}

.product_info .images .slider .img {
  position: relative;

  display: block;
  overflow: hidden;

  width: 100%;
  padding-bottom: 95%;
}

.product_info .images .slider .img img {
  position: absolute;
  top: 0;
  left: 0;

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

  transition: 0.2s linear;

  object-fit: contain;
}

.product_info .images .slider .img:hover img {
  transform: scale(1.05);
}

.product_info .images .thumbs {
  margin-top: 20px;
  margin-bottom: -20px;
  margin-left: -20px;
}

.product_info .images .thumbs .item {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-left: 20px;

  cursor: pointer;
  transition: 0.2s linear;

  opacity: 0.3;
  border: none;
  background: none;
}

.product_info .images .thumbs .item.active {
  opacity: 1;
}

.product_info .images .thumbs .img {
  position: relative;

  display: block;

  width: 100%;
  padding-bottom: 100%;
}

.product_info .images .thumbs .img img {
  position: absolute;
  top: 0;
  left: 0;

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

  object-fit: cover;
}

.product_info .data {
  width: calc(100% - 470px);
  min-height: 400px;
  padding-bottom: 30px;

  border-bottom: 1px solid rgba(17, 91, 198, 0.2);

  justify-content: space-between;
  flex-wrap: nowrap;
}

.product_info .data .info {
  max-width: 480px;
  margin-right: 50px;
}

.product_info .data .name_product {
  color: #2e293c;
  font-size: 30px;
  line-height: 50px;

  margin-bottom: 20px;

  letter-spacing: 0.02em;
}

.product_info .feature {
  margin-top: 50px;
  margin-bottom: -30px;
  margin-left: -45px;
}

.product_info .feature .item {
  margin-bottom: 30px;
  margin-left: 45px;
}

.product_info .feature .item .name {
  color: #2e293c;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  opacity: 0.5;
}

.product_info .feature .item .val {
  color: #2e293c;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.product_info .feature .item .val span {
  color: #115bc6;
}

.product_info .feature .item .val a {
  color: #115bc6;

  transition: 0.2s linear;
  text-decoration: none;

  border-bottom: 1px solid transparent;
}

.product_info .feature .item .val a:hover {
  border-color: currentColor;
}

.doc .icon {
  height: 44px;
}

.doc .icon img {
  display: block;

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

.doc .name {
  color: #1e2f41;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  margin-top: 36px;
}

.doc .name a {
  color: #1e2f41;

  transition: 0.2s linear;
  text-decoration: none;

  border-bottom: 1px solid transparent;
}

.doc .name a:hover {
  border-color: currentColor;
}

.doc .download {
  margin-top: 20px;
}

.doc .download a {
  color: #115bc6;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  transition: 0.2s linear;
  text-decoration: none;

  border-bottom: 1px solid transparent;
}

.doc .download a:hover {
  border-color: currentColor;
}

.docs {
  margin-bottom: -50px;
  margin-left: -87px;
}

.docs .doc {
  width: calc(20% - 87px);
  margin-bottom: 50px;
  margin-left: 87px;
}

.product_features {
  position: relative;

  margin-top: 70px;
}

.product_features .abs_img {
  position: absolute;
  top: -270px;
  left: 50%;

  display: block;

  width: 612px;
  min-width: 50px;
  min-height: 50px;
  margin-left: 450px;

  opacity: 0.03;
}

.product_features .text_block {
  max-width: 100% /*755px*/;
}

.product_features .text_block.table {
  max-width: 100%;
}

.product_features .docs {
  position: relative;
  z-index: 5;

  padding-top: 10px;
}

.providing_installers {
  margin-top: 150px;
}

.providing_installers .main_title {
  max-width: 550px;
}

.providing_installers .item {
  color: #1e2f41;

  display: flex;
  flex-direction: column;

  min-height: 310px;
  padding: 20px 30px 30px;

  transition: 0.2s linear;

  border: 1px solid rgba(17, 91, 198, 0.3);
  background: #fff;

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

.providing_installers .item:hover {
  color: #fff;

  border-color: #115bc6;
  background: #115bc6;
  box-shadow: -2px 2px 11px rgba(17, 91, 198, 0.11);
}

.providing_installers .slider {
  margin-top: 40px;
}

.providing_installers .slider:not(.owl-loaded) {
  margin-bottom: -20px;
  margin-left: -20px;

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

.providing_installers .slider:not(.owl-loaded) .item {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}

.providing_installers .item .number {
  font-family: var(--font_family2);
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;

  position: relative;

  margin-bottom: 30px;
  padding-bottom: 20px;

  transition: 0.2s linear;

  border-bottom: 1px solid rgba(17, 91, 198, 0.3);
}

.providing_installers .item:hover .number {
  border-color: rgba(255, 255, 255, 0.3);
}

.providing_installers .item .number span {
  transition: opacity 0.2s linear;
}

.providing_installers .item:hover .number span {
  opacity: 0;
}

.providing_installers .item .icon {
  position: absolute;
  top: 15px;
  left: 0;

  width: 100%;
  height: 68px;

  transition: 0.2s linear;

  opacity: 0;
}

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

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

.providing_installers .item:hover .icon {
  opacity: 1;
}

.providing_installers .item .name {
  font-size: 14px;
  line-height: 20px;

  margin-top: auto;

  text-transform: uppercase;
}

.content_flex .cont {
  justify-content: space-between;
}

.content_flex aside {
  width: 400px;
}

.content_flex .content {
  width: calc(100% - 440px);
}

.cooperation {
  position: relative;

  margin-top: 140px;
}

.cooperation .abs_img {
  position: absolute;
  top: 220px;
  right: 50%;

  display: block;

  width: 612px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 370px;

  opacity: 0.03;
}

.cooperation .max_width1 {
  max-width: 652px;
}

.cooperation .max_width2 {
  max-width: 713px;
}

.waterstry {
  margin-top: 100px;
}

.waterstry .cont {
  max-width: 1320px;
}

.waterstry .info {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  max-width: 880px;
  margin: 20px auto 0;

  text-align: center;
}

.waterstry .info img {
  width: 100%;
}

.waterstry .feature {
  margin-top: 60px;
  margin-bottom: -20px;

  justify-content: space-between;
}

.waterstry .feature .item {
  width: calc(50% - 15px);
  margin-bottom: 20px;
  padding-bottom: 19px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  justify-content: space-between;
  flex-wrap: nowrap;
}

.waterstry .feature .item .name {
  color: #2e293c;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  /*width: 60%;*/

  opacity: 0.5;
}

.waterstry .feature .item .val {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  /*width: calc(40% - 20px);*/
  margin-left: 20px;

  text-align: right;
}

.waterstry .tabs_container {
  margin-top: 80px;
}

.waterstry .tabs_container .main_tabs {
  margin-top: 50px;
  margin-bottom: 0;

  justify-content: center;
}

.waterstry .tabs_container img {
  display: block;

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

.waterstry .box_info {
  /*padding: 0 20px 0 80px; */

  background: #f6f9ff;
}

.waterstry .box_img {
  position: relative;

  display: block;

  max-width: 1300px;
  margin: 0 auto;
}

.waterstry .box_img img {
  display: block;

  max-width: 100%;
}

.waterstry .box_img .modal_cont {
  position: absolute;
}

.waterstry .box_img .mini_modal_link {
  position: relative;

  width: 30px;
  height: 30px;
  margin-top: -20px;
  margin-left: -20px;

  cursor: pointer;
  transition: 0.2s linear;

  /*  border: none;*/
  border-radius: 50%;
  background: #fff;
  border-color: #115bc6;
}

@media (min-width: 1025px) {
  .waterstry .box_img .mini_modal_link {
    top: auto !important;
    left: auto !important;
  }
}

.waterstry .box_img .mini_modal_link:hover {
  background: #ba3412;
}

.waterstry .box_img .mini_modal_link:before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;

  content: '';
  transition: 0.2s linear;

  border-radius: 5px;
  background: #ba3412;
}

.waterstry .box_img .mini_modal_link.active:before {
  transform: rotate(45deg);
}

.waterstry .box_img .mini_modal_link:after {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;

  content: '';
  transition: 0.2s linear;

  border-radius: 5px;
  background: #ba3412;
}

.waterstry .box_img .mini_modal_link:hover:after,
.waterstry .box_img .mini_modal_link:hover:before {
  background: #fff;
}

.waterstry .box_img .mini_modal_link.active:after {
  transform: rotate(45deg);
}

.waterstry .box_img .mini_modal {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 41px;

  visibility: hidden;

  width: 440px;
  padding: 35px 30px 33px;

  transition: 0.2s linear;
  transform: translateY(-63%);

  opacity: 0;
  background: #fff;
  box-shadow: -2px 2px 11px rgba(17, 91, 198, 0.11);
}

.waterstry .box_img .mini_modal .close {
  position: absolute;
  top: 10px;
  right: 10px;

  display: none;

  width: 24px;
  height: 24px;
}

.waterstry .box_img .mini_modal .close:before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;

  content: '';
  transition: 0.2s linear;
  transform: rotate(45deg);

  border-radius: 5px;
  background: #000;
}

.waterstry .box_img .mini_modal .close:after {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;

  content: '';
  transition: 0.2s linear;
  transform: rotate(-45deg);

  border-radius: 5px;
  background: #000;
}

.waterstry .box_img .mini_modal.pos_left {
  right: 61px;
  left: auto;
}

.waterstry .box_img .mini_modal.active {
  visibility: visible;

  opacity: 1;
}

.waterstry .box_img .mini_modal .title {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.waterstry .box_img .mini_modal .desc {
  color: #1e2f41;
  font-size: 15px;
  line-height: 23px;

  margin-top: 10px;

  opacity: 0.7;
}

.waterstry .box_img .mini_modal .link {
  margin-top: 26px;
}

.title_error {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 126px;
  font-weight: 700;
  line-height: normal;

  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page_error {
  position: relative;

  padding: 90px 0 100px;
}

.page_error .img_abs {
  position: absolute;
  top: 53px;
  right: 50%;

  display: block;

  min-width: 770px;
  min-height: 770px;
  margin-right: 10px;

  pointer-events: none;

  opacity: 0.04;
}

.page_error .title {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;

  max-width: 752px;
  margin: 0 auto;

  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page_error .link_back {
  margin-top: 50px;

  text-align: center;
}

.page_error .link_back a {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 18px;
  line-height: 50px;

  display: inline-block;

  padding: 0 50px;

  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  background: #115bc6;
}

.page_error .link_back a:hover {
  background: #296ccc;
}

.main_slider {
  display: block;

  background: #1e2f41;
}

.main_slider .slide {
  position: relative;

  display: none;

  height: 720px;

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

.main_slider .owl-loaded .slide,
.main_slider .slide:first-child {
  display: flex;
}

.main_slider .slide .img {
  position: relative;

  /* width: calc(50% + 2px); */
  height: 100%;
}

.main_slider .slide .img:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  background: linear-gradient(180deg, rgba(30, 47, 65, 0.9) 0%, rgba(255, 255, 255, 0) 15%);
}

.main_slider .slide .img img {
  display: block;

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

  object-fit: cover;
  object-position: 50% 0;
}

.main_slider .slide .box {
  width: calc(50% - 2px);
  max-width: 663px;
  padding: 170px 15px 0 70px;
}

.main_slider .slide .name {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
  overflow: hidden;
  max-height: 156px;
  text-transform: uppercase;
  text-decoration: none;
}

.main_slider .slide .desc {
  color: #fff;
  font-size: 18px;
  line-height: 30px;

  overflow: hidden;

  height: 120px;
  margin-top: 20px;
}

.main_slider .slide .more {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 18px;
  line-height: 50px;

  display: inline-block;

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

  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  background: #115bc6;
}

.main_slider .slide .more:hover {
  background: #296ccc;
}

.main_solutions {
  margin-top: 150px;
}

.solutions_carousel {
  margin-top: 40px;
  padding-right: 200px;
}

.solutions_carousel.not_init {
  margin-top: 0;
  padding-right: 0;
}

.solutions_carousel .solutions_wrap {
  overflow: visible !important;
}

.solutions_carousel .carousel:after {
  display: block;
  clear: both;

  width: 100%;

  content: '';
}

.solutions_carousel .slide {
  float: left;

  width: 50%;
  padding-right: 20px;
}

.solutions_carousel.not_init .slide {
  float: none;

  width: 100%;
  padding-right: 0;
}

.solutions_carousel.not_init .slide + .slide {
  margin-top: 40px;
}

.solutions_carousel .slide .bg {
  color: #1e2f41;

  display: block;

  padding: 34px 40px 40px;

  transition: 0.2s linear;
  text-decoration: none;

  background: #f6f9ff;
}

.solutions_carousel .slide .bg:hover {
  color: #fff;

  background: #115bc6;
  box-shadow: -2px 2px 11px rgba(17, 91, 198, 0.11);
}

.solutions_carousel.not_init .slide .bg {
  position: relative;

  display: flex;

  min-height: 300px;
  padding: 29px;
  padding-left: 0;

  border: 1px solid rgba(17, 91, 198, 0.3);
  background: #fff;

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

.solutions_carousel.not_init .slide .bg:hover {
  background: #115bc6;
}

.solutions_carousel.not_init .slide .bg:after {
  position: absolute;
  top: 30px;
  left: calc(36.47% - 2px);

  width: 1px;
  height: calc(100% - 60px);

  content: '';

  background: rgba(17, 91, 198, 0.3);
}

.solutions_carousel.not_init .slide .bg:hover:after {
  background: rgba(255, 255, 255, 0.3);
}

.solutions_carousel .slide .icon {
  display: flex;

  height: 106px;

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

.solutions_carousel.not_init .slide .icon {
  position: relative;

  width: 37.47%;
  height: 136px;
  padding: 0 29px;

  justify-content: center;
}

.solutions_carousel .slide .icon svg {
  display: block;

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

.solutions_carousel .slide .bg:hover .icon svg path {
  transition: 0.2s linear;
}

.solutions_carousel .slide .bg:hover .icon svg path:not(.blue) {
  fill: #fff;
}

.solutions_carousel.not_init .slide .box {
  width: 62.53%;
  padding-left: 60px;
}

.solutions_carousel .slide .name {
  font-family: var(--font_family2);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;

  display: block;

  margin-top: 30px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.solutions_carousel.not_init .slide .name {
  margin-top: 0;
}

.solutions_carousel .slide .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  display: block;

  margin-top: 10px;
}

.solutions_carousel .slide .link {
  font-size: 18px;
  line-height: 30px;

  display: block;

  margin-top: 30px;

  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.solutions_carousel .slide .link span {
  position: relative;

  display: inline-block;

  padding-right: 38px;
}

.solutions_carousel .slide .link span:before,
.solutions_carousel .slide .link span:after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 28px;
  height: 16px;
  margin-top: -10px;

  content: '';
  transition: 0.2s linear;

  background: url(/local/templates/water/css/../images/ic_arrow.svg) 50% no-repeat;
}

.solutions_carousel .slide .link span:after {
  opacity: 0;
  background-image: url(/local/templates/water/css/../images/ic_arrow2.svg);
}

.solutions_carousel .slide .bg:hover .link span:before {
  right: -10px;

  opacity: 0;
}

.solutions_carousel .slide .bg:hover .link span:after {
  right: -10px;

  opacity: 1;
}

.scrollbar {
  position: relative;

  display: none;

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

  cursor: pointer;

  border-bottom: 1px solid rgba(17, 91, 198, 0.2);
}

.scrollbar.active {
  display: block;
}

.scrollbar .handle {
  position: relative;
  z-index: 1;

  width: 100px;
  height: 3px;

  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 100%;
  height: 4px;

  background: #115bc6;
}

.inner_head {
  min-height: 360px;
  padding: 158px 0 40px;

  background: #1e2f41;
}

.products .grid {
  overflow: hidden;

  margin: -40px 0 0 -20px;
}

.products .grid .grid_sizer {
  width: calc(100% / 3 - 20px);
}

.products .grid .gutter_sizer {
  width: 20px;
}

.products .product {
  padding: 19px;

  border: 1px solid rgba(17, 91, 198, 0.3);
}

.products .grid .product {
  float: left;

  width: calc(100% / 3 - 20px);
  margin: 40px 0 0 20px;
  margin-top: 40px;

  transition: none !important;
}

.products .product .thumb {
  position: relative;

  display: block;
  overflow: hidden;

  padding-bottom: 80.53%;
}

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

  display: block;

  width: 100%;
  height: 100%;

  transition: 0.2s linear;

  object-fit: contain;
}

.products .product .thumb:hover img {
  transform: scale(1.05);
}

.products .product .name {
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  margin-top: 20px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.products .product .name a {
  color: #1e2f41;

  transition: 0.2s linear;
  text-decoration: none;
}

.products .product .name:hover a {
  color: #115bc6;
}

.products .product .info {
  margin-top: 10px;
}

.products .product .list div {
  color: #1e2f41;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.products .product .list div + div {
  margin-top: 10px;
}

.products .product .list div:nth-child(n + 4) {
  display: none;
}

.products .product .list a {
  color: #1e2f41;

  transition: 0.2s linear;
  text-decoration: none;
}

.products .product .list a:hover {
  color: #115bc6;
}

.products .product .more {
  color: #1e2f41;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  position: relative;

  display: inline-block;

  margin-top: 20px;

  cursor: pointer;
  transition: 0.2s linear;
  vertical-align: top;
}

.products .product .more:hover {
  color: #115bc6;
}

.products .product .more:after {
  position: absolute;
  bottom: 4px;
  left: 0;

  width: 100%;
  height: 1px;

  content: '';
  transition: 0.2s linear;

  background: #1e2f41;
}

.products .product .more:hover:after {
  background: #115bc6;
}

.products .product .box {
  margin-top: 40px;
  padding-top: 30px;

  border-top: 1px solid rgba(17, 91, 198, 0.3);
}

.products .product .title {
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.products .product .items {
  margin: 20px 0 0 -10px;
}

.products .product .item {
  color: #1e2f41;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  display: block;

  margin: 10px 0 0 10px;
  padding: 5px 18px;

  transition: 0.2s linear;
  text-align: center;
  text-decoration: none;

  border-radius: 50px;
  background: #f6f9ff;
}

.products .product .item:hover {
  color: #fff;

  background: #115bc6;
}

.tab_content.view_mob .main_title.mob br {
  display: none;
}

.form_section {
  margin-top: 150px;
}

.form_section .abs_img {
  position: absolute;
  bottom: -276px;
  left: 50%;

  display: block;

  width: 630px;
  height: 633px;
  margin-left: -709px;

  opacity: 0.04;
}

.form_section .bg {
  position: relative;

  overflow: hidden;

  padding: 70px 110px 55px 80px;

  background: #f6f9ff;

  justify-content: space-between;
}

.form_section .box_l {
  position: relative;
  z-index: 1;

  width: calc(50% - 25px);
}

.form_section .form {
  position: relative;
  z-index: 1;

  width: calc(50% - 25px);
  padding-top: 10px;
}

.manufacturers {
  position: relative;
  z-index: 1;

  margin-top: 150px;
}

.manufacturers .slider {
  margin-top: 60px;
}

.manufacturers .slide .img {
  display: flex;

  height: 65px;

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

.manufacturers .slide .img a {
  height: 100%;
}

.manufacturers .slide .img img {
  display: block;

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

.manufacturers .slide .desc {
  font-weight: 300;
  line-height: 30px;

  max-width: 986px;
  margin: 40px auto 0;

  text-align: center;

  opacity: 0.7;
}

.manufacturers .link {
  margin-top: 40px;

  text-align: center;
}

.manufacturers .thumbs {
  margin-top: 60px;

  border-top: 1px solid rgba(46, 41, 60, 0.2);
}

.manufacturers .item {
  display: flex;

  width: calc(100% / 6);
  margin-top: 60px;
  padding: 0 15px;

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

.manufacturers .item button {
  display: block;

  height: 53px;

  cursor: pointer;

  border: none;
  background: none;
}

.manufacturers .item button img {
  display: block;

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

  transition: 0.2s linear;

  opacity: 0.2;
}

.manufacturers .item button.active img,
.manufacturers .item button:hover img {
  opacity: 1;
}

.manufacturers .all_link {
  font-family: var(--font_family2);
  font-size: 16px;

  display: none;

  margin-top: 35px;

  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.manufacturers .all_link a {
  color: #fff;
  line-height: 50px;

  display: block;

  padding: 0 10px;

  text-decoration: none;

  background: #115bc6;
}

.categories {
  position: relative;

  margin-top: 150px;
}

.page_content .categories {
  margin-top: 0;
}

.categories .abs_img {
  position: absolute;
  bottom: -315px;
  left: 50%;

  display: block;

  width: 497px;
  height: 499px;
  margin-left: 365px;

  pointer-events: none;

  opacity: 0.04;
}

.categories .cont {
  position: relative;
  z-index: 1;
}

.categories .grid {
  margin: -20px 0 0 -20px;

  --categories_count: 3;
}

.categories .grid .item {
  width: calc(33.333% - 20px);
  margin: 60px 0 0 20px;
}

.categories .grid .item.big {
  width: calc(66.666% - 20px);
}

.categories .item .img {
  position: relative;

  display: block;
  overflow: hidden;

  padding-bottom: 85.72%;
}

.categories .item.big .img {
  padding-bottom: 41.86%;
}

.categories .item .img img {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  transition: 0.2s linear;

  object-fit: contain;
}

.categories .item .img:hover img {
  transform: scale(1.05);
}

.categories .item .name {
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  margin-top: 20px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.categories .item .name a {
  color: #1e2f41;

  transition: 0.2s linear;
  text-decoration: none;
}

.categories .item .name a:hover {
  color: #115bc6;
}

.categories .item .desc {
  color: #1e2f41;
  font-size: 15px;
  line-height: 23px;

  margin-top: 10px;

  opacity: 0.7;
}

.categories .item .link {
  margin-top: 30px;
}

.categories .item .link.small_marg {
  margin-top: 20px;
}

.about .bg {
  display: block;

  max-width: 100%;
  min-height: 140px;
  margin-bottom: 60px;

  object-fit: cover;
}

.about .brand_img {
  margin-bottom: 60px;
}

.about .brand_img img {
  display: block;

  max-width: 100%;
}

.about .items {
  margin: 0 0 60px -187px;
}

.about .items .item {
  margin: 40px 0 0 187px;
}

.about .items .item .name {
  font-weight: 300;
  line-height: 30px;

  margin-bottom: 10px;
}

.about .items .item .desc {
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about .box {
  /*  max-width: 982px;
    margin-left: auto;
    padding-right: 70px;*/
}

.about .text_block {
  margin-bottom: 60px;
}
.about .box .main_title {
  margin-bottom: 40px;
}

.about .production_link {
  color: #fff;
  font-family: var(--font_family2);
  line-height: 50px;

  display: inline-block;

  padding: 0 50px;

  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  background: #115bc6;
}

.about .production_link:hover {
  background: #296ccc;
}

.production_company .bg {
  display: block;

  width: 100%;
  max-height: 350px;
  margin-bottom: 50px;

  object-fit: cover;
}

.production_company .info {
  max-width: 1030px;
  margin: 0 auto;

  justify-content: space-between;
}

.production_company .info .title {
  font-family: var(--font_family2);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;

  width: calc(50% - 15px);
  max-width: 480px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.production_company .info .desc {
  color: #2e293c;
  font-weight: 300;
  line-height: 30px;

  width: calc(50% - 15px);
  max-width: 480px;
}

.production_company .look_link {
  width: calc(50% - 15px);
  max-width: 480px;
  margin-top: 40px;
}

.production_company .look_link a {
  color: #fff;
  font-family: var(--font_family2);
  line-height: 50px;

  display: inline-block;

  padding: 0 50px;

  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  background: #115bc6;
}

.production_company .look_link a:hover {
  background: #296ccc;
}

.manufact_section .grid {
  margin: -20px 0 0 -20px;

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

.manufact_section .grid .manufact {
  color: #1e2f41;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  position: relative;

  display: flex;
  flex-direction: column;

  width: calc(100% / 3 - 20px);
  min-height: 420px;
  margin: 20px 0 0 20px;
  padding: 40px;

  transition: 0.2s linear;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  border: 1px solid rgba(17, 91, 198, 0.3);
}

.manufact_section .grid .manufact:hover {
  color: #fff;

  border-color: #115bc6;
  background: #115bc6;
  box-shadow: -2px 2px 11px rgba(17, 91, 198, 0.11);
}

.manufact_section .manufact .top {
  width: 100%;

  justify-content: space-between;
  flex-wrap: nowrap;
}

.manufact_section .manufact .top .country {
  overflow: hidden;

  margin-right: 20px;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.manufact_section .manufact .icon {
  display: flex;

  width: 100%;
  height: 90px;
  margin-top: 108px;

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

.manufact_section .manufact .icon svg {
  display: block;

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

.manufact_section .manufact .icon svg path {
  transition: 0.2s linear;
}

.manufact_section .manufact:hover .icon svg path {
  fill: #fff;
}

.manufact_section .manufact .name {
  font-weight: 600;

  display: flex;

  width: 100%;

  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.manufact_section .load_more {
  display: none;

  margin-top: 30px;

  text-align: center;
}

.manufact_section .load_more a {
  color: #fff;
  font-family: var(--font_family2);
  line-height: 40px;

  display: inline-block;

  padding: 0 50px;

  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  background: #115bc6;
}

.manufact_section .load_more a:hover {
  background: #296ccc;
}

.contacts {
  position: relative;
}

.contacts .abs_img {
  position: absolute;
  bottom: 24px;
  left: 50%;

  display: block;

  width: 611px;
  height: 614px;
  margin-left: 450px;

  pointer-events: none;

  opacity: 0.03;
}

.contacts .boxes {
  position: relative;
  z-index: 1;

  margin-bottom: 70px;

  justify-content: space-between;
}

.contacts .boxes .box {
  display: flex;

  width: calc(50% - 10px);
  min-height: 343px;
  padding: 10px;

  transition: 0.2s linear;
  text-decoration: none;

  border: 1px solid rgba(17, 91, 198, 0.3);

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

.contacts .boxes .box .icon {
  display: flex;

  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  padding: 5px;

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

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

.contacts .boxes .box .icon img {
  display: block;

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

.contacts .boxes .box .name {
  color: #1e2f41;
  font-family: var(--font_family2);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;

  width: 100%;

  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contacts .boxes .box:hover {
  border-color: #115bc6;
  background: #115bc6;
}

.contacts .boxes .box:hover .name {
  color: #fff;
}

.contacts .tabs_container {
  position: relative;
  z-index: 1;

  justify-content: space-between;
}

.contacts_tabs {
  width: 440px;
}

.contacts_tabs button {
  color: rgba(46, 41, 60, 0.2);
  font: 600 30px/50px var(--font_family2);

  position: relative;

  width: 100%;

  cursor: pointer;
  transition: 0.2s linear;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  border: none;
  background: none;
}

.contacts_tabs button + button {
  margin-top: 60px;
}

.contacts_tabs button:hover {
  color: rgba(46, 41, 60, 1);
}

.contacts_tabs button.active {
  color: #2e293c;
}

.contacts .box_tab_content {
  width: calc(100% - 470px);
  padding-top: 17px;
}

.contacts .tab_content {
  max-width: 750px;
  margin-left: auto;
}

.contacts .date {
  font-weight: 300;
  line-height: 30px;
}

.contacts .date .title {
  font-family: var(--font_family2);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

  margin-bottom: 20px;

  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contacts .date * + .title {
  margin-top: 60px;
}

.contacts .date .cols {
  max-width: 680px;

  justify-content: space-between;
}

.contacts .date .cols .col {
  width: calc(50% - 30px);
}

.contacts .date .cols .col .item + .item {
  margin-top: 35px;
}

.contacts .date .cols .col .line + .line {
  margin-top: 5px;
}

.contacts .date .name {
  margin-bottom: 10px;

  opacity: 0.5;
}

.contacts .date a {
  color: #1e2f41;

  text-decoration: none;
}

/*---------------
   Footer
---------------*/
footer {
  font-family: var(--font_family2);

  margin-top: 150px;
  padding-top: 40px;

  background: #f6f9ff;
}

footer .info {
  padding-bottom: 24px;

  border-bottom: 1px solid rgba(46, 41, 60, 0.2);

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

footer .logo img {
  display: block;

  max-width: 100%;
}

footer .links div {
  font-size: 14px;
  line-height: 17px;

  text-transform: uppercase;
}

footer .links div + div {
  margin-left: 20px;
}

footer a {
  color: #1e2f41;

  transition: 0.2s linear;
  text-decoration: none;
}

footer .links a.bold {
  font-weight: 600;
}

footer a:hover {
  color: #115bc6;
}

footer .links a.phone:hover {
  color: #1e2f41;
}

footer .bot {
  font-size: 12px;
  line-height: 30px;

  padding: 30px 0;

  letter-spacing: 0.01em;
  text-transform: uppercase;

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

footer .creator {
  display: flex;

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

footer .creator .img {
  margin-left: 10px;
}

footer .creator img {
  display: block;

  max-width: 100%;
}
/*---------------
   PopUp
---------------*/
.modal {
  position: relative;

  display: none;
  visibility: visible !important;

  width: 1200px;
  max-width: 100%;
  padding: 68px 82px;

  border-radius: 10px;
  background: linear-gradient(132.94deg, #f8f8f8 8.82%, #f3f5f8 75.58%);
}

.modal_title {
  color: #3b5261;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;

  margin-bottom: 14px;
}

@media (max-width: 1499px) {
  .header_abs .cats {
    padding-left: 70px;
  }

  .header_abs .box_search {
    padding-left: 70px;
  }

  .inner_head {
    padding-left: 70px;
  }

  header .logo {
    margin-left: 15px;
  }

  header .info {
    width: calc(100% - 220px);
  }
  header .info_v2 {
    width: calc(100% - 140px);
    }
}

@media (max-width: 1419px) {
  header {
    padding-top: 20px;
    padding-left: 70px;
  }

  header .logo {
    margin-left: 15px;
  }

  header .info {
    width: calc(100% - 220px);
  }
    header .info_v2 {
    width: calc(100% - 140px);
}
  header .socials {
    margin-top: 20px;
  }

  .header_abs.main {
    height: 630px;
  }

  .header_abs .cats {
    padding-top: 30px;
    padding-left: 70px;
  }

  .header_abs .cats .list .item {
    margin-top: 25px;
  }

  .header_abs .box_search {
    padding-left: 70px;
  }

  .main_slider .slide {
    height: 630px;
  }

  .main_slider .slide .box {
    padding-top: 140px;
  }

  .main_slider.owl-carousel .owl-nav {
    width: calc(50% + 219px);
    height: 60px;
  }

  .main_slider.owl-carousel .owl-nav button {
    bottom: 12px;
  }

  .main_slider.owl-carousel .owl-nav button.owl-prev {
    left: 50px;
  }

  .main_slider.owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }

  .main_slider .owl-dots {
    bottom: 25px;

    width: calc(50% + 219px);
  }
}

.contacts_photo {
  display: flex;
  margin: 40px 15px;
}

.contacts_photo div {
  margin-right: 20px;
}

.contacts_photo div:last-child {
  margin-right: 0;
}

@media (max-width: 700px) {
  .contacts_photo {
    display: flex;
    margin: 40px 15px;
    flex-direction: column;
    align-items: center;
  }

  .contacts_photo div {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .contacts_photo div:last-child {
    margin-right: 0;
  }
}

.sArticals .sArticals__row.row {
  justify-content: flex-start;
  align-items: flex-start;
}

.sArticals .sArticals__row.row > div {
  flex: 1 1 33%;
  margin-bottom: 4rem;
  min-width: 210px;
  padding: 1rem;
}

.sArticals .sArticals__row.row > div:last-child {
  max-width: calc(100% / 3);
}


.theiaStickySidebar .listProducts {
    border-right: 3px Solid #ddd;
    border-left: 3px Solid #ddd;
    padding: 0 30px 0;
}

.theiaStickySidebar .listProducts .listBit {
	margin-bottom: 2rem;
}


/*---------------------------
	12.04.2023
---------------------------*/
.our-worck__title
{
    color: #115BC6;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.31;
}

.our-worck__title a
{
    color: currentColor;

    display: inline-block;

    text-decoration: underline;
}
.our-worck__title a:hover
{
   
    text-decoration: none;
}
.our-worck__desc
{
    color: #1E2F41;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.39;

    
    margin-top: 50px;
}

.our-worck__items
{
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;


    margin-top: 20px;
}

.our-worck__item
{

    display: flex;

    flex-direction: column;

    width: calc(50% - 15px);
    margin-top: 30px;
    padding: 50px 36px 40px;

    border: 1px solid rgba(17, 91, 198, .3);
    box-shadow: 0px 281px 113px rgba(227, 227, 227, .01), 0px 158px 95px rgba(227, 227, 227, .05), 0px 70px 70px rgba(227, 227, 227, .09), 0px 18px 39px rgba(227, 227, 227, .1), 0px 0px 0px rgba(227, 227, 227, .1);
}

.our-worck__wrap
{
    width: 100%;
}

.our-worck__thumb
{
    position: relative;

    display: block;

    padding-bottom: 71.31%;
}

.our-worck__img
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
}

.our-worck__img img
{
    display: block;

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

.our-worck__img img.loaded
{
    margin-top: auto;

}

.our-worck__name
{
    color: #1E2F41;
    font-family: var(--font_family2);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;

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

    font-feature-settings: "pnum" on, "lnum" on;


}

.our-worck__feature
{
    width: 100%;
    margin-top: 26px;
}

.our-worck__feature-item
{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.our-worck__feature-item + .our-worck__feature-item
{
    margin-top: 20px;
}

.our-worck__feature-name
{
    color: #1E2F41;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.39;
}

.our-worck__feature-line
{
    flex-grow: 1;
    flex-shrink: 0;

    min-width: 58px;
    margin: 16px 12px 0;

    border-bottom: 1px dashed rgba(30, 47, 65, .25);
}

.our-worck__feature-val
{
    color: #1E2F41;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;

    text-align: right;
    white-space: nowrap;
}

.our-worck__feature-val.wrap
{
    white-space: normal;




}

.our-worck__text
{
    color: #1E2F41;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;

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


}

.our-worck__price
{
    color: #115BC6;
    font-family: var(--font_family2);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;

    width: 100%;
    margin-top: auto;
    padding-top: 60px;

    font-feature-settings: "pnum" on, "lnum" on;




}

.our-worck__info
{
    color: rgba(30, 47, 65, .25);
    font-size: 16px;
    line-height: 1.88;

    width: 100%;

    margin-top: 14px;
}
/*---------------------------
	End 12.04.2023
---------------------------*/


/****************************/
.main_block_telegram{
  margin-top: 40px;
}
.main_block_telegram_wrap {
  background-image: url(/local/templates/water/images/teleg-fon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.main_block_telegram_elem_wrap {
  padding: 100px 40px;
  display: flex;
  gap: 50px;
  align-items: center;
}
.main_block_telegram_elem_text{
  max-width: 430px;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
}
.telegram_title {
  color: #333;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.telegram_title a{
  color: #115BC6;
  text-decoration: none;
}
.telegram_text {
  padding: 15px 0;
}
.telegram_btn {
  display: inline-flex;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #2AABEE;
  background: #FFF;
  color: #2AABEE;
  text-decoration: none;
}
.telegram_btn svg{
  fill: #2AABEE;
}
.telegram_btn:hover {
  background: #2AABEE;
  color: #FFF;
}
.telegram_btn:hover svg{
  fill: #fff;
}

.btn_fix_telegram {
  position: fixed;
  right: -110px;
  top: 40%;
  display: flex;
  transform: rotate(-90deg);
  padding: 0px 49.59px 0px 49.79px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 10px 10px 0px 0px;
  background: #115BC6;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  z-index: 9999;
}
.btn_fix_telegram_ico {
  display: flex;
}


@media (max-width: 767px) {
  .main_block_telegram_elem_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .telegram_title {
    color: #333;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
  }
  .main_block_telegram_wrap {
    background-size: 140%;
  }
  .main_block_telegram_elem_wrap {
    padding: 25px 20px;
  }
  .btn_fix_telegram {
    position: fixed;
    right: -33px;
    top: 50%;
    padding: 5px 40px 5px 40px;
  }
  .btn_fix_telegram_text {
    display: none;
  }
}


header .menu .item:nth-last-child(2) a span {
	position: relative;
}


header .menu .item:nth-last-child(2) a span::before {
    content: "";
    position: absolute;
    top: 47%;
    left: -32px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
	background: url(/upload/main/icons/ic_web.png) 50% no-repeat;
}

.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.b-consent .__text {
  font-size: 14px;
}
.b-btn-privacy {
  background: #115bc6;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-size: 14px;
  text-shadow: none;
  transition: all 0.3s ease-out;
}
.b-consent .__text a {
  color: #115bc6;
  text-shadow: 0.05em 0.05em 0 #fff;
}
/* End */


/* Start:/local/templates/water/css/response_1199.css?17091416434490*/
@media (max-width: 1199px)
{
    /*---------------
        Main styles
    ---------------*/
    .main_tabs
    {
        margin-bottom: 19px;
        padding-bottom: 10px;
    }

    .main_tabs button,
    .aside_tabs button
    {
        font-size: 25px;
        line-height: 40px;
    }

    .main_tabs button + button
    {
        margin-left: 40px;
    }

    .aside_tabs button + button
    {
        margin-top: 30px;
    }

    /*---------------
        Header
    ---------------*/
    header .menu .item + .item
    {
        margin-left: 40px;
    }

    .header_abs.main
    {
        height: 580px;
    }

    .header_abs:not(.main) .cats
    {
        height: 100%;
    }

    .header_abs .cats .title
    {
        font-size: 30px;
        line-height: 40px;
    }

    .header_abs .cats .list .item
    {
        font-size: 16px;
        line-height: 26px;
    }
    /*---------------
        Main section
    ---------------*/
    .main_slider .slide
    {
        height: 580px;
    }

    .main_slider .slide .box
    {
        padding-left: 30px;
    }

    .main_slider .slide .name
    {
        font-size: 30px;
        line-height: 40px;

        max-height: 120px;
    }

    .main_slider.owl-carousel .owl-nav
    {
        width: calc(50% + 159px);
    }

    .main_slider.owl-carousel .owl-nav button.owl-prev
    {
        left: 30px;
    }

    .main_slider.owl-carousel .owl-nav button.owl-next
    {
        right: 30px;
    }

    .main_slider.owl-carousel .owl-dots
    {
        width: calc(50% + 159px);
    }


    .about_us .item_big .data .info
    {
        margin-left: 20px;
    }


    .section_grid .item
    {
        min-height: 280px;
        padding: 30px;
    }


    .product_info .images
    {
        margin-right: 30px;
    }

    .product_info .data
    {
        width: calc(100% - 450px);
    }

    .product_info .data .info
    {
        margin-right: 30px;
    }


    .docs .doc
    {
        width: calc(25% - 87px);
    }


    .content_flex aside
    {
        width: 300px;
    }

    .content_flex .content
    {
        width: calc(100% - 340px);
    }


    .cooperation
    {
        margin-top: 100px;
    }


    .providing_installers
    {
        margin-top: 100px;
    }

    .providing_installers .item
    {
        min-height: 250px;
        padding: 10px 15px 20px;
    }


    .solutions_carousel
    {
        padding-right: 100px;
    }

    .solutions_carousel.not_init .slide .box
    {
        padding-left: 50px;
    }


    .products .grid .product
    {
        padding: 14px;
    }

    .products .product .item
    {
        padding-right: 15px;
        padding-left: 15px;
    }


    .waterstry .box_info
    {
        padding-left: 20px;
    }


    .categories,
    .manufacturers,
    .form_section,
    .main_solutions
    {
        margin-top: 100px;
    }

    .categories .abs_img
    {
        margin-right: -665px;
    }

    .form_section .bg
    {
        padding-right: 40px;
        padding-left: 40px;
    }

    .about .box
    {
        margin-left: 0;
    }

    .manufact_section .grid
    {
        margin: -10px 0 0 -10px;
    }

    .manufact_section .grid .manufact
    {
        font-size: 18px;
        line-height: 28px;

        width: calc(100%/3 - 10px);
        min-height: 325px;
        margin: 10px 0 0 10px;
        padding: 20px;
    }

    .manufact_section .manufact .icon
    {
        margin-top: 75px;
    }

    .contacts .boxes .box .name
    {
        font-size: 26px;
        line-height: 40px;
    }

    .contacts_tabs
    {
        width: 380px;
    }

    .contacts_tabs button
    {
        font-size: 26px;
        line-height: 44px;
    }

    .contacts_tabs button + button
    {
        margin-top: 50px;
    }

    .contacts .box_tab_content
    {
        width: calc(100% - 420px);
        padding-top: 8px;
    }

    .contacts .date .cols .col
    {
        width: calc(50% - 15px);
    }

    /*---------------
        Footer
    ---------------*/

    footer
    {
        margin-top: 100px;
    }

    footer .links div + div
    {
        margin-left: 25px;
    }


 

    /*---------------------------
		12.04.2023
	---------------------------*/
    .our-worck__item
    {
        width: calc(50% - 10px);
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .our-worck__price
    {
        font-size: 28px;
    }
    /*---------------------------
		End 12.04.2023
	---------------------------*/
}
/* End */


/* Start:/local/templates/water/css/response_1024.css?170914164314242*/
@media (max-width: 1024px)
{
    /*---------------
        Main styles
    ---------------*/

    .form .input
    {
        font-size: 16px;
    }

    .form .submit_btn
    {
        font-size: 16px;
    }

    .main_title
    {
        font-size: 40px;
        line-height: 54px;
    }

    .main_title.mob
    {
        display: block;
    }

    .link a
    {
        font-size: 16px;

        padding-right: 34px;
    }

    .link a:before
    {
        width: 25px;
    }

    .page_content
    {
        margin-top: 20px;
    }


    .main_tabs,
    .aside_tabs
    {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    }

    .aside_tabs
    {
        display: flex;
        overflow-x: auto;

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

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

    .main_tabs:before,
    .aside_tabs:before
    {
        display: block;

        width: 15px;
        height: 1px;

        content: '';

        flex-shrink: 0;
    }

    .main_tabs:after,
    .aside_tabs:after
    {
        display: block;

        width: 15px;
        height: 1px;

        content: '';

        flex-shrink: 0;
    }

    .main_tabs button,
    .aside_tabs button
    {
        font-size: 20px;
        line-height: normal;
    }

    .aside_tabs button
    {
        width: auto;
        max-width: 200px;
    }

    .aside_tabs button + button
    {
        margin-top: 0;
        margin-left: 40px;
    }

    .text_block h1,
    .text_block > .title
    {
        font-size: 40px;
        line-height: 54px;
    }

    .text_block h2
    {
        font-size: 32px;
        line-height: 46px;
    }

    .text_block h3
    {
        font-size: 26px;
        line-height: 38px;
    }

    .text_block .table_wrap
    {
        padding-bottom: 22px;
    }

    .text_block table th
    {
        font-size: 16px;
        line-height: 25px;

        padding: 11px;
    }

    .text_block table td
    {
        padding: 15px;
    }


    .page_title
    {
        font-size: 38px;
        line-height: 52px;

        min-height: 1px;
    }

    .page_title br
    {
        display: none;
    }
    /*---------------
        Header
    ---------------*/
    header
    {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;

        visibility: hidden;
        overflow-y: auto;

        height: 100%;
        padding: 80px 0 40px;

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

        opacity: 0;
        background: #1e2f41;
    }

    header.show
    {
        visibility: visible;

        pointer-events: all;

        opacity: 1;
    }

    header .logo
    {
        display: none;
    }

    header .info
    {
        width: 100%;
        padding-top: 0;
    }

    header .top
    {
        padding: 0;

        border: none;
    }

    header .menu
    {
        width: 100%;
    }

    header .menu .item
    {
        width: 100%;
    }

    header .menu .item.mob
    {
        display: block;
        margin: 40px 0 0;
    }

    header .menu .item + .item
    {
        margin: 40px 0 0;
    }

    header .menu .item a
    {
        line-height: 40px;

        text-align: center;
    }

    header .menu .item .sub_menu .item + .item
    {
        margin-top: 20px;
    }

    header .menu .item .sub_menu .item a
    {
        line-height: 30px;
    }

    header .menu .item .sub_menu .item a br
    {
        display: none;
    }

    header .menu2
    {
        width: 100%;
        margin-top: 40px;
    }

    header .phone
    {
        width: 100%;
        margin: 40px 0 0;

        order: 2;
    }

    header .phone a
    {
        font-size: 14px;
        line-height: 40px;

        text-align: center;
    }

    header .socials
    {
        margin-top: 66px;

        justify-content: center;
    }


    .mob_header
    {
        display: block;
    }


    .header_abs
    {
        display: none;
    }
    /*---------------
        Main section
    ---------------*/
    .main_slider .slide
    {
        height: 460px;
    }

    .main_slider .slide .box
    {
        padding-top: 60px;
    }

    .main_slider .slide .name
    {
        font-size: 22px;
        line-height: 34px;

        max-height: 102px;
    }

    .main_slider .slide .desc
    {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;

        height: 88px;
        margin-top: 20px;
    }

    .main_slider .slide .more
    {
        margin-top: 38px;
    }


    .about_us
    {
        margin-top: 80px;
    }

    .about_us .item_big .data
    {
        width: 100%;
    }

    .about_us .item_big .data .info
    {
        margin-left: 40px;
    }

    .about_us .item_big .col_r
    {
        width: 100%;
        margin-top: 30px;
    }

    .about_us .item_big .text
    {
        max-width: 100%;
    }

    .about_us .slider
    {
        margin-top: 50px;
    }

    .about_us .slider:not(.owl-loaded) .item
    {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .about_us .item .wrap_number
    {
        width: auto;

        flex-shrink: 0;
    }

    .about_us .item .wrap_desc
    {
        width: 100%;
        max-width: 250px;
        margin-left: 30px;
    }


    .catalog_info
    {
        margin-top: 80px;
    }

    .catalog_info .box
    {
        width: calc(100% - 150px);
    }


    .section_grid
    {
        margin-top: 80px;
    }

    .section_grid .grid
    {
        display: flex;

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

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

    .section_grid .grid .item
    {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .section_grid .grid .item:nth-child(3)
    {
        width: 100%;

        order: -1;
    }

    .section_grid .grid .item:nth-child(4)
    {
        width: 100%;
    }


    .product_info .images
    {
        margin: 0 auto;
    }

    .product_info .data
    {
        width: 100%;
        min-height: 1px;
        margin-top: 60px;
        padding: 0;

        border: none;
    }

    .product_info .feature
    {
        margin-top: 0;
    }


    .docs
    {
        margin-bottom: -30px;
        margin-left: -50px;
    }

    .docs .doc
    {
        width: calc(100% / 3 - 50px);
        margin-bottom: 30px;
        margin-left: 50px;
    }


    .content_flex
    {
        margin-top: 70px;
    }

    .content_flex aside
    {
        width: 100%;
    }

    aside.hideMob
    {
        display: none;
    }

    .content_flex .content
    {
        width: 100%;
    }


    .cooperation
    {
        margin-top: 70px;
    }


    .providing_installers
    {
        margin-top: 70px;
    }

    .providing_installers .slider
    {
        width: calc(100% - 20px);
    }

    .providing_installers .slider.owl-carousel .owl-stage-outer
    {
        overflow: visible;
    }


    .waterstry .box_img .mini_modal
    {
    }

    .waterstry .box_img .mini_modal .close
    {
        display: block;
    }


    .tab_content.view_mob
    {
        visibility: visible;
        overflow: visible;

        height: auto;

        pointer-events: all;

        opacity: 1;
    }

    .tab_content.view_mob + .view_mob
    {
        margin-top: 60px;
    }


    .solutions_carousel
    {
        padding-right: 200px;
    }


    .inner_head
    {
        min-height: 1px;
        padding: 84px 0 16px;
    }

    .breadcrumbs
    {
        margin-top: 16px;
    }


    .title_error
    {
        font-size: 100px;
        line-height: 110px;

        margin-top: -20px;
    }


    .products .grid
    {
        margin-top: -20px;
    }

    .products .grid .product
    {
        margin-top: 20px;
    }

    .products .product .name
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 15px;
    }

    .products .product .box
    {
        margin-top: 30px;
    }

    .products .product .list div
    {
        font-size: 15px;
        line-height: 24px;
    }

    .products .product .more
    {
        font-size: 15px;
        line-height: 24px;

        margin-top: 15px;
    }

    .products .product .more:after
    {
        bottom: 3px;
    }

    .products .product .title
    {
        font-size: 14px;
        line-height: 20px;
    }

    .products .product .items
    {
        margin-top: 5px;
    }

    .products .product .item
    {
        font-size: 14px;
        line-height: 24px;

        padding-right: 8px;
        padding-left: 8px;
    }


    .waterstry .box_img .mini_modal
    {
        width: 320px;
    }

    .waterstry .box_img .mini_modal .title
    {
        font-size: 18px;
        line-height: 28px;
    }


    .waterstry
    {
        margin-top: 70px;
    }


    .categories,
    .manufacturers,
    .form_section,
    .main_solutions
    {
        margin-top: 60px;
    }

    .categories .abs_img
    {
        display: none;
    }

    .categories .grid
    {
        margin: -10px 0 0 -15px;
    }

    .categories .grid .item
    {
        width: calc(33.333% - 15px);
        margin: 40px 0 0 15px;
    }

    .categories .grid .item.big
    {
        width: calc(66.666% - 15px);
    }

    .categories .item .name
    {
        font-size: 16px;
        line-height: 26px;

        margin-top: 16px;
    }

    .categories .item .desc
    {
        font-size: 14px;

        margin-top: 5px;
    }

    .categories .item .link
    {
        margin-top: 15px;
    }


    .manufacturers .slider
    {
        margin-top: 40px;
    }

    .manufacturers .slide .desc
    {
        margin-top: 30px;
    }

    .manufacturers .thumbs
    {
        margin-top: 40px;
    }

    .manufacturers .item
    {
        margin-top: 40px;
        padding: 0 10px;
    }


    .form_section .bg
    {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .form_section .box_l
    {
        width: 100%;
    }

    .form_section .form
    {
        width: 100%;
        padding-top: 40px;
    }


    .about .bg
    {
        margin-bottom: 45px;
    }

    .about .brand_img
    {
        margin-bottom: 40px;
    }

    .about .items
    {
        margin: 0 0 45px -60px;
    }

    .about .items .item
    {
        font-size: 16px;

        margin: 30px 0 0 60px;
    }

    .about .items .item .desc
    {
        font-size: 18px;
    }

    .about .box
    {
        padding-right: 0;
    }

    .about .text_block
    {
        margin-bottom: 45px;
    }


    .production_company .bg
    {
        margin-bottom: 20px;
    }

    .production_company .info .title,
    .production_company .info .desc,
    .production_company .look_link
    {
        float: none;

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

    .production_company .info .title
    {
        margin-bottom: 10px;
    }

    .production_company .look_link
    {
        margin-top: 30px;
    }

    .manufact_section .grid .manufact
    {
        font-size: 16px;
        line-height: 22px;

        min-height: 240px;
        padding: 15px;
    }

    .manufact_section .manufact .icon
    {
        height: 40px;
        margin-top: 60px;
    }


    .contacts .boxes
    {
        margin-bottom: 45px;
    }

    .contacts .boxes .box
    {
        width: calc(50% - 5px);
    }

    .contacts .abs_img
    {
        display: none;
    }

    .contacts_tabs
    {
        display: flex;
        overflow-x: auto;

        width: 100%;

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

    .contacts_tabs button
    {
        font-size: 24px;
        line-height: 40px;

        white-space: nowrap;
    }

    .contacts_tabs button + button
    {
        margin-top: 0;
        margin-left: 30px;
    }

    .contacts .box_tab_content
    {
        width: 100%;
        margin-top: 30px;
        padding-top: 0;
    }

    .contacts .tab_content
    {
        max-width: 100%;
    }

    .contacts .date .cols
    {
        max-width: 100%;
    }

    .contacts .date * + .title
    {
        margin-top: 45px;
    }

    .contacts .boxes .box .icon
    {
        width: 90px;
        height: 90px;
    }

    .contacts .boxes .box .icon img
    {
        width: 30px;
        height: 30px;
    }

    .contacts .boxes .box .name
    {
        font-size: 22px;
        line-height: 34px;
    }

    /*---------------
        Footer
    ---------------*/

    footer
    {
        margin-top: 60px;
        padding-top: 30px;
    }

    footer .links div
    {
        font-size: 12px;
    }

    footer .links div + div
    {
        margin-left: 20px;
    }

    /*---------------
       PopUp
    ---------------*/
 

    /*---------------------------
		12.04.2023
	---------------------------*/
    .our-worck__title
    {
        font-size: 28px;
    }

    .our-worck__title br
    {
        display: none;
    }

    .our-worck__desc
    {
        margin-top: 30px;
    }

    .our-worck__items
    {
        margin-top: 10px;
    }

    .our-worck__item
    {
        padding: 20px 15px;
    }

    .our-worck__price
    {
        font-size: 20px;
        line-height: 1.5;

        padding-top: 30px;
    }

    .our-worck__name
    {
        font-size: 16px;

        margin-top: 30px;
    }

    .our-worck__feature
    {
        margin-top: 20px;
    }

    .our-worck__feature-item + .our-worck__feature-item
    {
        margin-top: 15px;
    }

    .our-worck__feature-name
    {
        font-size: 14px;
        line-height: 1.14;
    }

    .our-worck__feature-line
    {
        margin: 12px 4px 0;
    }

    .our-worck__feature-val
    {
        font-size: 14px;
        line-height: 1.14;
    }

    .our-worck__text
    {
        font-size: 14px;
        line-height: 1.79;

        margin-top: 25px;
    }

    .our-worck__info
    {
        font-size: 13px;
        line-height: 20px;

        margin-top: 5px;
    }
    /*---------------------------
		End 12.04.2023
	---------------------------*/
}
/* End */


/* Start:/local/templates/water/css/response_767.css?170914164315073*/
@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .form .input
    {
        font-size: 14px;

        height: 30px;
        padding-bottom: 6px;
    }

    .form .box_btn
    {
        margin-top: 40px;
    }

    .form .box_btn .submit
    {
        width: 100%;
    }

    .form .submit_btn
    {
        max-width: 200px;
    }

    .form .box_btn .agree
    {
        width: 100%;
        max-width: none;
        margin-top: 20px;
        margin-left: 0;
    }


    .main_title
    {
        font-size: 28px;
        line-height: 42px;
    }

    .main_title.small
    {
        font-size: 22px;
        line-height: 32px;
    }

    .main_title.center
    {
        text-align: left;
    }

    .wrap_title .link
    {
        display: none;
    }

    .link a
    {
        font-size: 14px;

        padding-right: 28px;
    }

    .link a:before
    {
        width: 16px;
    }


    .text_block
    {
        font-size: 16px;
        line-height: 26px;
    }

    .text_block h1,
    .text_block > .title
    {
        font-size: 24px;
        line-height: 36px;
    }

    .text_block * + h2,
    .text_block * + h3,
    .text_block * + h4,
    .text_block * + h5,
    .text_block * + h6
    {
        margin-top: 20px;
    }

    .text_block h2
    {
        font-size: 22px;
        line-height: 34px;

        margin-bottom: 10px;
    }

    .text_block h3
    {
        font-size: 18px;
        line-height: 30px;

        margin-bottom: 10px;
    }

    .text_block h4
    {
        font-size: 18px;
        line-height: 26px;

        margin-bottom: 10px;
    }

    .text_block h5
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 10px;
    }

    .text_block h6
    {
        margin-bottom: 10px;
    }

    .text_block ul li
    {
        padding-left: 27px;
    }

    .text_block ul li:before
    {
        top: 11px;
        left: 2px;

        width: 4px;
        height: 4px;
    }

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

    .text_block img
    {
        margin-bottom: 30px;
    }

    .text_block table th
    {
        font-size: 13px;
        line-height: 19px;
    }

    .text_block table thead tr:first-child th
    {
        padding: 15px;
    }

    .text_block table td
    {
        font-size: 12px;
        line-height: 19px;

        padding: 11px 20px;
    }


    .main_tabs,
    .aside_tabs
    {
        margin-bottom: 10px;
    }

    .main_tabs button,
    .aside_tabs button
    {
        font-size: 14px;
        line-height: 20px;
    }

    .aside_tabs button
    {
        max-width: 130px;
    }

    .main_tabs button + button,
    .aside_tabs button + button
    {
        margin-left: 28px;
    }


    .page_title
    {
        font-size: 24px;
        line-height: 38px;
    }

    .breadcrumbs
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 6px;
    }


    .content_flex
    {
        margin-top: 50px;
    }
    /*---------------
        Header
    ---------------*/

    /*---------------
        Main section
    ---------------*/
    .main_slider .slide
    {
        height: auto;
        padding: 44px 15px 95px;
    }

    .main_slider .slide .img
    {
        position: relative;

        width: 100%;
        padding-bottom: 73.45%;
    }

    .main_slider .slide .img:before
    {
        display: none;
    }

    .main_slider .slide .img img
    {
        position: absolute;
        top: 0;
        left: 0;

        min-height: 1px;

        object-position: 50% 50%;
    }

    .main_slider .slide .box
    {
        width: 100%;
        padding: 10px 0 0;
    }

    .main_slider .slide .desc
    {
        font-size: 16px;
        line-height: 26px;

        height: 104px;
    }


    .owl-dots
    {
        height: 6px;
    }

    .main_slider.owl-carousel .owl-dots
    {
        bottom: 37px;

        width: 100%;
    }

    .owl-dot
    {
        width: 6px;
        height: 6px;
    }

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

    .main_slider.owl-carousel .owl-nav
    {
        width: 100%;
        height: 45px;

        background: transparent;
    }

    .main_slider.owl-carousel .owl-nav button
    {
        bottom: 26px;

        width: 36px;
        height: 29px;

        background-position: 0 50%;
        background-size: auto 9px;
    }

    .main_slider.owl-carousel .owl-nav button.owl-prev
    {
        left: 15px;
    }

    .main_slider.owl-carousel .owl-nav button.owl-next
    {
        right: 15px;
    }


    .about_us .item
    {
        justify-content: flex-start;
    }
    .about_us .item_big .data
    {
        flex-wrap: wrap;
    }

    .about_us .item_big .data .wrap_number .plus
    {
        display: block;
    }

    .about_us .item_big .data .info
    {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding-bottom: 0;
    }

    .about_us .item_big .text
    {
        font-size: 15px;
        line-height: 24px;
    }

    .about_us .item_big .data .info .plus
    {
        display: none;
    }

    .about_us .item_big .data .desc
    {
        margin-top: 0;
    }

    .about_us .wrap_slider
    {
        padding-bottom: 15px;

        border-bottom: 1px solid #1e2f41;
    }

    .about_us .slider
    {
        width: calc(100% - 90px);
    }

    .about_us .slider.owl-carousel .owl-stage-outer
    {
        overflow: visible;
    }

    .about_us .slider.owl-carousel.owl-drag .owl-item
    {
        transition: .2s linear;
    }

    .about_us .slider.owl-carousel.owl-drag .owl-item:not(.active)
    {
        opacity: .3;
    }


    .catalog_info
    {
        margin-top: 60px;
    }

    .catalog_info .box
    {
        width: 100%;
        padding: 30px 20px;
    }

    .catalog_info .container
    {
        padding: 0;
    }

    .catalog_info .bg
    {
        display: none;
    }

    .catalog_info .text
    {
        margin-top: 10px;
    }

    .catalog_info .link_btn
    {
        margin-top: 30px;
    }


    .section_grid
    {
        margin-top: 60px;
    }

    .section_grid .grid
    {
        margin-left: -10px;
    }

    .section_grid .grid .item
    {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .section_grid .item
    {
        min-height: 240px;
        padding: 20px 14px 14px;
    }

    .section_grid .item .name
    {
        max-width: 300px;
    }



    .product_info .data
    {
        flex-wrap: wrap;
    }

    .product_info .images
    {
        width: 100%;
        max-width: 420px;
    }

    .product_info .feature
    {
        display: flex;

        width: calc(100% + 45px);

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

    .product_info .data .name_product
    {
        font-size: 20px;
        line-height: 35px;

        max-width: 202px;
    }

    .product_info .data .info
    {
        max-width: 100%;
        margin-top: 30px;
        margin-right: 0;
    }

    .product_info .feature
    {
        margin-bottom: -15px;
    }

    .product_info .feature .item
    {
        margin-bottom: 15px;
    }


    .product_features
    {
        margin-top: 60px;
    }


    .docs
    {
        margin-bottom: -20px;
        margin-left: -22px;
    }

    .docs .doc
    {
        width: calc(100% / 3 - 22px);
        margin-bottom: 20px;
        margin-left: 22px;
    }

    .doc .name
    {
        font-size: 15px;
        line-height: 24px;

        margin-top: 20px;
    }

    .doc .download
    {
        margin-top: 16px;
    }

    .doc .download a
    {
        font-size: 15px;
        line-height: 24px;

        border-color: currentColor;
    }


    .cooperation
    {
        margin-top: 50px;
    }


    .providing_installers
    {
        margin-top: 60px;
    }

    .providing_installers .slider
    {
        margin-top: 20px;
    }


    .solutions_carousel
    {
        margin-top: 20px;
        padding-right: 60px;
    }

    .solutions_carousel .slide .bg
    {
        padding: 30px 20px 20px;
    }

    .solutions_carousel .slide .name
    {
        font-size: 25px;
        line-height: 45px;
    }

    .solutions_carousel .slide .desc
    {
        font-size: 16px;
        line-height: 26px;
    }


    .title_error
    {
        font-size: 80px;
        line-height: 90px;
    }


    .page_error
    {
        padding: 50px 0 69px;
    }

    .page_error .img_abs
    {
        display: none;
    }

    .page_error .title
    {
        font-size: 20px;
        font-weight: 700;
        line-height: 34px;
    }

    .page_error .link_back
    {
        margin-top: 30px;
    }


    .products .grid
    {
        margin-left: -10px;
    }

    .products .grid .gutter_sizer
    {
        width: 10px;
    }

    .products .grid .grid_sizer
    {
        width: calc(100%/2 - 10px);
    }

    .products .grid .product
    {
        width: calc(100%/2 - 10px);
        margin-left: 10px;
        padding: 9px;
    }


    .waterstry .box_img .modal_cont
    {
        position: static;
    }

    .waterstry .box_img .mini_modal_link
    {
        position: absolute;

        margin-top: -10px;
        margin-left: -10px;
    }

    .waterstry .box_img .mini_modal
    {
        top: 22px;
        left: -20px;

        width: calc(100% + 40px);

        transform: translateY(0);
    }

    .waterstry .box_img .mini_modal.pos_left
    {
        right: -20px;
    }


    .waterstry .tabs_container
    {
        margin-top: 40px;
    }

    .waterstry .tabs_container .main_tabs
    {
        margin-top: 30px;
    }


    .waterstry
    {
        margin-top: 50px;
    }

    .waterstry .info
    {
        font-size: 15px;
        line-height: 24px;

        margin-top: 10px;

        text-align: left;
    }

    .waterstry .feature .item
    {
        width: 100%;
    }


    .categories .grid
    {
        margin-left: -10px;

        --categories_count: 2;
    }

    .categories .grid .item
    {
        width: calc(50% - 10px);
        margin: 30px 0 0 10px;
    }

    .categories .grid .item.big
    {
        width: calc(100% - 10px);
    }

    .categories .item .name
    {
        font-size: 14px;
        line-height: 20px;
    }


    .manufacturers .slider .owl-stage-outer
    {
        overflow: visible;
    }

    .manufacturers .slider .owl-item
    {
        transition: .3s linear;
        pointer-events: none;

        opacity: .1;
    }

    .manufacturers .slider .owl-item.active
    {
        pointer-events: all;

        opacity: 1;
    }

    .manufacturers .slider
    {
        padding-right: 40px;
        padding-bottom: 45px;
    }

    .manufacturers .slide .img
    {
        height: 50px;
    }

    .manufacturers .slide .img img
    {
        margin-left: 0;
    }

    .manufacturers .slide .desc
    {
        font-size: 16px;
        line-height: 28px;

        text-align: left;
    }

    .manufacturers .link
    {
        margin-top: 20px;

        text-align: left;
    }

    .manufacturers .thumbs
    {
        display: none;
    }

    .manufacturers .all_link
    {
        display: block;
    }


    .form_section .bg
    {
        padding: 30px 20px 35px;
    }

    .form_section .abs_img
    {
        display: none;
    }


    .about .bg
    {
        margin-bottom: 25px;
    }

    .about .brand_img
    {
        height: 50px;
        margin-bottom: 30px;
    }

    .about .brand_img img
    {
        max-height: 100%;
    }

    .about .items
    {
        margin-bottom: 45px;
    }

    .about .items .item
    {
        margin-top: 20px;
    }

    .about .items .item:nth-child(2)
    {
        order: 3;
    }

    .about .items .item .name
    {
        margin-bottom: 4px;
    }

    .about .text_block
    {
        margin-bottom: 30px;
    }


    .production_company .bg
    {
        margin-bottom: 10px;
    }

    .production_company .info .title
    {
        font-size: 28px;
        line-height: 42px;
    }

    .production_company .info .desc
    {
        font-size: 16px;
        line-height: 26px;
    }


    .manufact_section .grid .manufact
    {
        font-size: 14px;
        line-height: 22px;

        width: calc(100%/2 - 10px);
        min-height: 220px;
    }

    .manufact_section .grid .manufact:nth-child(n+7)
    {
        display: none;
    }

    .manufact_section .manufact .icon
    {
        margin-top: 50px;
    }

    .manufact_section .manufact .name
    {
        font-size: 16px;
        line-height: 22px;
    }

    .manufact_section .load_more
    {
        display: block;
    }


    .contacts .boxes
    {
        margin-bottom: 30px;
    }

    .contacts .boxes .box
    {
        min-height: 220px;
    }

    .contacts .boxes .box .icon
    {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .contacts .boxes .box .name
    {
        font-size: 17px;
    }

    .contacts .boxes .box .icon img
    {
        width: 24px;
        height: 24px;
    }

    .contacts_tabs button
    {
        font-size: 20px;
        line-height: 32px;
    }

    .contacts .date
    {
        font-size: 15px;
        line-height: 24px;
    }

    .contacts .date .title
    {
        font-size: 16px;
        line-height: 24px;

        margin-bottom: 16px;
    }

    .contacts .date .cols .col .item + .item
    {
        margin-top: 30px;
    }
    /*---------------
        Footer
    ---------------*/

    footer
    {
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    footer .info
    {
        padding-bottom: 40px;
    }

    footer .logo
    {
        margin-bottom: 0;
    }

    footer .links
    {
        width: 100%;
        margin-top: 40px;
    }

    footer .links div
    {
        font-size: 14px;
    }

    footer .bot
    {
        padding: 20px 0;
    }

    footer .policy
    {
        width: 100%;
        padding-bottom: 20px;

        border-bottom: 1px solid rgba(17,91,198, .2);

        order: 1;
    }

    footer .creator
    {
        width: 100%;
        padding: 20px 0;

        border-bottom: 1px solid rgba(17,91,198, .2);

        order: 2;
    }

    footer .copy
    {
        width: 100%;
        padding-top: 20px;

        order: 3;
    }
    /*---------------
       PopUp
    ---------------*/
    
 

    /*---------------------------
		12.04.2023
	---------------------------*/
    .our-worck__title
    {
        font-size: 16px;
        line-height: 20px;
    }

    .our-worck__desc
    {
        font-size: 14px;
        line-height: 20px;

        max-width: none;
        margin-top: 20px;
    }

    .our-worck__item
    {
        width: 100%;
    }

    .our-worck__wrap
    {
        max-width: 526px;
        margin: 0 auto;
    }

    .our-worck__thumb
    {
        padding-bottom: 76%;
    }
    /*---------------------------
		End 12.04.2023
	---------------------------*/
}
/* End */


/* Start:/local/templates/water/css/response_479.css?170914164312242*/
@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .link_btn a
    {
        font-size: 14px;
        line-height: 20px;

        height: 40px;
        padding: 10px 42px;
    }

    .form .line_form
    {
        margin-bottom: 30px;
    }

    .form .input
    {
        height: 27px;
    }

    .form .box_btn
    {
        margin-top: 0;
    }

    .form .submit_btn
    {
        font-size: 14px;

        max-width: 177px;
        height: 40px;
    }

    .main_title
    {
        font-size: 20px;
        line-height: 34px;
    }

    .main_title.small
    {
        font-size: 20px;
        line-height: 34px;
    }

    .main_title br
    {
        display: none;
    }


    .text_block
    {
        font-size: 15px;
        line-height: 24px;
    }

    .text_block h1
    {
        font-size: 20px;
        line-height: 34px;
    }

    .text_block h2
    {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .text_block h3
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .text_block h4
    {
        font-family: var(--font_family);
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
    }

    .text_block h5
    {
        font-family: var(--font_family);
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }

    .text_block blockquote
    {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;

        padding-left: 15px;
    }

    .text_block .hidden_desktop
    {
        display: block;
    }

    .text_block .hidden_mob
    {
        display: none;
    }


    .page_title
    {
        font-size: 20px;
        line-height: 34px;
    }


    .aside_tabs button
    {
        max-width: 120px;
    }


    .content_flex
    {
        margin-top: 30px;
    }
    /*---------------
        Header
    ---------------*/
    header .menu .item .sub_menu .item a br
    {
        display: inline;
    }

    .mob_header .phone
    {
        display: none;
    }
    /*---------------
        Main section
    ---------------*/
    .main_slider .slide .name
    {
        font-size: 20px;
    }

    .main_slider .slide .desc
    {
        font-size: 14px;
        line-height: 22px;

        height: 88px;
        margin-top: 10px;
    }

    .main_slider .slide .more
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 42px;
    }


    .about_us
    {
        margin-top: 40px;
    }

    .about_us .number
    {
        font-size: 50px;
        line-height: 50px;
    }

    .about_us .wrap_slider
    {
        padding-bottom: 10px;
    }

    .about_us .item .wrap_number
    {
        width: 100%;
    }

    .about_us .item_big .number
    {
        font-size: 80px;
        line-height: 70px;
    }

    .about_us .item
    {
        flex-wrap: wrap;
    }

    .about_us .item .wrap_desc
    {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding: 0;
    }


    .catalog_info .text
    {
        font-size: 15px;
        line-height: 24px;
    }

    .section_grid .item
    {
        min-height: 140px;
    }

    .section_grid .item .name
    {
        font-size: 12px;
        line-height: 16px;
    }

    .section_grid .item .name.large
    {
        font-size: 16px;
        line-height: 22px;

        max-width: 170px;
    }

    .section_grid .item .link.small_mob
    {
        line-height: 10px;
    }

    .section_grid .item .link.small_mob a
    {
        height: 10px;
        padding: 0;
    }

    .section_grid .item .link.small_mob a span
    {
        display: none;
    }

    .section_grid .item .link.small_mob a:before
    {
        position: relative;
        top: 0;

        display: block;

        width: 16px;
        height: 10px;
        margin-top: 0;

        background-size: contain;
    }


    .product_info .images .slider .img
    {
        padding-bottom: 93%;
    }

    .product_info .images .thumbs
    {
        display: none;
    }

    .product_info .feature
    {
        width: calc(100% + 40px);
        margin-left: -40px;
    }

    .product_info .feature .item
    {
        margin-left: 40px;
    }

    .product_info .feature .item .name
    {
        font-size: 15px;
        line-height: 24px;
    }

    .product_info .feature .item .val
    {
        font-size: 15px;
        line-height: 24px;

        margin-top: 6px;
    }

    .product_info .data .name_product
    {
        font-size: 14px;
        line-height: 20px;

        margin-bottom: 10px;
    }


    .docs .doc
    {
        width: calc(50% - 22px);
    }


    .cooperation
    {
        margin-top: 30px;
    }


    .providing_installers .main_title
    {
        font-size: 14px;
        line-height: 20px;
    }

    .providing_installers .item
    {
        min-height: 200px;
    }

    .providing_installers .item .number
    {
        font-size: 60px;
        line-height: 60px;

        margin-bottom: 20px;
    }

    .providing_installers .item .icon
    {
        top: 10px;

        height: 50px;
    }


    .solutions_carousel
    {
        width: calc(100% + 20px);
        padding-right: 0;
    }

    .solutions_carousel .slide .bg
    {
        position: relative;

        padding: 20px;
    }

    .solutions_carousel .slide .bg:before,
    .solutions_carousel .slide .bg:after
    {
        position: absolute;
        right: 20px;
        bottom: 20px;

        width: 16px;
        height: 10px;

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

        background: url(/local/templates/water/css/../images/ic_arrow.svg) 50%/contain no-repeat;
    }

    .solutions_carousel .slide .bg:hover:before
    {
        opacity: 0;
    }

    .solutions_carousel .slide .bg:after
    {
        opacity: 0;
        background-image: url(/local/templates/water/css/../images/ic_arrow2.svg);
    }

    .solutions_carousel .slide .bg:hover:after
    {
        opacity: 1;
    }

    .solutions_carousel .slide .icon
    {
        height: 60px;
    }

    .solutions_carousel .slide .name
    {
        font-size: 16px;
        line-height: 22px;

        margin-top: 26px;
        padding-right: 36px;
    }

    .solutions_carousel .slide .desc
    {
        font-size: 15px;
        line-height: 24px;

        margin-top: 4px;
        padding-right: 36px;
    }

    .solutions_carousel .slide .link
    {
        display: none;
    }

    .scrollbar
    {
        margin-top: 20px;
    }


    .title_error
    {
        font-size: 70px;
        line-height: 80px;
    }


    .page_error .title
    {
        max-width: 270px;
    }

    .page_error .link_back a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 42px;
    }


    .products .grid .product
    {
        width: calc(100% - 10px);
        padding: 14px;
    }

    .products .product .item
    {
        font-size: 15px;

        padding-right: 15px;
        padding-left: 15px;
    }


    .tab_content.view_mob .main_title.mob br
    {
        display: inline;
    }


    .waterstry .box_info
    {
        padding-bottom: 40px;
    }

    .waterstry .box_img .mini_modal_link
    {
        width: 30px;
        height: 30px;
        margin-top: -6px;
        margin-left: -8px;
    }

    .waterstry .box_img .mini_modal
    {
        padding: 20px;
    }

    .waterstry .box_img .mini_modal .title
    {
        font-size: 16px;
        line-height: 22px;

        padding-right: 16px;
    }

    .waterstry .box_img .mini_modal .link
    {
        margin-top: 20px;
    }


    .waterstry .tabs_container .main_tabs
    {
        margin-top: 20px;
    }


    .waterstry
    {
        margin-top: 20px;
    }

    .waterstry .feature
    {
        margin-top: 30px;
        margin-bottom: -10px;
    }

    .waterstry .feature .item
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .waterstry .feature .item .name
    {
        font-size: 15px;
        line-height: 24px;
    }

    .waterstry .feature .item .val
    {
        font-size: 15px;
        line-height: 24px;
    }


    .categories .grid
    {
        margin-left: 0;

        --categories_count: 1;
    }

    .categories .grid .item
    {
        position: relative;

        display: flex;

        width: 100%;
        margin-left: 0;

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

    .categories .grid .item.big
    {
        width: 100%;
        margin-left: 0;
    }

    .categories .item .img
    {
        width: 100%;
        padding-bottom: 69%;
    }

    .categories .item.big .img
    {
        padding-bottom: 69%;
    }

    .categories .item .name
    {
        width: calc(100% - 35px);
    }

    .categories .item .desc
    {
        display: none;
    }

    .categories .item .link
    {
        width: 35px;
        margin-top: 11px;
    }

    .categories .item .link span
    {
        display: none;
    }

    .categories .item .link a
    {
        display: block;

        width: 35px;
        height: 30px;
        padding-right: 0;
    }


    .manufacturers .slider
    {
        margin-top: 20px;
        padding-right: 20px;
    }

    .manufacturers .slide .img
    {
        height: 25px;
    }

    .manufacturers .slide .desc
    {
        font-size: 15px;
        line-height: 24px;

        margin-top: 16px;
    }

    .manufacturers .all_link
    {
        font-size: 14px;
    }

    .manufacturers .all_link a
    {
        line-height: 40px;
    }

    .form_section .form
    {
        padding-top: 30px;
    }


    .about .bg
    {
        margin-bottom: 10px;
    }

    .about .brand_img
    {
        height: 20px;
        margin-bottom: 20px;
    }

    .about .items
    {
        margin: -10px 0 40px -37px;
    }

    .about .items .item
    {
        font-size: 15px;
        line-height: 24px;

        margin-left: 37px;
    }

    .about .items .item .desc
    {
        font-size: 16px;
        line-height: 22px;
    }

    .about .production_link
    {
        font-size: 14px;
        line-height: 40px;

        display: block;

        padding: 0 10px;
    }

    .about .text_block h4
    {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }


    .production_company .info .title
    {
        font-size: 16px;
        line-height: 22px;
    }

    .production_company .info .desc
    {
        font-size: 15px;
        line-height: 24px;
    }

    .production_company .look_link a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 42px;
    }


    .manufact_section .grid .manufact
    {
        font-size: 12px;
        line-height: 16px;

        width: calc(100% - 10px);
        min-height: 200px;
        padding: 20px;
    }

    .manufact_section .manufact .icon
    {
        margin-top: 40px;
    }

    .manufact_section .load_more
    {
        margin-top: 20px;
    }

    .manufact_section .load_more a
    {
        font-size: 14px;
        line-height: 40px;

        display: block;

        padding: 0 10px;
    }


    .contacts .boxes .box
    {
        width: 100%;
        min-height: 160px;
    }

    .contacts .boxes .box + .box
    {
        margin-top: 10px;
    }

    .contacts .boxes .box .name
    {
        font-size: 20px;
    }

    .contacts_tabs button
    {
        font-size: 14px;
        line-height: 20px;
    }

    .contacts .date .title
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .contacts .date .cols .col
    {
        width: 100%;
    }

    .contacts .date .cols .col + .col
    {
        margin-top: 30px;
    }

    .contacts .date * + .title
    {
        margin-top: 38px;
    }

    /*---------------
        Footer
    ---------------*/

    footer .logo img
    {
        width: 96px;
    }

    footer .links
    {
        margin-top: 20px;
    }

    footer .links + .links
    {
        margin-top: 40px;
    }

    footer .links div
    {
        width: 100%;
    }

    footer .links div + div
    {
        margin-top: 20px;
        margin-left: 0;
    }

    /*---------------
       PopUp
    ---------------*/
}

/* End */


/* Start:/local/templates/water/template_styles.css?17091416434000*/
.name_cat_el {
    position: absolute;
    bottom: 15px;
    height: 30px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
}
.product_info .images .slider .img img{
    padding-bottom: 40px;
}
.logo img {
    max-height: 130px;
}
.icon img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.text_block {
    padding-bottom: 80px;
}
.bx_pg_text, .bx_pagination_section_two {
    display: none;
}

.bx_pagination_page, .bx_pagination_bottom .bx_pg_section {
    display: block;
    width: 100%;
    text-align: center;
}
.bx_pagination_bottom .bx_pagination_page li {
    line-height: 30px !important;
    font-size: 18px !important;
    height: 30px !important;
    width: 30px !important;
    margin: 0px 5px !important;
}


.listProducts {
    display: flex;
    flex-flow: row wrap;
}
.listProducts a {
    color: #1E2F41;
    text-decoration: none;
}
.listBit {
    width: 25%;
}
.content .listBit {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 4rem;
}

.listProducts .listBit:hover a {
    text-decoration: underline;
}
.listBit h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1E2F41;
    margin: 20px 0px;
    padding: 0px;
    padding-right: 20px;
}
.content h3 {
	flex: 1;
	font-size: 1rem;
}


.listImg {
    overflow: hidden;
    max-height: 100%;
    margin-right: 20px;
    height: 250px;
}


.listImg img {
    max-width: 100%;
    height: auto;
}
.listNext {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1E2F41;
    display: inline-block;
    padding-right: 38px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/local/templates/water/i/next.png");
    margin-bottom: 70px;
}
.displayBlock {
    display: block !important;
    transition-duration: 0.3s;
}
@media (max-width: 1000px) {
    .listBit {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .listBit {
        width: 100%;
    }
}

.text_block ol>li {
    margin: 0 0 20px;
}

.text_block img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 40px;
}

.product_info .data .name_product {
	font-weight: bold;
}


.state_plus_wrap {
    display: flex;
    width: 100% !important;
    flex-direction: column;
    padding-left: 0 !important;
}

.statepluswrap_plus {
    display: flex;
    width: 100% !important;
    flex-direction: column;
    align-items: flex-start;
}

.statepluswrap_minus {
    display: flex;
    width: 100% !important;
    flex-direction: column;
    padding-left: 0 !important;
}

.schemewrapjo {
    width: 100% !important;
    padding-left: 0 !important;
}

.statepluswrap_plus ul li::marker {
    color: #7ec9a7;
    content: '+';
    font-size: 20px;
}

.statepluswrap_plus ul li, .statepluswrap_minus ul li {
    padding-left: 10px;
    margin-bottom: 8px !important;
    line-height: 24px;
}

.statepluswrap_minus ul li::marker {
    color: #dd8282;
    content: '-';
    font-size: 20px;
}

.statepluswrap_plus p {
    color: #7ec9a7;
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 15px;
}

.statepluswrap_minus p {
    color: #dd8282;
    margin: 0;
    margin-top: 15px;
}

.statepluswrap_minus {
    margin-bottom: 30px;
}

.schemewrapjo h4 {
    font-size: 19px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #404e6c;
    border-bottom: 2px Solid #d9d9d9;
}
.flex.youtube_link{
	margin-left: 73%;
}
@media (max-width: 768px) {
	.flex.youtube_link{
		margin-left: 0%;
		margin-top: 40px;
	}
}

.social .youtube{
	width: 25px;
    position: relative;
    top: -3px;
}

 
.social .youtube {
    width: 25px;
    position: relative;
    top: -3px;
}

@media (max-width: 767px){
	.social .youtube {
		width: 19px;
		top: -2px;
	}
}
/* End */
/* /local/templates/water/css/owl.carousel.css?17091416436687 */
/* /local/templates/water/css/fancybox.css?170914164317843 */
/* /local/templates/water/css/styles.css?174738321869613 */
/* /local/templates/water/css/response_1199.css?17091416434490 */
/* /local/templates/water/css/response_1024.css?170914164314242 */
/* /local/templates/water/css/response_767.css?170914164315073 */
/* /local/templates/water/css/response_479.css?170914164312242 */
/* /local/templates/water/template_styles.css?17091416434000 */
