

/* Start:/local/templates/geosint/assets/css/reset.css?15864171676601*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* End */


/* Start:/local/templates/geosint/assets/libs/fancybox/jquery.fancybox.min.css?158641720812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{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}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (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/geosint/assets/libs/ion.rangeSlider-master/css/ion.rangeSlider.min.css?157682170411084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/geosint/assets/css/styles.min.css?1789022241121503*/
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 200;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/geosint/assets/css/../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Awesome";
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/geosint/assets/css/../fonts/FontAwesome/Pro-Light-300_0.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Awesome";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/geosint/assets/css/../fonts/FontAwesome/Pro-Regular-400_0.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Awesome";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/geosint/assets/css/../fonts/FontAwesome/Pro-Solid-900_0.otf") format("opentype");
  }
  
  @font-face {
    font-family: "AwesomeBrands";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/geosint/assets/css/../fonts/FontAwesome/Brands-Regular-400_2.otf") format("opentype");
  }
  
  /* breakpoints */
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .hide-block{
    display: none !important;
  }
  
  body {
    font-family: "Gilroy";
    line-height: 1.15;
  }
  
  a {
    color: #289fd3;
    text-decoration: none;
  }
  
  a:hover {
    color: #0f658b;
    text-decoration: none;
  }
  
  .horizont-arrow.owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .horizont-arrow.owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  .horizont-arrow.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }
  
  @media screen and (max-width: 560px) {
    .horizont-arrow.owl-theme .owl-nav .owl-prev {
      left: calc(50% - 46px);
    }
  }
  
  .horizont-arrow.owl-theme .owl-nav .owl-prev:hover {
    background: none;
  }
  
  .horizont-arrow.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .horizont-arrow.owl-theme .owl-nav .owl-next {
      right: calc(50% - 46px);
    }
  }
  
  .horizont-arrow.owl-theme .owl-nav .owl-next:hover {
    background: none;
  }
  
  .horizont-arrow.owl-theme .owl-nav .arrow {
    display: block;
    width: 26px;
    height: 49px;
  }
  
  .horizont-arrow.owl-theme .owl-nav .arrow-left {
    background: url("/local/templates/geosint/assets/css/../img/arrow-left.png") no-repeat center center;
  }
  
  .horizont-arrow.owl-theme .owl-nav .arrow-right {
    background: url("/local/templates/geosint/assets/css/../img/arrow-right.png") no-repeat center center;
  }
  
  .horizont-arrow.owl-theme .owl-nav [class*="owl-"]:hover{
    background: none;
  }
  
  .bold-text {
    font-weight: 600;
  }
  
  .blue-text {
    color: #055581;
  }
  
  .blue-text--light {
    color: #75ceff;
  }
  
  .fal {
    font-family: "Awesome";
    font-weight: 300;
  }
  
  svg.bolt {
    width: 38px;
  }
  
  svg.certificate {
    width: 60px;
  }
  
  svg.warehouse {
    width: 90px;
  }
  
  .content{
    color: #474747;
  }
  
  .section {
    width: 100%;
    max-width: 100%;
    padding: 35px 0;
    /*overflow: hidden;*/
  }
  
  .section--no-overflow{
    overflow: visible;
  }
  
  .section--p75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  @media screen and (max-width: 560px) {
    .section {
      padding: 25px 0;
    }
  }
  
  .section--no-pb {
    padding-bottom: 0;
  }
  
  .section--small-pt {
    padding-top: 0;
    padding-bottom: 30px;
  }
  
  .section.grey-bg {
    background: #f1f4f8;
  }
  
  .section.section3-img-bg {
    background: url("/local/templates/geosint/assets/css/../img/bg.form-section3.jpg") no-repeat center center;
  }
  
  .section.point-bg {
    background: url("/local/templates/geosint/assets/css/../img/point-bg.png"), -webkit-gradient(linear, left top, right top, from(#055581), to(#1987c3));
    background: url("/local/templates/geosint/assets/css/../img/point-bg.png"), -o-linear-gradient(left, #055581 0%, #1987c3 100%);
    background: url("/local/templates/geosint/assets/css/../img/point-bg.png"), linear-gradient(90deg, #055581 0%, #1987c3 100%);
    padding-top: 67px;
  }
  @media screen and (max-width: 560px) {
    .section.point-bg {
      padding-top: 25px;
    }
  }
  
  @media screen and (max-width: 1300px){
    .section.point-bg .container{
      overflow: hidden;
    }
  }
  
  .section.section-form-bg {
    background: url("/local/templates/geosint/assets/css/../img/section-form-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 15px 0;
    overflow: hidden;
    min-height: 765px;
  }
  
  .section.map-bg {
    background: url("/local/templates/geosint/assets/css/../img/map.png") no-repeat;
    background-position: calc(100% + 225px) 75px;
  }
  
  @media screen and (max-width: 560px) {
    .section.map-bg {
      background: none;
    }
  }
  
  .section.gen-dir {
    background: url("/local/templates/geosint/assets/css/../img/gen-dir-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
  }
  
  .section__title {
    position: relative;
    z-index: 2;
    font-size: 36px;
    line-height: 48px;
    color: #474747;
    font-weight: 500;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .section__title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .section__title br {
      display: none;
    }
  }
  
  .section__title--white-text {
    color: #fff;
  }
  
  .section__subtitle {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 60px;
    color: #748396;
  }
  
  @media screen and (max-width: 560px) {
    .section__subtitle {
      text-align: center;
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .section__subtitle br {
      display: none;
    }
  }
  
  .section__subtitle--white-text {
    color: #a0d9f8;
  }
  
  .top-separator{
    border-top: 1px solid #b8d0f0;
  }
  
  .container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 560px) {
    .container {
      overflow: hidden;
    }
  }
  
  .container.pb-50{
    padding-bottom: 50px;
  }
  
  .container--grey{
    background: #f1f4f8;
  }
  
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
  }
  
  .btn:hover,
  .btn:focus {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
  }
  
  .btn--dash {
    background: none;
    color: #289dd1;
    border: 1px dashed #000;
  }
  
  .btn--dash:hover {
    color: #000;
    background: #e4f7ff;
  }
  
  .btn--one-click{
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  
  .btn--small{
    max-width: 320px;
  }
  .btn--center{
    display: block;
    text-align: center;
  }
  
  .blue-btn-wrap {
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    border: none;
  }
  
  .blue-btn-wrap:hover:before {
    bottom: 0;
  }
  
  .blue-btn-wrap:active .blue-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
  }
  
  .blue-btn-wrap:before {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -7px;
    content: "";
    display: block;
    background: #024970;
    border-radius: 15px;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
  }
  
  .blue-btn-wrap .blue-btn {
    width: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 13px 10px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    color: #fff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
  }
  
  @media screen and (max-width: 560px) {
    .blue-btn-wrap .blue-btn {
      font-size: 18px;
    }
  }
  
  
  .blue-btn-wrap .blue-btn__regular {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  
  .main-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  
  .main-bg--grey{
    background: #f1f4f8;
    padding-bottom: 40px;
  }
  
  .detail-page ~ .main-bg{
    display: none;
  }
  
  .section-page ~ .main-bg .header-line{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    transition: all 0.25s ease-in;
  }
  @media screen and (max-width: 560px){
    .section-page ~ .main-bg .header-wrap.active-search .header-line{
      margin-bottom: 60px;
    }
    .section-page ~ .main-bg .header-wrap.active-search .header-line{
      border-radius: 8px 8px 0 0;
      box-shadow: none;
    }
    .section-page ~ .main-bg .header-wrap.active-search.fixed .header-line{
      margin-bottom: 0;
    }
  }
  
  .detail-page ~ .header-wrap .header-line{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  /* body > .header-wrap{
    display: none;
  } */
  
  .section-page ~ .header-wrap{
    display: none;
  }
  
  .detail-page ~ .header-wrap{
    display: block;
  }
  
  .header-wrap--border {
    border-bottom: 1px solid #dfe5ed;
  }
  
  .header-wrap.fixed{
    padding-bottom: 98.4px;
  }
  
  .main-screen {
    background: url(/local/templates/geosint/assets/css/../img/main-bg2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 50px;
  }
  
  /* .main-screen__header {
    height: 117px;
  }
  
  @media screen and (max-width: 560px) {
    .main-screen__header {
      height: auto;
    }
  } */
  
  .main-screen__menu {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .main-menu__sub li{
    flex-wrap: wrap;
  }
  .main-menu__sub li ul{
    width: 100%;
  }
  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .banner__half {
    width: 100%;
  }
  
  .banner__text {
    /*margin: 30px 0 60px;*/
    max-width: 700px;
    position: relative;
    padding: 0 180px 0 0;
    color: #289dd1;
  }
  
  .banner__title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .banner__subtitle {
    max-width: 500px;
    font-size: 18px;
    line-height: 27px;
  }
  
  .banner__plus {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .banner__plus .plus {
    max-width: 170px;
    text-align: center;
  }
  
  .banner .circle-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 560px) {
    .main-info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .main-info__half {
    width: 50%;
  }
  
  @media screen and (max-width: 560px) {
    .main-info__half {
      width: 100%;
    }
    .main-menu__sub li ul{
      padding-left: 10px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .main-info__half:first-child {
      margin-bottom: 15px;
    }
  }
  
  .main-info .main-left {
    padding-top: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .main-info .main-left {
      padding-top: 0;
    }
  }
  
  .main-info .main-left__text {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #289dd1;
    padding: 0 0 175px;
  }
  
  @media screen and (max-width: 560px) {
    .main-info .main-left__text {
      padding-bottom: 180px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .main-info .main-left__text {
      margin-right: 0;
      font-size: 26px;
      line-height: 40px;
      text-align: center;
    }
  }
  
  .main-info .main-left__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 45px;
  }
  
  @media screen and (max-width: 560px) {
    .main-info .main-left__plus {
      position: relative;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 300px;
      margin: 45px auto;
      text-align: center;
    }
    .main-info .main-left__plus:before{
      content: "";
      display: block;
      width: 110%;
      height: 110%;
      position: absolute;
      z-index: 1;
      top: -5%;
      left: -5%;
      background: rgba(0,0,0,0.15);
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -o-filter: blur(15px);
      -ms-filter: blur(15px);
      filter: blur(15px);
    }
  }
  
  .main-info .main-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .plus-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
  }
  
  .plus {
    margin-right: 35px;
  }
  
  @media screen and (max-width: 560px) {
    .plus {
      position: relative;
      z-index: 2;
      margin-right: 0;
      margin-bottom: 30px;
    }

    .plus-wrap{
      flex-direction: column;
      align-items: center;
    }
  }
  
  .plus:last-child {
    margin-right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .plus:last-child {
      margin-bottom: 0;
    }
  }
  
  .plus svg {
    max-width: 90px;
    max-height: 60px;
    fill: #fff;
  }
  .plus--dark{
    text-align: center;
    max-width: 250px;
  }
  .plus--dark svg{
    fill: #000;
  }
  
  .plus__text {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
  }
  
  .plus__text--dark{
    color: #474747;
  }
  
  .circle-block {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 175px;
    height: 175px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
  }
  
  @media screen and (max-width: 560px) {
    .main-left__text .circle-block {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
    }
  
  }
  
  .circle-block:before {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 163px;
    height: 163px;
    border-radius: 100%;
    border: 1px solid #e0e6ed;
  }
  
  .circle-block__text {
    max-width: 150px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #748396;
  }
  
  .circle-block__value {
    display: block;
    padding-top: 10px;
    font-size: 27px;
    color: #289fd3;
  }
  
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
  }
  
  @media screen and (max-width: 560px) {
    .header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .header__logo{
    max-width: 270px;
  }
  .header__logo img{
    width: 100%;
  }
  .header-fixed-line .header__logo{
    margin-left: 20px;
  }
  
  .kz-site .header__logo{
    max-width: 200px;
  }
  
  .header__part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 555px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media screen and (max-width: 560px) {
    .header__part {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .header__part--rigth {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media screen and (max-width: 560px) {
    .header__part--rigth {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
              flex-direction: column;
      margin-top: 10px;
      align-items: center;
    }
  
  }
  
  .header-line{
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 560px) {
    .header-line {
      align-items: baseline;
    }
  }
  
  .header-line--shadow{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .header-line:hover{
    background: #fff;
    border-radius: 8px 8px 0 0;
  }
  
  .header-wrap.fixed .header-line{
    margin: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
  }
  
  .header-wrap.fixed .header-fixed-line{
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10;
    width: 100%;
    max-width: 1140px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  @media screen and (max-width: 1170px) {
    .header-wrap.fixed .header-fixed-line{
      max-width: calc(100% - 30px);
    }
  }
  
  @media screen and (max-width: 560px) {
    .header-wrap.fixed.active-search .header-fixed-line{
      box-shadow: none;
    }
  }
  
  .mobile_icons{
    display: none;
  }
  .mobile_icons .phone-icon{
    margin-right: 15px;
  }
  @media screen and (max-width: 560px) {
    .mobile_icons{
      display: block;
      position: absolute;
      top: 11px;
      right: 70px;
    }
  }
  
  .header-search{
    color: #289fd3;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 100%;
    width: 440px;
  }
  
  
  .header-wrap.fixed .header-search{
    position: fixed;
    z-index: 11;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + -200px));
    max-width: 40%;
    margin-top: 5px;
  }
  @media screen and (max-width: 560px) {
    .header-wrap.fixed .header-search{
      width: calc(100% - 30px);
      left: 15px;
      margin-top: 0;
      max-width: none;
      z-index: 10;
      transform: none;
    }
  }
  
  .header-fixed-line .header-search{
    margin-top: 0;
  }
  .header-search i:hover{
    color: #0f658b;
    cursor: pointer;
  }
  
  .header-search__wrap{
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 10px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s ease-in;
    border-radius: 8px 0 0 8px;
  }
  
  @media screen and (max-width: 560px){
    .header-wrap.active-search .header-search__wrap{
      border-radius: 0 0 8px 8px;
      background: #fff;
    }
  }
  
  .header-search__wrap form{
    display: flex;
  }
  
  .js-search-link{
    display: none;
  }
  @media screen and (max-width: 560px){
    .js-search-link{
      display: block;
      position: absolute;
      top: 11px;
      right: 140px;
      color: #289fd3;
    }
  }
  
  .search-wrap{
    position: relative;
    border: 1px solid;
    border-radius: 8px;
    padding: 4px;
  }
  .search-wrap input[type="text"]{
    border: none;
    outline: none;
  }
  .search-wrap input[type="submit"]{
    box-shadow: none;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    color: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 14px;
  }
  .search-wrap input[type="submit"]:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
    cursor: pointer;
  }
  
  .header-fixed-top{
    display: none;
  }
  .header-wrap.fixed .header-fixed-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
  @media screen and (max-width: 560px){
  
    .header-wrap.fixed .header-fixed-top{
      display: none;
      padding: 0;
    }
  
    .header-fixed-top .logo,
    .header-fixed-top .header__contacts{
      display: none;
    }
  
  }
  
  .header-wrap.fixed .header__contacts{
    display: flex;
    align-items: center;
  }
  .header-wrap.fixed .header__contacts .phone{
    margin-bottom: 0;
    margin-right: 15px;
  }
  .header-wrap.fixed .header__contacts .phone i{
    display: none;
  }
  
  @media screen and (max-width: 560px){
    .header-wrap .header-fixed-top{
      display: flex;
      position: relative;
    }
    .header-wrap .header-search{
      width: calc(100% - 30px);
      position: absolute;
      top: 224px;
      opacity: 0;
      transition: all 0.25s ease-in;
    }
    .header-wrap.active-search .header-search{
      top: 246px;
      opacity: 1;
      left: 15px;
      -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      border-radius: 0 0 8px 8px;
    }
    .header-wrap.active-search.fixed .header-search{
      top: 38px;
    }
  
  }
  
  @media screen and (max-width: 400px){
    .header-wrap.active-search .header-search{
      top: 256px;
    }
  }
  
  .auth_link{
    display: block;
    margin-top: 2px;
    margin-right: 15px;
    font-size: 18px;
  }
  .auth_link--no-auth{
    color: #748396;
  }
  
  .cart-link{
    display: block;
    margin-top: 7px;
    margin-right: 15px;
    position: relative;
    font-size: 18px;
  }
  
  .header__call-link {
    margin-right: 35px;
    padding-top: 5px;
    font-size: 16px;
  }
  
  @media screen and (max-width: 400px) {
    .header__call-link {
      margin-right: 0;
    }
  }
  
  .header__text {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4f87a2;
    max-width: 250px;
  }
  
  @media screen and (max-width: 560px) {
    .header__text {
      text-align: center;
      margin-left: 0;
      max-width: auto;
      max-width: 270px;
    }
  }
  
  .header__contacts {
    text-align: right;
  }
  
  @media screen and (max-width: 560px) {
    .header__contacts {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 400px) {
    .header__contacts {
      margin-top: 10px;
    }
  }
  
  .header__contacts .phone {
    display: block;
    margin-bottom: 7.5px;
  }
  
  .header__contacts .phone i {
    margin-right: 15px;
    font-size: 20px;
    color: #0992cd;
  }
  
  .header__contacts .phone a {
    color: #474747;
    font-size: 27px;
    font-weight: 700;
  }
  .header-fixed-line .header__contacts .phone a{
    font-size: 22px;
  }
  
  .header__contacts .time {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #748396;
    margin-bottom: 7.5px;
  }
  
  .header__contacts .email {
    display: block;
  }
  
  .header__contacts .email a {
    font-size: 20px;
    font-weight: 600;
    color: #748396;
  }
  .header-fixed-line .header__contacts .email a{
    font-size: 17px;
  }
  
  .header__menu {
    width: 100%;
  }
  
  .header__menu--shadow{
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .logo {
    text-align: center;
  }
  
  @media screen and (max-width: 560px) {
    .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .logo__text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #289dd1;
  }
  
  @media screen and (max-width: 560px) {
    .logo__text {
      display: block;
      width: 100%;
    }
  }
  
  .logo__text--footer {
    margin-top: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #748396;
  }
  
  .logo--footer {
    text-align: left;
  }
  
  @media screen and (max-width: 560px) {
    .logo--footer {
      text-align: center;
    }
  }
  
  .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: distribute;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 20px;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu {
      max-height: 0px;
      /*overflow: hidden;*/
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: auto;
      -webkit-transition: max-height 0.5s ease;
      -o-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease;
    }
  }
  
  @media screen and (max-width: 560px) {
    .main-menu.active {
      max-height: 750px;
    }
  }
  
  .main-menu__parent{
    position: relative;
    padding: 15px 15px;
  }
  .main-menu__catalog{
    position: static;
  }
  
  .main-menu__parent.personal{
    display: none;
  }
  @media screen and (max-width: 560px) {
    .main-menu__parent.personal{
      display: block;
    }
  }
  
  .main-menu__parent:hover .main-menu__sub{
    display: block;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu__parent:hover .main-menu__sub{
      display: none;
    }
  }
  
  .main-menu__catalog:hover .main-menu__sub{
    display: -ms-grid;
    display: grid;
        align-items: start;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
     max-height: calc(100vh - 300px);
      overflow-y: scroll;
      overflow-x: hidden;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu__catalog:hover .main-menu__sub{
      display: none;
    }
  
  }
  
  .main-menu__sub{
    display: none;
    position: absolute;
    z-index: 5;
    top: calc(100% - 5px);
    left: 0;
    background: #fff;
    padding: 26px 0 21px;
    list-style: none;
    border-radius: 0 0 8px 8px;
  }
  
  .main-menu__catalog .main-menu__sub{
    width: 100%;
    padding: 21px 20px;
  }
  @media screen and (max-width: 560px) {
    .main-menu__catalog .main-menu__sub{
    width: 100%;
    padding: 21px 0px;
  }
  
    
  }
  .main-menu__sub li{
    padding: 7px 0px;
  }
  
  .main-menu__catalog-sub{
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .main-menu__catalog-sub li{
    display: flex;
    align-items: self-start;
  }
  .main-menu__parent__link{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1881af;
  }
  .main-menu__catalog-sub img{
    margin-right: 10px;
  }
  @media screen and (max-width: 560px) {
    .main-menu li {
      width: 100%;
    }
    .main-menu__catalog-sub img{
      margin-bottom: 5px;
    }
    .main-menu__sub{
      position: static;
      /*display: block;*/
    }
    .main-menu .main-menu__sub.active{
      display: block;
      box-shadow: none;
    }
  /*  .main-menu__catalog-sub.active{
      display: block;
    }*/
  }
  
  @media screen and (max-width: 560px) {
    .main-menu li:last-child {
      margin-bottom: 0;
    }
  }
  
  .main-menu__link {
    font-size: 16px;
    color: #748396;
  }
  
  @media screen and (max-width: 560px) {
    .main-menu__link {
      display: block;
      text-align: center;
      padding: 10px 0;
    }
  }
  
  .main-menu__link--active {
    font-weight: 600;
    color: #018fcc;
  }
  
  .main-menu__link--grey {
    font-weight: 600;
    color: #474747;
  }
  
  .main-menu__fake-link{
    color: #289fd3;
  }
  
  .header__menu a{
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .main-menu__catalog i{
    margin-left: 5px;
      transform: rotate(90deg);
  }
  
  .form {
    width: 100%;
    max-width: 502px;
    position: relative;
    margin: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .form {
      margin: 10px auto;
    }
  
  }
  .form--full{
    max-width: none;
  }
  
  .form--mr{
    margin: 20px 0;
  }
  
  .form:before {
    display: block;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
  }
  
  
  .modal .form{
    margin: 0;
    background: #fff;
    border-radius: 8px;
  }
  .modal .form:before{
    content: none;
  }
  
  .form.send .blue-btn{
    color: rgba(255,255,255,0);
  }
  .form.send .blue-btn:before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/geosint/assets/css/../img/spinner.gif") no-repeat center center;
  }
  
  .form--center{
    margin: 0 auto;
  }
  
  .form--right {
    float: right;
  }
  
  @media screen and (max-width: 560px) {
    .form--right {
      float: none;
    }
  }
  
  .form__error{
    margin-bottom: 10px;
    color: red;
  }
  
  .form__wrap {
    position: relative;
    z-index: 2;
    padding: 30px 40px 20px;
    border-radius: 8px;
    border: 1px solid #dfe5ed;
    min-height: 100%;
  }
  
  .form__wrap--arrow-bg {
    background: url("/local/templates/geosint/assets/css/../img/form-arrow.png") no-repeat rgba(255, 255, 255, 0.95);
    background-position: 10px 385px;
  }
  
  @media screen and (max-width: 560px) {
    .form__wrap {
      padding: 15px 10px;
      background-image: none;
    }
  }
  
  .form__title {
    font-size: 24px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  @media screen and (max-width: 560px) {
    .form__title {
      font-size: 20px;
      line-height: 31px;
    }
  }
  
  .form__subtitle {
    font-size: 16px;
    max-width: 335px;
    text-align: center;
    margin: 0 auto 20px;
    color: #748396;
  }
  
  .form__errors{
    margin-bottom: 10px;
    text-align: center;
    color: red;
    font-size: 13px;
  }
  
  .form__errors span{
    display: block;
    margin-bottom: 3px;
  }
  
  .form__fixed-width {
    margin: 0 auto;
    max-width: 400px;
  }
  .form--full .form__fixed-width{
    max-width: none;
  }
  
  .form__field-line{
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 560px) {
    .form__field-line{
      flex-wrap: wrap;
    }
  }
  
  .form__field-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .form__field-line .form__field-wrap{
    margin: 0 10px;
  }
  @media screen and (max-width: 560px) {
    .form__field-line .form__field-wrap {
      margin-bottom: 10px;
    }
  }
  
  .form__field-wrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
    color: #c4cbd3;
  }
  
  .form__field-wrap svg {
    width: 27px;
    height: 19px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
    color: #c4cbd3;
  }
  
  @media screen and (max-width: 560px) {
    .form__field-wrap svg {
      display: none;
    }
  }
  
  .form__text-filed {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: #fff;
    padding-left: 90px;
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  }
  
  .main-info .form__text-filed{
    height: 50px;
  }
  .form__field-line .form__text-filed{
    margin-bottom: 0;
  }
  
  .sotbit-seometa-tags-wrapper{
      color: #333;
      padding: 5px 15px;
      border: solid 1px #289fd3;
      border-radius: 3px;
      margin: 5px;
      display: inline-block;
      font-size: 14px;
  }
  .sotbit-seometa-tags-wrapper:hover{
    background: #289fd3;
  }
  .sotbit-seometa-tags-wrapper:hover a{
    color: #fff;
  }
  
  @media screen and (max-width: 560px) {
    .form__text-filed {
      padding-left: 50px;
      height: 43px;
    }
  }
  
  .form__text-filed:hover {
    -webkit-box-shadow: 0 0 0 3px #e6e9ec;
            box-shadow: 0 0 0 3px #e6e9ec;
  }
  
  .form__text-filed:focus {
    -webkit-box-shadow: 0 0 0 3px #e6e9ec;
            box-shadow: 0 0 0 3px #e6e9ec;
  }
  
  .form__text-filed--small-h{
    height: 53px;
    padding-left: 10px;
  }
  
  .form__area-filed{
    position: relative;
    z-index: 1;
    background: transparent;
    width: 100%;
    resize: none;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    padding: 10px 10px 10px 90px;
  }
  
  .form__area-filed:focus ~ .form__area-placeholder{
    display: none;
  }
  
  .form__area-placeholder{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #878787;
    padding-left: 90px;
  }
  .form__area-placeholder.hide{
    display: none;
  }
  
  .form__file-wrap {
    display: block;
    color: #289fd3;
    height: 43px;
    border-radius: 8px;
    border: 1px dashed #289fd3;
    padding-top: 11px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .form__file-wrap:hover {
    background: #e4f7ff;
    cursor: pointer;
  }
  
  .form__file-field {
    display: none;
  }
  
  .form__short-desc {
    display: block;
    max-width: 360px;
    margin: 0 auto 20px;
    text-align: center;
    color: #748396;
  }
  
  .form__ico{
    max-width: 18px;
    max-height: 18px;
  }
  
  .form__success{
    font-size: 24px;
    text-align: center;
    padding-bottom: 27px;
  }
  
  .form .blue-btn-wrap {
    display: block;
    margin: 20px auto 25px;
  }
  .required{
    display: block;
    position: relative;
  }
  .required__checkbox:checked ~ .required__text i {
    display: block;
  }
  
  .modal .required{
    margin-bottom: 20px;
  }
  
  .required__checkbox {
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 3px;
  }
  
  .required__text {
    display: block;
    color: #748396;
    position: relative;
    line-height: 21px;
    cursor: pointer;
    padding: 0 25px;
  }
  
  .required__text:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #34a3d4;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .required__text i {
    display: none;
    position: absolute;
    left: 2.5px;
    top: 1.5px;
    color: #34a3d4;
  }
  
  .required__text a {
    text-decoration: underline;
    color: #748396;
  }
  
  .eight-bg {
    position: absolute;
    z-index: 1;
    top: -85px;
    right: 100px;
    font-size: 446px;
    color: #e6edf6;
    font-weight: 800;
  }
  
  .sections-list {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .sections-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .sections-list .section-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
    margin-top: 50px;
  }
  
  @media screen and (max-width: 560px) {
    .sections-list .section-block {
      margin-right: 0;
      margin-bottom: 40px;
      margin-top: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  
  .sections-list .section-block:nth-child(1), .sections-list .section-block:nth-child(2), .sections-list .section-block:nth-child(3) {
    margin-top: 0;
  }
  
  .sections-list .section-block__img {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .sections-list .section-block__img img{
    max-width: 100%;
  }
  .sections-list .section-block__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .sections-list .section-block__name i {
    margin-left: 15px;
    color: #b6d6ea;
  }
  
  .advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  
  @media screen and (max-width: 560px) {
    .advantages-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .advantages-list--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .advantages-list--vertical .advantage {
    max-width: none;
    margin-bottom: 20px;
  }
  
  .advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 25%;
  }
  
  @media screen and (max-width: 560px) {
    .advantage {
      max-width: 90%;
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .advantage:last-child {
      margin-bottom: 0;
    }
  }
  
  .advantage__ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 145px;
    height: 145px;
    border-radius: 100%;
    border: 1px solid #289fd3;
  }
  
  .advantages-list .advantage__ico{
    width: 103px;
    height: 103px;
  }
  .advantages-list .advantage__ico img{
    max-width: 50%;
    max-height: 50%;
  }
  
  .advantage__text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #748396;
    padding: 0 15px;
    margin-top: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .advantage__text {
      text-align: center;
      margin-top: 15px;
    }
  }
  
  .advantage__text--center {
    text-align: center;
  }
  
  .advantage__link {
    display: block;
    color: #289fd3;
    font-weight: 500;
    margin-top: 25px;
    text-decoration: underline;
  }
  
  .materials-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  @media screen and (max-width: 560px) {
    .materials-list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 263px;
    margin-right: 80px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .material {
      margin: 0 15px 30px;
    }
  }
  
  .material:hover .material__name {
    text-decoration: underline;
  }
  
  .material__img {
    position: relative;
  }
  
  .material__img:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 10px;
    border-radius: 0px 0px 8px 8px;
    background: rgba(255, 255, 255, 0.27);
  }
  
  .material__img img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .material__name {
    display: block;
    /*max-width: 183px;*/
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-top: 30px;
  }
  
  .material__name i {
    position: relative;
    top: 1px;
    color: #fff;
    margin-left: 13px;
  }
  
  .projects-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .projects-list--three {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list--three {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .projects-list--three .project {
    margin: 0 10px 15px;
    border-radius: 8px;
  }
  
  .projects-list--three .project:hover {
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .projects-list--three .project:hover .project__img-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .projects-list--three .project__img-wrap {
    border-radius: 8px;
  }
  
  .projects-list--three .project__name {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list--three .project__name {
      text-align: center;
    }
  }
  
  
  .projects-list-slider .owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .projects-list-slider .owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  
  .project {
    position: relative;
    max-width: 555px;
    margin: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .project {
      margin: 20px;
      overflow: hidden;
    }
  }
  
  .project:hover{
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .project:nth-child(1), .project:nth-child(2) {
    margin-top: 0;
  }
  
  .project:hover .project__text {
    top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .project:hover .project__text{
      transform: translateY(0);
    }
  }
  
  .project__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
  }
  
  @media screen and (max-width: 560px) {
    .project__img-wrap {
      position: static;
      overflow: visible;
    }
  }
  
  .project__img {
    display: block;
    width: 100%;
  }
  
  .project__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (max-width: 560px) {
    .project__text {
      padding: 10px;
      top: 0;
      transform: translateY(450px);
      background: rgba(255, 255, 255, 1);
    }
  }
  
  .project__text__text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .project__text__text-row {
      margin-bottom: 15px;
    }
  }
  
  .project__name {
    padding: 30px;
    background: #fff;
    font-size: 20px;
    line-height: 29px;
    color: #2a2a2a;
    font-weight: 500;
    border-radius: 0px 0px 8px 8px;
  }
  
  .project__name .blue-text {
    color: #289dd1;
  }
  
  .project__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  .related {
    position: relative;
    max-width: 555px;
    margin: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .related {
      margin: 20px;
      overflow: hidden;
    }
  }
  
  .related:hover{
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .related:nth-child(1), .related:nth-child(2) {
    margin-top: 0;
  }
  
  .related:hover .related__text {
    top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .related:hover .related__text{
      transform: translateY(0);
    }
  }
  
  
  
  .related__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
  }
  
  @media screen and (max-width: 560px) {
    .related__img-wrap {
      position: static;
      overflow: visible;
    }
  }
  
  .related__img {
    display: block;
    width: 100%;
  }
  
  .related__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (max-width: 560px) {
    .related__text {
      padding: 10px;
      top: 0;
      transform: translateY(450px);
      background: rgba(255, 255, 255, 1);
    }
  }
  
  .related__text__text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .related__text__text-row {
      margin-bottom: 15px;
    }
  }
  
  .related__name {
    padding: 30px;
    background: #fff;
    font-size: 20px;
    line-height: 29px;
    color: #2a2a2a;
    font-weight: 500;
    border-radius: 0px 0px 8px 8px;
  }
  
  .related__name .blue-text {
    color: #289dd1;
  }
  
  .related__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  
  
  
  .case-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .case-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .case-list--three {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 560px) {
    .case-list--three {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .case-list--three .project {
    margin: 0 10px 15px;
    border-radius: 8px;
  }
  
  .case-list--three .project:hover {
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .case-list--three .project:hover .case__img-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .case-list--three .case__img-wrap {
    border-radius: 8px;
  }
  
  .case-list--three .case__name {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .case-list--three .case__name {
      text-align: center;
    }
  }
  
  
  .case-list-slider .owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .case-list-slider .owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  
  .case {
    position: relative;
    max-width: 555px;
    margin: 0 auto 40px;
  }
  
  @media screen and (max-width: 560px) {
    .case {
      margin: 20px;
      overflow: hidden;
    }
  }
  
  .case-col{
    width: 95%;
  }
  .case-col:nth-child(2){
    margin-top: -15px;
  }
  
  
  .case:hover .case__text {
    top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .project:hover .project__text{
      transform: translateY(0);
    }
  }
  
  .case:hover .case__img-wrap {
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  
  .case__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
  }
  
  @media screen and (max-width: 560px) {
    .case__img-wrap {
      position: static;
      overflow: visible;
    }
  }
  
  .case__img {
    display: block;
    width: 100%;
  }
  
  .case__text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (max-width: 560px) {
    .case__text {
      padding: 10px;
      top: 0;
      transform: translateY(450px);
      background: rgba(255, 255, 255, 1);
    }
  }
  
  .case__text__text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .case__text__text-row {
      margin-bottom: 15px;
    }
  }
  
  .case__name {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 70%;
    padding: 15px;
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    color: #2a2a2a;
    font-weight: 500;
    border-radius: 0 8px 0 0;
  }
  
  .case__name .blue-text {
    color: #289dd1;
  }
  
  .case__title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .case__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  .numeral-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  @media screen and (max-width: 560px) {
    .numeral-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .numeral {
    width: 100%;
    max-width: 265px;
    margin-right: 55px;
  }
  
  @media screen and (max-width: 560px) {
    .numeral {
      text-align: center;
      margin-right: 0;
      margin-bottom: 30px;
    }
  }
  
  .numeral:last-child {
    margin-right: 0;
  }
  
  .numeral__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #289dd1;
    font-size: 45px;
    line-height: 29px;
    font-weight: 200;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .numeral__value {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px;
    }
  }
  
  .numeral__value__small {
    font-size: 18px;
  }
  
  .numeral__text {
    font-size: 18px;
    line-height: 26px;
    color: #748396;
    font-weight: 500;
  }
  
  .slider {
    margin-top: 90px;
    margin-bottom: 60px;
  }
  
  @media screen and (max-width: 560px) {
    .slider {
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  
  .detail-item .slider{
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .slider .owl-theme .owl-nav {
    width: calc(100% + 160px);
    left: -80px;
    top: calc(50% - 25px);
    position: absolute;
    margin-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .slider .owl-theme .owl-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: -10px;
    }
  }
  
  .slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }
  
  @media screen and (max-width: 560px) {
    .slider .owl-theme .owl-nav .owl-prev {
      left: calc(50% - 46px);
    }
  }
  
  .slider .owl-theme .owl-nav .owl-prev:hover {
    background: none;
  }
  
  .slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .slider .owl-theme .owl-nav .owl-next {
      right: calc(50% - 46px);
    }
  }
  
  .slider .owl-theme .owl-nav .owl-next:hover {
    background: none;
  }
  
  .slider .owl-theme .owl-nav .arrow {
    display: block;
    width: 26px;
    height: 49px;
  }
  
  .slider .owl-theme .owl-nav .arrow-left {
    background: url("/local/templates/geosint/assets/css/../img/arrow-left.png") no-repeat center center;
  }
  
  .slider .owl-theme .owl-nav .arrow-right {
    background: url("/local/templates/geosint/assets/css/../img/arrow-right.png") no-repeat center center;
  }
  
  .slider-item {
    position: relative;
    border-radius: 8px;
  }
  
  .slider-item__name {
    max-width: 335px;
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
  }
  
  @media screen and (max-width: 560px) {
    .slider-item__name {
      max-width: 100%;
      top: 15px;
      left: 15px;
      font-size: 16px;
    }
  }
  
  .slider-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 51px;
    height: 58px;
    background: url("/local/templates/geosint/assets/css/../img/play.png") no-repeat center center;
    cursor: pointer;
  }
  @media screen and (max-width: 560px) {
    .slider-video__play {
      width: 25px;
      height: 30px;
      top: auto;
      background-size: contain;
      bottom: 35px;
      -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    }
  }
  
  .pulse {
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
  }
  
  .pulse:before, .pulse:after {
    border-radius: 50%;
    border: 1px solid #ffffff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  
  .pulse:before {
    -webkit-animation: rounds 3s linear infinite;
            animation: rounds 3s linear infinite;
  }
  
  .pulse:after {
    -webkit-animation: rounds 3s linear infinite 1.5s;
            animation: rounds 3s linear infinite 1.5s;
  }
  
  .pulse-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .pulse-fill:before, .pulse-fill:after {
    border-radius: 50%;
    border: 20px solid #ffffff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  
  .pulse-fill:before {
    -webkit-animation: rounds-fill 3s linear infinite;
            animation: rounds-fill 3s linear infinite;
  }
  
  .pulse-fill:after {
    -webkit-animation: rounds-fill 3s linear infinite 1.5s;
            animation: rounds-fill 3s linear infinite 1.5s;
  }
  
  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 560px) {
    .gallery {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .gallery__row {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
  }
  
  @media screen and (max-width: 560px) {
    .gallery__row {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  
  .gallery__row:last-child {
    margin-right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .gallery__row:last-child {
      margin-bottom: 0;
    }
  }
  
  .gallery__col {
    margin-bottom: 15px;
  }
  
  .gallery__col:last-child {
    margin-bottom: 0;
  }
  
  .gallery__item {
    width: 100%;
    background: #eae9ee;
    border-radius: 8px;
    overflow: hidden;
  }
  .gallery__item img{
    width: 100%;
    border-radius: 8px;
  }
  .map {
    position: relative;
  }
  
  .map__bg {
    position: relative;
    width: 100%;
    height: 460px;
    background: url("/local/templates/geosint/assets/css/../img/map.jpg") no-repeat center center;
  }
  
  @media screen and (max-width: 560px) {
    .map__bg {
      padding: 15px 0 0 40px;
    }
  }
  
  .map__info {
    display: none;
    width: 100%;
    max-width: 390px;
    height: calc(100% + 10px);
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: -5px;
    right: 0;
    padding-top: 45px;
    overflow: hidden;
  }
  
  @media screen and (max-width: 560px) {
    .map__info {
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      top: -10px;
      padding-top: 10px;
    }
  }
  
  .map__info.active{
    display: block;
  }
  
  .map__info__line {
    display: block;
    padding: 0 40px 0 25px;
    font-size: 18px;
    line-height: 26px;
    color: #748396;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 560px) {
    .map__info__line{
      margin-bottom: 5px;
    }
    .map__info__line:last-child {
      margin-bottom: 0px;
    }
  }
  
  .map__info__line b {
    font-weight: 500;
    color: #131a26;
  }
  
  .map__info__line .other_time {
    display: block;
    text-align: right;
  }
  
  @media screen and (max-width: 560px) {
    .map__info__line .other_time {
      display: inline-block;
    }
  }
  
  @media screen and (max-width: 560px) {
    .map__info__img{
      display: block;
      margin-top: 15px;
    }
    .map__info__img img {
      display: block;
      margin: 0 auto;
    }
  }
  
  .map-point {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .map-point.active{
    
  }
  
  @media screen and (max-width: 560px) {
    .map-point {
      position: relative;
      left: 0 !important;
      top: 0 !important;
      margin-bottom: 10px;
    }
  }
  
  .map-point[data-info="samara"] {
    top: 45px;
    left: 485px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="samara"] {
      left: 40px;
    }
  }
  
  .detail-wrap .map-point[data-info="samara"] {
    left: 415px;
  }
  
  .map-point[data-info="sankt-peterburg"] {
    top: 140px;
    left: 160px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="sankt-peterburg"] {
      top: 110px;
      left: 50%;
    }
  }
  
  .map-point[data-info="krasnoyarsk"] {
    top: 170px;
    left: 510px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="krasnoyarsk"] {
      left: 40px;
    }
  }
  
  .detail-wrap .map-point[data-info="krasnoyarsk"] {
    left: 450px;
  }
  
  .map-point[data-info="moskva"] {
    top: 240px;
    left: 100px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="moskva"] {
      left: 40px;
    }
  }
  
  .map-point[data-info="novosibirsk"] {
    top: 260px;
    left: 415px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="novosibirsk"] {
      left: calc(50% + 30px);
    }
  }
  
  .map-point[data-info="krasnodar"] {
    top: 340px;
    left: 150px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="krasnodar"] {
      left: 40px;
    }
  }
  
  .map-point[data-info="nizhniy-novgorod"] {
    top: 340px;
    left: 465px;
  }
  
  @media screen and (max-width: 560px) {
    .map-point[data-info="nizhniy-novgorod"] {
      left: calc(50% + 30px);
    }
  }
  
  .detail-wrap .map-point[data-info="nizhniy-novgorod"]{
    left: 395px;
  }
  
  .map-point:hover .map-point__plus {
    background: #0f658b;
  }
  
  .map-point__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 1;
    background: #289dd1;
    font-size: 40px;
    color: #fff;
    border-radius: 100%;
    transition: all 0.15s ease-in;
  }
  
  .map-point.active .map-point__plus{
    transform: rotate(45deg);
    background: #0f658b;
  }
  
  .map-point__adress {
    height: 53px;
    position: relative;
    background: #fff;
    border-radius: 0 8px 8px 0;
    padding: 10px 15px 0 45px;
    font-size: 14px;
    line-height: 18px;
    color: #748396;
    font-weight: 500;
  }
  
  @media screen and (max-width: 560px) {
    .map-point__adress {
      padding-right: 5px;
    }
  }
  
  .map-point__city {
    display: block;
  }
  
  .phone-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 790px;
    margin: 35px auto 0;
    height: 80px;
    background: #fff;
    border-radius: 35px;
    padding: 0 50px;
  }
  
  @media screen and (max-width: 560px) {
    .phone-line {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: auto;
      padding: 15px 20px;
    }
  }
  
  .phone-line__text {
    font-size: 28px;
    color: #748396;
    font-weight: 600;
  }
  
  @media screen and (max-width: 560px) {
    .phone-line__text {
      margin-bottom: 10px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .phone-line__text {
      text-align: center;
    }
  }
  
  .phone-line__phone {
    color: #289dd1;
    font-size: 30px;
    font-weight: 600;
  }
  
  .phone-line__phone i {
    font-size: 18px;
    color: #bec3ca;
    margin-right: 5px;
  }
  
  .plus-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1020px;
    margin: 45px auto 0;
  }
  
  @media screen and (max-width: 560px) {
    .plus-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .plus-list .plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 225px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .plus-list .plus svg {
    fill: #75ceff;
  }
  
  .plus-list .plus__text {
    text-align: center;
    line-height: 26px;
    font-weight: 500;
  }
  
  .plus-list .plus__text a {
    color: #92d8ff;
    text-decoration: underline;
  }
  
  .gen-dir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 560px) {
    .gen-dir {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .gen-dir__text {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding-top: 135px;
    font-weight: 300;
    opacity: 0.8;
  }
  
  @media screen and (max-width: 560px) {
    .gen-dir__text {
      font-size: 20px;
      padding-top: 0;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .gen-dir__text br {
      display: none;
    }
  }
  
  .director {
    position: relative;
  }
  
  @media screen and (max-width: 560px) {
    .director__img{
      transform: translateX(-25%);
      width: 100%;
    }
  }
  
  .director__video-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 90px;
    right: -20px;
  }
  
  @media screen and (max-width: 560px) {
    .director__video-wrap {
      top: 50px;
      right: 30px;
    }
  }
  
  .director__video {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 97px;
    height: 97px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 auto;
  }
  
  .director__video img {
    position: relative;
    left: 4px;
  }
  
  .director__video__text {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 55px;
  }
  
  .director__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 250px;
    position: absolute;
    left: 0;
    bottom: 55px;
  }
  
  .director__name {
    max-width: 200px;
    padding: 12px 27px 0px;
    display: inline-block;
    background: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #2a2a2a;
    font-weight: 600;
  }
  
  .director__sign {
    position: absolute;
    bottom: 50px;
    left: -215px;
    max-width: 150px;
  }
  .director__sign img{
    width: 100%;
  }
  
  .director__position {
    padding: 10px 15px 15px 27px;
    display: inline-block;
    background: #fff;
    border-radius: 0px 8px 8px 8px;
    font-size: 18px;
    line-height: 26px;
    color: #748396;
  }
  
  .docs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media screen and (max-width: 560px) {
    .docs-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .doc {
    position: relative;
    max-width: 360px;
    /*&:hover &:before{
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: url("/local/templates/geosint/assets/css/../img/search.png") rgba(0, 0, 0, 0.3) no-repeat center center ;
      cursor: pointer;
    }*/
  }
  
  @media screen and (max-width: 560px) {
    .doc {
      margin-bottom: 30px;
    }
  }
  
  .doc__name {
    position: relative;
    text-align: center;
    font-size: 23px;
    line-height: 27px;
    color: #055581;
  }
  
  @media screen and (max-width: 560px) {
    .doc__name br {
      display: none;
    }
  }
  
  .doc__name:before {
    display: block;
    content: "";
    width: 55px;
    height: 3px;
    background: #289dd1;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .doc__slider {
    margin-top: 55px;
  }
  
  .doc__slider img {
    width: 100%;
  }
  
  .doc__slider .owl-prev:hover, .doc__slider .owl-next:hover {
    background: none !important;
  }
  
  .doc__slider .arrow-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 100%;
  }
  
  .doc__slider .arrow-circle i {
    font-size: 24px;
    color: #289dd1;
  }
  
  .doc__slider .arrow-circle:hover {
    background: none;
  }
  
  .doc__slider .arrow-circle:hover {
    background: #e4f7ff;
  }
  
  .doc__slider-item {
    display: block;
    position: relative;
  }
  
  .doc__slider-item:before{
    opacity: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/local/templates/geosint/assets/css/../img/search.png") rgba(0, 0, 0, 0.3) no-repeat center center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.35s ease-in-out;
  }
  
  .doc__slider-item:hover:before {
    opacity: 1;
    z-index: 1;
    
  }
  
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f1f4f8;
  }
  
  @media screen and (max-width: 560px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 90px;
    }
  }
  
  .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
    border-top: 1px solid #b8d0f0;
  }
  
  @media screen and (max-width: 560px) {
    .footer-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 30px;
    }
  }
  
  .footer__col {
    margin-right: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 560px) {
    .footer__col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      text-align: center;
    }
  }
  
  .footer__col:first-child {
    max-width: 275px;
  }
  
  @media screen and (max-width: 560px) {
    .footer__col:first-child {
      max-width: 100%;
    }
  }
  
  .footer__col:last-child {
    max-width: 315px;
    margin-right: 0;
  }
  
  @media screen and (max-width: 560px) {
    .footer__col:last-child {
      max-width: 100%;
    }
  }
  
  .footer__copy {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #748396;
  }
  
  .footer__props {
    font-size: 16px;
    line-height: 26px;
    color: #748396;
    margin-bottom: 60px;
  }
  
  .footer__props:last-child {
    margin-bottom: 0;
  }
  
  .footer__props-link {
    display: block;
  }
  
  .footer__props-link {
    font-weight: 500;
    display: block;
    color: #289dd1;
  }
  
  .footer__phone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media screen and (max-width: 560px) {
    .footer__phone-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .footer__phone {
      width: 100%;
    }
  }
  
  .footer__phone i {
    margin-right: 20px;
    font-size: 20px;
    color: #0992cd;
  }
  
  .footer__phone a {
    font-size: 27px;
    line-height: 26px;
    color: #748396;
    font-weight: 600;
  }
  
  .footer__phone-text {
    max-width: 150px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #748396;
    margin-top: 10px;
  }
  
  .footer__offices {
    margin-top: 60px;
  }
  
  .footer__office {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #748396;
    font-weight: 500;
    text-align: right;
  }
  
  @media screen and (max-width: 560px) {
    .footer__office {
      text-align: center;
    }
  }
  
  .foter-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
  }
  
  .foter-menu li {
    margin-bottom: 15px;
  }
  
  
  .foter-menu li:last-child {
    margin-bottom: 0;
  }
  
  .foter-menu__link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #289dd1;
  }
  
  .footer-row{
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .footer-copyright{
    color: #748396;
  }
  
  .catalog {
    margin: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  }
  @media screen and (max-width: 560px) {
    .catalog {
      margin: 25px 0;
    }
  }
  
  .use-wrap{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
  }
  .use-title{
    display: inline-block;
    font-size: 18px;
  }
  .use-item{
    padding: 5px 10px;
    border: 1px solid #dfe5ed;
    border-radius: 12px;
    margin-left: 15px;
  }
  
  /* @media screen and (max-width: 560px) {
    .catalog {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  } */
  
  .catalog__content {
    width: calc(100% - 300px);
  }
  
  @media screen and (max-width: 560px) {
    .catalog__content{
      width: 100%;
    }
  }
  
  .catalog__list ~ .catalog__list{
    border-top: 1px solid #b8d0f0;
    padding-top: 30px;
  }
  
  .catalog__list--full{
    width: 100%;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__list {
      width: 100%;
      /*margin-top: 40px;*/
    }
  }
  
  
  .catalog__sect {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin: 20px 0;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__sect {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  
  .catalog__sect--some{
    -ms-grid-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
    grid-template-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__sect--some {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .catalog__sidebar {
    width: 250px;
    margin-right: 50px;
  }
  
  @media screen and (max-width: 560px) {
    .catalog__sidebar {
      width: 100%;
      margin-right: 0;
      height: 200px;
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 0;
      margin: 0;
      margin-bottom: 15px;
    }
    .sotbit-seometa-tags-block{
      display: flex;
      width: 100%;
      float: none;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      flex-wrap: nowrap;
      align-items: center;
      margin: 10px 0;
    }
  }
  
  .catalog__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .menu-burger{
    width: 22px;
    margin-right: 20px;
  }
  
  .menu-burger__line{
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background: #289dd1;
  }
  .menu-burger__line:last-child{
    margin-bottom: 0;
  }
  
  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
  }
  
  .menu-btn--filter{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dfe5ed;
    padding: 0 0 15px;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  
  .menu-btn__syb{
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-left: 5px;
    transition: transform 0.25s ease;
  }
  
  .menu-btn__syb:before{
    content: "+";
    display: block;
  }
  
  .menu-btn.active .menu-btn__syb:before{
    content: "-";
  }
  
  .catalog-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  
  .catalog-menu.active {
    max-height: 750px;
  }
  
  .catalog-menu__link {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    padding: 10px 5px;
    border-bottom: 1px solid #dfe5ed;
  }
  
  .catalog-menu__link:hover {
    background: #e4f7ff;
    border-bottom: 1px solid transparent;
  }
  
  .filter {
    display: block;
  }
  
  .filter__title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dfe5ed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .filter__filter-row {
    position: relative;
    border-bottom: 1px solid #dfe5ed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .bx-filter-popup-result{
    display: none !important;
    background: #fff;
    padding: 5px;
    border: 1px solid #748396;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .filter__name {
    font-size: 16px;
  }
  
  .filter__label {
    display: block;
    margin-top: 15px;
  }
  
  .filter__checkbox {
    display: none;
  }
  
  .filter__checkbox:checked ~ .filter__text i {
    display: block;
  }
  
  .filter .filter__text {
    display: block;
    color: #748396;
    position: relative;
    line-height: 21px;
    cursor: pointer;
    padding-left: 25px;
  }
  
  .filter .filter__text:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #34a3d4;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .filter .filter__text i {
    display: none;
    position: absolute;
    left: 2.5px;
    top: 2.5px;
    color: #34a3d4;
  }
  
  .filter .filter-price-wrap{
    display: flex;
    justify-content: space-between;
  }
  .filter .bx-filter-parameters-box-container-block{
    width: 45%;
  }
  .filter .bx-ft-sub{
    font-style: normal;
  }
  .filter .bx-ui-slider-track-container{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  .filter .bx-ui-slider-track{
    width: calc(100% - 28px);
    position: relative;
    margin: 0 auto;
    height: 7px;
    background: #34a3d4;
  }
  
  .filter .bx-ui-slider-track:before{
    content: "";
    display: block;
    height: 7px;
    background: #34a3d4;
    position: absolute;
    left: -25%;
    width: 150%;
  }
  
  
  .filter .bx-ui-slider-handle {
      position: absolute;
      top: 50%;
      width: 16px;
      height: 16px;
      border-bottom: 0;
      background: #fff;
      border-radius: 100%;
      border: 1px solid #748396;
  }
  .filter .bx-ui-slider-handle:hover {
      -webkit-cursor: grab;
      -ms-cursor: grab;
      -o-cursor: grab;
      cursor: grab;
  }
  .filter .bx-ui-slider-handle.left {
      left: -1px;
      transform: translateX(-90%) translateY(-50%);
  }
  .filter .bx-ui-slider-handle.right {
      right: -1px;
      transform: translateX(90%) translateY(-50%);
  }
  .filter .bx-filter-input-container input{
    width: 100%;
  }
  .filter .bx-ui-slider-part{
    position: absolute;
    top: -6px;
  }
  .filter .bx-ui-slider-part span{
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 0;
    display: block;
    width: 15px;
    text-align: center;
    color: #000;
  }
  .filter .bx-ui-slider-part.p1{
    left: -1px;
  }
  .filter .bx-ui-slider-part.p5 {
    right: 15px;
  }
  
  
  .sect {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .sect {
      text-align: center;
      flex-wrap: wrap;
      justify-content: center;
      margin-right: 0;
    }
  }
  
  
  .sect__left{
    margin-right: 15px;
  }
  
  @media screen and (max-width: 560px) {
    .sect__left{
      margin-right: 0px;
    }
  }
  
  .sect__name {
    display: block;
    color: #474747;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .sect__img img{
    max-width: 100%;
  }
  
  .sect-main{
    display: flex;
    margin-bottom: 30px;
    padding: 0 10px;
    transition: transform 0.1s ease-in;
  }
  
  .sect-main:hover{
    transform: scale(1.05);
  }
  
  .sect-main__full{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #f1f4f8;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
  }
  .sect-main__link{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .sect-main__name{
    display: flex;
    min-height: 65px;
    color: #474747;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  @media screen and (max-width: 560px) {
    .sect-main__name {
      min-height: 61px;
    }
  }
  
  .sect-main__img{
    max-width: 100%;
  }
  @media screen and (max-width: 560px) {
    .sect-main__img {
      width: 100%;
    }
  }
  
  .sect__tags{
    padding-top: 15px;
  }
  
  @media screen and (max-width: 560px) {
    .sect__tags {
      padding-top: 10px;
      padding-left: 0;
    }
  }
  
  .tags{
    width: 100%;
  }
  
  .tags__name{
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  
  .tags__list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  @media screen and (max-width: 560px) {
    .tags__list {
      justify-content: center;
    }
  }
  
  .tags__list li{
    margin-right: 10px;
    margin-bottom: 15px;
  }
  
  .tags__list__link{
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #748396;
  }
  .tags__list__link:hover{
    text-decoration: none;
    background: #e4f7ff;
  }
  
  .filter-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .filter-list__link {
    padding: 0 0 0 5px;
    display: block;
    margin-top: 5px;
  }
  
  
  .items_list{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    min-height: 356px;
  }
  
  @media screen and (max-width: 560px) {
    .items_list {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .product-item-container{
    margin-bottom: 40px;
    margin-right: 20px;
  }
  .product-item-container:nth-child(4n){
    margin-right: 0;
  }
  .item-card-wrap{
    width: 100%;
    position: relative;
  }
  .item-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0px;
    /*margin-bottom: 50px;*/
  }
  
  @media screen and (min-width: 560px) {
  
    .item-card{
      /*border: 1px solid transparent;*/
    }
    .item-card-hover:hover{
      position: absolute;
      left: -5%;
      top: -15px;
      width: 110%;
      padding: 15px 5% 0;
      z-index: 1;
      box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
      background: #fff;
    }
    .item-card-hover:hover .item-card{
      background: #fff;
    }
    .item-card__bottom{
      width: 100%;
      display: none;
      background: #fff;
      padding-bottom: 15px;
    }
  
    .item-card-hover:hover .item-card__bottom {
      display: block;
    }
  
  }
  
  .item-card__name{
    display: block;
    color: #474747;
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 15px;
    font-weight: 600;
    min-height: 58px;
  }
  .item-card__img{
    max-width: 100%;
  }
  
  @media screen and (max-width: 560px) {
    .item-card__img {
      text-align: center;
    }
  }
  
  .item-card__img img{
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 125px;
  }
  .item-card__prop-name{
    font-size: 12px;
    line-height: 1.187;
    font-weight: bold;
  }
  .item-card__prop{
      list-style: none;
      padding: 0;
      margin: 10px 0;
  }
  
  .item-card__prop-name ~ .item-card__prop{
    margin-top: 3px;
  }
  
  .item-card__prop > li{
     font-size: 12px;
    line-height: 1.187;
    display: flex;
    margin-bottom: 3px;
  }
  .item-card__prop > li > i {
    margin-right: 4px;
  }
  .item-card__prop .fa-check{
    color: #333;
  }
  .item-card__availability{
    margin-top: 10px;
      color: #a0be1e;
      font-size: 14px;
  }
  
  .plus-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 60px;
  }
  
  @media screen and (max-width: 560px) {
    .plus-table {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .plus-table {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .plus-item {
    margin: 10px 15px 10px 10px;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  
  @media screen and (max-width: 560px) {
    .plus-item {
      padding: 10px;
    }
  }
  
  .plus-item__name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .plus-item__name {
      font-size: 18px;
      height: auto;
    }
  }
  
  .manager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
    padding: 20px 40px;
    margin: 25px 0;
  }
  
  @media screen and (max-width: 560px) {
    .manager {
      margin: 30px 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-shadow: 0px 15px 16px 0px rgba(5, 85, 129, 0.39);
              box-shadow: 0px 15px 16px 0px rgba(5, 85, 129, 0.39);
    }
  }
  
  .manager__text {
    max-width: 450px;
    margin-right: 60px;
  }
  
  @media screen and (max-width: 560px) {
    .manager__text {
      margin-right: 0;
      margin-bottom: 30px;
      text-align: center;
    }
  }
  
  .manager__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .manager__subtitle {
    font-size: 18px;
  }
  
  @media screen and (max-width: 560px) {
    .manager__social {
      margin: 0 auto;
    }
  }
  
  .manager__social-text {
    font-size: 14px;
    margin-top: 20px;
    color: #748396;
  }
  
  @media screen and (max-width: 560px) {
    .manager__social-text{
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .manager__social-text br{
      display: none;
    }
  }
  
  .social-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media screen and (max-width: 560px) {
    .social-list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  @media screen and (max-width: 400px) {
    .social-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .social-list__link {
    font-size: 40px;
    margin-right: 20px;
  }
  
  @media screen and (max-width: 400px) {
    .social-list__link {
      width: 33%;
      margin-right: 0;
      margin-bottom: 10px;
      text-align: center;
    }
  }
  
  .social-list__link:last-child {
    margin-right: 0;
  }
  
  .inter-map {
    position: relative;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .inter-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  
  .inter-map__text {
    position: absolute;
    width: 100%;
    max-width: 320px;
    height: calc(100% + 20px);
    top: -10px;
    left: calc(50% - 585px);
    background: #fff;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
    padding: 20px 30px;
    font-size: 16px;
    line-height: 26px;
    color: #748396;
    font-weight: 500;
  }
  
  @media screen and (max-width: 560px) {
    .inter-map__text {
      max-width: 100%;
      position: static;
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 400px) {
    .inter-map__text {
      text-align: center;
    }
  }
  
  .inter-map iframe {
    border: none;
  }
  
  @media screen and (max-width: 560px) {
    .breadcrumbs_wrap{
      overflow: hidden;
    }
  }
  
  .breadcrumbs {
    display: flex;
    /*flex-wrap: wrap;*/
    padding: 0;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    width: 0;
  }
  @media screen and (max-width: 560px) {
    .breadcrumbs{
      padding-bottom: 0;
      margin-bottom: 0;
      white-space: nowrap;
      overflow-x: auto;
    }
  }
  
  .breadcrumbs__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
  }
  
  .breadcrumbs__link i {
    font-size: 10px;
    padding-left: 10px;
  }
  
  .detail-wrap{
    margin-top: 40px;
  }
  
  .detail-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 60px;
  }
  
  .detail-item__left {
    width: 45%;
    margin-right: 5%;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__left {
      width: 100%;
    }
  }
  
  .detail-slider .owl-dots .owl-dot{
    width: 24%;
    padding-top: 17% !important;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  
  .detail-slider .owl-theme .owl-dots{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  
  .detail-slider .owl-theme .owl-dots .owl-dot span{
    display: none;
  }
  
  .detail-slider__item{
    display: block;
    width: 100%;
    max-height: 350px;
  }
  
  .detail-item__right {
    width: 50%;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__right {
      width: 100%;
    }
  }
  
  .detail-item__name {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__name {
      margin-bottom: 10px;
    }
  }
  
  .detail-item__type {
    margin-top: 0;
    font-size: 28px;
    font-weight: 400;
  }
  
  .detail-item__short-info {
    font-size: 20px;
    color: #289dd1;
    margin-top: 10px;
  }
  
  @media screen and (max-width: 560px) {
    .detail-item__short-info {
      margin: 10px 0;
    }
  }
  
  .detail-item__short-info--bold{
    font-weight: bold;
    font-size: 22px;
  }
  
  .detail-item__preview-text {
    line-height: 24px;
    margin-top: 10px; 
  }
  
  .detail-item__preview-text .prop_list{
    width: 100%;
  }
  
  .detail-item__price {
    font-size: 26px;
    font-weight: 500;
    color: #289dd1;
    margin: 20px 0;
  }
  
  .detail-item__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media screen and (max-width: 400px) {
    .detail-item__buttons {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: space-between;
      -webkit-justify-content:space-between;
          -ms-flex-pack: space-between;
              justify-content: space-between;
    }
  }
  
  .detail-item__buttons .btn {
    margin-right: 10px;
  }
  
  @media screen and (max-width: 400px) {
    .detail-item__buttons .btn {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  
  .detail-item__buttons .btn:last-child {
    margin-right: 0;
  }
  
  .detail-item__tabs {
    margin-top: 30px;
  }
  
  .tabs {
    width: 100%;
    margin-top: 40px;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            box-shadow: 0px 15px 46px 0px rgba(5, 85, 129, 0.39);
            border-radius: 8px;
  }
  
  @media screen and (max-width: 620px){
    .tabs {
      overflow: hidden;
    }
  }
  
  .tabs__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media screen and (max-width: 620px){
    .tabs__links{
      overflow-x: scroll;
    }
  }
  
  @media screen and (max-width: 400px) {
    .tabs__links {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .tabs__link {
    position: relative;
    z-index: 1;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
  }
  
  @media screen and (max-width: 620px){
    .tabs__link{
      width: max-content;
      padding: 15px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link {
      width: 100%;
    }
  }
  
  .tabs__link:not(:last-child) {
    border-right: none;
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link:not(:last-child) {
      border-right: 1px solid #000;
      border-bottom: none;
    }
  }
  
  .tabs__link--active {
    color: #000;
    border-bottom: 1px solid #e4f7ff;
  }
  
  /* .tabs__link--active:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link--active:before {
      content: none;
    }
  }
  
  .tabs__link--active:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -19px;
    border: 10px solid transparent;
    border-top: 10px solid #e4f7ff;
  }
  
  @media screen and (max-width: 400px) {
    .tabs__link--active:after {
      content: none;
    }
  } */
  
  .tabs__block {
    display: none;
    padding: 30px 40px 40px;
    border-top: 0;
  }
  
  @media screen and (max-width: 560px) {
    .tabs__block {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .tabs__block--active {
    display: block;
  }
  
  .tabs__block__title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  @media screen and (max-width: 560px) {
    .tabs__block__title {
      text-align: center;
    }
  }
  
  .tabs__block__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .tabs__block__subtitle {
      text-align: center;
    }
  }
  
  .prop_list{
    width: 65%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
  }
  
  @media screen and (max-width: 560px) {
    .prop_list {
      width: 100%;
    }
  }
  
  .prop_list__item{
    display: grid;
    grid-template-columns: 80% 20%;
    margin-bottom: 5px;
  }
  
  .prop_list__name{
    
  }
  .prop_list__value{
    display: block;
    font-weight: bold;
    text-align: right;
    line-height: 20px;
  }
  
  .garanty {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .garanty__half {
    width: 50%;
  }
  
  @media screen and (max-width: 560px) {
    .garanty__half {
      width: 100%;
    }
    .prop_list__item{
      grid-template-columns: 50% 50%;
    }
  }
  
  .garanty__cert {
    position: relative;
    margin-top: 20px;
  }
  
  @media screen and (max-width: 560px) {
    .garanty__cert {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  
  .garanty__cert img{
    max-width: 100%;
    max-height: 490px;
  }
  
  .garanty__cert-link {
    width: 100%;
    max-width: 360px;
    max-height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
  }
  
  @media screen and (max-width: 560px) {
    .garanty__cert-link {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  
  .imgs-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  @media screen and (max-width: 400px) {
    .imgs-line {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  
  .imgs-line__img {
    margin-right: 20px;
  }
  
  @media screen and (max-width: 400px) {
    .imgs-line__img {
      margin-right: 0;
    }
  }
  
  .imgs-line__img:last-child {
    margin-right: 0;
  }
  
  .imgs-line__img img {
    width: 100%;
  }
  
  .detail-slider__thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  
  .detail-slider__thumb {
    max-width: 30%;
  }
  
  .detail-slider__thumb img {
    width: 100%;
  }
  
  .slider-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 560px) {
    .slider-line {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  
  .slider-line__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 560px) {
    .slider-line__title {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 560px) {
    .slider-line__item {
      max-width: 320px;
      margin: 0 auto;
    }
  }
  
  .interesting-slider{
  
  }
  
  .interesting-item__name {
    display: block;
    padding-top: 10px;
    height: 90px;
  }
  
  .interesting-item__btn {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .related__slider{
  
  }
  
  .related-item__name {
    display: block;
    padding-top: 10px;
    height: 90px;
  }
  
  .interesting-item__btn {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .articles-list {
    margin-top: 20px;
  }
  
  .article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe5ed;
  }
  
  .article:last-child {
    border-bottom: none;
  }
  
  .article__img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15px;
  }
  
  .article__img img{
    display: block;
    width: auto;
    max-width: 250px;
    height: auto;
  }
  
  @media screen and (max-width: 560px) {
    .article {
      display: block;
    }
  
    .article__img{
      margin-right: 0;
      margin-bottom: 12px;
      width: 100%;
    }
  
    .article__img img{
      width: 100%;
      max-width: 100%;
    }
  }
  
  .article__name {
    font-size: 18px;
    margin: 0;
  }
  
  .article__data {
    font-size: 12px;
    margin: 10px 0;
  }
  
  .article__link {
    display: block;
  }
  
  .modal {
    display: none;
  }
  .modal p{
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .fancybox-content {
    background: none;
  }
  
  .fancybox-button svg {
    color: #fff;
  }
  
  .show-mobile {
    display: none;
  }
  
  @media screen and (max-width: 560px) {
    .show-mobile {
      display: flex;
      justify-content: flex-start;
    }
  }
  
  @-webkit-keyframes rounds {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .05;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @keyframes rounds {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .05;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @-webkit-keyframes rounds-fill {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .15;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  @keyframes rounds-fill {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
    25% {
      opacity: .1;
    }
    75% {
      opacity: .15;
    }
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
  
  .bx-filter-parameters-box-container{
    display: flex;
  }
  .bx-filter-parameters-box-container input{
    width: 48%;
    margin-right: 2%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .bx-filter-parameters-box-container input.btn-link{
    margin-right: 0;
  }
  
  .review_list{
  
  }
  
  .review-line{
    display: flex;
    justify-content: flex-start;
  }
  .review-photo-wrap{
    max-width: 300px;
    margin-right: 15px;
  }
  .review-photo-wrap img{
    -webkit-box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.2);
    max-width: 100%; 
  }
  .review-info{
    width: 100%;
  }
  .review-name{
    margin-bottom: 10px;
    font-size: 22px;
    color: #055581;
    font-weight: 500;
  }
  
  
  .contacts-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #111;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-item{
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
  
  .smart-captcha{margin: 10px 0;}
  .fancybox-stage .smart-captcha {
    height: 102px !important;
  }
  .login-html{width:100%;height:100%;padding:40px 70px 180px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px; background: #fff;}
  .login-html .sign-in-htm,.login-html .sign-up-htm{top:0;left:0;right:0;bottom:0;position:absolute;transform:rotateY(180deg);opacity:0;visibility:hidden;transition:all .4s linear}
  .login-html .sign-in,.login-html .sign-up,.login-form .group .check{display:none}
  .login-html .tab,.login-form .group .label,.login-form .group .button{text-transform:uppercase}
  .login-html .tab{font-size:22px;padding-bottom:5px;margin:0 40px 10px 0;display:inline-block;border-bottom:2px solid transparent; cursor: pointer;}
  .login-html .tab[for="tab-2"]{margin-right: 0;}
  .login-html .sign-in:checked + .tab,.login-html .sign-up:checked + .tab{border-color: #289dd1}
  .login-form{min-height:500px;position:relative;perspective:1000px;transform-style:preserve-3d; padding-top: 20px;}
  .registration-form{padding-top: 20px;}
  .login-form .group{margin-bottom:15px}
  .login-form .group .label,.login-form .group .input,.login-form .group .button{width:100%;color:#232324;display:block;font-size:16px}
  .login-form .group .input,.login-form .group .button{border:none;padding:10px 20px;border-radius:25px;border:1px solid #bebebe;margin-top:2px}
  .login-form .group input[data-type="password"]{text-security:circle;-webkit-text-security:circle}
  .login-form .group .label{color:#aaa;font-size:12px}
  .login-form .group .button{height:auto;background:#f7d723;font-weight:700;border:none;-webkit-transform:skew(0deg) scale(0.9999);-moz-transform:skew(0deg) scale(0.9999);-o-transform:skew(0deg) scale(0.9999);transform:skew(0deg) scale(0.9999)}
  .login-form .group label .icon{width:15px;height:15px;border-radius:2px;position:relative;display:inline-block;background:rgba(0,0,0,.1)}
  .login-form .group label .icon:before,.login-form .group label .icon:after{content:'';width:10px;height:2px;background:#333;position:absolute;transition:all .2s ease-in-out 0}
  .login-form .group label .icon:before{left:3px;width:5px;bottom:6px;transform:scale(0) rotate(0)}
  .login-form .group label .icon:after{top:6px;right:0;transform:scale(0) rotate(0)}
  .login-form .group .check:checked + label .icon{background:#f7d723}
  .login-form .group .check:checked + label .icon:before{transform:scale(1) rotate(45deg)}
  .login-form .group .check:checked + label .icon:after{transform:scale(1) rotate(-45deg)}
  .login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{transform:rotate(0);opacity:1;visibility:visible}
  .login-html .sign-up:checked + .tab + .login-form .sign-up-htm{transform:rotate(0);opacity:1;visibility:visible}
  .login-html .hr{height:2px;margin:70px 0 50px;background:rgba(0,0,0,.2)}.foot-lnk{text-align:center}
  .registration-form,.dev_form .login-form{border:none}.login-form label{width:auto;margin:0}
  .login-form .check-row{text-align:left}.group .label{text-align:left}
  
  
  #clients-slider .owl-stage{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .client{
    display: flex;
    justify-content: center;
  }
  
  .owl-carousel .owl-item a.fancy{
    display: block;
  }
  #clients-slider.owl-carousel .owl-item img{
    width: auto;
  }
  
  .basket-items-search-field{
    display: none;
  }
  
  /*.top-seo{
    margin-bottom: 20px;
  }
  .bottom-seo{
    margin-top: 20px;
  }*/
  
  
  
  .sale-section{
    padding: 75px 0;
  }
  .sale-section + .section--p75{
    padding-top: 0;
  }
  .sales-carousel{
    width: 100%;
    max-width: 1100px;
    padding: 6px 15px;
    margin: 0 auto;
   }
   .sales-carousel.owl-carousel .owl-item{
      border-radius: 8px;
   }
   .sale-block{
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
   }
   .owl-carousel .owl-item img.sale-block__img,
   .sale-block__img{
    max-width: 100%;
    max-height: 220px;
    width: auto;
    position: relative;
    z-index: 2;
   }
   @media screen and (max-width: 480px) {
    .owl-carousel .owl-item img.sale-block__img,
    .sale-block__img{
      width: 100%;
      max-height: auto;
     }
   }
   .sale-block__bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
   }
   .sale-block__text{
    position: absolute;
    z-index: 4;
    padding: 15px;
    height: 81%;
    margin-top: 10px;
    right: 20px;
    height: calc(90% - 30px);
    max-width: calc(100% - 40px);
    top: 10%;
    border-radius: 8px;
    overflow: hidden;
   }
   @media screen and (max-width: 480px) {
    .sale-block__text{
      position: absolute;
      bottom: 10px;
      right: 10px;
      padding-right: 40px;
      font-size: 12 !important;
     }
   }
   .sale-block__link{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
   }
  
   .popup-window-buttons{
    display: flex;
    justify-content: center;
   }
  
   .stock__slider.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
   }
  
  .breadcrumbs{
    margin: 15px 0;
  }
  .irs--flat .irs-bar{
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
  }
  .irs--flat .irs-handle>i:first-child {
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      width: 15px;
      border-radius: 100%;
      height: 100%;
      margin-left: -1px;
      background-color: #fff;
      transform: translateX(-50%);
      border: 1px solid #748396;
  }
  .irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child{
    background: #fff;
    cursor: pointer;
  }
  .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
  }
  
  .amo-button-holder{
    bottom: 20px !important;
    right: 20px !important;
  }
  
  .irs--flat .irs-handle > i:first-child{
    width: 18px;
  }
  .irs--flat .irs-from:before, 
  .irs--flat .irs-to:before, 
  .irs--flat .irs-single:before{
    border-top-color: #115d87;
  }
  
  .show_more{
    position: relative;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3388b7), to(#115d87));
    background: -o-linear-gradient(top, #3388b7 0%, #115d87 100%);
    background: linear-gradient(180deg, #3388b7 0%, #115d87 100%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    margin: 0 auto 15px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
  }
  .show_more:hover, .show_more:focus{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#115d87), to(#3388b7));
    background: -o-linear-gradient(top, #115d87 0%, #3388b7 100%);
    background: linear-gradient(180deg, #115d87 0%, #3388b7 100%);
  }
  .show_more.send{color: transparent;}
  .show_more.send:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/geosint/assets/css/../img/spinner.gif") no-repeat center center;
  }
  
  
  [data-pagination-num]{
    text-align: center;
  }
  [data-pagination-num] .text{
    display: block;
    margin-bottom: 10px;
  }
  [data-pagination-num] .text a{
    margin: 0px 2.5px;
  }
  .product-item-button-container .btn, .btn--one-click{
    font-size: 16px;
  }
  
  .footer__gp-link{
    position: relative;
    top: 10px;
    text-align: left;
  }
  @media screen and (max-width: 560px) {
    .footer__gp-link{
      display: none;
    }
  }
  .footer__gp-link--mobile{
    display: none;
  }
  @media screen and (max-width: 560px) {
    .footer__gp-link--mobile{
      display: block;
      top: 0;
      margin-top: 10px;
      text-align: center;
    }
  }
  
  .footer__gp-link a{
    color: #748396;
    font-size: 12px;
  }
  .footer__gp-link a:hover{
    color: #748396;
    text-decoration: underline;
  }
  
  
  @media screen and (max-width: 560px) {
    .header-line .personal:not(.main-menu__parent){
      display: none;
      position: absolute;
      right: 134px;
      top: 8px;
    }
    .header-line .cart{
      position: absolute;
      right: 0;
      top: 3px;
    }
    .header-wrap.fixed .header-line, .header-wrap .header-line{
      flex-direction: column;
    }
    .item-card{
      padding: 0;
    }
  
    .item-card:last-child{
      padding-right: 0;
    } 
    .item-card__name{
      font-size: 14px;
    }
    .item-card__buttons{
      font-size: 14px;
    }
    .product-item-container{
      margin-right: 10px;
    }
    .product-item-button-container .btn, .btn--one-click{
      padding: 10px 0;
    }
    .product-item-container:nth-child(4n){
      margin-right: 10px
    }
    .product-item-container:nth-child(2n){
      margin-right: 0;
    }
    .item-card__availability{
      font-size: 12px;
      margin-bottom: 10px;
    }
    .sect__left{
      min-width: auto;
    }
    .catalog__sect{
      padding: 5px;
          grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .banner__subtitle{
      font-size: 14px;
      line-height: 1.4
    }
    .main-menu.active{
      padding: 0
    }
    .header__text{
      font-size: 12px;
      line-height: 1.4;
    }
    .header__contacts .email a{
      font-size: 14px;
    }
    .header__contacts .phone a{
      font-size: 20px;
    }
    .header__contacts .phone i{
      margin-right: 5px;
    }
    .header__call-link{
      display: none
    }
    .main-menu__parent__link{
      flex-direction: column;
      align-items: start;
    }
    .product-item-button-container .btn, .btn--one-click{
      font-size: 14px;
    }
    .detail-item__name{
      font-size: 20px;
    }
    .detail-item__short-info{
      font-size: 14px;
    }
    .detail-item__short-info--bold{
      font-size: 16px;
    }
    .detail-wrap{
      margin-top: 10px
    }
    .detail-item__buttons .btn{
      font-size: 14px;
    }
    .fancybox-content{
      padding: 15px 25px;
    }
    .login-form{
      min-height: 380px;
    }
    .login-html{
      padding: 40px;
    }
    .login-html .tab{
      display: block;
      text-align: center;
      margin-right: 0;
    }
    .fancybox-content{
      overflow: hidden;
    }
    .fancybox-slide--html .fancybox-close-small{
      right: -10px;
    }
    .login-html .hr{
      margin: 35px 0 25px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .login-html{
      padding: 15px;
    }
    .login-html .tab{
      font-size: 18px;
    }
    .form__text-filed--small-h{
      height: 40px;
      font-size: 14px;
    }
    .blue-btn-wrap .blue-btn{
      font-size: 16px;
    }
    .required__text{
      font-size: 14px;
    }
    .login-form{
      min-height: 360px;
    }
  }
/* End */


/* Start:/local/templates/geosint/components/arturgolubev/search.title/main/style.css?165763441014793*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: "Gilroy", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Gilroy", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 15px -2px #747272;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/geosint/components/arturgolubev/search.title/main/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:0px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/geosint/components/arturgolubev/search.title/main/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 8px 10px;
	line-height: 1.4;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-color: #ffffff;
    color: #fff;
    height: 0;
    margin: 10px;
    background: #fff;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
	width: 100%;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #333;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: lowercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 48px;
	height: 48px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	display: block;
	display: flex;
	font-size: 12px;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	/*line-height: 48px;*/
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 0px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#289fd3;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #289fd3;
	border-color: #289fd3;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #289fd3;
	border-color: #289fd3;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #0f658b;
	border-color: #0f658b;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #0f658b;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #f4fbfe;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#289fd3;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#289fd3;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #fff;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/geosint/components/arturgolubev/search.title/main/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

/*Custom CSS*/
.bx_item_element.bx_item_element_all_result.js_search_href{
	padding: 0;
}
.bx_item_element.bx_item_element_all_result.js_search_href a{
	border-radius: 5px;
color: #fff;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    padding: 15px 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

}
div.title-search-result{
	border-radius: 5px;
	margin: 0;
}
.search-result-name{
	display: block;
    margin: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 800;
    color: #474747;
    font-size: 14px;
    
}
.js_search_href  .bx_item_block_item_name_flex_align span{
	font-size: 12px;
	opacity: .5;
	margin-top: 0.2rem;
	display: block;
}
/* End */


/* Start:/local/templates/geosint/components/bitrix/menu/top/style.css?1687845053812*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/geosint/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



.main-menu__sub{
	width: 100%;
	box-shadow: 1px 15px 20px 3px rgba(1,1,1,0.1);
	padding: 10px !important;
}

.main-menu__parent i{
	transform: rotate(90deg);
	margin-left: 5px;
}

.main-menu__width-sub>a{
	max-width: fit-content;
}
/* End */


/* Start:/local/templates/geosint/components/bitrix/sale.basket.basket.line/basket/style.css?16575236994707*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
.total-basket-summ{
	padding: 0 5px;
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.total-basket-summ{
		display: none
	}
}
/* End */


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


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


/* Start:/local/templates/geosint/components/bitrix/system.auth.form/authfrm_new/style.min.css?1591346719424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/geosint/components/bitrix/system.auth.form/authfrm_new/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/geosint/components/bitrix/system.auth.form/authfrm_new/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/geosint/components/bitrix/main.register/registerfrm_new/style.min.css?1591346711442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/local/templates/geosint/components/bitrix/main.register/registerfrm_new/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/local/templates/geosint/components/bitrix/main.register/registerfrm_new/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/geosint/template_styles.css?178902224510320*/
.header-search__wrap{
    padding: 0;
}
.header-search__wrap form, #title-search, .header-search__wrap form input{
    height:100%;
}
.search-wrap, .header-search__wrap form input[type='text']{
    width:100%;
}
.search-wrap input[type="submit"]{
    right: 0px;
    bottom: 1px;
    height: 95%;
}

.title-search-result table{
    width:100%;
}
.fancybox-container #auth {
    height: auto;
    overflow: hidden;
}
.fancybox-container #auth .login-html {
    height: auto;
    padding: 40px 70px 40px;
}
#auth .login-html .sign-in:checked ~ .login-form {
    min-height: 400px;
}
#auth .login-html .sign-up:checked ~ .login-form {
    min-height: 700px;
}
#smart-title-search{
    margin:0;
    height:100%;
    border-radius: 8px;
}
#smart-title-search button{
    height:40px;
    border-radius: 0 8px 8px 0;
}
#smart-title-search .bx-input-group{
    width:100%;
}
#smart-title-search-input{
    height:40px;
    border-radius: 8px 0 0 8px;
    background: #fff;
}
.header-search__wrap{
    background: transparent;
}
.small-text{
    font-size: 12px;
} 
.text-bold{
    font-weight: bold;
}
.fil_open {
    display: none;
}
.interesting-item__name {
    height: 100%;
}


@media(max-width:1350px){
    body {
        overflow-x: hidden;
    }
    #clients-slider {
        overflow-x: hidden;
    }
    #docs-wrap .doc {
        max-width: 32.333%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }    
}

@media(max-width:1050px){
    .main-menu__parent {
        padding: 15px 5px;
    }
    .map__info {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        top: -10px;
        padding-top: 10px;
    }
    .map__info__line .other_time {
        display: inline;
    }
}

@media(max-width:991px){
    .footer-wrap {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .footer__col {
        width: 45%;
        max-width: 100%;
        margin-right: 0;
    }
    .footer__gp-link {
        position: inherit;
    }
    .footer__col:first-child {
        max-width: 100%;
        margin-bottom: 20px;
        border-bottom: solid 1px #bcd0ee;
        padding-bottom: 20px;
    }
    .footer__col:nth-child(2) {
        text-align: right;
        align-items: flex-end;
        margin-bottom: 20px;
        border-bottom: solid 1px #bcd0ee;
        padding-bottom: 20px;
    }
    .footer__col:last-child {
        max-width: 100%;
        text-align: right;
        align-items: flex-end;
    }
    .footer__phone-wrap .footer__phone-text {
        width: 100%;
        max-width: 100%;
    }
    .footer__props {
        margin-bottom: 15px;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr));
    }
}

@media(max-width:870px){ 
    .header__menu .show-mobile {
        display: flex;
        justify-content: flex-start;
    }
    .header-line .personal:not(.main-menu__parent){
        display: none;
        position: absolute;
        right: 134px;
        top: 8px;
    }
    .header-line .cart{
        position: absolute;
        right: 0;
        top: 3px;
    }
    .header-wrap.fixed .header-line, .header-wrap .header-line{
        flex-direction: column;
    }
    .main-menu {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
        max-height: 0;
    }
    .main-menu.active {
        padding: 0 20px;
        max-height: 750px;
    }
    .main-menu li {
        width: 100%;
    }
    .main-menu .main-menu__sub {
        display: none;
    }
    .main-menu__sub {
        position: static;
    }
    .main-menu__catalog:hover .main-menu__sub {
        display: none;
    }
    .main-menu .main-menu__sub.active {
        display: block;
        box-shadow: none;
    }
    .main-info {
        flex-wrap: wrap;
    }
    .main-info__half {
        width: 100%;
    }
    .main-info .main-left__text {
        padding: 0;
        order: 1;
    }
    .main-info .main-left__plus {
        margin: 10px -.5rem;
        order: 2;
    }
    .main-left__plus .plus {
        margin: 1rem .5rem;
        padding: .7rem;
        background: rgb(255 255 255 / 80%);
        border-radius: 5px;
    }
    .main-left__plus .plus__text {
        display: block;
        margin-top: 0;
        font-size: 1rem;
        color: #333;
    }
    .circle-block {
        position: relative;
        left: 0;
        bottom: auto;
        top: auto;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .main-info__half.main-right .form {
        margin: 10px auto 0;
    }
    .advantages-list {
        flex-wrap: wrap;
    }
    .advantage {
        max-width: 50%;
        margin: 15px 0;
    }
    .advantage__text {
        text-align: center;
    }
    .advantage__text br {
        display: none;
    }
    .advantage__link {
        margin-top: 0;
    }
    .related {
        margin: 5px;
    }
    .phone-line__phone {
        white-space: nowrap;
        font-size: 20px;
    }
    .phone-line__text {
        font-size: 20px;
    }
    .gen-dir {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gen-dir__text {
        font-size: 20px;
        padding-top: 0;
    }
    .gen-dir__dir.director {
        width: 100%;
        text-align: center;
    }
    .director__img {
        width: auto;
        height: 500px;
        margin: 0 auto;
    }
    .gen-dir__text br {
        display: none;
    }
    #clients-slider.owl-carousel .owl-item img {        
        max-width: 100%;
    }
    .footer__phone {
        white-space: nowrap;
    }
    .footer__offices {
        margin-top: 20px;
    }
    .banner .circle-block {
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .catalog__sect--some {
        -ms-grid-columns: 33.333% 33.333% 33.333%;
        grid-template-columns: 33.333% 33.333% 33.333%;
    }
    .sect-main__img {
        width: 100%;
    }
    .header-search {
        width: 300px;
        max-width: 100%;
    }
    .header-wrap.fixed .header-search {
        left: 100px;
        transform: none;
        max-width: 30%;
    }
    .banner__text {
        max-width: 100%;
        padding-right: 0;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

@media(max-width:720px){
    .header-search__wrap{
        left: 0;
        width: 100%;
        top: -55px;
        background: transparent;
    }
    #smart-title-search button, #smart-title-search-input, #smart-title-search{
        height:40px;
    }
    .map__bg {
        padding: 15px 0 0 40px;
    }
    .map-point {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 10px;
    }
    .header-wrap.fixed .header-search {
        display: none;
    }
    .review-photo-wrap {
        width: 40%;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .review-photo-wrap img {
        width: 100%;
    }
    .review-line {
        margin-bottom: 20px;
    }
    .form__field-line {
        flex-wrap: wrap;
    }
    .form__field-line .form__field-wrap {
        margin-bottom: 10px;
    }
    div.news-detail img.detail_picture {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        float: none;
        margin: 0 0 20px 0;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .detail-item__left {
        width: 100%;
    }
    .detail-item__right {
        width: 100%;
    }
}

@media(max-width:560px){
    #docs-wrap .doc {
        width: 48%;
        margin: 10px 1%;
        max-width: 100%;
    }
    .doc__name {
        font-size: 18px;
    }
    .footer__col {
        width: 100%;
        max-width: 100%;
    }
    .footer__col:nth-child(2) {
        align-items: center;
        text-align: center;
    }
    .footer__col:last-child {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }
    .main-left__text .circle-block {
        right: auto;
        left: auto;
        transform: translateX(0);
    }
    .main-info .main-left__plus {
        max-width: 100%;
    }
    .main-info .main-left__plus {
        margin: 10px 0 0;
    }
    .main-left__plus .plus {
        margin: 0.5rem 0;
        padding: 0.7rem;
        background: rgb(255 255 255 / 80%);
        border-radius: 5px;
        width: 100%;
    }
    .advantage__text {
        font-size: 1rem;
    }
    .plus-list .plus {
        width: 100%;
        max-width: 100%;
        margin: 5px 0;
    }
    .plus-list .plus__text{
        margin-top: 0;
    }
    .catalog__sect--some {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }
    .fil_open {
        display: block;
        padding: 15px;
        background: #4b9ed2;
        color: #fff;
        border-radius: 7px;
        margin: 0 0 15px;
    }
    .catalog__sidebar {
        height: auto;
        display: none;
        max-height: 500px;
    }
    .review-line {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .review-info {
        text-align: center;
    }
    .review-photo-wrap {
        width: 220px;
        max-width: 100%;
        flex-shrink: 0;
        margin: 0 auto 15px;
    }
    .project__text {
        opacity: 0;
    }
    .project:hover .project__text {
        opacity: 1;
    }
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

@media(max-width: 370px){
    .items_list {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

/* Мобильные стили (до 768px) */
@media (max-width: 768px) {
	.gallery__item--medium {
		height: 204px !important;
	}
	
	.gallery__item--large,
	.gallery__item--small {
		height: 270px !important;
	}
}

/* Десктопные стили */
@media (min-width: 769px) {
	.gallery__item--large {
		height: 555px;
	}
	
	.gallery__item--medium,
	.gallery__item--small {
		height: 270px;
	}
}
/* End */
/* /local/templates/geosint/assets/css/reset.css?15864171676601 */
/* /local/templates/geosint/assets/libs/fancybox/jquery.fancybox.min.css?158641720812795 */
/* /local/templates/geosint/assets/libs/ion.rangeSlider-master/css/ion.rangeSlider.min.css?157682170411084 */
/* /local/templates/geosint/assets/css/styles.min.css?1789022241121503 */
/* /local/templates/geosint/components/arturgolubev/search.title/main/style.css?165763441014793 */
/* /local/templates/geosint/components/bitrix/menu/top/style.css?1687845053812 */
/* /local/templates/geosint/components/bitrix/sale.basket.basket.line/basket/style.css?16575236994707 */
/* /local/templates/geosint/components/bitrix/breadcrumb/breadcrumb/style.css?1633690074651 */
/* /local/templates/geosint/components/bitrix/menu/footer/style.min.css?1591016899490 */
/* /local/templates/geosint/components/bitrix/system.auth.form/authfrm_new/style.min.css?1591346719424 */
/* /local/templates/geosint/components/bitrix/main.register/registerfrm_new/style.min.css?1591346711442 */
/* /local/templates/geosint/template_styles.css?178902224510320 */
