

/* Start:/local/templates/main_template/additional_libs/jquery-ui.structure.min.css?1653738600191*/
/*! jQuery UI - v1.12.1 - 2021-09-22
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}
/* End */


/* Start:/local/templates/main_template/additional_libs/jquery-ui.min.css?1653738600217*/
/*! jQuery UI - v1.12.1 - 2021-09-22
* http://jqueryui.com
* Includes: draggable.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}
/* End */


/* Start:/local/templates/main_template/additional_libs/before-after.min.css?1653738600319*/
.ba-slider{position:relative;overflow:hidden}.ba-slider img{width:100%;display:block;max-width:none}.ba-slider .resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}.ba-slider .handle{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px;background:rgba(0,0,0,.5);cursor:ew-resize}
/* End */


/* Start:/local/templates/main_template/additional_libs/slick.css?16537386001776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main_template/additional_libs/fancybox.css?165373860015608*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);--fancybox-accent-color: rgba(1, 210, 232, 0.94);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid rgba(1,210,232,.94);opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:rgba(1,210,232,.94);height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/main_template/components/bitrix/menu/top_menu/style.css?17343359663820*/
ul#top-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  ul#top-menu {
    flex-direction: column;
    align-items: unset;
    padding-bottom: 20px;
  }
}
ul#top-menu li {
  list-style: none;
  position: relative;
}
ul#top-menu > li {
  height: 49px;
  display: flex;
  align-items: center;
  padding: 0 23px;
}
@media (max-width: 1240px) {
  ul#top-menu > li {
    padding: 0 18px;
  }
}
@media (max-width: 580px) {
  ul#top-menu > li {
    position: unset;
  }
}
ul#top-menu > li > a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1240px) {
  ul#top-menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  ul#top-menu > li > a {
    font-size: 18px;
    color: #000;
    flex-grow: 1;
  }
}
@media (max-width: 580px) {
  ul#top-menu > li > a {
    width: 100%;
    position: relative;
    display: block;
  }
}
ul#top-menu > li .arrow {
  display: none;
  stroke: rgb(151, 151, 151);
  transition: all 0.3s;
}
ul#top-menu > li .arrow svg {
  display: block;
}
@media (max-width: 980px) {
  ul#top-menu > li .arrow {
    display: block;
  }
}
ul#top-menu > li.catalog-item {
  background: #407cb6;
  border-bottom: 2px solid #282828;
}
@media (max-width: 980px) {
  ul#top-menu > li.catalog-item {
    border-bottom: none;
  }
}
ul#top-menu > li.catalog-item > a {
  display: flex;
  align-items: center;
  fill: #FFF;
  color: #fff;
  gap: 10px;
}
ul#top-menu > li.catalog-item > a .catalog-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}
ul#top-menu > li.catalog-item .arrow {
  stroke: #fff;
}
ul#top-menu > li > ul {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 100%;
  width: 250px;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 15px;
}
@media (max-width: 580px) {
  ul#top-menu > li > ul {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    box-shadow: none;
    background: #f6f6f6;
  }
  ul#top-menu > li > ul.active {
    display: block;
  }
}
ul#top-menu > li > ul > li {
  padding: 15px 15px 0 15px;
}
ul#top-menu > li > ul > li > a {
  color: #000;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 1240px) {
  ul#top-menu > li > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  ul#top-menu > li > ul > li > a {
    font-size: 16px;
  }
}
ul#top-menu > li > ul > li > a:hover {
  color: #407cb6;
}
@media (max-width: 580px) {
  ul#top-menu > li > ul > li.back-link {
    padding-left: 45px;
    margin-bottom: 25px;
    padding-top: 40px;
    position: relative;
  }
  ul#top-menu > li > ul > li.back-link > a {
    font-size: 18px;
    color: #050505;
    font-weight: 500;
  }
  ul#top-menu > li > ul > li.back-link > span {
    content: "";
    position: absolute;
    background: url("/local/templates/main_template/components/bitrix/menu/top_menu/img/arrow-back.png") left bottom no-repeat;
    width: 25px;
    height: 25px;
    left: 15px;
    bottom: 5px;
  }
  ul#top-menu > li > ul > li.back-link .catalog-icon {
    display: none;
  }
}

header.fixed ul#top-menu {
  flex-direction: column;
  align-items: unset;
  padding: 0;
}
header.fixed ul#top-menu > li {
  position: unset;
}
header.fixed ul#top-menu > li > a {
  width: 100%;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1240px) {
  header.fixed ul#top-menu > li > a {
    font-size: 14px;
  }
}
header.fixed ul#top-menu > li > a:hover {
  color: #407cb6;
}
header.fixed ul#top-menu > li.catalog-item {
  border-bottom: none;
}
header.fixed ul#top-menu > li.catalog-item > a {
  color: #fff;
}
header.fixed ul#top-menu > li > ul {
  left: 100%;
  top: 0;
  box-shadow: none;
  background: #f6f6f6;
  padding: 25px 34px 25px 25px;
  min-height: 100%;
}
header.fixed ul#top-menu > li > ul > li {
  padding: 0 0 15px 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main_template/components/bitrix/breadcrumb/breadcrumb/style.css?1653749820136*/
.breadcrumbs{
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
	align-items:center;
}
.breadcrumbs i{
	margin: 0 5px 0 10px;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/menu/footer_menu/style.css?1719996764441*/
.footer-menu-item:not(:last-child) {
	margin-bottom: 20px;
}

.footer-menu-item a,
.footer-menu-item a:hover {
	color: #fff;
}

.footer-right-10 .footer-menu-item a {
	color: #aeadad;
}

.footer-right-10 .footer-menu-item:nth-child(1) a {
	color: #fff;
}

@media (min-width: 701px) {
	.footer-menu-item.mobile_only {
		display: none;
	}
}

@media (max-width: 480px) {
	.footer-menu-item a {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/form.result.new/callback/style.css?17528422651636*/
input[name="form_text_15"]{
	display: none;
}
input[name="form_text_16"]{
	display: none;
}


.form-title{
	margin-bottom:38px;
	font-size:30px;
	line-height:50px;
	color:#212529;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.form-input{
	margin-bottom:30px;
	width:100%;
}
.form-input label{
	display:block;
	margin-bottom:12px;
}
.form-input input,
.form-input textarea{
	width:100%;
	padding:10px 15px;
	font-size:14px;
	line-height:16px;
	border:1px solid #CCCCCC;
	border-radius:2px;
	font-family:"Inter", Arial;
}
.form-input-double{display:flex;
	justify-content:space-between;
}
.form-input-double>.form-input{
	width:49%;
}
.form-input textarea{
	resize: none;
	height:140px;
}
.form-agree{
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
	margin-left: 30px;
    margin-top: -20px !important;
	text-align: left !important;
}
.form-submit-btn{
	text-align:center;
}
.form-submit-btn input[type="submit"]{
	padding:13px 24px;
	background:#407CB6;
	color:#fff;
	border:none;
	border-radius:2px;
	cursor:pointer;
	font-size:16px;
}
.form-input.form-input-error input, .form-input.form-input-error textarea{
	border:1px solid #DC3C3C;
}
.form-msg{
	text-align:center;
	font-weight:bold;
}
.form-agree a{
	font-size: 12px;
	color:#407CB6;
}
input[type="checkbox"]{
	width: 20px !important;
}
.form-input-error .form-agree {
    border: 1px solid #DC3C3C;
}
@media (max-width:700px){
	.form-input-double{
		flex-wrap:wrap;
	}
	.form-input-double>.form-input{
		width:100%;
	}
	.form-title{margin-bottom:25px;}
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/form.result.new/price/style.css?16964137721411*/
input[name="form_text_15"]{
	display: none;
}
input[name="form_text_16"]{
	display: none;
}
input[name="form_text_46"]{
	display: none;
}


.form-title{
	margin-bottom:38px;
	font-size:30px;
	line-height:50px;
	color:#212529;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.form-input{
	margin-bottom:30px;
	width:100%;
}
.form-input label{
	display:block;
	margin-bottom:12px;
}
.form-input input,
.form-input textarea{
	width:100%;
	padding:10px 15px;
	font-size:14px;
	line-height:16px;
	border:1px solid #CCCCCC;
	border-radius:2px;
	font-family:"Inter", Arial;
}
.form-input-double{display:flex;
	justify-content:space-between;
}
.form-input-double>.form-input{
	width:49%;
}
.form-input textarea{
	resize: none;
	height:140px;
}
.form-agree{
	margin-top:-10px;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
}
.form-submit-btn{
	text-align:center;
}
.form-submit-btn input[type="submit"]{
	padding:13px 24px;
	background:#407CB6;
	color:#fff;
	border:none;
	border-radius:2px;
	cursor:pointer;
	font-size:16px;
}
.form-input.form-input-error input, .form-input.form-input-error textarea{
	border:1px solid #DC3C3C;
}
.form-msg{
	text-align:center;
	font-weight:bold;
}
.form-agree a{
	font-size: 12px;
	color:#407CB6;
}
@media (max-width:700px){
	.form-input-double{
		flex-wrap:wrap;
	}
	.form-input-double>.form-input{
		width:100%;
	}
	.form-title{margin-bottom:25px;}
}
/* End */


/* Start:/local/templates/main_template/template_styles.css?172916167146387*/
@font-face {
	font-family: "Inter";
	src: url("/local/templates/main_template/fonts/Inter/Inter-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Inter";
	src: url("/local/templates/main_template/fonts/Inter/Inter-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "Inter";
	src: url("/local/templates/main_template/fonts/Inter/Inter-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Exo2";
	src: url("/local/templates/main_template/fonts/Exo2/Exo2-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

*{
	box-sizing:border-box;
	outline:none;
}
html,
body {
	height:100%;
	padding:0;
	margin:0;}
*{
	box-sizing:border-box;
	outline:none;
}
a,
a:hover,
a:active,
a:focus{
	color:#407CB6;
	text-decoration:none;
}

input,
textarea,
ul,
ul li,
ol,
ol li{
	padding:0;
	margin:0;
}

body,
p,
a,
input[type="text"],
input[type="textarea"]{
	font:normal 16px "Inter", Arial;
	color:#393939;
}
*[data-popup-window]{
	cursor:pointer;
}

.main-content a:not([class]) {
    color:#407CB6;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.main-content a:not([class]):hover,
.main-content a:not([class]):active,
.main-content a:not([class]):focus{
    border-bottom: 1px dashed #407cb6;
    text-decoration: none;
}

h2{
	color:#222222;
	font-size: 36px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 50px 0;
}

/* common  */

.h-100{
	height:100%;
}
.wrapper{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
}
.wrapper>header,
.wrapper>footer{
	flex-shrink:0;
}
.wrapper>section{
	flex-grow:1;
}
.container{
	width:1200px;
	margin:0 auto;
}
.margin-top{
	margin-top:70px;
}

.main-content p{
	line-height:25px;
}

.main-content h1{
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	margin:50px 0;
}

.call-to-us{
	padding:15px 25px;
	background:#407CB6;
	width:fit-content;
	cursor:pointer;
	border-radius:2px;
}
.call-to-us-btn{
	background: url('/local/templates/main_template/img/phone-icon-white.png') no-repeat right center;
	padding-right:28px;
	color:#fff;
}
.bottom-form{
	background:url('/local/templates/main_template/img/faq-bg.jpg') no-repeat left top;
	background-size:100%;
	padding:55px 0;
	text-align:center;
}
.bottom-form h2{
	color:#fff;
	margin-bottom:15px;
}
.bottom-form .sub-text{
	color:#fff;
}
.bottom-form .call-to-us{
	margin:40px auto 0 auto;
	background:#fff;
}
.bottom-form .call-to-us-btn{
	background-image:url('/local/templates/main_template/img/phone-black.png');
	color:#393939;
}
.call-to-us-btn.ask-question-btn{
	background-image: none;
	padding-right: 0;
}
.popup-form-bg{
	display:none;
	left:0;
	top:0;
	position:absolute;
	width:100%;
	background: rgba(0, 0, 0, 0.3);
	z-index:20;
}
.popup-form-wrapper{
	width:590px;
	background:#fff;
	position:absolute;
	left:50%;
	transform:translate(-50%, 0);
	padding:80px 100px 70px 100px;
}
.popup-form-wrapper .form-agree{
	text-align:left;
}
.popup-form-wrapper .form-submit-btn input[type="submit"]{
	width:100%;
}
.popup-form-close{
	position:absolute;
	top:24px;
	right:24px;
	width:16px;
	height:16px;
	background: url('/local/templates/main_template/img/svg/popup_close.svg') no-repeat center;
	cursor: pointer;
}
.popup-form-close:hover{
	background-image: url('/local/templates/main_template/img/svg/popup_close_active.svg');
}
.download-block{
	width:fit-content;
	padding:10px 15px;
	background:#407CB6;
	border-radius:2px;
	display:block;
}
.download-block-btn{
	padding-right:22px;
	background:url('/local/templates/main_template/img/download.png') no-repeat right center;
	color:#fff;
	white-space:nowrap;
}
a.main-btn{
	width:fit-content;
	padding:13px 25px;
	background:#407CB6;
	border-radius:2px;
	display:block;
	color:#fff;
}

.grey-full-bg{
	display:none;
	background:rgba(0, 0, 0, 0.4);
	width:100%;
	height:100%;
	z-index:19;
	position:fixed;
	top:0;
	left:0;
}

/* end common */

/* header */

.header-top{
	background:#fff;
	padding:13px 0;
}
.header-top-inner{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.header-top-menu-icon{
	display:none;
	background:url('/local/templates/main_template/img/svg/menu.svg') no-repeat center left;
	width:24px;
	height:42px;
	position: relative;
}
.header-top-menu-icon::after{
	content: '';
	width: 24px;
    height: 48px;
    top: 24px;
	left: 0;
	position: absolute;
}
.header-top-menu-icon.active{
	background:url('/local/templates/main_template/img/svg/icon_close.svg') no-repeat center left;
}

.header-top-logo img.logo-mobile{
	display:none;
}

/* header phones */
.header-top-phones-item:not(:first-child){
	margin-top:8px;
}
.header-top-phones-item-city{
	color:#787878;
	margin-right:5px;
}
.header-top-phones-item>a{
	font-weight:500;
}

/* header email-callback */
.header-top-callback{
	margin-top:8px;
}
.header-top-email,
.header-top-callback{
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:center left;
}
.header-top-email{
	background-image:url('/local/templates/main_template/img/email-icon.png');
}
.header-top-callback{
	background-image:url('/local/templates/main_template/img/phone-icon.png');
}

/* header search*/
.search-input{
	position:relative;
}
.search-input input[type="text"]{
	width:285px;
	padding:12px 30px 12px 16px;
	background:#EBEBEB;
	color:#818181;
	border:none;
	border-radius:2px;
}
.search-input input[type="submit"]{
	width:14px;
	height:14px;
	position:absolute;
	right:14px;
	top:14px;
	background:url('/local/templates/main_template/img/search-icon.png') no-repeat center;
	border:none;
	z-index:2;
}
.header-top-search span{
	display:none;
}
.mobile-search{
	display:none;
}

/* header cart*/
.header-top-cart-item{
	display:block;
	padding-top:26px;
	background:url('/local/templates/main_template/img/cart-icon.png') no-repeat center 4px;
}

/* header personal*/
.header-top-personal-item{
	display:block;
	padding-top:26px;
	background:url('/local/templates/main_template/img/personal-icon.png') no-repeat center 4px;
}

.header-bottom{
	background:#282828;
}

.mobile-additionals{
	display:none;
}

/* end header */

/* main page */
.main-text-block{
	border:1px solid #C5C5C5;
	background:#fff;
	padding:40px 45px;
	margin-top:-160px;
}
h1.main-h1{
	margin: 0 0 25px 0;
	font-size: 50px;
	text-transform: uppercase;
}
.margin-text-delimeter{
	width:80px;
	height:2px;
	background:#407CB6;
	margin-bottom:25px;
}
.main-text,
.main-text p{
	line-height:32px;
	font-size:16px;
}

.work-with-us{
	background:#407CB6;
	padding: 60px 0 170px 0;
}
.work-with-us-inner{
	display:flex;
	justify-content:space-between;
}
.work-with-us-inner h2{
	width:32%;
	color:#fff;
}
.work-with-us-text{
	width:62%;
}
.work-with-us-text-item{
	margin-bottom:60px;
	display:flex;
	font-size:24px;
	color:#fff;
	align-items:center;
}
.work-with-us-text-delimeter{
	width:52px;
	height:2px;
	background:#fff;
	margin-right:40px;
	flex-shrink:0;
}
.work-with-us-text-num{
	margin-right:40px;
	font-weight:bold;
	flex-shrink:0;
}
.work-with-us-text-desc{
	text-transform:uppercase;
}
/* end main page */


/* pages styles */
.coop-top-text img{
	float:left;
	max-width:480px;
	margin-right:20px;
	margin-bottom:20px;
}
.coop-partners-block{
	background:#F3F3F3;
	padding-top:70px;
	padding-bottom:300px;
}
.margin-top-reviews{
	margin-top:35px;
}
.coop-partners-slider-nav{
	display:none;
}
.coop-questions{
	display:flex;
	justify-content:center;
}
.coop-questions-item{
	width:40%;
	margin:0 10px;
	border:1px solid #C4C4C4;
	background:#fff;
	padding:30px 25px 15px 25px;
}
.coop-questions-item-title{
	font-size:22px;
	font-weight:bold;
	margin-bottom:25px;
}
.coop-questions-item-text{
	margin-bottom:15px;
}
.coop-questions-margin{
	margin-top:-230px;
}

.develop-main-text img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	max-width:470px;
}
.develop-video-block{
	display: flex;
	justify-content: center;
}
.develop-video{
	position: relative;
}
.develop-video video{
	width: 490px;
	height:320px;
}
.video-play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.53) url('/images/play.png') no-repeat 28px center;
	border-radius: 50%;
}
.video-play-btn.hide{
	display: none;
}
.our-develop-products-h2{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}
.our-develop-products-h2>h2{
	padding-right:20px;
	margin-bottom:0
}
.our-develop-products-h2>a{
	font-weight:bold;
}
.about-top-text,
.about-top-text p{
	font-size: 21px;
	margin-bottom:40px;
	line-height: normal;
	text-align: justify;
}
.about-bottom-text{
	margin-top:40px;
	display:flex;
	justify-content: space-between;
}
.about-bottom-text-part{
	width:44%;
}
.about-text-float-img{
	margin-left: 25px;
	margin-bottom: 0;
	max-width: 100%;
	float: right;
}
/* pages styles */

/* костыль */
/*@media (min-width: 1241px){
	.header-top-phones,
	.header-top-email-callback{display: flex;}
	.header-top-phones>div:nth-child(2),
	.header-top-callback{margin-top:0;margin-left: 45px;}
}
.mobile-search{display:none!important;}
.header-top-search,
.header-top-cart,
.header-top-personal{display:none;}*/


/* media */

@media (max-width:1240px){
	.container{
		width:100%;
		padding:0 20px;
	}
	.header-top-search{
		/*order:1;
		background:url(/local/templates/main_template/img/search_mobile.png) no-repeat center 2px;
		height:46px;*/
		order: 0;
	}
	.header-top-search .search-input{
		/*display:none;*/
	}
	.header-top-search span{
		/*display:block;
		padding-top:25px;*/
	}
	.search-input input[type="text"] {
		width: 170px;
	}
	.bottom-form{
		background-size:auto;
	}
	.work-with-us-inner h2{
		width:35%;
	}
	.work-with-us-text-item{
		font-size:20px;
	}
	.work-with-us-text{
		width:55%;
	}
	.coop-partners-slider-h2{
		display:flex;
	}
	.coop-partners-slider-h2 h2{
		margin-right:30px;
	}

	.coop-partners-slider-nav{
		display:flex;
	}
	.coop-partners-slider-nav-arrow{
		width: 41px;
		height: 40px;
		background-repeat: no-repeat;
		background-position: left center;
		margin:0 10px;
	}
	.coop-partners-slider-nav-arrow:hover{
		background-position: right center;
	}
	.coop-partners-slider-prev{
		background-image: url('/local/templates/main_template/img/arrows-left-slider.png');
	}
	.coop-partners-slider-next{
		background-image: url('/local/templates/main_template/img/arrows-right-slider.png');
	}
	.coop-questions{
		justify-content:space-between;
	}
	.coop-questions-item{
		width:48%;
	}
	.about-banner img{
		width:100%;
	}
}/* end 1240px */
@media (max-width:980px){
	header{
		position:relative;
	}
	.header-bottom{
		position:absolute;
		top:calc(100% + 1px);
		background:#fff;
		padding:40px 0 35px 0;
		width:45%;
		box-shadow: 2px 2px 4px 0px #b1b1b1;
		z-index:20;
	}
	.header-bottom>.container{
		border-bottom:1px solid #C4C4C4;
	}
	.mobile-additionals{display:block;}

	.mobile-additionals,
	.mobile-additionals-bottom{
		padding-top:30px;
	}
	.mobile-additionals-top{
		border-bottom:1px solid #C4C4C4;
	}
	.mobile-menu-phones{
		padding-bottom:30px;
	}
	.mobile-menu-phones>div{
		font-size:18px;
	}
	.mobile-menu-phones>div:first-child{
		margin-bottom:10px;
	}
	.mobile-menu-phones>div>span{
		color:#787878;
		font-weight:normal;
	}
	.mobile-menu-phones>div>a{
		font-weight:500;
	}
	header{border-bottom:1px solid #EBEBEB;}
	.header-top-logo{
		margin-left:22px;
		flex-grow:1;
	}
	.header-top-logo img{
		display:none;
	}
	.header-top-logo img.logo-mobile{
		display:block;
	}
	.header-top-menu-icon{
		display:block;
	}
	.header-top-email-callback{
		display:none;
	}
	.header-top-phones{
		margin-right:30px;
	}
	.header-top-phones-item:last-child{
		display:none;
	}
	.header-top-phones-item{
		padding-left:25px;
		background:url(/local/templates/main_template/img/phone-icon.png) no-repeat center left;
	}

	.header-top-cart,
	.header-top-personal{
		width:58px;
		height:26px;
	}
	.header-top-cart-item span,
	.header-top-personal-item span,
	.header-top-search span{
		display:none;
	}
	.header-top-phones-item-city{
		display:none;
	}
	.header-bottom{
		display:none;
	}
	.main-content h1{
		font-size:40px;
		line-height:44px;
	}
	h1.main-h1{
		font-size:40px;
		line-height:44px;
	}
	.work-with-us-inner{
		flex-direction:column;
	}
	.work-with-us-inner h2{
		width:100%;
	}
	.work-with-us-text{
		width:100%;
	}
	.work-with-us-text-delimeter{
		width:50px;
		margin-right:30px;
	}
	.work-with-us-text-num{
		margin-right:30px;
	}
	.service-detail-main-img{
		height: 250px;
	}
	.develop-main-text img{
		width:370px;
	}
	.about-top-text,
	.about-top-text p{
		font-size:18px;
	}
	.about-text-float-img{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.header-top-search{
		order: 0;
	    width: auto;
	    height: auto;
	    margin-right: 10px;
	}
	.search-input input[type="text"]{
		width: 220px;
	}

}/* end 980px */

@media (min-width: 701px) and (max-width: 800px){
	.search-input input[type="text"]{
		width: 180px;
	}
	.header-top-cart,
	.header-top-personal{
		width: 40px;
	}
}

@media (max-width:700px){
	body{
		/*min-width:380px;*/
		/*min-width:340px;*/
		position: relative;
	}
	.main-content h1{
		font-size:38px;
	}
	h1.main-h1{
		font-size:38px;
	}
	h2{
		margin-bottom:38px;
	}
	.margin-top{
		margin-top:50px;
	}
	.popup-form-wrapper{
		width:calc(100% - 40px);
	}
	.popup-form-wrapper{
		padding-left:30px;
		padding-right:30px;
		padding-top: 60px;
	}
	header{
		z-index:20;
	}
	.mobile-search{
		display:block;
		margin-top:15px;
	}
	.mobile-search .search-input input[type="text"]{
		width:100%;
	}
	.header-top-phones{
		order:1;
		margin-right:0;
	}
	.header-top-phones-item{
		background: url('/local/templates/main_template/img/svg/callmobile.svg') no-repeat center;
		padding-left:0;
	}
	.header-top-phones-item>a{
		width: 58px;
		overflow: hidden;
		height: 26px;
		display: block;
		opacity:0;
	}
	.header-top-search{
		display:none;
	}
	.header-top-email{
		background-image: url('/local/templates/main_template/img/svg/email.svg');
	}
	.header-top-callback{
		background-image: url('/local/templates/main_template/img/svg/phone.svg');
	}
	.bottom-form{
		background-size: cover;
		margin: 0 -20px;
		padding-left:10px;
		padding-right:10px;
	}
	.header-bottom{
		width:100%;
		height: calc(100vh - 130px);
		overflow: auto;
		padding-bottom: 70px;
	}
	body.overflow{
		overflow:hidden;
	}
	.coop-top-text img{
		max-width:50%;
	}
	.coop-questions>div{
		width:100%;
	}
	.coop-questions>div:not(:first-child){
		display:none;
	}
	.our-develop-left-img{
		display:block;
		margin-bottom:20px;
	}
	.our-develop-left-img img{
		width:100%;
	}
	.our-develop-left{
		width:100%;
	}
	.our-develop-right{
		display:none;
	}
	.our-develop-left-text-item{
		margin-bottom:40px;
	}
	.develop-main-text img{
		width:100%;
		margin-left:0;
		max-width:none;
	}

	.our-develop-products-h2{
		flex-wrap:wrap;
	}
	.our-develop-products-h2>a{
		width:100%;
		margin-top:10px;
	}
	.about-banner{
		margin-left:-20px;
		margin-right:-20px;
	}
	.about-bottom-text{
		flex-wrap:wrap;
	}
	.about-bottom-text-part{
		width:100%;
		margin-bottom:20px;
	}
}/* end 700px */
@media (max-width: 580px){
	.main-content h1{
		font-size: 30px;
	}
	h2{
		font-size: 25px;
	}
	h1.main-h1{
		font-size: 30px;
	}
	.develop-video video{
		width: 100%;
	}
}

@media (max-width: 480px){
	body{
		min-width:320px;
	}
	.work-with-us-text-delimeter{
		width: 35px;
	}
	.work-with-us-text-desc{
		font-size: 18px;
	}
	.coop-top-text img{
		float: none;
		max-width: 100%;
	}
}


@media print{
	header, footer, .noprint, .breadcrumbs, #bx-panel{
		display:none !important;
	}
}
/* end media */







/* kupd page */
	.kupd-top-text{display:flex;justify-content:space-between;}
	.kupd-top-text-left{width:58%;}
	.kupd-top-text-right{width:40%;margin-left:20px;}

	.kupd-top-text-slider{position:relative;}
	.kupd-top-text-slider-wrapper{border:1px solid #dadada;}
	.kupd-top-text-slider-wrapper img{width:100%;}
	.slider-shadow-arrow{position:absolute;top:50%;width:40px;height:40px;border-radius:2px;cursor:pointer;}
	.slider-shadow-arrow.slider-shadow-arrow-left{left:0;background: rgba(0, 0, 0, 0.5) url('/local/templates/main_template/img/slider-arrow-left.png') no-repeat center;}
	.slider-shadow-arrow.slider-shadow-arrow-right{right:0;background: rgba(0, 0, 0, 0.5) url('/local/templates/main_template/img/slider-arrow-right.png') no-repeat center;}
	.kupd-top-text-slider .slick-dots{position:absolute;left:50%;bottom:-30px;display:flex;transform: translate(-50%, 0);}
	.kupd-top-text-slider .slick-dots>li{width:8px;height:8px;display:block;background:#C4C4C4;border-radius:50%;margin: 0 5px;}
	.kupd-top-text-slider .slick-dots>li button{opacity: 0;max-width: 8px;height: 8px;}
	.kupd-advantages-item{padding-left:50px;background:url('/local/templates/main_template/img/advantages-icon.png') no-repeat left top;margin-bottom:40px;}
	.kupd-advantages-item-title{font-size:22px;font-weight:bold;margin-bottom:15px;}

	.kupd-table{border-top:1px solid #C5C5C5;border-left:1px solid #C5C5C5;}
	.kupd-table-head{background:#407CB6;}
	.kupd-table>div{display:flex;}
	.kupd-table-item{width:14.2857%;display:flex;justify-content:center;align-items:center;}
	.kupd-table-item-double{width:28.5742%;}
	.kupd-table-item-double-inner,
	.kupd-table-item-double-title{}
	.kupd-table-item-double-inner{display:flex;}
	.kupd-table-item-double-inner>div{width:50%;}
	.kupd-table-item-double-inner>div,
	.kupd-table-item-double-title,
	.kupd-table-item{border-bottom:1px solid #C5C5C5;border-right:1px solid #C5C5C5;}

	.kupd-table-text{padding:5px 2px;text-align:center;font-size:14px;}
	.kupd-table-head .kupd-table-text{color:#fff;}
	.kupd-table-row .kupd-table-text{padding:10px 2px;}
	.kupd-table-item.kupd-table-item-first{background:#F2F2F2;}

	.kupd-bottom-text .text-list{margin-bottom:40px;}
	.text-list{padding-left:45px;background:url('/local/templates/main_template/img/advantages-icon.png') no-repeat top left;}

	.kupd-call-block{display:flex;justify-content:space-between;}
	.kupd-call-block-left{width:50%;}
	.kupd-call-block-right{width:40%;}
	.kupd-call-block-left img{max-width:100%;}

	.kupd-call-block-item{background:#F3F3F3;padding:30px 25px;margin-bottom:20px;}
	.kupd-call-block-item-title{font-size:22px;font-weight:bold;margin-bottom:25px;}
	.kupd-call-block-item-text{margin-bottom:15px;}

/* end kupd page */

/* Lan */
	.develop-detail-using-item{display:flex;padding:20px 0 25px 0;border-bottom:2px solid #C4C4C4;}
	.develop-detail-using-item-left{width:35%;padding-right: 22px;flex-shrink:0;display:flex;align-items:center;}
	.develop-detail-using-item-left-img{width:67px;flex-shrink:0;}
	.develop-detail-using-item-left-text{background-position:left center;background-repeat:no-repeat;font-size:22px;font-weight:bold;color:#222222;}

	.table-prices{margin-top:30px;}
	.table-prices-item{display:flex;justify-content:space-between;padding:15px 30px;align-items:center;border-bottom:1px solid #C5C5C5;font-family:"Exo2";}
	.table-prices-item>div{width: 33.33333%;}
	.table-prices-item>div:nth-child(2){text-align:center;}
	.table-prices-item>div:nth-child(3){text-align:right;}
	.table-prices-head{background:#E3E3E3;}

	.develop-detail-bottom-text img{max-width:40%;float:right;margin-left: 30px;margin-bottom:30px;}
	.develop-detail-btn>a{margin-left:auto;}

	.develop-detail-btn.develop-detail-btn-top{margin-top:45px;}

	.table-prices-item-caption{display:none;}

	.develop-detail-bottom-text ol{
		padding-left: 40px;
	}
	.lan-svpp-colors.lan-pb-table,
	.lan-pb-table{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.lan-bottom-img{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}
	.lan-bottom-img img{
		max-width: 100%;
	}

	@media (max-width:980px){
		.develop-detail-using-item{flex-wrap:wrap;}
		.develop-detail-using-item-left{width:100%;margin-bottom:22px;}
		.develop-detail-using.margin-top{margin-top:0;}
	}
	@media (max-width:700px){
		.develop-detail-bottom-text img{max-width:none;width:100%;}
		.table-prices-head{display:none;}
		.table-prices-item-caption{display:block;}

		.table-prices-item{flex-direction:column;align-items:unset;padding:25px 15px;background:#F4F4F4;}
		.table-prices-item>div{display:flex;justify-content:space-between;width: 100%;}
		.table-prices-item>div:not(:last-child){margin-bottom:20px;}
		.table-prices-item-caption{font-weight:bold;}
	}
/* End lan */

/* Lan-svpp */
.lan-svpp-table .kupd-table-item{
	width: 15%;
}
.lan-svpp-table .kupd-table-item:last-child{
	width: 70%;
}
.lan-svpp-sizes p{
	font-size: 14px;
	margin: 7px 0;
}
.lan-svpp-sizes .kupd-table-item-first .kupd-table-text,
.lan-svpp-params .kupd-table-item-first .kupd-table-text{
	text-align: left;
}
.lan-svpp-table .kupd-table-item-first .kupd-table-text{
	text-align: center;
}
.lan-svpp-sizes .kupd-table-item{
	width: 16%;
}
.lan-svpp-sizes .kupd-table-item:first-child{
	width: 20%;
}
.lan-svpp-colors{
	width: 50%;
	margin: 0 auto;
}
.lan-svpp-colors .kupd-table-item{
	width: 75%;
}
.lan-svpp-colors .kupd-table-item:first-child{
	width: 25%;
}
.lan-svpp-params .kupd-table-item{
	width: 15%;
}
.lan-svpp-params .kupd-table-item:first-child{
	width: 85%;
}

.lan-svpp-mass{
	width: 50%;
	margin: 0 auto;
}
.lan-svpp-mass .kupd-table-item{
	width: 40%;
}
.lan-svpp-mass .kupd-table-item:first-child{
	width: 30%;
}
.kkgs-table .kupd-table-item{
	width: 25%;
}
.kkgs-table .kupd-table-item-double{
	width: 50%;
}
.kkgs-sechenie-table{
	width: 30%;
}
.kkgs-sechenie-table .kupd-table-item{
	width: 50%;
}

.erp-table-center{
	margin: auto;
}
.erp-table-diametr .kupd-table-head .kupd-table-item-double{
	width: 100%;
}
.kupd-table-text-block-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.erp-table-diametr .kupd-table-row .kupd-table-item,
.erp-table-diametr .kupd-table-row .kupd-table-item-double{
	width: 50%;
}
.erp-table-diametr .kupd-table-row-100 .kupd-table-item{
	width: 100%;
}
.erp-table-fm-chars .kupd-table-item{
	width: 30%;
}
.erp-table-fm-chars .kupd-table-item:first-child{
	width: 70%;
}
.erp-table-fm-chars .kupd-table-row.kupd-table-row-100 .kupd-table-item{
	width: 100%;
}
.kupd-table-item.kupd-table-item-no-center{
	justify-content: flex-start;
}
.kupd-table-item.kupd-table-item-no-center .kupd-table-text{
	text-align: left;
	padding-left: 20px;
}

.erp-table-fm-chars-5 .kupd-table-item{
	width: 25%;
}
.erp-table-fm-chars-5 .kupd-table-item:first-child{
	width: 50%;
}
.erp-table-fm-chars-5 .kupd-table-row-100 .kupd-table-item{
	width: 100%;
}
.erp-table-fm-chars-5 .kupd-table-item-double{
	width: 50%;
}
.erp-table-nagruzka .kupd-table-head .kupd-table-item{
	width: 20%;
}
.erp-table-nagruzka .kupd-table-head>.kupd-table-item-double{
	width: 80%;
}
.erp-table-nagruzka .kupd-table-item-double-inner>div{
	width: 50%;
}
.erp-table-nagruzka .kupd-table-head>.kupd-table-item-double>.kupd-table-item-double-inner>div{
	width: 25%;
}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(1){width: 20%;}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(2){width: 20%;}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(3){width: 20%;}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(4){width: 10%;}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(5){width: 10%;}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(6){width: 10%;}
.erp-table-nagruzka .kupd-table-row>.kupd-table-item:nth-child(7){width: 10%;}
.erp-table-nagruzka .kupd-table-row.kupd-table-row-100 .kupd-table-item{
	width: 100%;
}
.erp-table-koeff .kupd-table-head .kupd-table-item{
	width: 20%;
}
.erp-table-koeff .kupd-table-head .kupd-table-item-double{
	width: 80%;
}
.erp-table-koeff .kupd-table-item-double-inner>div{
	width: 8.33333333333%;
}
.erp-table-koeff .kupd-table-row .kupd-table-item{
	width: 6.7%;
}
.erp-table-koeff .kupd-table-row .kupd-table-item:first-child{
	width: 20%;
}

.erp-table-koeff-10 .kupd-table-head .kupd-table-item{
	width: 30%;
}
.erp-table-koeff-10 .kupd-table-head .kupd-table-item-double{
	width: 70%;
}
.erp-table-koeff-10 .kupd-table-item-double-inner>div{
	width: 16.666666667%;
}
.erp-table-koeff-10 .kupd-table-row .kupd-table-item{
	width: 11.7%;
}
.erp-table-koeff-10 .kupd-table-row .kupd-table-item:first-child{
	width: 30%;
}
.erp-table-zamikanie{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.erp-table-zamikanie .kupd-table-head .kupd-table-item{
	width: 40%;
}
.erp-table-zamikanie .kupd-table-head .kupd-table-item-double{
	width: 60%;
}
.erp-table-zamikanie .kupd-table-row .kupd-table-item{
	width: 30%;
}
.erp-table-zamikanie .kupd-table-row .kupd-table-item:first-child{
	width: 40%;
}
@media (max-width: 980px){
	.kupd-top-text{
		flex-direction: column;
	}
	.kupd-top-text-left{
		width: 100%;
	}
	.kupd-top-text-right{
		margin-bottom: 30px;
		width: 100%;
		margin-left: 0;
	}
	.kupd-table-text{
		font-size: 12px;
	}
	.lan-svpp-table .kupd-table-item:last-child{
		width: 50%;
	}
	.lan-svpp-table .kupd-table-item{
		width: 35%;
	}
	.lan-svpp-table .kupd-table-item:nth-child(2){
		width: 15%;
	}
	.lan-svpp-colors{
		width: 100%;
	}
	.lan-svpp-table .kupd-table-item-first .kupd-table-text{
		text-align: center;
	}
	.kupd-call-block{
		flex-direction: column;
	}
	.kupd-call-block-left{
		width: 100%;
	}
	.kupd-call-block-right{
		width: 100%;
		margin-top: 25px;
	}
	.kupd-call-block-left img{
		width: 100%;
	}
}
.kupd-table.kupd-table-responsive{
	display: none;
}
@media (max-width: 980px){
	.kupd-table.kupd-table-responsive{
		display: block;
	}
	.kupd-table-item-responsive{
		display: none;
	}
	.kupd-table-item{
		width: 25%;
	}
	.kupd-table-item-double{
		width: 50%;
	}
	.kkgs-sechenie-table{
		width: 100%;
	}
}
@media (max-width: 700px){
	.lan-svpp-sizes .kupd-table-head .kupd-table-text{
		writing-mode: vertical-rl;
    	height: 200px;
	}
}
@media (max-width: 640px){
	.kupd-table-text{
		font-size: 11px;
	}
	.lan-svpp-sizes .kupd-table-item:first-child{
		width: 25%;
	}
	.lan-svpp-sizes .kupd-table-item:nth-child(2),
	.lan-svpp-sizes .kupd-table-item:nth-child(3),
	.lan-svpp-sizes .kupd-table-item:nth-child(6){
		width: 10%;
	}
	.lan-svpp-sizes .kupd-table-item{
		width: 23%;
	}
	.lan-svpp-params .kupd-table-item:first-child{
		width: 70%;
	}
	.lan-svpp-params .kupd-table-item{
		width: 30%;
	}
	.lan-svpp-mass{
		width: 100%;
	}
	.erp-table-fm-chars-5{
		word-break: break-all;
	}
	.erp-table-nagruzka .kupd-table-head>.kupd-table-item-double>.kupd-table-item-double-inner>div{
		display: flex;
		flex-direction: column;
	}
	.erp-table-nagruzka .kupd-table-head .kupd-table-item-double-title{
		flex-grow: 1;
	}
	.erp-table-nagruzka .kupd-table-head .kupd-table-item-double-inner{
		flex-grow: 0;
	}
	.erp-table-koeff .kupd-table-head .kupd-table-item{
		width: 10%;
	}
	.erp-table-koeff .kupd-table-head .kupd-table-item .kupd-table-text{
		height: 100px;
		writing-mode: vertical-rl;
	}
	.erp-table-koeff .kupd-table-head .kupd-table-item-double{
		width: 90%;
		display: flex;
    	flex-direction: column;
	}
	.erp-table-koeff .kupd-table-head .kupd-table-item-double-title{
		flex-grow: 1;
	    display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.erp-table-koeff .kupd-table-head .kupd-table-item-double-inner{
		flex-grow: 1;
	}
	.erp-table-koeff .kupd-table-row .kupd-table-item:first-child{
		width: 10%;
	}
	.erp-table-koeff .kupd-table-row .kupd-table-item{
		width: 7.5%;
	}
	.erp-table-koeff .kupd-table-head .kupd-table-item-double-inner .kupd-table-text{
		writing-mode: vertical-rl;
	}
	.erp-table-koeff .kupd-table-item-double-inner>div{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.erp-table-zamikanie{
		width: 100%;
	}
	.kupd-page-table .kupd-table-item.kupd-table-item-first .kupd-table-text{
		word-break: break-word;
	}
}

/* 404 page */
	.page-404{
		padding-top:140px;
		text-align:center;
	}
	.page-404-num{
		font-size: 274.38px;
		line-height: 274.38px;
		font-weight:bold;
		margin-bottom:20px;
	}
	.page-404-text{
		font-size:40px;
		font-weight:bold;
		line-height:40px;
		margin-bottom:30px;
	}
	.page-404-subtext,
	.page-404-subtext a{
		font-size:20px;
		line-height:28px;
	}
	.page-404-bg>img{
		width:100%;
	}

	@media (max-width:1240px){
		.page-404{
			padding-top:50px;
		}
		.page-404-num{
			font-size:260px;
			line-height: 260px;
			margin-bottom:10px;
		}
	}
	@media (max-width:980px){
		.page-404-num{
			font-size:200px;
			line-height: 200px;
			margin-bottom:30px;
		}
	}
	@media (max-width:700px){
		.page-404-num{
			font-size:160px;
			line-height: 160px;
			margin-bottom:15px;
		}
		.page-404-text{
			font-size:36px;
			line-height:36px;
		}
		.page-404-bg{
			height:250px;
		}
		.page-404-bg>img{
			width:100%;
			height:100%;
			object-fit:cover;
		}
	}
/* end 404 page*/

.articles-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.articles-item {
	padding: 0 15px;
	padding-bottom: 50px;
	width: 100%;
}
.articles-item_image {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 260px;
	margin-bottom: 15px;
	border: 1px solid #dadada;
}
.articles-item_image img {
	/*object-fit: cover;
	max-height: 100%;*/
	max-width: 100%;
}
.articles-item_name {
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.articles-item {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.articles-item {
		width: calc(100% / 3);
	}
}

.article-detail_info {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin: 0 -15px;
	padding-top: 25px;
	position: relative;
}
.article-detail_info:after {
	border-bottom: 1px solid #407cb6;
	content: '';
	left: 15px;
	position: relative;
	right: 15px;
	width: calc(100% - 30px);
}
.article-detail_active,
.article-detail_show {
	display: flex;
	padding: 15px;
}
.article-detail_active:before,
.article-detail_show:before {
	align-items: center;
	display: flex;
	line-height: 0;
	padding-right: 5px;
}

.article-detail_active:before {
	content: url("/local/templates/main_template/img/active_from.png");
}
.article-detail_show:before {
	content: url("/local/templates/main_template/img/show_counter.png");
}

.article-detail_contents {
	border-left: 3px solid #407cb6;
	margin-bottom: 35px;
	padding-left: 16px;
	padding-top: 5px;
}
.article-detail_contents-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.article-detail_contents-list ul {
	list-style: none;
	padding: 5px 0;
}
.article-detail_contents-list li {
	padding: 5px 0;
}
.article-detail_contents-list a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	color: #407cb6;
	line-height: 1.6;
}
.article-detail_contents-list a:hover {
	border-bottom: 1px dashed #407cb6;
	text-decoration: none;
}
.article-detail_text h2,
.article-detail_text h3,
.article-detail_text h4 {
	clear: both;
	float: none;
	margin-top: 1.5em;
}
.article-detail_text ol,
.article-detail_text ul {
	margin: 1em 0;
	padding-left: 2em;
}

.w-100 {
	width: 100%;
}
.table-scroll {
	overflow: auto;
}
.table-scroll table {
	border-collapse: collapse;
	border-left: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	min-width: 50%;
}
.table-scroll table th {
	background-color: #407cb6;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	color: #fff;
	padding: 10px 2px;
	text-align: center;
}
.table-scroll table td {
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	padding: 10px 2px;
	text-align: center;
}
.table-name {
	color: #888;
	text-align: center;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: -20px;
	font-size: 12px;
}
.article-images {
	display: flex;
	flex-wrap: wrap;
	min-width: 50%;
}
.article-image {
	flex: 1 0 300px;
	text-align: center;
}
.article-image img {
	margin-bottom: 30px;
	max-height: auto;
	max-width: 100%;
}



.to_top {
	background: #407cb6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	cursor: pointer;
	opacity: 0;
	visibility: visible;
	transition: opacity 0.2s linear 0s, visibility 0.2s linear, 0.5s;
	transform: translateY(100px);
}
.to_top:hover {
	background: #28547f;
}
.to_top.show {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s linear, visibility 0s linear 0.2s;
	transform: translateY(0);
}



.table-scroll.table-service table td,
.table-scroll.table-service table th{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	min-width: 140px;
}
.table-scroll.table-service table td p{
	font-size: 14px;
	font-weight: normal;
}
.table-scroll.table-service table td:first-child{
	background: #F2F2F2;
}
.table-scroll.table-service table.no-first-tr-bg td:first-child{
	background: unset;
}


.table-scroll.table-service table.table-erp-4 td:first-child,
.table-scroll.table-service table.table-erp-4 th:first-child{
	text-align: left;
	padding-left: 20px;
}
.table-scroll.table-service table.table-erp-5 td:first-child{
	text-align: left;
	padding-left: 20px;
}
.table-scroll.table-service table.table-w-100{
	width: 100%;
}
.table-scroll.table-service table.table-erp-9 td,
.table-scroll.table-service table.table-erp-9 th{
	min-width: unset;
}



/* delivery service block */
.services-delivery-block{
	margin-top: 80px;
}
.services-delivery-inner{
	display: flex;
	gap: 25px;
}
.services-delivery-item{
	flex: 1 0 30%;
	padding: 10px 15px 20px 15px;
	border: 1px solid #d1d1d1;
}
.services-delivery-item-img{
	text-align: center;
	height: 90px;
}
.services-delivery-item-img img{
	max-height: 100%;
}
.services-delivery-item-title{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	text-align: center;
	text-transform: uppercase;
}
.services-delivery-item-description{
	margin-top: 7px;
	font-size: 14px;
	text-align: center;
	color: #222;
	font-weight: 500;
}
@media (max-width: 980px){
	.services-delivery-item-title{
		font-size: 14px;
	}
}
@media (max-width: 700px){
	.services-delivery-inner{
		flex-direction: column;
	}
	.services-delivery-block{
		margin-top: 40px;
	}
}
/* end delivery service block */


/* fixed header */

@media (min-width: 981px){
	header{
		height: 166px;
	}
	header.fixed .header-top{
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0px 2px 13px 0px rgb(174, 174, 174);
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation: fixedHeader 0.4s ease-in-out;
		animation: fixedHeader 0.4s ease-in-out;
	}
	header.fixed .header-top .header-top-menu-icon{
		display: block;
	}
	header.fixed .header-top .header-top-logo img{
		display: none;
	}
	header.fixed .header-top .header-top-logo img.logo-mobile{
		display: block;
	}
	header.fixed .header-top .header-top-menu-icon{
		background-image: url('/local/templates/main_template/img/svg/menu_fixed_icon.svg');
	}
	header.fixed .header-top .header-top-menu-icon.active{
		background-image: url('/local/templates/main_template/img/svg/icon_close_fixed.svg');
	}
	header.fixed .header-bottom{
		position:fixed;
		top: 72px;
		background:transparent;
		padding:0;
		width:100%;
		z-index:100;
		display: none;
	}
	header.fixed .header-bottom>.container{
		border-bottom: none;
	}
	header.fixed .header-bottom-menu{
		width: 25%;
	    background: #fff;
	    padding-bottom: 0;
	    box-shadow: 2px 2px 4px 0 #b1b1b1;
	    position: relative;
	}

	@keyframes fixedHeader {
	0% {
	  -moz-transform: translateY(-100%);
	  -ms-transform: translateY(-100%);
	  -webkit-transform: translateY(-100%);
	  -o-transform: translateY(-100%);
	  transform: translateY(-100%);
	  opacity: .5; }
	100% {
	  -moz-transform: translateY(0%);
	  -ms-transform: translateY(0%);
	  -webkit-transform: translateY(0%);
	  -o-transform: translateY(0%);
	  transform: translateY(0%);
	  opacity: 1; } }
}
/* end fixed header */


/* resume form */
.resume-form-wrapper{
	margin-top: 50px;
	padding: 60px 0;
	background: #407CB6;
}
.resume-form{
	background: #fff;
	padding: 40px 200px;
}
@media (max-width: 1240px){
	.resume-form{
		background: #fff;
		padding: 40px 0;
	}
}


/* whatsapp icon */
.header-top-email{
	display: flex;
	align-items: center;
}
.header-top-wa{
	margin-top: 14px;
}
.wa-link{
	padding-left: 30px;
	background: url('/local/templates/main_template/img/svg/whatsapp-icon.svg') no-repeat center left;
	background-size: contain;
}
@media (max-width: 1240px){
	.wa-link{
		margin-left: 0;
		margin-top: 8px;
	}
}

.agree-page ul,
.agree-page ol{
	padding-left: 2em;
	margin-top: 1em;
}
.agree-page li{
	padding-bottom: 5px;
}


.article-detail_rating{
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-self: center;
	padding: 0 11px 0 15px;
}
.articleFullRating{
	display: flex;
	margin-left: 8px;
}
.articleFullRating__item{
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	background: url('/local/templates/main_template/img/rating.png') no-repeat center;
	background-size: contain;
	opacity: .4;
}
.articleFullRating__item.active{
	opacity: 1;
}
@media (max-width: 640px) {
	.article-detail_rating{
		width: 100%;
	    justify-content: flex-start;
	    margin-bottom: 10px;
	}
}

/* Поиск */
.seacrPage__text{
    margin-bottom: 35px;
    font-size: 18px;
}
.faq-form .error{border-color:red;}

.faq-form  .form-submit-btn  [type="submit"] {
    padding: 13px 24px;
    background: #407CB6;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
}
input[name="form_text_33"] {
    display: none;
}

.services-block  {
    justify-content: left;

}

.services-block .services-item {
   
    margin-right: 2%;
}

.services-block .services-item:nth-child(3n){
	  margin-right: 0%;
}



@media (max-width: 980px) {
	.services-block .services-item:nth-child(3n){
	  margin-right: 2%;
}
	.services-block .services-item:nth-child(2n){
	  margin-right: 0%;
}
}

@media (max-width: 700px) {
	.services-block .services-item:nth-child(3n){
	  margin-right: 0%;
}
	.services-block .services-item:nth-child(n){
	  margin-right: 0%;
}
	.services-block .services-item:nth-child(2n){
	  margin-right: 0%;
}
}

.cont-filter-elem{ font-size:14px; color:grey;}


.pricetable2{margin: 0 auto; border-collapse :collapse;}
.pricetable2 th{
 background: #407CB6;color:#fff;
 }
 .pricetable2 th, .pricetable2 td{
	 width:33%;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	 padding:10px; 
	 border: 1px solid #C5C5C5;
  
}
.bx-filter-param-label , .custom-select-value-block{cursor:pointer;}

.container-flex-count{
	display:flex;    align-items: center;
}

.container-flex-count span{
	margin-top:10px;margin-left:20px;color:grey;
}
.catalog-section-other-slider  .slick-prev:before {
    content: '←';
}

.catalog-section-other-slider .slick-prev:before ,.catalog-section-other-slider  .slick-next:before {
        font-family: nexshops;
    font-size: 28px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    width: 37px;
    opacity: 0.9;
    height: 37px;
    line-height: 35px;
    background: #fff;
    border-radius: 100%;
    color: #787878;
    display: block;
}
 
.catalog-section-other-slider  .slick-next:before {
    content: '→';
}

.catalog-section-other-slider .slick-prev{
	 right:65px;    left: auto;
}
.catalog-section-other-slider .slick-next{
	 right: 0;left:auto;
}
.catalog-section-other-slider .slick-prev,.catalog-section-other-slider  .slick-next {
    
    top: -61px;
    width: 41px;
    padding: 1px;
    height: 41px;
    border: 1px solid #787878;
}
.catalog-section-other-slider  .slick-prev:hover,.catalog-section-other-slider  .slick-next:hover {
    
  
    border: 1px solid #407cb6;
}
.catalog-section-other-slider .slick-prev:hover:before ,.catalog-section-other-slider  .slick-next:hover:before  {
    
  
color: #407cb6;
}
@media (max-width: 620px) {
	.catalog-section-other-h2 {
   font-size:25px;
}
	.catalog-section-other-slider .slick-prev, .catalog-section-other-slider .slick-next {
    top: -54px;}
}
@media (max-width: 500px) {
	.catalog-section-other-h2 {
    margin-top: 40px;
    margin-bottom: 70px;
}
	.catalog-section-other-slider .slick-prev,.catalog-section-other-slider  .slick-next {
    
    top: -34px;
 
}
}
.catalog-section-item-price-note-mobile{
	display:none;
}
.catalog-section-item-price-row-c .catalog-section-cart-quantity .count-block .count-block-sign {
   
    width: 44px;
 
 
}
.catalog-section-item-price-row-c .catalog-section-cart-quantity .count-block input {
width: 38px;}
.catalog-section-item-price-note2{margin-top:7px;}
@media (max-width: 700px) {
.catalog-section-item-price-note2{
		display:none;
}
.catalog-section-item-price-note-mobile{
		display:block;
}
 
.catalog-section-item-price.noprice{	display:none;}
}
@media (max-width: 490px) {
.catalog-section-item-price-row-c	.catalog-section-item-price {
    flex-grow: 0;
}
.catalog-section-item-price-row-c .catalog-section-cart-quantity .count-block .count-block-sign {
   
    width: 43px;
    height: 48px;
 
}
.catalog-section-item-price-row-c .catalog-section-cart-quantity .count-block input {
width: 38px;}
.catalog-section-item-price-row-c .catalog-section-item-detail, .catalog-section-item-cart {
    margin-left: 0;
}
.catalog-section-item-price-row-c .catalog-section-item-cart {
    flex-grow: 0;
}
}
@media (max-width:410px) {
	.catalog-section-item-price-row-c .catalog-section-cart-quantity .count-block .count-block-sign {
   
    width: 54px;
 
 
}
.catalog-section-item-price-row-c .catalog-section-cart-quantity .count-block input {
width: 48px;}
body  .catalog-section-item-price-row-c  .catalog-section-item-detail{
	margin-top: 16px;
   
    width: 100%;
}
body .catalog-section-item-price-row-c .catalog-section-item-detail-link{
	width: 100%;
    text-align: center;
}
body 	.catalog-section-item-price-row-c.catalog-section-item-price-row {
   
    justify-content: center;
	}
.catalog-section-item-price-row-c .catalog-section-item-cart{
	margin-left: auto;
	}
}
.margin-top-0 img{
	 max-width:300px;
}
.margin-top-0{
	display:flex;justify-content:space-around;
}

@media (max-width:910px) {
.margin-top-0 img{
	 max-width:200px;
}	
	
}

@media (max-width:660px) {
	.margin-top-0{
	flex-wrap:wrap;
}
.margin-top-0 img{
	 max-width:300px;
	 display:block;
	 margin: 10px auto;
}	
}
.warning-body{
	padding:20px;display:flex;
	justify-content:space-between;
	align-items:center;
}

.warning .cookie-a{
	color:#407cb6;font-size: 14px;margin-top:4px;display:block;
}
.warning__apply{
	border:1px solid #407cb6;
	min-width:155px;
	 cursor:pointer;
	background:#407cb6;padding-top: 13px;
    padding-bottom: 14px;
	font-size: 15px;color:#fff;
}
.warning {
	z-index:11111;
	position: fixed;
	bottom: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3); /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ Ñ‚ÐµÐ½Ð¸ */
	display: none;
	left:-10000px;
	justify-content: center;
	 
	width:850px;
	  
	box-sizing: border-box;
	background-color: #FFF;bottom:30px;
}

.warning--active {
	display: flex;left:30px;
}
  .warning__text a.dotted{
	  color:#4D4D4D;font-size: 14px;
	border-bottom:1px solid #4D4D4D;
}
.warning__text {font-size: 14px;
	margin-right: 13px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}
	.load_more_main   {
		display:block;
	}
 @media (max-width: 920px){
	body .warning__apply{
		 margin-top:6px;
	 }
 .warning-body{
	 flex-wrap:wrap;
	 justify-content:center;   
	 font-size: 14px;
    line-height: 17px;
 }
.warning--active {
    display: flex;
    left: 0;
}
	.warning {
	bottom:0px;
	width:100%;
	  
}
 .warning__apply {
 min-width: 155px;
   border:none;
    color: #fff;
    cursor: pointer;
    background: #407cb6;
    font-size: 15px;
}
	 
	 
 }
 
  @media (max-width: 420px){
	  
	.warning {
	bottom:0;
    justify-content: center;
	}	
	  
	  
 body .warning-body {
    padding: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content:center;
    align-items: center;
}
  }
.to_top{
	z-index:10;
}
  @media (max-width: 980px){
.fixed-button-filter{  
  position: fixed;
    z-index: 11;
    bottom: 5px;
    width: 90%;
    margin-right: 6%;
    margin-left: 5%;
    left: 0;}
  }

/* footer */

footer{
	margin-top:70px;
}
.footer{
	background:#282828;
}
.footer-inner{
	display:flex;
	justify-content:space-between;
	padding:30px 0;
}
.footer-left{
	width:31%;
}
.footer-right{
	width:65%;
	display:flex;
	justify-content:space-between;
}

.footer-left-text,
.footer-left-copy{
	color:#fff;
	margin-top:20px;
}
.footer-left-copy>a{
	color:#fff;
}
.footer-copy-mobile{
	display:none;
	color:#fff;
	margin-top:50px;
}
.footer-copy-mobile>a{
	color: #fff;
}

.footer-right-wr {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}
.footer-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-right-contacts {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-shrink: 0;
}
.footer-right-contacts,
.footer-right-contacts a {
	color:#fff;
}
.footer-right-contacts-email,
.footer-right-contacts-callback,
.footer-right-contacts-worktime {
	padding-left:30px;
}
.footer-right-contacts-phone>span {
	margin-right:5px;
}
.footer-right-contacts-email {
	background:url('/local/templates/main_template/img/email-icon-white.png') no-repeat left center;
}
.footer-right-contacts-callback {
	background:url('/local/templates/main_template/img/phone-icon-white.png') no-repeat left center;
}
.footer-right-contacts-worktime {
	background:url('/local/templates/main_template/img/worktime_white.png') no-repeat left top;
	background-size: 23px;
}
.footer-contacts-left>div,
.footer-contacts-right>div {
	margin-bottom:25px;
}
.footer-right-contacts,
.footer-right-contacts a {
	font-size:14px;
	color:#fff;
}
.footer-right-contacts-title,
.footer-right-contacts-title a {
	font-size:16px;
}

.footer-left-map,
.footer-copy-map {
	margin-top: 10px;
}
.footer-left-map a,
.footer-copy-map a {
	color: #fff;
}
.footer-copy-map {
	text-align: center;
}

@media (max-width:1240px) {
	.footer-right-contacts-title,
	.footer-right-contacts-title a {
		font-size: 20px;
	}
	.footer-right-wr {
		gap: 30px;
	}
}

@media (max-width: 980px) {
	.footer-right-wr {
		justify-content: center;
		gap: 60px;
	}
	.footer-right-contacts {
		flex-direction: row;
		gap: 50px;
		justify-content: center;
	}
	.footer-inner {
		flex-direction: column;
		align-items: center;
	}
	.footer-left {
		width:100%;
		padding-bottom:30px;
		border-bottom:1px solid #fff;
	}
	.footer-right {
		width:100%;
		margin-top:35px;
		flex-direction: column;
		gap: 40px;
	}
	.footer-left-logo {
		text-align:center;
	}
	.footer-left-text {
		text-align:center;
	}
	.footer-left-copy {
		display:none;
	}
	.footer-copy-mobile {
		display: block;
		margin-top: 10px;
	}
	.footer-left-map {
		display: none;
	}
}

@media(max-width: 580px) {
	.footer-right-wr {
		justify-content: flex-start;
	}
	.footer-right-contacts {
		justify-content: flex-start;
	}
	.footer-copy-mobile {
		align-self: flex-start;
	}
	.footer-copy-map {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.footer-right-contacts-title a {
		font-size: 18px;
	}
	.footer-right-contacts {
		flex-direction: column;
		gap: 10px;
	}
	.footer-right-wr {
		gap: 35px;
	}
	.footer-copy-mobile,
	.footer-copy-mobile a,
	.footer-copy-map a {
		font-size: 14px;
	}
}
.catalog-filter-item-title-span{
	padding-right: 27px;
}
/* end footer */
/* End */
/* /local/templates/main_template/additional_libs/jquery-ui.structure.min.css?1653738600191 */
/* /local/templates/main_template/additional_libs/jquery-ui.min.css?1653738600217 */
/* /local/templates/main_template/additional_libs/before-after.min.css?1653738600319 */
/* /local/templates/main_template/additional_libs/slick.css?16537386001776 */
/* /local/templates/main_template/additional_libs/fancybox.css?165373860015608 */
/* /local/templates/main_template/components/bitrix/menu/top_menu/style.css?17343359663820 */
/* /local/templates/main_template/components/bitrix/breadcrumb/breadcrumb/style.css?1653749820136 */
/* /local/templates/main_template/components/bitrix/menu/footer_menu/style.css?1719996764441 */
/* /local/templates/main_template/components/bitrix/form.result.new/callback/style.css?17528422651636 */
/* /local/templates/main_template/components/bitrix/form.result.new/price/style.css?16964137721411 */
/* /local/templates/main_template/template_styles.css?172916167146387 */
