

/* Start:/local/templates/opora/static/css/reset.css?17875545237343*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* End */


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


/* Start:/local/templates/opora/static/css/jquery.fancybox.min.css?178755452312795*/
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/opora/static/css/bootstrap.css?178755452315131*/
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}

/* End */


/* Start:/local/templates/opora/static/css/legacy.css?178755452331356*/
html {
  width: 100%;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: 'Bebas', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 44px;
  line-height: 56px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

p.block--title {
  color: #2f2f2f;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 70px;
  line-height: 70px;
  margin: 0 0 49px 0;
  text-transform: uppercase;
}

p.block--title span {
  color: #df6618;
}

.button {
  background: #df6618;
  background: -moz-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e08743), color-stop(100%, #df6618));
  background: -webkit-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: -o-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: -ms-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: linear-gradient(to bottom, #e08743 0%, #df6618 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 32px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  width: 292px;
}

.button:hover {
  background: #fff;
  border: 2px solid #303030;
  color: #2f2f2f;
  height: 78px;
  width: 288px;
}

a.link__back {
  display: block;
  margin: 50px 0 0;
}

/*
=====================================================================================
  Первый блок
=====================================================================================
*/
.block__first {
  background: url("/local/templates/opora/static/css/../images/bg1.png") center 0 no-repeat;
  padding: 46px 0 49px;
  padding-bottom: 0px;
  width: 100%;
}

.button__all-services {
  background: url("/local/templates/opora/static/css/../images/nav-all-icon.png") 0 center no-repeat;
  color: #2f2f2f;
  cursor: pointer;
  font-size: 13px;
  float: left;
  padding: 0 0 0 13px;
}

.button__all-services span {
  border-bottom: 1px dashed #2f2f2f;
}

.button__all-services:hover span {
  border-bottom: 0 none;
}

ul.list__button__all-services-small {
  float: right;
  text-align: justify;
  width: 411px;
  /* Обнуляем для родителя*/
  line-height: 0;
  font-size: 1px;
  /* 1px для Opera */
  /* Лекарство для IE6-7*/
  text-justify: newspaper;
  zoom: 1;
  /* Включаем в работу последнюю строку*/
  text-align-last: justify;
}

ul.list__button__all-services-small:after {
  content: "";
  display: inline-block;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}

ul.list__button__all-services-small li {
  display: inline-block;
  float: none;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  vertical-align: top;
}

.submenu--bottom {
  display: none;
  margin: 13px 0 0;
}

ul.list__button__all-services-big {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 47px;
  width: 128px;
  margin-bottom: 15px;
}

ul.list__button__all-services-big:first-child,
ul.list__button__all-services-big.left {
  margin: 0;
}

ul.list__button__all-services-big li {
  float: none;
  margin: 7px 0 0;
}

ul.list__button__all-services-big li:first-child {
  margin: 0;
}

.block__first--img {
  /*border: 3px solid #88898a;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  height: 380px;
  margin: 0px 0 51px;
  margin-bottom: 0px;
  width: 316px;
  overflow: hidden;
}

.block__first--img img {
  width: 100%;
}

.block__first--bottom {
  margin: 69px 0 0;
}

.block__first--slider {
  float: left;
  margin: 56px 0 0;
  width: 510px;
}

.block__first--slider .block--title {
  line-height: 83px;
}

.block__first--slider .slick-dots {
  bottom: auto;
  top: -24px;
  right: 12px;
  width: auto;
}

.block__first--slider .slick-dots li {
  background: url("/local/templates/opora/static/css/../images/slider-marker.png") center no-repeat;
  display: block;
  height: 24px;
  margin-top: 5px;
  width: 29px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block__first--slider .slick-dots li.slick-active {
  background: url("/local/templates/opora/static/css/../images/slider-marker-active.png") center no-repeat;
}

.block__first--slider .slick-dots li:first-child {
  margin-top: 0;
}

.block__first--slider .slick-dots li button {
  padding: 0;
  margin: 0;
  display: block;
  height: 24px;
  width: 29px;
}

.block__first--slider .slick-dots li button:before {
  display: none;
}

/*
=====================================================================================
  End Первый блок
=====================================================================================
*/
/*
=====================================================================================
  Главный блок
=====================================================================================
*/
.main {
  margin: 71px 0 78px;
}

.main .wrap {
  position: relative;
}

/*
=====================================================================================
  End Главный блок
=====================================================================================
*/

/*
=====================================================================================
  Содержимое
=====================================================================================
*/
.content {
  float: right;
  width: 675px;
}

.content p {
  margin: 0 0 21px 0;
}

.content p span {
  color: #2f2f2f;
}

.content h2 {
  margin: 47px 0 15px;
}

.content h3 {
  margin: 49px 0 15px;
}

.content h4 {
  margin: 51px 0 15px;
}

.img-left {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0 32px 10px 0;
  max-width: 675px;
}

.img-block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 21px 0;
  width: 100%;
}

.list__marker {
  list-style-image: url("/local/templates/opora/static/css/../images/list-marker.png");
  margin: 0 0 21px 18px;
}

.list__marker li {
  color: #696868;
  margin: 13px 0 0;
}

.list__marker li:first-child {
  margin: 0;
}

.list__num {
  list-style: decimal;
  margin: 0 0 21px 23px;
}

.list__num li {
  color: #696868;
  margin: 13px 0 0;
}

.list__num li:first-child {
  margin: 0;
}

.table,
.tb_uslugi {
  border-bottom: 2px solid #df6618;
  text-align: center;
  margin: 0 0 30px;
  width: 100%;
}

.table caption,
.tb_uslugi caption {
  color: #2f2f2f;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  text-align: left;
  text-transform: uppercase;
}

.table td,
.tb_uslugi td {
  vertical-align: middle;
}

.table thead tr,
.tb_uslugi thead tr {
  background: #df6618;
  color: #fff;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  height: 36px;
}

.table thead tr td:first-child,
.tb_uslugi thead tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table thead tr td:last-child,
.tb_uslugi thead tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table tbody,
.tb_uslugi tbody {
  color: #696868;
  font-size: 12px;
}

.table tbody tr,
.tb_uslugi tbody tr {
  height: 34px;
}

.table tbody tr:nth-child(2n),
.tb_uslugi tbody tr:nth-child(2n) {
  background: #eeeeee;
  color: #2f2f2f;
}

.table tbody td,
.tb_uslugi tbody td {
  width: 155px;
}

.table tbody td.td-num,
.tb_uslugi tbody td.td-num {
  width: 55px;
}

.blockquote {
  border: 2px solid #2f2f2f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 21px 29px;
}

.blockquote p {
  color: #2f2f2f;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 25px;
  margin: 0;
}

/*
=====================================================================================
  End Содержимое
=====================================================================================
*/
/*
=====================================================================================
  Статьи
=====================================================================================
*/
.articles--item {
  float: left;
  margin: 0 31px 43px 0;
  width: 322px;
}

.articles--item:nth-child(2n) {
  margin: 0 0 43px 0;
}

.articles--item .date {
  margin: 23px 0 0;
}

.articles--item-img {
  height: 225px;
  overflow: hidden;
  width: 322px;
}

.articles--item-img img {
  width: 100%;
}

.articles--item-link {
  display: block;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 25px;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  text-decoration: none;
}

p.articles--item-text {
  display: block;
  height: 95px;
  margin: 10px 0 0;
  overflow: hidden;
}

/*
=====================================================================================
  End Статьи
=====================================================================================
*/
/*
=====================================================================================
  Блок Характеристики
=====================================================================================
*/
.block__features {
  padding: 77px 0 41px;
}

.block__features--item {
  float: left;
  margin: 0 93px 56px 0;
}

.block__features--item:nth-child(3n) {
  margin-right: 0;
}

.col2 .block__features--item {
  margin: 0 60px 56px 0
}

.col2 .block__features--item a p {
  color: #df6618 !important
}

.col2 .block__features--item a:hover p {
  color: #2f2f2f !important
}

.col2 .block__features--item:nth-child(3n) {
  margin-right: 60px
}

.col2 .block__features--item:nth-child(2n) {
  margin-right: 0
}

.col2 .block__features--item--content {
  width: 200px
}

.block__features--img {
  float: left;
  height: 100px;
  margin: 0 20px 0 0;
  width: 75px;
  overflow: hidden;
}

.block__features--img img {
  width: 100%;
}

.block__features--item--content {
  float: left;
  margin: 3px 0 0;
  width: 233px;
}

p.block__features--item--title {
  color: #2f2f2f;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 21px;
  margin: 0 0 9px;
}

p.info_title {
  color: #2f2f2f;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 21px;
  margin: 0 0 9px;
  margin-bottom: 5px !important;
}

.more_info {
  cursor: pointer;
  color: #df6618 !important;
  border-bottom: 1px dotted;
  float: right;
  margin-right: 150px;
}

.more_info:hover {
  border: none;
}

.hidden_info {
  display: none;
}

/*
=====================================================================================
  End Блок Характеристики
=====================================================================================
*/
/*
=====================================================================================
  Блок О Компании
=====================================================================================
*/
.block__about {
  background: url("/local/templates/opora/static/css/../images/bg2.png") center 0 no-repeat;
  background-size: cover;
  padding: 83px 0 0;
  width: 100%;
  overflow: hidden;
}

.block__about .wrap {
  position: relative;
}

.block__about--content {
  float: left;
  width: 500px;
}

.block__about--content p {
  color: #2f2f2f;
  margin-bottom: 25px;
}

.block__about--img {
  border: 3px solid #88898a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 380px;
  margin: 5px 0 0 65px;
  width: 547px;
  overflow: hidden;
}

.block__about--img img {
  width: 100%;
}

/*
=====================================================================================
  End Блок О Компании
=====================================================================================
*/
/*
=====================================================================================
  Блок Территория
=====================================================================================
*/
.block__territory .wrap {
  height: 651px;
  padding: 83px 0 0;
  position: relative;
}

.block__territory .map {
  background: url("/local/templates/opora/static/css/../images/map-main.png") center no-repeat;
  position: absolute;
  bottom: 0;
  right: -405px;
  height: 601px;
  width: 1309px;
}

.marker__small {
  background: url("/local/templates/opora/static/css/../images/map-marker-small.png") center no-repeat;
  height: 24px;
  position: absolute;
  width: 18px;
}

.marker__big {
  background: url("/local/templates/opora/static/css/../images/map-marker-big.png") left no-repeat;
  color: #fff;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  text-align: center;
  width: 25px;
}

.block__territory .map .marker__big {
  padding-left: 30px;
  color: #000;
  width: auto;
}

#markerBig1 {
  top: 109px;
  left: 386px;
}

#markerBig2 {
  top: 281px;
  left: 414px;
}

#markerBig3 {
  top: 466px;
  left: 449px;
}

#marker1 {
  top: 48px;
  left: 296px;
}

#marker2 {
  top: 75px;
  left: 347px;
}

#marker3 {
  top: 96px;
  left: 192px;
}

#marker4 {
  top: 93px;
  left: 261px;
}

#marker5 {
  top: 102px;
  left: 303px;
}

#marker6 {
  top: 108px;
  left: 347px;
}

#marker7 {
  top: 147px;
  left: 307px;
}

#marker8 {
  top: 135px;
  left: 347px;
}

#marker9 {
  top: 145px;
  left: 422px;
}

#marker10 {
  top: 182px;
  left: 291px;
}

#marker11 {
  top: 179px;
  left: 338px;
}

#marker12 {
  top: 177px;
  left: 379px;
}

#marker13 {
  top: 235px;
  left: 370px;
}

#marker14 {
  top: 256px;
  left: 307px;
}

#marker15 {
  top: 287px;
  left: 334px;
}

#marker16 {
  top: 440px;
  left: 544px;
}

.block__territory--content {
  width: 315px;
}

.block__territory--content .button {
  margin: 60px 0 0;
}

/*
=====================================================================================
  End Блок Территория
=====================================================================================
*/
/*
=====================================================================================
  Блон Новости
=====================================================================================
*/
.block__news {
  background: url("/local/templates/opora/static/css/../images/bg3.png") center 0 no-repeat;
  background-size: cover;
  padding: 83px 0 10px;
  overflow: hidden;
}

.block__news--item {
  float: left;
  margin: 0 160px 0 0;
  width: 244px;
}

.block__news--item:last-child {
  margin: 0;
}

.block__news--item:last-child .date .day {
  color: #fff;
}

.block__news--item:last-child .block__news--link {
  color: #fff;
}

.date {
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
}

.date p {
  display: inline-block;
  vertical-align: top;
}

.date .day {
  color: #df6618;
  font-size: 38px;
}

.date .slash {
  color: #2f2f2f;
  font-size: 38px;
  margin: 10px 0 0;
}

.date .month-year {
  color: #2f2f2f;
  font-size: 28px;
  margin: 22px 0 0 -4px;
}

.block__news--link {
  display: block;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 25px;
  margin: 4px 0 2px;
  text-decoration: none;
}

.block__news--content {
  color: #2f2f2f;
  line-height: 17px;
}

/*
=====================================================================================
  End Блок Новости
=====================================================================================
*/
/*
=====================================================================================
  Блок Клиенты
=====================================================================================
*/
.block__clients {
  padding: 83px 0 46px;
}

.block__clients .slick-prev:before,
.block__clients .slick-next:before {
  display: none;
}

.slider__clients {
  padding: 0 50px;
}

.block__clients .slick-prev,
.block__clients .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 37px;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block__clients .slick-prev {
  left: 0;
  background: url("/local/templates/opora/static/css/../images/arrow-prev.png") center no-repeat;
}

.block__clients .slick-prev:hover {
  background: url("/local/templates/opora/static/css/../images/arrow-prev-hover.png") center no-repeat;
}

.block__clients .slick-next {
  right: 0;
  background: url("/local/templates/opora/static/css/../images/arrow-next.png") center no-repeat;
}

.block__clients .slick-next:hover {
  background: url("/local/templates/opora/static/css/../images/arrow-next-hover.png") center no-repeat;
}

.block__clients .slick-slide img {
  display: inline-block;
}

.block__clients .slick-initialized .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block__clients .slick-initialized .slick-slide.slick-center {
  opacity: 1;
}

.block__clients .slick-initialized .slick-slide:hover {
  opacity: 1;
}

/*
=====================================================================================
  End Блок Клиенты
=====================================================================================
*/
/**/
.balloon {
  background: #fff;
  border: 2px solid #2f2f2f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -131px;
  width: 227px;
  opacity: 0;
  visibility: hidden;
  font-family: 'Roboto Regular', 'Helvetica', 'Arial', sans-serif;
  line-height: normal;
  text-align: left;
  z-index: 99;
}

.balloon .close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.balloon:before {
  content: "";
  position: absolute;
  left: 121px;
  bottom: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2f2f2f;
}

.balloon:after {
  content: "";
  position: absolute;
  left: 124px;
  bottom: -7px;
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}

.balloon--title {
  color: #2f2f2f;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left !important;
  text-align-last: left !important;
}

.balloon--title:nth-child(2) {
  margin-top: 5px;
  font-size: 16px;
}

.balloon--address,
.balloon--mail {
  font-size: 12px;
}

.balloon--address {
  margin: 6px 0 0;
}

.balloon--tel {
  color: #2f2f2f;
  font-size: 12px;
  margin: 8px 0 0;
}

.balloon--mail {
  display: block;
  margin: 6px 0 0;
}

.visible {
  opacity: 1;
  visibility: visible;
}

.close {
  background: url("/local/templates/opora/static/css/../images/close.png") center no-repeat;
  cursor: pointer;
  height: 14px;
  width: 14px;
}

/*
=====================================================================================
  Контакты
=====================================================================================
*/
.contacts-map-wrap {
  position: relative;
  height: 448px;
}

.contacts-map {
  background: url("/local/templates/opora/static/css/../images/contacts-map.png") center no-repeat;
  position: absolute;
  top: -61px;
  right: -321px;
  height: 943px;
  width: 1309px;
}

.contacts {
  position: relative;
  margin: 77px 0 100px;
  min-height: 310px;
}

.contacts--list {
  position: relative;
  text-align: justify;
  z-index: 2;
  width: 1170px;
  /* Обнуляем для родителя*/
  line-height: 0;
  font-size: 1px;
  /* 1px для Opera */
  /* Лекарство для IE6-7*/
  text-justify: newspaper;
  zoom: 1;
  /* Включаем в работу последнюю строку*/
  text-align-last: left;
  counter-reset: list 4;
}

.contacts--list:after {
  content: "";
  display: inline-block;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}

.contacts--list li {
  display: inline-block;
  line-height: normal;
  padding: 15px 20px 15px 47px;
  position: relative;
  text-align: left !important;
  width: 233px;
  vertical-align: top;
}

.contacts--list li:before {
  background: url("/local/templates/opora/static/css/../images/map-marker-big.png") center no-repeat;
  color: #fff;
  counter-increment: list;
  content: counter(list);
  display: inline-block;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  width: 27px;
  padding-left: 9px;
  position: absolute;
  top: 10px;
  left: 2px;
  counter-increment: list -1;
}

#ymap {
  height: 496px;
  margin: 80px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
}

#markerBig_cont1 {
  top: 133px;
  left: 406px;
}

#markerBig_cont2 {
  top: 301px;
  left: 405px;
}

#markerBig_cont3 {
  top: 466px;
  left: 422px;
}

#marker_cont1 {
  top: 60px;
  left: 296px;
}

#marker_cont2 {
  top: 99px;
  left: 367px;
}

#marker_cont3 {
  top: 103px;
  left: 169px;
}

#marker_cont4 {
  top: 106px;
  left: 277px;
}

#marker_cont5 {
  top: 126px;
  left: 323px;
}

#marker_cont6 {
  top: 132px;
  left: 367px;
}

#marker_cont7 {
  top: 171px;
  left: 327px;
}

#marker_cont8 {
  top: 159px;
  left: 367px;
}

#marker_cont9 {
  top: 169px;
  left: 442px;
}

#marker_cont10 {
  top: 206px;
  left: 311px;
}

#marker_cont11 {
  top: 203px;
  left: 358px;
}

#marker_cont12 {
  top: 201px;
  left: 399px;
}

#marker_cont13 {
  top: 259px;
  left: 380px;
}

#marker_cont14 {
  top: 287px;
  left: 301px;
}

#marker_cont15 {
  top: 311px;
  left: 344px;
}

#marker_cont16 {
  top: 452px;
  left: 544px;
}

.list {
  list-style: none;
  margin: 0 0 21px 30px;
}

.list li {
  background: url("/design/images/ul.png") no-repeat 0px 8px;
  padding-left: 10px;
}

/*
=====================================================================================
  End Контакты
=====================================================================================
*/
/*
=====================================================================================
  Отзывы
=====================================================================================
*/
.block__reviews {
  border-bottom: 1px solid #cdcbcb;
  padding: 0 0 27px;
}

.review {
  margin: 25px 0 0;
}

.review:first-child {
  margin: 0;
}

.review p {
  margin: 0;
}

p.review--name {
  color: #2f2f2f;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
}

p.review--post {
  color: #2f2f2f;
  font-size: 12px;
  margin: 3px 0 0;
}

p.review--text {
  background: url("/local/templates/opora/static/css/../images/quotes.png") 0 5px no-repeat;
  display: block;
  font-style: italic;
  min-height: 44px;
  margin: 12px 0 0;
  padding: 0 0 0 69px;
}

.form__review {
  border: 2px solid #2f2f2f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 30px 0 22px;
  padding: 0 28px 27px;
}

.form__review input[type="text"],
.form__review input[type="tel"],
.form__review input[type="email"] {
  background: #fff;
  border: 1px solid #cac8c8;
  box-shadow: inset 1px 6px 3px -3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #696868;
  display: inline-block;
  font-family: 'Roboto Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  height: 27px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 504px;
  outline: none;
}

.form__review input[type="text"]:focus,
.form__review input[type="tel"]:focus,
.form__review input[type="email"]:focus {
  border: 1px solid #696868;
}

.form__review textarea {
  resize: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cac8c8;
  box-shadow: inset 1px 6px 3px -3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #696868;
  display: inline-block;
  font-family: 'Roboto Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  height: 78px;
  margin: 0 0 14px 0;
  padding: 10px;
  width: 504px;
  outline: none;
}

.form__review textarea:focus {
  border: 1px solid #696868;
}

.form__review label {
  display: inline-block;
  margin: 7px 0 0;
  vertical-align: top;
  width: 89px;
}

.form__review label span {
  color: #df6618;
}

p.form__review--title {
  color: #2f2f2f;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 34px;
  margin: 22px 0 20px;
}

/*
=====================================================================================
  End Отзывы
=====================================================================================
*/

/*
=====================================================================================
  Всплывающие окна
=====================================================================================
*/
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-titlebar {
  background: no-repeat;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 29px;
  right: 28px;
  height: 14px;
  width: 14px;
}

.ui-dialog .ui-dialog-titlebar .ui-state-default,
.ui-dialog .ui-dialog-titlebar .ui-widget-content .ui-state-default,
.ui-dialog .ui-dialog-titlebar .ui-widget-header .ui-state-default {
  background: none;
  border: 0 none;
  border-radius: 0;
  height: 14px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 14px;
  z-index: 1;
  outline: none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: 0 none;
  border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  background: url("/local/templates/opora/static/css/../images/close.png") center no-repeat;
  height: 14px;
  left: 0;
  top: 0;
  margin: 0;
  width: 14px;
}

.dialog {
  background: #fff;
  border: 2px solid #2f2f2f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: fixed !important;
  top: 50px;
  left: 50px;
  overflow: visible;
  padding: 15px 12px 20px;
}

.modal--title {
  color: #050505;
  font-family: 'Bebas Neue Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.modal--content {
  margin: 15px 0 0;
}

.form__request input[type="text"],
.form__request input[type="tel"],
.form__request input[type="email"] {
  background: #fff;
  border: 1px solid #cac8c8;
  box-shadow: inset 1px 6px 3px -3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #696868;
  display: inline-block;
  font-family: 'Roboto Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  height: 27px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 250px;
  outline: none;
}

.form__request input[type="text"]:focus,
.form__request input[type="tel"]:focus,
.form__request input[type="email"]:focus {
  border: 1px solid #696868;
}

.form__request label {
  display: inline-block;
  margin: 7px 0 0;
  vertical-align: top;
  width: 89px;
}

.form__request .ui-selectmenu-button {
  background: #fff;
  border: 1px solid #cac8c8;
  box-shadow: inset 1px 6px 3px -3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #696868;
  height: 28px;
  margin: 0 0 13px -5px;
  width: 270px !important;
}

.form__request .ui-selectmenu-button.ui-state-focus {
  border: 1px solid #2f2f2f;
  outline: none;
}

.form__request .ui-selectmenu-button span.ui-icon {
  background: url("/local/templates/opora/static/css/../images/select.png") center no-repeat;
  right: -1px;
  margin-top: -15px;
  height: 30px;
  width: 28px;
}

.form__request .ui-selectmenu-button span.ui-selectmenu-text {
  color: #696868;
  font-family: 'Roboto Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.ui-menu .ui-menu-item {
  background: none;
  border: 0 none;
  color: #696868;
  font-family: 'Roboto Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 3px 1em 3px .4em;
}

.ui-widget input.submit-button,
.submit-button {
  background: #df6618;
  background: -moz-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e08743), color-stop(100%, #df6618));
  background: -webkit-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: -o-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: -ms-linear-gradient(top, #e08743 0%, #df6618 100%);
  background: linear-gradient(to bottom, #e08743 0%, #df6618 100%);
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  height: 55px;
  line-height: 55px;
  margin: 0 0 0 90px;
  padding: 0;
  text-align: center;
  width: 272px;
}

.ui-widget input.submit-button:hover,
.submit-button:hover {
  background: #fff;
  border: 2px solid #303030;
  color: #2f2f2f;
}

/*
=====================================================================================
  End Всплывающие окна
=====================================================================================
*/

/*
=====================================================================================
  Clear Fix
=====================================================================================
*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
=====================================================================================
  End Clear Fix
=====================================================================================
*/
/* End */


/* Start:/local/templates/opora/static/css/style.css?178755452351706*/
@font-face {
  font-family: 'Bebas';
  src: url('/local/templates/opora/static/css/../fonts/bebasneue_bold.woff') format('woff'),
  url('/local/templates/opora/static/css/../fonts/bebasneue_bold.eot') format('eot'),
  url('/local/templates/opora/static/css/../fonts/bebasneue_bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/opora/static/css/../fonts/Roboto-Light.woff') format('woff'),
  url('/local/templates/opora/static/css/../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/opora/static/css/../fonts/Roboto-Regular.woff') format('woff'),
  url('/local/templates/opora/static/css/../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/opora/static/css/../fonts/Roboto-Medium.woff') format('woff'),
  url('/local/templates/opora/static/css/../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/opora/static/css/../fonts/Roboto-Bold.woff') format('woff'),
  url('/local/templates/opora/static/css/../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.43;
  color: #2F2F2F;
}

b {
  font-weight: 700;
}

input,
button {
  -webkit-appearance: none;
  box-shadow: none;
}

button {
  border: 0;
  padding: 0;
  background: none;
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

ul.default-list > li {
  position: relative;
}

ul.default-list > li + li {
  margin: 5px 0 0;
}

ul.default-list > li::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  vertical-align: baseline;
  background: url('/local/templates/opora/static/css/../images/svg/polygon--gray.svg') no-repeat;
  margin: 0 7px 0 0;
  transform: translateY(-2px);
}

.h1,
.h2 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: 'Bebas', sans-serif;
  color: #151515;
}

.h1 {
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 1.4rem;
}

.h1::before {
  content: "";
  position: absolute;
  width: 2500px;
  height: 52px;
  top: 0;
  right: calc(100% + 20px);
  background: url('/local/templates/opora/static/css/../images/svg/head1.svg') no-repeat 100%;
}

.h1::after {
  content: "";
  position: absolute;
  top: 22px;
  left: calc(100% + 20px);
  width: 2500px;
  height: 5px;
  background: rgba(248, 105, 0, .1);
}

.h2 {
  font-size: 44px;
  line-height: 56px;
  margin: 0 0 24px;
}

.h2::after {
  content: "";
  position: absolute;
  width: 2500px;
  height: 46px;
  top: 3px;
  left: calc(100% + 20px);
  background: url('/local/templates/opora/static/css/../images/svg/head2.svg') no-repeat;
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .h1::before {
    content: none;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px;
  }

  .h2::after {
    top: 0;
    background: url('/local/templates/opora/static/css/../images/svg/head2_tablet.svg') no-repeat;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .h1::before,
  .h1::after {
    content: none;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px;
  }

  .h2::after {
    content: none;
  }
}

.section {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .section {
    margin: 60px 0;
  }
}

@media (max-width: 1199px) {
  .section {
    margin: 55px 0;
  }
}

.row_align_columns_bottom > [class^="col-"] {
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 1200px) {
  .row_align_columns_bottom > [class^="col-"] > *:last-child {
    margin-top: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: color .3s linear;
}

a:-webkit-any-link {
  color: inherit;
}

a.a {
  color: #fe6600;
  text-decoration: none;
}

.a:hover {
  text-decoration: underline;
}

button,
input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: 'Roboto', sans-serif;
}

p {
  margin: 0 0 .6rem;
}

svg,
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.footer__nav a:hover,
.footer__contacts a:hover {
  color: #fe6600;
}

.app {
  overflow: hidden;
}

.link {
  background: none;
  border: 0;
  text-decoration: underline;
  transition: .3s linear;
}

.link:hover {
  color: #fe6600;
  text-decoration: none;
}

.link_muted {
  font-size: 14px;
  color: rgba(48, 48, 48, .4);
}

.container,
.wrap {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .container,
  .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header__content {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo__img {
  margin: 0 15px 0 0;
}

.logo__text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo__text span::after {
  content: '\a';
  white-space: pre;
}

.header {
  z-index: 5;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.header__logo {
  margin: 0 40px 0 0;
}

.header__logo .logo__img {
  width: 47px;
}

.header__nav-list {
  display: flex;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.header__nav-icon {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
  fill: #fe6600;
  transition: fill .3s linear;
}

.header__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #2b2b2b;
  transform: skewX(-20deg);
  transition: background .3s linear;
}

.header__nav-item + .header__nav-item {
  margin-left: -2px;
}

.header__nav-item:last-child {
  background: #fe6600;
}

.header__nav-item:last-child:hover {
  background: #fe8533;
}

.header__nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 28px;
  transform: skewX(20deg);
}

.header__nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  white-space: nowrap;
  background: rgba(65, 65, 65, .98);
  transform: skewX(20deg);
  opacity: 0;
  visibility: hidden;
  column-count: 2;
  column-gap: 30px;
  padding: 30px;
}

.header__nav-submenu_size_sm {
  padding: 15px;
}

@media (min-width: 1200px) {
  .header__nav-item:hover {
    background: #414141;
    color: rgba(255, 255, 255, .8);
  }

  .header__nav-item:hover .header__nav-icon {
    fill: rgba(255, 255, 255, .8);
  }

  .header__nav-item:hover > .header__nav-submenu {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav-submenu-link:hover {
  color: #fff;
}

.header__info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 0 auto;
}

.header__info-tel {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}

.header__nav-submenu-section {
  break-inside: avoid;
  margin: 0 0 52px;
}

.header__nav-submenu-category {
  background: rgba(43, 43, 43, .5);
  padding: 0 0 0 17px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
  margin: 0 0 8px;
}

.header__nav-submenu-list {
  padding: 0 0 0 17px;
  font-size: 14px;
}

.header__nav-submenu-item + .header__nav-submenu-item {
  margin: 9px 0 0;
}

.burger {
  display: none;
  width: 28px;
}

.burger__bar {
  height: 2px;
  background: #303030;
  border-radius: 1px;
  transition: transform .6s cubic-bezier(.77, .2, .05, 1.0),
  background .6s cubic-bezier(.77, .2, .05, 1.0),
  opacity .55s ease;
}

.burger_state_active .burger__bar {
  background: #E0E0E0;
}

.burger__bar:nth-child(1) {
  transform-origin: 4px 0;
}

.burger_state_active .burger__bar:nth-child(1) {
  transform: rotate(45deg) translate(0, -1px);
}

.burger_state_active .burger__bar:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(.2, .2);
}

.burger__bar:nth-child(3) {
  transform-origin: 0 100%;
}

.burger_state_active .burger__bar:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}

.burger__bar + .burger__bar {
  margin: 6px 0 0;
}

.header__mobile-contacts-list {
  display: none;
}

.header__mobile-contacts-icon {
  width: 11px;
  height: 10px;
  margin: 0 7px 0 0;
  fill: rgba(255, 255, 255, .6);
}

.header__mobile-contacts-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__mobile-contacts-item .link_muted {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
}

.header__mobile-contacts-item + .header__mobile-contacts-item {
  margin: 15px 0 0;
}

.menu-bg {
  opacity: 0;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .4);
  pointer-events: none;
  transition: opacity .6s linear;
}

.menu-bg_state_active {
  opacity: 1;
  pointer-events: initial;
}

#app {
  transition: filter .6s linear;
}

#app.menu-opened * {
  filter: blur(2px);
}

#app.menu-opened .header,
#app.menu-opened .header * {
  filter: none;
}

body.fixed {
  overflow: hidden;
}

.mobile-menu__back {
  font-size: 12px;
  color: rgba(255, 255, 255, .35);
}

@media (max-width: 1199px) {
  .burger {
    display: block;
  }

  .header {
    padding: 12px 0;
  }

  .header__content {
    justify-content: space-between;
  }

  .header__info {
    display: none;
  }

  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 86%;
    max-width: 400px;
    height: 100%;
    background: rgba(65, 65, 65, .9);
    padding: 0;
    color: #fff;
    transform: translateX(-101%);
    transition: transform .6s linear;
  }

  .header__nav .logo {
    padding: 12px 15px;
  }

  .logo__img {
    margin: 0 9px 0 0;
  }

  .header__nav_state_active {
    transform: translateX(0);
  }

  .header__nav-list {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 21px 15px 35px;
    background: rgba(43, 43, 43, .5);
  }

  .header__nav-item {
    width: 100%;
    height: auto;
    display: block;
    transform: none;
    background: none;
    padding: 6px 0;
  }

  .header__nav-item + .header__nav-item {
    margin: 2px 0 0;
  }

  .header__nav-link {
    transform: none;
    padding: 0;
  }

  .header__mobile-contacts-list {
    display: block;
    padding: 35px 15px;
    font-size: 14px;
  }

  .logo__text span:first-child::after {
    content: none;
  }

  .header__logo .logo__img,
  .footer__logo .logo__img {
    width: 36px;
    max-height: 46px;
  }

  .header__nav-item_service + :not(.header__nav-item_service) {
    margin: 0 !important;
  }

  .header__nav-item_service + :not(.header__nav-item_service)::before {
    content: "";
    display: block;
    margin: 18px -15px 28px;
    height: 1px;
    background: rgba(255, 255, 255, .1);
  }

  .header__nav-item:last-child {
    display: inline-block;
    width: auto;
    margin: 10px 0 0 -15px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .header__nav-item_has_child {
    background: url('/local/templates/opora/static/css/../images/svg/angle-right.svg') no-repeat 100% 50% / 6px 11px;
  }

  .header__nav-submenu {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    column-count: initial;
    visibility: visible;
    padding: 20px 15px;
    white-space: initial;
  }

  .header__nav-submenu-list {
    padding: 0;
  }

  .header__nav-submenu-category {
    margin: 0 -15px 15px;
  }

  .mobile-menu__submenu {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
  }

  .header__nav-submenu {
    flex: 1 1 auto;
    overflow: auto;
  }

  .mobile-menu__footer {
    flex: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .header__nav-list,
  .header__nav .logo,
  .header__mobile-contacts-list {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer {
  background: #F7F7F7;
}

.footer__content {
  display: flex;
}

.footer__info {
  margin: 0 54px 0 0;
}

.footer__logo {
  margin: 0 0 10px;
}

.footer__logo .logo__img {
  width: 62px;
}

.footer__logo .logo__text {
  font-size: 16px;
}

.footer__section-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}

.footer__nav {
  display: flex;
  position: relative;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  padding-right: 85px;
  padding-left: 85px;
}

.footer__nav-section {
  position: relative;
}

.footer__nav-section + .footer__nav-section {
  margin: 0 0 0 88px;
}

.footer__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
  transform: skewX(-20deg);
}

.foooter__nav-item {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.foooter__nav-item + .foooter__nav-item {
  margin: 7px 0 0;
}

.footer__section {
  padding-top: 22px;
  padding-bottom: 20px;
}

.footer__contacts {
  text-align: right;
  margin: 0 0 0 auto;
}

.footer__contacts-list {
  font-size: 18px;
}

.footer__contacts-title {
  margin: 0 0 20px;
}

.footer__contacts-list-item + .footer__contacts-list-item {
  margin: 10px 0 0;
}

.footer__contacts-list-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer__contacts-list-icon {
  fill: #fe6600;
  margin: 0 10px 0 0;
}

.dev {
  display: flex;
  white-space: nowrap;
  align-items: center;
  opacity: .56;
  transition: opacity .3s linear;
}

.dev:hover {
  opacity: 1;
}

.footer__dev {
  font-size: 12px;
}

@media (max-width: 1199px) {
  .footer__section-title {
    font-size: 16px;
  }

  .footer__nav-section + .footer__nav-section {
    margin: 0 0 0 50px;
  }

  .footer__logo {
    margin: 0 0 20px;
  }

  .logo__text,
  .footer__logo .logo__text {
    font-size: 14px;
  }

  .footer__logo .logo__text {
    margin: 0;
  }

  .footer__nav {
    padding-right: 42px;
    padding-left: 56px;
  }

  .footer__info {
    margin: 0 25px 0 0;
  }

  .dev {
    flex-flow: column nowrap;
    align-items: flex-start;
  }

  .footer__contacts-list {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .logo__text,
  .footer__logo .logo__text {
    font-size: 12px;
  }

  .footer {
    position: relative;
    padding: 0 0 38px;
  }

  .footer__content {
    flex-flow: column nowrap;
  }

  .footer__info,
  .footer__contacts {
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .footer__info {
    margin: 28px 0 0;
  }

  .footer__contacts {
    margin: 0 0 26px;
  }

  .footer__contacts-list-link {
    justify-content: flex-start;
  }

  .footer__info {
    order: 1;
  }

  .footer__contacts {
    order: 2;
  }

  .footer__nav {
    order: 3;
  }

  .footer__nav {
    margin: 0 -10px;
    padding: 20px;
    background: #2B2B2B;
  }

  .footer__nav::before {
    content: none;
  }

  .footer__nav-section {
    flex: 0 0 50%;
  }

  .footer__nav-section + .footer__nav-section {
    margin: 0;
  }

  .dev {
    flex-flow: row nowrap;
    align-items: center;
  }

  .footer__dev {
    position: absolute;
    height: 38px;
    width: 100%;
    padding: 0 15px;
    bottom: 0;
    left: 0;
  }

  .dev {
    height: 100%;
    justify-content: center;
  }

  .footer__logo {
    margin: 0 0 10px;
  }

  .footer__logo .logo__text span::after {
    content: none;
  }

  .footer__contacts .footer__section-title {
    margin: 0 0 6px;
  }

}

/* START: BANNER */

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0 0 8px;
  opacity: 0;
  transition: opacity .3s linear;
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__header {
  margin: 0 0 11px;
}

.banner__title {
  position: relative;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}

.banner__title h1 {
  z-index: 2;
  position: relative;
  padding: 28px 0 22px;
  font-size: 70px;
}

.banner__title::before {
  z-index: 1;
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  width: 2000px;
  top: 0;
  height: 100%;
  background: #c45202;
}

.banner__decoration {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  background: #c45202;
}

.banner__body {
  height: 232px;
  position: relative;
}

.banner__body-bg {
  position: absolute;
  top: 0;
  width: 2500px;
  height: 100%;
  text-align: right;
  padding: 0 116px 0 0;
  background: url('/local/templates/opora/static/css/../images/svg/bgmine.svg') no-repeat 100% 100%;
}

.banner__list {
  height: 100%;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.banner__list-item {
  position: relative;
}

.banner__list-item::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 6px;
  vertical-align: middle;
  margin: -1px 11px 0 0;
  background: url('/local/templates/opora/static/css/../images/svg/mark.svg') no-repeat;
}

.banner__list-item + .banner__list-item {
  margin: 24px 0 0;
}

.banner__list-item:nth-child(1) {
  padding-left: 20px;
}

.banner__list-item:nth-child(2) {
  padding-left: 40px;
}

.banner__list-item:nth-child(3) {
  padding-left: 60px;
}

.banner__list-item:nth-child(4) {
  padding-left: 80px;
}

.banner__footer {
  position: relative;
  padding: 25px 0 40px;
  background: rgba(21, 21, 21, .7);
}

.banner__footer-content {
  display: inline-block;
}

.banner__footer-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 23px;
}

@media (max-width: 1199px) {
  .banner__footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .banner__title h1 {
    font-size: 46px;
    line-height: 1.375;
  }

  .banner__title::before {
    content: none;
  }

  .banner__list {
    font-size: 14px;
  }

  .banner__body {
    height: 152px;
  }

  .banner__body-bg {
    padding: 0 66px 0 0;
  }

  .banner__list-item + .banner__list-item {
    margin: 17px 0 0;
  }

  .banner__footer-title {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .banner__form .form__row {
    flex-wrap: wrap;
  }

  .banner__form .form__field {
    width: calc(50% - 15px);
  }

  .banner__form .form__field:last-child {
    width: 100%;
    margin: var(--margin) 0 0;
  }

  .banner__body-bg {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    text-align: left;
    padding: 0;
  }

  .banner__body-bg::after {
    content: "";
    position: absolute;
    left: 15px;
    transform: translateX(-50%);
    width: 1900px;
    height: 100%;
    background: url('/local/templates/opora/static/css/../images/svg/bgmine-768.svg') no-repeat 0 0 / 100% 100%;
  }

  .banner__list {
    z-index: 1;
    position: relative;
    padding: 0 0 0 15px;
  }

  .banner__list-item::before {
    margin-right: 7px;
  }

  .banner__list-item:nth-child(2) {
    padding-left: 33px;
  }

  .banner__list-item:nth-child(3) {
    padding-left: 48px;
  }

  .banner__list-item:nth-child(4) {
    padding-left: 61px;
  }
}

/* END: BANNER */

.lazy-image {
  opacity: 0;
  min-height: 1px;
  transition: opacity .3s linear;
}

.lazy-image_ready {
  opacity: 1;
}

/* START: BUTTONS */

.btn {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  transition: color .3s linear, border-color .3s linear, background .3s linear;
}

.btn_size_md {
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.8px;
  padding: 0 50px;
  font-size: 14px;
}

.btn_theme_light {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .1);
}

.btn_theme_light:hover {
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .3);
}

.btn_theme_primary {
  background: #fe6600;
  color: #fff;
}

.btn_theme_primary:hover {
  background: rgba(254, 102, 2, .8);
}

/* END:   BUTTONS */

/* START: FORMS */

.form {


  --margin: 30px;
}

.form__row {
  display: flex;
}

.form__field {
  flex: 1 1 auto;
}

.form__field + .form__field {
  margin: 0 0 0 var(--margin);
}

.form__row + .form__row {
  margin: var(--margin) 0 0;
}

.form__footer {
  margin: var(--margin) 0 0;
}

.form__agreement {
  text-align: center;
  font-size: 12px;
  margin: 6px 0 0;
}

.form__agreement_theme_light {
  color: rgba(255, 255, 255, .4);
}

.form__agreement_theme_dark {
  color: rgba(48, 48, 48, .2);
}

.form__agreement a {
  text-decoration: underline;
}

.form__agreement a:hover {
  text-decoration: none;
}

.form__footer_direction_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__footer_direction_row .form__submit {
  margin: 0 0 0 50px;
}

@media (min-width: 768px) {
  .form__footer_direction_row .form__agreement {
    text-align: left;
  }
}

.form__input {
  width: 100%;
  border: 0;
  padding: 0 0 7px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  transition: color .3s linear, border-color .3s linear, background .3s linear;
}

.form__input::placeholder {
  transition: color .3s linear;
}

.form__input:focus::placeholder {
  color: transparent;
}

.form__input_theme_light {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, .8);
}

.form__input_theme_light::placeholder {
  color: rgba(255, 255, 255, .6);
}

.form__input_theme_light:hover,
.form__input_theme_light:focus {
  border-color: rgb(255, 255, 255);
}

.form__input_theme_dark {
  color: rgb(48, 48, 48);
  border-color: rgba(48, 48, 48, .2);
}

.form__input_theme_dark::placeholder {
  color: rgba(48, 48, 48, .6);
}

.form__input_theme_dark:hover,
.form__input_theme_dark:focus {
  border-color: rgba(48, 48, 48, .6);
}

.form__input.validation_error {
  border-color: rgba(255, 0, 0, .6);
}

@media (max-width: 767px) {
  .form {

    --margin: 20px;
  }

  .form__footer_direction_row {
    flex-wrap: wrap;
  }

  .form__submit {
    margin: 0 auto;
  }

  .form__footer_direction_row .form__submit {
    order: -1;
    margin: 0 auto;
  }
}

/* END: FORMS */

.types-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  font-size: 14px;
}

.types-list__item {
  flex: 1 0 33.3333%;
  padding: 0 15px;
}

.types-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 23px 15px;
  border: 1px solid transparent;
  transition: border .3s linear;
}

.types-item::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
  transition: box-shadow .3s linear;
}

.types-item:hover::before {
  box-shadow: none;
}

.types-item:hover {
  border: 1px solid #F2F2F2;
}

.types-item__icon {
  flex: 0 0 80px;
  height: 84px;
  margin: 0 38px 0 0;
}

.types-item__name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}

.types-item_order_1::before {
  background: url('/local/templates/opora/static/css/../images/svg/bgtype1.svg') no-repeat;
}

.types-item_order_2::before {
  background: url('/local/templates/opora/static/css/../images/svg/bgtype2.svg') no-repeat;
}

.types-item_order_3::before {
  background: url('/local/templates/opora/static/css/../images/svg/bgtype3.svg') no-repeat;
}

.types-item__text {
  opacity: .8;
}

@media (max-width: 1199px) {
  .types-list__item {
    flex: 0 0 50%;
  }

  .types-list__item:nth-child(n + 3) {
    margin: 30px 0 0;
  }

  .types-item__name {
    font-size: 18px;
  }

  .types-item__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .types-list__item {
    flex: 0 0 100%;
  }

  .types-list__item:nth-child(n + 2) {
    margin: 25px 0 0;
  }

  .types-item {
    padding: 23px 15px 23px 0;
  }

  .types-item_order_1::before {
    background: url('/local/templates/opora/static/css/../images/svg/bgtype1_mobile.svg') no-repeat;
  }

  .types-item_order_2::before {
    background: url('/local/templates/opora/static/css/../images/svg/bgtype2_mobile.svg') no-repeat;
  }

  .types-item_order_3::before {
    background: url('/local/templates/opora/static/css/../images/svg/bgtype3_mobile.svg') no-repeat;
  }

  .types-item__icon {
    flex: 0 0 69px;
    height: 69px;
    margin: 0 15px 0 0;
  }
}

/* START: SERVICES TYPES */

.services-types {
  position: relative;
  color: #fff;
  height: 400px;
  background: url('/local/templates/opora/static/css/../images/redesign/services-types-bg.jpg') no-repeat 50% / cover;
}

.services-types__container {
  height: 100%;
}

.services-types__title {
  max-width: 180px;
  font-size: 44px;
  line-height: 56px;
  font-family: 'Bebas', sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
}

.services-types::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  width: 2500px;
  transform: translateX(-50%);
  background: url('/local/templates/opora/static/css/../images/svg/services-types-bg.svg') no-repeat 0 0 / 2500px auto;
}

.services-types__content {
  position: relative;
  height: 100%;
  padding: 34px 0 0;
}

.services-types__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  counter-reset: services-types__list;
}

.services-types__item {
  position: absolute;
  max-width: 265px;
  counter-increment: services-types__list;
}

.services-types__item:nth-child(2n - 1) {
  text-align: left;
}

.services-types__item:nth-child(2n) {
  text-align: right;
}

.services-types__item:nth-child(1),
.services-types__item:nth-child(2) {
  top: 54px;
}

.services-types__item:nth-child(3),
.services-types__item:nth-child(4) {
  bottom: 62px;
}

.services-types__item:nth-child(1) {
  left: 378px;
}

.services-types__item:nth-child(2) {
  right: 72px;
}

.services-types__item:nth-child(3) {
  left: 304px;
}

.services-types__item:nth-child(4) {
  right: 156px;
}

.services-types__name {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 6px;
}

.services-types__text {
  max-width: 252px;
}

@media (max-width: 1199px) {
  .services-types {
    height: 510px;
    background: url('/local/templates/opora/static/css/../images/redesign/services-types-bg-768.jpg') no-repeat 0 0 / cover;
  }

  .services-types::before {
    width: 1200px;
    background: url(/local/templates/opora/static/css/../images/svg/services-types-bg--table.svg) no-repeat 0 100% / 100% auto;
  }

  .services-types__title {
    max-width: none;
    font-size: 40px;
  }

  .services-types__item::before {
    content: "0" counter(services-types__list);
    position: absolute;
    top: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .services-types__name {
    font-size: 18px;
  }

  .services-types__item:nth-child(1),
  .services-types__item:nth-child(2) {
    top: 166px;
  }

  .services-types__item:nth-child(3),
  .services-types__item:nth-child(4) {
    top: 370px;
  }

  .services-types__item:nth-child(1),
  .services-types__item:nth-child(3) {
    left: 62px;
  }

  .services-types__item:nth-child(2),
  .services-types__item:nth-child(4) {
    right: 62px;
  }

  .services-types__item:nth-child(1)::before,
  .services-types__item:nth-child(3)::before {
    left: -60px;
  }

  .services-types__item:nth-child(2)::before,
  .services-types__item:nth-child(4)::before {
    right: -60px;
  }

  .services-types__item::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 70px;
    height: 33px;
    transform: skewX(-16deg);
  }

  .services-types__item:nth-child(1)::after {
    background: rgba(254, 102, 0, .2);
  }

  .services-types__item:nth-child(2)::after {
    background: rgba(254, 102, 0, .3);
  }

  .services-types__item:nth-child(3)::after {
    background: rgba(254, 102, 0, .4);
  }

  .services-types__item:nth-child(4)::after {
    background: rgba(254, 102, 0, .5);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-types__item:nth-child(2n -1)::after {
    left: -91px;
  }

  .services-types__item:nth-child(2n)::after {
    right: -91px;
  }
}

@media (max-width: 767px) {
  .services-types {
    height: auto;
    background: url('/local/templates/opora/static/css/../images/redesign/services-types-bg-320.jpg') no-repeat 0 0 / cover;
  }

  .services-types::before {
    content: none;
  }

  .services-types__title {
    font-size: 36px;
    margin: 0 0 12px;
  }

  .services-types__content {
    padding: 20px 0 30px;
  }

  .services-types__item {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    max-width: none !important;
    text-align: left !important;
    background: rgba(0, 7, 25, .7);
    padding: 29px 15px 29px 61px;
  }

  .services-types__item + .services-types__item {
    margin: 10px 0 0;
  }

  .services-types__list {
    position: static;
    width: auto;
    min-width: 100%;
    margin: 0 -10px;
  }

  .services-types__item::before {
    font-size: 16px;
    left: 11px !important;
    top: 30px !important;
  }

  .services-types__item::after {
    top: 26px;
    left: -32px;
  }

}

/* END: SERVICES TYPES */

/* START: ADVANTAGES */

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.advantages-list__item:nth-last-child(n + 3) {
  margin: 0 0 30px;
}

.advantages-item {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
}

.advantages-item::before,
.advantages-item::after {
  content: "";
  background: #F2F2F2;
  width: 100px;
  height: 100px;
  position: absolute;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .04);
}

@media (min-width: 768px) {
  .advantages-list__item:nth-child(1) .advantages-item::before {
    right: -91px;
    top: -25px;
    transform: rotate(68deg);
  }

  .advantages-list__item:nth-child(1) .advantages-item::after {
    bottom: -21px;
    right: -78px;
    transform: rotate(20deg);
  }

  .advantages-list__item:nth-child(2) .advantages-item::before {
    left: -91px;
    top: -25px;
    transform: rotate(-68deg);
  }

  .advantages-list__item:nth-child(2) .advantages-item::after {
    bottom: -21px;
    left: -78px;
    transform: rotate(-20deg);
  }

  .advantages-list__item:nth-child(3) .advantages-item::before {
    top: -21px;
    right: -78px;
    transform: rotate(-20deg);
  }

  .advantages-list__item:nth-child(3) .advantages-item::after {
    right: -91px;
    bottom: -25px;
    transform: rotate(-68deg);
  }

  .advantages-list__item:nth-child(4) .advantages-item::before {
    top: -21px;
    left: -78px;
    transform: rotate(20deg);
  }

  .advantages-list__item:nth-child(4) .advantages-item::after {
    left: -91px;
    bottom: -25px;
    transform: rotate(68deg);
  }

  .advantages-item_reversed {
    text-align: right;
  }

  .advantages-item_reversed .advantages-item__icon {
    order: 1;
  }

  .advantages-item_reversed .advantages-item__body {
    order: 2;
  }
}

@media (max-width: 767px) {
  .advantages-item::before,
  .advantages-item::before {
    height: 150px;
  }

  .advantages-item::before {
    right: -88px;
    top: -9px;
    transform: rotate(-10deg);
  }

  .advantages-item::after {
    right: -88px;
    bottom: -9px;
    transform: rotate(10deg);
  }
}

.advantages-item__body {
  max-width: 65%;
}

.advantages-item__name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}

.advantages-item__text {
  font-size: 14px;
  color: rgba(48, 48, 48, .8);
}

.advantages-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}

.advantages-item__icon > img {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .advantages-item {
    padding: 17px 20px 22px;
  }

  .advantages-item__body {
    max-width: 80%;
  }

  .advantages-item__name {
    font-size: 18px;
  }

  .advantages-item__text {
    font-size: 14px;
    line-height: 20px;
  }

  .advantages-item__icon {
    width: 45px;
    height: 50px;
  }

  .advantages-list__item {
    margin-bottom: 25px;
  }
}


/* START: ADVANTAGES */

/* START: TABLE */

.custom-table {
  width: 100%;
  border-collapse: separate;
}

.custom-table > tbody {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}

.custom-table > thead > tr:last-child {
  height: 15px;
  background: #fff;
}

.custom-table > thead th {
  height: 64px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}

.table__field {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
}

.custom-table > tbody td {
  height: 59px;
  vertical-align: top;
}

.custom-table > thead th:not(:first-child) .table__field,
.custom-table > tbody td:not(:first-child) .table__field {
  margin: 0 0 0 5px;
}

.custom-table > thead th:first-child .table__field,
.custom-table > tbody td:first-child .table__field {
  justify-content: flex-start;
}

.table__description {
  width: 100%;
  font-size: 12px;
  margin: -7px 0 0;
}

.custom-table_theme_secondary b {
  color: #333;
}

.custom-table_theme_secondary .table__description {
  color: rgba(255, 255, 255, .5);
  font-weight: 400;
}

.custom-table_theme_secondary > thead th .table__field {
  background: #2B2B2B;
  color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}

.custom-table_theme_secondary > tbody > tr:nth-child(2n - 1) .table__field {
  background: #F7F7F7;
}

@media (max-width: 767px) {
  .table__field {
    padding: 5px 15px;
  }

  .custom-table_theme_secondary > thead th .table__field {
    font-size: 16px;
  }
}

/* END: TABLE */

/* START: SERVICE CARD */

.service-card {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
  padding: 24px 0 24px 137px;
  background: url('/local/templates/opora/static/css/../images/svg/price.svg') no-repeat 20px 50% / 74px 65px,
  url('/local/templates/opora/static/css/../images/svg/bgprice.svg') no-repeat;
}

.service-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px 0;
  overflow: hidden;
}

.service-card__list {
  font-size: 12px;
  color: rgba(48, 48, 48, .8);
}

.service-card__list-item {

}

.service-card__title {
  font-size: 20px;
  font-weight: 700;
}

.service-card__subtitle {
  color: #707070;
  text-align: right;
}

.service-card__description {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 4px;
}

.service-card__price {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  padding: 6px 18px 6px 24px;
}

.service-card__price::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #fe6600;
  transform: skewX(-15deg);
}

@media (max-width: 1199px) {
  .section__service-card {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .service-card {
    overflow: hidden;
    padding: 20px 0 15px 10px;
    background: url(/local/templates/opora/static/css/../images/svg/price.svg) no-repeat 10px 30px / 49px 43px,
    url(/local/templates/opora/static/css/../images/svg/bgprice_mobile.svg) no-repeat 0 0 / 44% auto;
  }

  .service-card__header {
    position: relative;
    margin: 0 0 10px;
  }

  .service-card__title {
    font-size: 18px;
  }

  .service-card__price {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    padding: 4px 11px 4px 16px;
  }

  .service-card__info {
    padding: 0 0 0 62px;
  }

  .service-card__subtitle {
    text-align: left;
  }
}

/* END: SERVICE CARD */

.small-text {
  font-size: 14px;
  color: rgba(48, 48, 48, .8);
}

/* START: CONNECTION CONTIDIONS */

.inline-banner {
  position: relative;
  height: 232px;
  color: #fff;
  background: url('/local/templates/opora/static/css/../images/redesign/conditions.jpg') no-repeat 0 0 / cover;
}

.inline-banner::before {
  content: "";
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 2500px;
  background: url('/local/templates/opora/static/css/../images/svg/bgcomp.svg') no-repeat;
}

.inline-banner__content {
  position: relative;
}

.inline-banner__title {
  position: absolute;
  top: 50%;
  max-width: 360px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
  transform: translateY(-50%);
  margin: 0;
}

.inline-banner__headline {
  position: absolute;
  top: 32px;
  font-size: 32px;
  font-weight: 700;
}

.inline-banner__price {
  position: absolute;
  top: 85px;
  font-size: 30px;
  font-weight: 700;
}

.inline-banner__connection-headline {
  left: 505px;
}

.inline-banner__connection-price {
  left: 505px;
}

.inline-banner__muted {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}

.inline-banner__connection-text {
  position: absolute;
  left: 446px;
  top: 156px;
  max-width: 380px;
  font-size: 14px;
}

.inline-banner__service-headline {
  left: 896px;
}

.inline-banner__service-price {
  left: 964px;
}

.inline-banner__order {
  position: absolute;
  left: 928px;
  top: 156px;
}

.inline-banner__connection-old-price {
  position: absolute;
  left: 696px;
  top: 98px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, .6);
}

@media (max-width: 1199px) {
  .inline-banner {
    height: 340px;
    background: url('/local/templates/opora/static/css/../images/redesign/conditions-768.jpg') no-repeat 0 0 / cover;
    padding: 30px 0 0;
  }

  .inline-banner::before {
    top: unset;
    bottom: 0;
    width: 1200px;
    height: 231px;
    background: url('/local/templates/opora/static/css/../images/svg/bgcomp_tablet.svg') 0 0 / 100% 100%;
  }

  .inline-banner__title {
    position: static;
    transform: none;
    max-width: none;
  }

  .inline-banner__headline {
    top: 62px;
    font-size: 30px;
  }

  .inline-banner__connection-headline {
    left: 52px;
  }

  .inline-banner__price {
    top: 116px;
  }

  .inline-banner__connection-price {
    left: 51px;
  }

  .inline-banner__connection-old-price {
    left: 236px;
    top: 127px;
  }

  .inline-banner__connection-text {
    top: 183px;
    left: 0;
  }

  .inline-banner__service-headline {
    right: 51px;
    left: unset;
  }

  .inline-banner__service-price {
    left: unset;
    right: 54px;
  }

  .inline-banner__order {
    left: unset;
    right: 95px;
    top: 184px;
  }

}

@media (max-width: 767px) {
  .inline-banner {
    height: 555px;
    background: url('/local/templates/opora/static/css/../images/redesign/conditions-320.jpg') no-repeat 0 0 / cover;
  }

  .inline-banner::before {
    width: 768px;
    height: 422px;
    background: url('/local/templates/opora/static/css/../images/svg/bgcomp_mobile.svg') no-repeat 0 0 / 100% 100%;
  }

  .inline-banner__title {
    min-height: 88px;
  }

  .inline-banner__headline {
    font-size: 26px;
  }

  .inline-banner__price {
    font-size: 27px;
  }

  .inline-banner__headline {
    margin-bottom: 11px;
  }

  .inline-banner__connection-headline {
    margin-top: 44px;
  }

  .inline-banner__connection-old-price {
    position: absolute;
    top: 57px;
    right: 68px;
    left: unset;
  }

  .inline-banner__muted {
    font-size: 21px;
  }

  .inline-banner__headline,
  .inline-banner__price,
  .inline-banner__order {
    position: static;
  }

  .inline-banner__connection-text {
    position: static;
    margin-top: 20px;
  }

  .inline-banner__connection {
    margin: 0 0 62px;
  }

  .inline-banner__service {
    text-align: right;
  }

  .inline-banner__service-price {
    margin: 0 0 26px;
  }
}

/* END: CONNECTION CONTIDIONS */

.popup {
  display: none;
  max-width: 522px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-height: 100%;
  background: #fff url('/local/templates/opora/static/css/../images/svg/bgpopup.svg') no-repeat 50% 0 / 1000px auto;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background: none;
  fill: #CECECE;
  transition: fill .3s linear;
}

.popup__close:hover {
  fill: #303030;
}

.popup__title {
  font-size: 40px;
  font-family: 'Bebas', sans-serif;
  margin: 0 0 54px;
}

.popup__full-width {
  margin: 0 -44px -44px;
}

.fake-field {
  z-index: -99999999999999;
  position: absolute;
  opacity: 0;
}

.success-popup {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 528px;
  max-height: 380px;
  text-align: center;
}

.success-popup__title {
  margin: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(48, 48, 48, .4);
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumbs__item:hover {
  color: #fe6600;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background: url('/local/templates/opora/static/css/../images/svg/angle-right--primary.svg') no-repeat 0 0 / cover;
  margin: 0 8px;
  opacity: .4;
}

.breadcrumbs__item:last-child {
  color: rgba(48, 48, 48, .6);
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  cursor: initial;
}

@media (max-width: 767px) {
  .section-page__breadcrumbs {
    display: none;
  }
}

.page__breadcrumbs {
  margin: 10px 0 30px;
}

/* START: LICENSES */

.license-list__item {
  margin: 0 0 25px;
}

.license-item {
  display: flex;
  flex-flow: column nowrap;
  cursor: pointer;
}

.license-item__picture {
  position: relative;
  margin: 0 0 15px;
}

.license-item__picture::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000 url('/local/templates/opora/static/css/../images/svg/loupe.svg') no-repeat 50% 50% / 63px;
  transition: opacity .3s linear;
}

.license-item:hover .license-item__picture::after {
  opacity: .5;
  background: #000 url('/local/templates/opora/static/css/../images/svg/loupe.svg') no-repeat 50% 50% / 63px;
}

.license-item__img {
  width: 100%;
  object-fit: cover;
}

.license-item__footer {
  display: flex;
  align-items: center;
}

.license-item__icon {
  flex: 0 0 32px;
  margin: 0 15px 0 0;
}

.license-item__name {
  color: rgba(48, 48, 48, .7);
  transition: color .3s linear;
}

.license-item:hover .license-item__name {
  color: rgba(48, 48, 48, 1);
}


/* END: LICENSES */

/* START: SERVICE CALC */

.service-calc {
  text-align: center;
}

.service-calc__column {
  margin: 0 5px 0 0;
}

.service-calc__column:last-child {
  margin: 0;
}

.service-calc__column_size_lg {
  flex: 0 0 50%;
  padding: 0 32px;
}

.service-calc__column_size_md {
  flex: 1 1 1px;
}

.service-calc__column_size_xs {
  padding: 0 27px;
}

.service-calc__header {
  display: flex;
  color: #fff;
  margin: 0 0 15px;
}

.service-calc__header-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 0;
  white-space: normal;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.service-calc__header-section_align_left {
  justify-content: flex-start;
}

.service-calc__header-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.service-calc__header-desc {
  font-size: 12px;
  width: 100%;
  opacity: .5;
}

.service-calc__footer {
  display: flex;
  white-space: nowrap;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
}

.checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: background .3s linear;
}

.checkbox_theme_circle .checkbox__icon {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: opacity .3s linear;
}

.checkbox_theme_mark .checkbox__icon {
  width: 16px;
  height: 12px;
  background: url('/local/templates/opora/static/css/../images/svg/checked.svg') no-repeat 50% / cover;
}

.service-calc__row {
  margin: 0 0 10px;
}

.service-calc__row:last-child {
  margin: 0;
}

.service-calc__footer-partials {
  display: flex;
  align-items: center;
  padding: 0 70px;
}

.service-calc__footer-section {
  height: 55px;
  padding: 0 100px;
  text-align: left;
  border-right: 1px solid rgb(43, 43, 43, .1);
}

.service-calc__footer-section_center {
  text-align: center;
}

.service-calc__footer-desc {
  font-size: 17px;
  margin: 0 0 7px;
}

.service-calc__footer-value {
  font-size: 18px;
  font-weight: 700;
}

.service-calc__footer-section:first-child {
  padding-left: 0;
}

.service-calc__footer-section:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-calc__result {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  flex: 1 1 auto;
  padding: 0 50px;
  color: #fff;
}

.service-calc__body {
  margin: 0 0 50px;
}

.service-calc__result {
  position: relative;
  height: 114px;
  background: #2B2B2B;
}

.service-calc__result::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 114px 21px;
  border-color: transparent transparent #2B2B2B transparent;
}

.service-calc__result .service-calc__footer-desc {
  opacity: .5;
}

.service-calc__result-price {
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.service-calc-row {
  display: flex;
  align-items: center;
  min-height: 68px;
  border: 1px solid #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
  background: #fff;
  transition: .3s linear;
}

.service-calc-row_theme_disabled {
  background: #F7F7F7;
  box-shadow: none;
}

.service-calc-row:not(.service-calc-row_theme_disabled) {
  cursor: pointer;
}

.service-calc-row_theme_disabled .service-calc-row__name {
  font-weight: 700;
}

.service-calc__preview {
  display: flex;
  align-items: center;
  text-align: left;
}

.service-calc-row__name {
  font-size: 20px;
}

.service-calc__icon {
  width: 21px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.service-calc-row__icon {
  max-width: 100%;
  max-height: 100%;
}

.service-calc-row__price {
  font-size: 20px;
  font-weight: 700;
}

.service-calc-row__price_empty {
  opacity: .5;
  font-weight: 400;
}

.service-calc__price-description {
  font-weight: 400;
}

.service-calc-row_state_hovered .service-calc-row__name,
.service-calc-row_state_checked .service-calc-row__name {
  font-weight: 700;
}

.service-calc-row_state_checked {
  border: 1px solid #F2F2F2;
  box-shadow: none;
}

.service-calc__order {
  margin: 30px 0 0;
  text-align: right;
}

@media (max-width: 1199px) {
  .service-calc__order {
    margin: 30px 0 0;
    text-align: center;
  }

  .service-calc__header-title {
    font-size: 18px;
  }

  .service-calc__column_size_lg {
    flex: 0 0 37%;
    padding: 0 25px;
  }

  .service-calc-row__name {
    font-size: 16px;
  }

  .service-calc-row__price {
    font-size: 16px;
  }

  .service-calc__icon {
    display: none;
  }

  .service-calc__footer {
    flex-flow: column nowrap;
  }

  .service-calc__footer-partials {
    padding: 30px 40px;
  }

  .service-calc__footer-section {
    flex: 1 1 1px;
    padding: 0 50px;
  }

  .service-calc__result {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 40px;
  }

  .service-calc__result::before {
    content: none;
  }

  .service-calc__result .service-calc__footer-desc {
    margin: 0;
  }

  .service-calc__body {
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .service-calc__order {
    margin: 20px 0 0;
  }

  .service-calc-row {
    display: block;
    text-align: left;
    padding: 20px 15px;
  }

  .service-calc-row__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(43, 43, 43, .1);
    padding: 0 0 18px;
  }

  .service-calc-row__name {
    font-size: 16px;
  }

  .service-calc-row__footer {
    display: flex;
  }

  .service-calc-row__price-section {
    flex: 0 0 50%;
  }

  .service-calc-row__price {
    font-size: 16px;
  }

  .service-calc-row__description {
    font-size: 12px;
    opacity: .3;
  }

  .service-calc-row_theme_disabled {
    background: inherit;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
  }

  .service-calc__footer-partials {
    display: block;
    padding: 15px;
  }

  .service-calc__footer-desc,
  .service-calc__footer-value {
    font-size: 14px;
  }

  .service-calc__footer-section {
    height: auto;
    padding: 0;
    border: 0;
  }

  .service-calc__footer-section > span {
    display: flex;
    justify-content: space-between;
  }

  .service-calc__footer-desc {
    margin: 0;
  }

  .service-calc__result {
    padding: 0 15px;
  }

  .service-calc__result-price {
    font-size: 24px;
  }

  .service-calc__footer-section + .service-calc__footer-section {
    margin: 12px 0 0;
  }

  .service-calc__body {
    margin: 0 0 30px;
  }

}

/* START: SERVICE CALC */

.requisites-popup {
  max-width: 900px;
}

.img_float_left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.document-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  color: rgba(48, 48, 48, .7);
  transition: color .3s linear;
}

.document-button::after {
  content: url("/local/templates/opora/static/css/../images/svg/doc.svg");
  margin: 0 0 0 14px;
}

.document-button:hover {
  color: rgba(48, 48, 48, 1);
}

.custom-scroll {

}

.custom-scroll::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  width: 6px;
  background: rgba(48, 48, 48, .25);
  border-radius: 10px;
}

.h1 + .section {
  margin-top: 0;
}

@media (max-width: 767px) {
  .img_float_right,
  .img_float_left {
    width: 100%;
  }
}

/* End */


/* Start:/local/frontend/dist/static/css/style.css?178755452338935*/
@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.slick-slider{margin:20px 0 0}.slick-dots{margin-top:35px;font-size:0;margin-left:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slick-dots li{margin-left:20px}.slick-dots button{width:9px;height:9px;background:#000719;opacity:.1}.slick-dots .slick-active button{background:#f86900;opacity:1}.slick-arrow{position:absolute;top:27%;opacity:.2}.slick-arrow:hover{opacity:1}.slick-arrow:hover svg{fill:#f86900}.slick-prev{right:100%;margin-right:30px}.slick-next{left:100%;margin-left:30px}.banner__title-h1{font-family:"Bebas","Helvetica","Arial",sans-serif;text-transform:uppercase;z-index:2;position:relative;padding:28px 0 22px;font-size:70px}.section__text{margin-top:2rem}p+.h2{margin-top:80px}.c-link{color:#f86900}.c-content a:hover,.c-link:hover{text-decoration:underline}.c-section-index{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:45px 0 0 -30px}.c-section-index__inner{position:relative;height:100%;-webkit-transform:translateY(63%);transform:translateY(63%);-webkit-transition:all .3s ease;transition:all .3s ease}.c-section-index__item{position:relative;color:#fff;margin:0 0 30px 30px;width:370px;background-size:cover;height:214px;overflow:hidden}.c-section-index__item:hover:after{-webkit-transform:translateX(100%);transform:translateX(100%)}.c-section-index__item:hover .c-section-index__line:before{right:0}.c-section-index__item:hover .c-section-index__inner{-webkit-transform:none;transform:none;z-index:1}.c-section-index__item:hover .c-section-index__title{background:rgba(248,105,0,.8);max-width:120%;-webkit-transform:none;transform:none}.c-section-index__item:hover .c-section-index__title span{-webkit-transform:none;transform:none}.c-section-index__item:hover .c-section-index__text{opacity:1}.c-section-index__item:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:#000719;opacity:.5}.c-section-index__item:after{position:absolute;content:"";right:0;top:0;bottom:0;width:95px;-webkit-transition:all .3s ease;transition:all .3s ease;background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODQgMTg0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik04My40MDg3IDE4NEgwLjkwODY5MUw1Ni45MDg3IDBIODMuNDA4N1YxODRaIiBmaWxsPSIjMDAwNzE5Ii8+CjxwYXRoIG9wYWNpdHk9IjAuMDUiIGQ9Ik03Mi40MDg3IDNINzMuNDA4N0wxOC40MDg3IDE4NEgxNy40MDg3TDcyLjQwODcgM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIG9wYWNpdHk9IjAuMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04My40MDg3IDM5LjJMMzkuNDA4NyAxODRINDAuNDA4N0w4My40MDg3IDQyLjQ5MDlWMzkuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIG9wYWNpdHk9IjAuMTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNODMuNDA4NyAxMTEuNkw2MS40MDg3IDE4NEg2Mi40MDg3TDgzLjQwODcgMTE0Ljg5MVYxMTEuNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.c-section-index__link{display:block;height:100%;position:relative}.c-section-index__line{position:absolute;top:0;left:0;width:100%;height:3px;background:#fff;opacity:.5}.c-section-index__line:before{position:absolute;content:"";left:0;top:0;bottom:0;right:25px;background:#f86900;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.c-section-index__title{font-weight:700;font-size:20px;background:rgba(255,255,255,.2);max-width:82%;padding:10px 10px 10px 26px;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);margin-left:-10px;-webkit-transition:background .3s ease,width .3s ease;transition:background .3s ease,width .3s ease}.c-section-index__title span{display:block;-webkit-transform:skewX(15deg);transform:skewX(15deg)}.c-clients img,.c-section-index__line:before,.c-section-index__text{-webkit-transition:all .3s ease;transition:all .3s ease}.c-section-index__text{font-size:14px;padding:16px;opacity:0}.c-clients .slider__clients{padding:0}.c-clients .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-clients img{width:80%;-webkit-filter:grayscale(100%);filter:grayscale(100%);max-height:80px;display:block;margin:0 auto;opacity:.5}.c-clients img:hover{opacity:1;-webkit-filter:none;filter:none}.c-territory{position:relative}.c-territory__info{width:300px;position:absolute;top:140px;z-index:1}.c-territory__title{font-family:"Bebas",sans-serif;font-weight:700;font-size:70px;line-height:80px;margin-bottom:10px}.c-territory__text{margin-bottom:23px}.c-territory__svg{position:relative;height:700px}.c-territory__svg svg{height:100%;max-width:initial;max-height:inherit;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-territory__popup{position:absolute;background:#fff;width:345px;font-size:14px;border-bottom:1px solid #f86900;-webkit-transform:translate(-3%,-87%);transform:translate(-3%,-87%);-webkit-animation:fadein .3s;animation:fadein .3s}.c-territory__popup-close,.c-territory__popup:before{position:absolute;background-repeat:no-repeat;background-position:center}.c-territory__popup:before{content:"";left:7px;margin-top:-25px;top:100%;width:26px;height:35px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAyNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2Ugb3BhY2l0eT0iMC4xIiBjeD0iMTMiIGN5PSIzNC42NDk5IiByeD0iOSIgcnk9IjEiIGZpbGw9IiMwMDA3MTkiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0yNiAxNC4zNTE0QzI2IDIyLjcyNDUgMTQuNzUgMzQuNjQ5OSAxMyAzNC42NDk5QzExIDM0LjY0OTkgMCAyMi40NzA4IDAgMTQuMzUxNEMwIDUuNDcwOCA1LjgyMDMgMC42NDk5MDIgMTMgMC42NDk5MDJDMjAuMTc5NyAwLjY0OTkwMiAyNiA1LjQ3MDggMjYgMTQuMzUxNFoiIGZpbGw9IiNGODY5MDAiLz4KPHBhdGggZD0iTTIxLjQ0NjggOC43NzI2MUMyMC43MjI3IDguNzEyODcgMTguODY5MSA4LjUyNjkyIDE3LjMwMjUgOC4wOTI0NkMxNS42MjUgNy42MjcxOCAxMy42OTE2IDYuMzc3IDEzLjEzOSA2LjAwNDk0QzEzLjExMjYgNS45ODcxNiAxMy4wODE1IDUuOTc4MjcgMTMuMDUwNiA1Ljk3ODI3SDEzLjA1MDVDMTMuMDE5NSA1Ljk3ODMgMTIuOTg4NiA1Ljk4NzE4IDEyLjk2MjEgNi4wMDQ5NEMxMi40MDk1IDYuMzc3IDEwLjQ3NiA3LjYyNzE4IDguNzk4NTggOC4wOTI0NkM3LjIzMTg3IDguNTI2OTIgNS4zNzg0MSA4LjcxMjg3IDQuNjU0MyA4Ljc3MjYxQzQuNTcwNzcgOC43Nzk0OSA0LjUwOTMxIDguODQ2NTMgNC41MTEyOCA4LjkyODUzQzQuNjU3NTEgMTQuOTAzMiA2LjI1OTY3IDE3LjkyMDkgNi43NDcyOSAxOC43MDM1QzguNDE0NjEgMjEuMzc5NyAxMS45MTg1IDI0LjIxOTggMTIuOTUyNiAyNS4wMjY1QzEyLjk4MTQgMjUuMDQ5IDEzLjAxNiAyNS4wNjAyIDEzLjA1MDUgMjUuMDYwMkMxMy4wODUxIDI1LjA2MDIgMTMuMTE5NyAyNS4wNDkgMTMuMTQ4NSAyNS4wMjY1QzE0LjE4MjYgMjQuMjE5OCAxNy42ODY1IDIxLjM3OTcgMTkuMzUzOCAxOC43MDM1QzE5Ljg0MTQgMTcuOTIwOSAyMS40NDM1IDE0LjkwMzMgMjEuNTg5OCA4LjkyODUzQzIxLjU5MTggOC44NDY1MyAyMS41MzA0IDguNzc5NDkgMjEuNDQ2OCA4Ljc3MjYxWiIgZmlsbD0iI0ZCRkJGQiIvPgo8cGF0aCBkPSJNMTkuNzAwNyA5Ljc3OTIzQzE5LjY5NTMgOS43Nzg5NSAxOS42ODgyIDkuNzc4NzcgMTkuNjgyOSA5Ljc3ODY4SDE5LjY4MjVDMTkuMTQ3NCA5Ljc2ODI0IDE4LjU5MzEgOS43MzI3OSAxOC4wNTE4IDkuNjc2NTFDMTcuNTEwMSA5LjYxODg1IDE2Ljk2NDMgOS41NDI2NiAxNi40NDY0IDkuNDE0NDVDMTUuOTMyMiA5LjI4NjM3IDE1LjQyNDMgOS4wNzU3OSAxNC45Mjk3IDguODQ0NTNDMTQuNDM1NiA4LjYxMDA2IDEzLjk0OTggOC4zNDYzNCAxMy40ODM5IDguMDU5MDhMMTMuMzg1MyA4LjE5MTg5QzEzLjgyODQgOC41MzAyOSAxNC4yODc4IDguODQyNDcgMTQuNzY3OSA5LjEzMjA0QzE1LjI0OTggOS40MTgwNyAxNS43NDcxIDkuNjg3MjMgMTYuMjk1NSA5Ljg4Mzg5QzE2Ljg0MDYgMTAuMDc3MiAxNy4zOTA1IDEwLjIwODcgMTcuOTQ2MiAxMC4zMjQ0QzE4LjM3NjggMTAuNDEyMiAxOC44MDcgMTAuNDgyMiAxOS4yNDM5IDEwLjU0MjhDMTkuMjUwNiAxMS4wMzI0IDE5LjIzODIgMTEuNTMzMiAxOS4yMTE3IDEyLjAyNjZDMTkuMTc3NCAxMi42NDI1IDE5LjEyMDIgMTMuMjU3OSAxOS4wMzE0IDEzLjg2ODlDMTguOTQyMSAxNC40Nzk2IDE4LjgyMjUgMTUuMDg2NiAxOC42NTQ4IDE1LjY4MUMxOC40ODU5IDE2LjI3NDUgMTguMjY5OSAxNi44NTc2IDE3Ljk2NzEgMTcuMzk5M0wxOC4xMTA3IDE3LjQ4NDVDMTguNDcxMSAxNi45NTU4IDE4Ljc0NjggMTYuMzc1OCAxOC45NzQ1IDE1Ljc4MjNDMTkuMjAxMiAxNS4xODc2IDE5LjM3OTUgMTQuNTc2NyAxOS41MjY5IDEzLjk1OTZDMTkuNjczOSAxMy4zNDIzIDE5Ljc4OSAxMi43MTgyIDE5Ljg4MDcgMTIuMDkwN0MxOS45NzExIDExLjQ2MDMgMjAuMDQxIDEwLjgzNzcgMjAuMDc2NyAxMC4xODc5QzIwLjA4ODUgOS45NzM3MSAxOS45MjAyIDkuNzkwNzQgMTkuNzAwNyA5Ljc3OTIzWiIgZmlsbD0iI0Y4NjkwMCIvPgo8cGF0aCBkPSJNMTIuNzE2IDguMjYxMjNMMTIuNjE3NCA4LjEyODQyQzEyLjE1MTQgOC40MTU2NiAxMS42NjU2IDguNjc5MzggMTEuMTcxNSA4LjkxMzg2QzEwLjY3NjkgOS4xNDUxMiAxMC4xNjkxIDkuMzU1NjkgOS42NTQ4MSA5LjQ4Mzc3QzkuMTM2OTcgOS42MTIgOC41OTEyIDkuNjg4MTggOC4wNDk1MiA5Ljc0NTg1QzcuNTA4MjEgOS44MDIxMiA2Ljk1Mzg5IDkuODM3NTcgNi40MTg3OCA5Ljg0ODAxSDYuNDE4MzhDNi40MTMwOCA5Ljg0ODA5IDYuNDA1OTcgOS44NDgyOSA2LjQwMDYyIDkuODQ4NTdDNi4xODExMiA5Ljg2MDA2IDYuMDEyNzIgMTAuMDQzIDYuMDI0NTEgMTAuMjU3MkM2LjA2MDI2IDEwLjkwNyA2LjEzMDEzIDExLjUyOTYgNi4yMjA1MSAxMi4xNkM2LjMxMjMgMTIuNzg3NSA2LjQyNzMzIDEzLjQxMTYgNi41NzQzNyAxNC4wMjg5QzYuNzIxODEgMTQuNjQ2IDYuOTAwMSAxNS4yNTcgNy4xMjY3OCAxNS44NTE3QzcuMzU0NSAxNi40NDUyIDcuNjMwMiAxNy4wMjUyIDcuOTkwNiAxNy41NTM5TDguMTM0MiAxNy40Njg3QzcuODMxMzQgMTYuOTI3IDcuNjE1MzMgMTYuMzQzOCA3LjQ0NjQ4IDE1Ljc1MDRDNy4yNzg3NiAxNS4xNTU5IDcuMTU5MTQgMTQuNTQ4OSA3LjA2OTkyIDEzLjkzODJDNi45ODExIDEzLjMyNzMgNi45MjM4OCAxMi43MTE4IDYuODg5NTUgMTIuMDk2QzYuODYzMDUgMTEuNjAyNSA2Ljg1MDY3IDExLjEwMTcgNi44NTczNCAxMC42MTIyQzcuMjk0MjggMTAuNTUxNSA3LjcyNDQ0IDEwLjQ4MTYgOC4xNTUwOCAxMC4zOTM3QzguNzEwNzkgMTAuMjc4MSA5LjI2MDYxIDEwLjE0NjUgOS44MDU3NCA5Ljk1MzIzQzEwLjM1NDIgOS43NTY1NiAxMC44NTE1IDkuNDg3MzkgMTEuMzMzMyA5LjIwMTM3QzExLjgxMzUgOC45MTE4IDEyLjI3MjkgOC41OTk2MSAxMi43MTYgOC4yNjEyM1oiIGZpbGw9IiNGODY5MDAiLz4KPHBhdGggZD0iTTE0LjU1NzIgMjEuMDg5QzE0LjI5OSAyMS4yOTg4IDE0LjAzNzUgMjEuNTA0NiAxMy43NzI2IDIxLjcwNTlDMTMuNTU5MSAyMS44NjgzIDEzLjM0MTkgMjIuMDI4MSAxMy4xMjQ5IDIyLjE4MzFDMTIuOTA4IDIyLjAyODEgMTIuNjkwOSAyMS44Njg0IDEyLjQ3NzQgMjEuNzA2QzEyLjIxMjYgMjEuNTA0NyAxMS45NTEgMjEuMjk5IDExLjY5MjggMjEuMDg5MUMxMS4xNzUyIDIwLjY3MDQgMTAuNjczMiAyMC4yMzMxIDEwLjE4OCAxOS43Nzc2TDEwLjA2NjIgMTkuODkwNkMxMC41MTQzIDIwLjM4NzQgMTAuOTgyIDIwLjg2ODUgMTEuNDY3MyAyMS4zMzIzQzExLjcwOTQgMjEuNTY0OCAxMS45NTU0IDIxLjc5MzcgMTIuMjA1NSAyMi4wMTg2QzEyLjQ1NjIgMjIuMjQ0MSAxMi43MDczIDIyLjQ2NDMgMTIuOTcwOCAyMi42ODMyQzEzLjAxNTYgMjIuNzIwNCAxMy4wNzA0IDIyLjczODUgMTMuMTI0OSAyMi43Mzg0QzEzLjE3OTggMjIuNzM4NCAxMy4yMzQ0IDIyLjcyIDEzLjI3ODIgMjIuNjg0TDEzLjI3OTEgMjIuNjgzMkwxMy4yNzkzIDIyLjY4M0MxMy41NDI4IDIyLjQ2NDIgMTMuNzkzOSAyMi4yNDM5IDE0LjA0NDYgMjIuMDE4NEMxNC4yOTQ2IDIxLjc5MzUgMTQuNTQwNiAyMS41NjQ3IDE0Ljc4MjcgMjEuMzMyMkMxNS4yNjggMjAuODY4NCAxNS43MzU3IDIwLjM4NzQgMTYuMTgzNyAxOS44OTA2TDE2LjA2MTkgMTkuNzc3NkMxNS41NzY4IDIwLjIzMzEgMTUuMDc0OCAyMC42NzA0IDE0LjU1NzIgMjEuMDg5WiIgZmlsbD0iI0Y4NjkwMCIvPgo8cGF0aCBvcGFjaXR5PSIwLjIiIGQ9Ik0xMy4wOTA5IDIzLjI4MTdWMjQuMDQxMUMxMy4wNzc0IDI0LjA0NDQgMTMuMDY0IDI0LjA0NiAxMy4wNTA2IDI0LjA0NkMxMy4wMzcxIDI0LjA0NiAxMy4wMjIgMjQuMDQ0NCAxMy4wMDg1IDI0LjA0MTFWMjMuMjgxN0MxMy4wMjIgMjMuMjg1IDEzLjAzNzEgMjMuMjg1IDEzLjA1MDYgMjMuMjg1QzEzLjA2NCAyMy4yODUgMTMuMDc3NCAyMy4yODUgMTMuMDkwOSAyMy4yODE3WiIgZmlsbD0iI0ZCRkJGQiIvPgo8cGF0aCBkPSJNMTMgMTUuODczN0MxMy43MTc5IDE1Ljg3MzcgMTQuMyAxNS4zMDU3IDE0LjMgMTQuNjA1MUMxNC4zIDEzLjkwNDQgMTMuNzE3OSAxMy4zMzY0IDEzIDEzLjMzNjRDMTIuMjgyIDEzLjMzNjQgMTEuNyAxMy45MDQ0IDExLjcgMTQuNjA1MUMxMS43IDE1LjMwNTcgMTIuMjgyIDE1Ljg3MzcgMTMgMTUuODczN1oiIGZpbGw9IiNGODY5MDAiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyNiIgaGVpZ2h0PSIzNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC42NDk5MDIpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==)}.c-territory__popup-inner{position:relative;padding:19px;z-index:1;background:#fff}.c-territory__popup-close{top:10px;right:10px;width:10px;height:10px;opacity:.2;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnPgo8cGF0aCBkPSJNMSAxTDkgOSIgc3Ryb2tlPSIjMDAwNzE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkgMUwxIDkiIHN0cm9rZT0iIzAwMDcxOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==)}.c-territory__popup-close:hover{opacity:1}.c-territory__popup-title{font-weight:700;font-size:16px}.c-territory__popup-list__item{position:relative;padding-left:21px;margin-top:7px}.c-territory__popup-list__item .e-icon{position:absolute;top:5px;left:0}.c-territory__popup-list__link{font-weight:500}.c-content a,.c-territory__popup-list__link:hover{color:#f86900}.c-territory .st0{fill:#fbfbfb}.c-territory .st1{opacity:.1;fill:#000719;enable-background:new}.c-territory .st2{-webkit-clip-path:url(#SVGID_4_);clip-path:url(#SVGID_4_)}.c-territory .st3{fill:#000719;fill-opacity:.2}.c-territory .st4{opacity:.2;fill:#fbfbfb;enable-background:new}.c-territory .st5{fill:#c4c4c4}.c-territory .st6{-webkit-clip-path:url(#SVGID_6_);clip-path:url(#SVGID_6_)}.c-territory .st7{fill:#8d8d8d}.c-territory .st8{-webkit-clip-path:url(#SVGID_8_);clip-path:url(#SVGID_8_)}.c-territory .st9{-webkit-clip-path:url(#SVGID_10_);clip-path:url(#SVGID_10_)}.c-territory .st10{-webkit-clip-path:url(#SVGID_12_);clip-path:url(#SVGID_12_)}.c-territory .st11{-webkit-clip-path:url(#SVGID_14_);clip-path:url(#SVGID_14_)}.c-territory .st12{-webkit-clip-path:url(#SVGID_16_);clip-path:url(#SVGID_16_)}.c-territory .st13{-webkit-clip-path:url(#SVGID_18_);clip-path:url(#SVGID_18_)}.c-territory .st14{-webkit-clip-path:url(#SVGID_20_);clip-path:url(#SVGID_20_)}.c-territory .st15{-webkit-clip-path:url(#SVGID_22_);clip-path:url(#SVGID_22_)}.c-territory .st16{-webkit-clip-path:url(#SVGID_24_);clip-path:url(#SVGID_24_)}.c-territory .st17{-webkit-clip-path:url(#SVGID_26_);clip-path:url(#SVGID_26_)}.c-territory .st18{-webkit-clip-path:url(#SVGID_28_);clip-path:url(#SVGID_28_)}.c-territory .st19{-webkit-clip-path:url(#SVGID_30_);clip-path:url(#SVGID_30_)}.c-territory .st20{-webkit-clip-path:url(#SVGID_32_);clip-path:url(#SVGID_32_)}.c-territory--contacts{padding-top:20px;background:#fbfbfb}.c-territory--contacts .c-territory__info{width:363px;top:40px}.c-territory--contacts .c-territory__info form{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.08);box-shadow:0 2px 10px rgba(0,0,0,.08)}.c-territory--contacts .c-territory__info .e-btn{display:none}.c-territory--contacts .c-territory__info .c-territory__popup-title{font-size:20px}.c-territory--contacts .c-territory__info .c-territory__popup-list__item{margin-top:12px}.c-territory--contacts .c-territory__info .c-territory__popup-list{margin-bottom:30px}.c-territory--contacts .c-territory__info .fancybox-content{padding:20px;overflow:hidden}.c-territory--contacts .c-territory__info .popup__title{font-size:30px;margin:0 0 47px}.c-territory--contacts .c-territory__info .popup{background:#fff url(/local/templates/opora/static/css/../images/svg/bgpopup.svg) no-repeat 50% 0/700px auto}.c-sales{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-sales__item{width:48.7%;position:relative;color:#fff;overflow:hidden;margin-bottom:30px}.c-sales__item:nth-child(2n) .c-sales__item-inner{-webkit-transform:skewX(20deg);transform:skewX(20deg);right:-48px;left:14%;padding:44px 88px 0 0}.c-sales__item:nth-child(2n) .c-sales__item-skew{-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.c-sales__item:nth-child(2n) .c-sales__item-title{text-align:right;padding:2px 30px 3px 0;margin-right:-65px}.c-sales__item:nth-child(2n) .c-sales__item-text{text-align:right;padding-right:0;padding-left:5%}.c-sales__item:nth-child(2n) .c-sales__item-text__btn{right:0}.c-sales__item:nth-child(2n) .c-sales__item-badge{left:0;right:auto}.c-sales__item:nth-child(2n) .c-sales__item-pic:after{left:0;right:auto;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIyLjI1MiIgaGVpZ2h0PSIyMjIuMDEiIHZpZXdCb3g9IjAgMCAxMjIuMjUyIDIyMi4wMSI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUyMCIgZGF0YS1uYW1lPSJQYXRoIDUyMCIgZD0iTTM0Ljc4NC0uMDFILTMuMjUydjIyMkwxMTksMjIyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAxKSIgZmlsbD0iIzAwMDcxOSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9Ik1hc2tfR3JvdXBfMjIiIGRhdGEtbmFtZT0iTWFzayBHcm91cCAyMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yNTIpIiBvcGFjaXR5PSIwLjciIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxnIGlkPSJHcm91cF82NzQiIGRhdGEtbmFtZT0iR3JvdXAgNjc0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA5LjQxNSA5LjkxMykiPgogICAgICA8ZyBpZD0iR3JvdXBfNjcyIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuOTc4IDIwLjA5NykiIG9wYWNpdHk9IjAuMDUiPgogICAgICAgIDxwYXRoIGlkPSJQYXRoXzExOCIgZGF0YS1uYW1lPSJQYXRoIDExOCIgZD0iTTQyNTcuMTg2LDM2NS4yNzNIMzk2MS41NjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTYxLjU2MyAtMjg1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIi8+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTE5IiBkYXRhLW5hbWU9IlBhdGggMTE5IiBkPSJNNDYyNy4yODUsMjgxbC00NzMuNDc4LDItODIuMzI0LDc4LjMyNCw2OS42NjUsNzMuNjY1SDQ2ODMuNjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTAyLjU2MyAtMjgxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIi8+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTIwIiBkYXRhLW5hbWU9IlBhdGggMTIwIiBkPSJNNDY1MC4zMDYsMzMzSDQyMjkuMjc3bC0zMi41OTUsMjguNTk1LDMyLjU5NSwyNC40NzJoNDUwLjkwNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5MDIuNTYzIC0yODEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMTAiLz4KICAgICAgPC9nPgogICAgICA8ZyBpZD0iR3JvdXBfNjczIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MyIgb3BhY2l0eT0iMC4yIj4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMjEiIGRhdGEtbmFtZT0iUGF0aCAxMjEiIGQ9Ik0zOTYxLjU4NSwzMDUuNTNoMTc3LjE5MUw0MTgzLjQsMjYwLjlINDczNS43NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5NjEuNTg1IC0yNjAuOTAzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMjQiIGRhdGEtbmFtZT0iUGF0aCAxMjQiIGQ9Ik0zOTYxLjU4NSwyNjAuOWgxNzcuMTkxTDQxODMuNCwzMDUuNTNINDgwNS43NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5NjEuNTg1IC0xMDguOTAzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMjUiIGRhdGEtbmFtZT0iUGF0aCAxMjUiIGQ9Ik0xMTguOTYxLDM2NC44MjNsNDkuMTk0LDQ5LjE5NEg3MDQuODc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTguNDE1IC0yNjMuOTAzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMjYiIGRhdGEtbmFtZT0iUGF0aCAxMjYiIGQ9Ik0zOTgwLDM1Ny41aDgwOS4wNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTcxLjU4NSAtMjU2LjkwMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTI3IiBkYXRhLW5hbWU9IlBhdGggMTI3IiBkPSJNNDY0MC40NiwzMDYuNjc5SDQyMTMuNzhMNDE2MSwzNTkuNDYyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzg2MS41ODUgLTI1OC45MDMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.c-sales__item-inner{background:rgba(0,7,25,.4);position:absolute;top:0;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);padding:44px 0 0 88px;bottom:0;left:-48px;right:14%}.c-articles__item-date span,.c-sales__item-skew{display:inline-block;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.c-sales__item-pic{position:relative;margin:10px 0;max-height:250px;overflow:hidden}.c-articles__item-pic img,.c-sales__item-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-sales__item-pic:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:#000719;opacity:.7}.c-sales__item-pic:after{position:absolute;content:"";right:0;top:0;bottom:0;width:20%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIyIiBoZWlnaHQ9IjIyMi4wMSIgdmlld0JveD0iMCAwIDEyMiAyMjIuMDEiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cGF0aCBpZD0iUGF0aF81MjAiIGRhdGEtbmFtZT0iUGF0aCA1MjAiIGQ9Ik04NC4yMTYtLjAxLDEyMiwwVjIyMkgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODI2IDIzMCkiIGZpbGw9IiMwMDA3MTkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJNYXNrX0dyb3VwXzIyIiBkYXRhLW5hbWU9Ik1hc2sgR3JvdXAgMjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjYgLTIyOS45OSkiIG9wYWNpdHk9IjAuNyIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPGcgaWQ9Ikdyb3VwXzY3NCIgZGF0YS1uYW1lPSJHcm91cCA2NzQiPgogICAgICA8ZyBpZD0iR3JvdXBfNjcyIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODMyLjM0IDI2MCkiIG9wYWNpdHk9IjAuMDUiPgogICAgICAgIDxwYXRoIGlkPSJQYXRoXzExOCIgZGF0YS1uYW1lPSJQYXRoIDExOCIgZD0iTTM5NjEuNTYyLDM2NS4yNzNoMjk1LjYyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0NzYuMDg4IC0yODUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMTAiLz4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMTkiIGRhdGEtbmFtZT0iUGF0aCAxMTkiIGQ9Ik00MTI3Ljg1OCwyODFsNDczLjQ3OCwyLDgyLjMyNCw3OC4zMjQtNjkuNjY1LDczLjY2NUg0MDcxLjQ4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwNzEuNDg0IC0yODEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMTAiLz4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMjAiIGRhdGEtbmFtZT0iUGF0aCAxMjAiIGQ9Ik00MjI2LjU2LDMzM2g0MjEuMDI5bDMyLjU5NSwyOC41OTUtMzIuNTk1LDI0LjQ3Mkg0MTk2LjY4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxOTMuMjA3IC0yODEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMTAiLz4KICAgICAgPC9nPgogICAgICA8ZyBpZD0iR3JvdXBfNjczIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODEwLjIzIDIzOS45MDMpIiBvcGFjaXR5PSIwLjIiPgogICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyMSIgZGF0YS1uYW1lPSJQYXRoIDEyMSIgZD0iTTQ3MzUuNzcsMzA1LjUzSDQ1NTguNTc4TDQ1MTMuOTUxLDI2MC45SDM5NjEuNTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzg5MS41ODUgLTI2MC45MDMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyNCIgZGF0YS1uYW1lPSJQYXRoIDEyNCIgZD0iTTQ4MDUuNzcsMjYwLjlINDYyOC41NzhsLTQ0LjYyNyw0NC42MjdIMzk2MS41ODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTYxLjU4NSAtMTA4LjkwMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTI1IiBkYXRhLW5hbWU9IlBhdGggMTI1IiBkPSJNNzA0Ljg3OSwzNjQuODIzbC00OS4xOTQsNDkuMTk0SDExOC45NjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05OC4wNzEgLTI2My45MDMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyNiIgZGF0YS1uYW1lPSJQYXRoIDEyNiIgZD0iTTQ3ODkuMDUxLDM1Ny41SDM5ODAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTUzLjI4MSAtMjU2LjkwMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTI3IiBkYXRhLW5hbWU9IlBhdGggMTI3IiBkPSJNNDE2MSwzMDYuNjc5aDQyNi42ODFsNTIuNzgzLDUyLjc4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwOTUuNjg4IC0yNTguOTAzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center}.c-sales__item-title{font-size:30px;background:rgba(255,255,255,.2);margin-bottom:12px;padding:2px 0 3px 30px;margin-left:-65px}.c-sales__item-text{display:block;font-size:18px;padding-right:5%;height:62%}.c-sales__item-text__detail{font-size:14px;opacity:.55;margin-top:9px}.c-sales__item-text__btn{text-transform:uppercase;color:#fff;opacity:.7;font-weight:700;letter-spacing:.06em;font-size:14px;position:absolute;bottom:0;-webkit-transition:all .3s ease;transition:all .3s ease}.c-sales__item-text__btn:hover{opacity:1}.c-sales__item-badge{font-size:20px;background:rgba(254,102,0,.5);width:240px;margin-left:auto;position:absolute;right:0;bottom:10px;padding:7px;text-align:center}.c-sales__item-badge.is-sale{background:rgba(0,157,255,.5)}.c-content li{position:relative;margin-bottom:1rem;padding-left:15px}.c-content li:before,.c-ul li:before{position:absolute;content:"";width:5px}.c-content li:before{border-radius:50%;background:#f86900;left:0;top:8px;height:5px}.c-articles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:30px 0 30px -30px}.c-articles__item{margin:0 0 30px 30px;width:30.8%;border:1px solid #e5e5e5;display:block;-webkit-transition:all .3s ease;transition:all .3s ease}.c-articles__item:hover{border-color:transparent;-webkit-box-shadow:0 2px 16px rgba(0,0,0,.08);box-shadow:0 2px 16px rgba(0,0,0,.08)}.c-articles__item:hover .c-articles__item-pic:before{opacity:0}.c-articles__item-pic{position:relative;overflow:hidden;height:184px}.c-articles__item-pic:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(0,7,25,.4);-webkit-transition:all .3s ease;transition:all .3s ease}.c-articles__item-date{position:absolute;display:inline-block;background:rgba(0,7,25,.5);-webkit-transform:skewX(-20deg);transform:skewX(-20deg);z-index:1;margin-left:-10px;padding:7px 20px 7px 15px}.c-articles__item-date span{font-size:14px;color:#fff;opacity:.8;padding-left:10px}.c-articles__item-body{padding:18px 15px}.c-articles__item-title{font-size:20px;font-weight:700;margin-bottom:6px}.c-articles__item-text{font-size:14px}.c-vacancies{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:32px 0}.c-vacancies__item{width:48.6%;-webkit-box-shadow:0 2px 16px rgba(0,0,0,.08);box-shadow:0 2px 16px rgba(0,0,0,.08);margin-bottom:30px}.c-vacancies__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;background:#2b2b2b;color:#fff;font-size:20px;padding:18px 24px}.c-vacancies__item-title{font-weight:700}.c-vacancies__item-price{opacity:.7;margin-left:13px}.c-vacancies__item-body{padding:24px;font-size:14px}.c-vacancies__item-body .e-btn{min-width:180px;margin-top:9px}.c-vacancies__item-name{font-weight:700;margin-bottom:4px}.c-vacancies__item-list{margin-left:12px;margin-bottom:17px}.c-vacancies__item-list__item{position:relative;padding-left:12px;margin-bottom:3px}.c-vacancies__item-list__item:before{position:absolute;content:"";width:5px;height:5px;background:#000;opacity:.2;left:0;top:8px;border-radius:50%}.c-vacancies__banner{background:url(/local/frontend/dist/static/css/../img/general/bg-vac.jpg);background-size:cover;color:#fff;padding:45px 40px 52px;margin:66px 0 90px}.c-vacancies__banner-title{font-weight:700;font-size:44px;font-family:"Bebas",sans-serif;margin-bottom:-4px}.c-ul li{position:relative;padding-left:25px}.c-ul li:before{top:7px;left:10px;height:4px;background:url(/local/frontend/dist/static/img/svg-img/polygon.svg)}.service-card--business{min-height:196px}.service-card--business-wrap{margin:23px -15px 80px}.service-card--mounting{background:url(/local/frontend/dist/static/css/../img/svg-img/b-icon1.svg) no-repeat 30px 50%/80px 80px,url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiCiAgICAgaWQ9ItCh0LvQvtC5XzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTE2LjMxMiAxNzciCiAgICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTE2LjMxMiAxNzc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRjJGMkYyO30KCS5zdDF7ZmlsbDojRjdGN0Y3O30KCS5zdDJ7ZmlsbDpub25lO30KCS5zdDN7ZmlsbDojRjRGNEY0O30KPC9zdHlsZT4KICA8Zz4KCTxwYXRoIGlkPSJTY3JlZW5zaG90X2F0X0RlY18yNF8yMS01Ni0zMiIgY2xhc3M9InN0MCIgZD0iTTAsMGgxMDcuNTc5TDU5LjI5NDEyLDE3N0gwVjB6Ii8+CiAgICA8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjExNi4zMSwxNzcgMCwxNzcgMCwwIDUxLDAgNzcsNzAuNDYwMDIgODIsODQuMDEwMDEgICIvPgogICAgPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIxMTYuMzExMDQsMTc3IDAsMTc3IDAsMCA1MSwwIDExNi4zMTIwMSwxNzcgICIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat}.service-card--service{background:url(/local/frontend/dist/static/css/../img/svg-img/b-icon2.svg) no-repeat 34px 54%/75px 75px,url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiCiAgICAgaWQ9ItCh0LvQvtC5XzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTE2LjMxMiAxNzciCiAgICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTE2LjMxMiAxNzc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRjJGMkYyO30KCS5zdDF7ZmlsbDojRjdGN0Y3O30KCS5zdDJ7ZmlsbDpub25lO30KCS5zdDN7ZmlsbDojRjRGNEY0O30KPC9zdHlsZT4KICA8Zz4KCTxwYXRoIGlkPSJTY3JlZW5zaG90X2F0X0RlY18yNF8yMS01Ni0zMiIgY2xhc3M9InN0MCIgZD0iTTAsMGgxMDcuNTc5TDU5LjI5NDEyLDE3N0gwVjB6Ii8+CiAgICA8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjExNi4zMSwxNzcgMCwxNzcgMCwwIDUxLDAgNzcsNzAuNDYwMDIgODIsODQuMDEwMDEgICIvPgogICAgPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIxMTYuMzExMDQsMTc3IDAsMTc3IDAsMCA1MSwwIDExNi4zMTIwMSwxNzcgICIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat}.service-card__list-links{font-size:14px;margin-left:10px}.service-card__list-links .service-card__list-item{margin-top:10px}.service-card__list-link{position:relative;opacity:.8}.service-card__list-link:after{margin-left:5px;content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBvcGFjaXR5PSIwLjMiIGQ9Ik0xIDUuODAwMDVMMyAzLjMwMDA1TDEgMC44MDAwNDgiIHN0cm9rZT0iIzAwMDcxOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.service-card__list-link:hover{color:#f86900}.service-card__list-link:hover:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA1LjgwMDA1TDMgMy4zMDAwNUwxIDAuODAwMDQ4IiBzdHJva2U9IiNGODY5MDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)}.e-btn,.e-icon{display:inline-block}.e-btn{color:#fff;background-color:#f86900;padding:13px;min-width:220px;-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center;text-transform:uppercase;font-size:14px;letter-spacing:.06em}.e-btn:hover{opacity:.8}.e-icon{vertical-align:middle}.e-icon-primary{fill:var(--color-primary)}.e-icon-ar_l,.e-icon-ar_r{width:8px;height:16px;fill:#000719}.e-icon-loc,.e-icon-mail,.e-icon-phone{width:8px;height:11px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDggMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjc4ODE0ZS0wNyA0LjQzMjg0QzEuNzg4MTRlLTA3IDcuMTQxNzkgMy40NjE1NCAxMSA0IDExQzQuNjE1MzggMTEgOCA3LjA1OTcgOCA0LjQzMjg0QzggMS41NTk3IDYuMjA5MTQgMCA0IDBDMS43OTA4NiAwIDEuNzg4MTRlLTA3IDEuNTU5NyAxLjc4ODE0ZS0wNyA0LjQzMjg0WiIgZmlsbD0iI0Y4NjkwMCIvPgo8cGF0aCBvcGFjaXR5PSIwLjIiIGQ9Ik0zLjk3MTk4IDcuMzIyMDJWNy41Njc3QzMuOTc2MTEgNy41Njg3NiAzLjk4MDI1IDcuNTY5MjkgMy45ODQzOSA3LjU2OTI5QzMuOTg4NTIgNy41NjkyOSAzLjk5MzE4IDcuNTY4NzYgMy45OTczMSA3LjU2NzdWNy4zMjIwMkMzLjk5MzE4IDcuMzIzMDggMy45ODg1MiA3LjMyMzA4IDMuOTg0MzkgNy4zMjMwOEMzLjk4MDI1IDcuMzIzMDggMy45NzYxMSA3LjMyMzA4IDMuOTcxOTggNy4zMjIwMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00LjAwMDA3IDYuNTY3MUMyLjcxODc3IDYuNTY3MSAxLjY4MDA3IDUuNTAxMjcgMS42ODAwNyA0LjE4NjUxQzEuNjgwMDcgMi44NzE3NCAyLjcxODc3IDEuODA1OTEgNC4wMDAwNyAxLjgwNTkxQzUuMjgxMzcgMS44MDU5MSA2LjMyMDA3IDIuODcxNzQgNi4zMjAwNyA0LjE4NjUxQzYuMzIwMDcgNS41MDEyNyA1LjI4MTM3IDYuNTY3MSA0LjAwMDA3IDYuNTY3MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.e-icon-mail,.e-icon-phone{width:11px;height:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMjU0NTggNi4yNTU0NkM5LjE3MTM0IDYuMTcwODQgOS4wNzEzMSA2LjEwMzUgOC45NjA1NCA2LjA1NzQ5QzguODQ5NzcgNi4wMTE0OCA4LjczMDU1IDUuOTg3NzYgOC42MTAwOCA1Ljk4Nzc2QzguNDg5NjEgNS45ODc3NiA4LjM3MDM5IDYuMDExNDggOC4yNTk2MiA2LjA1NzQ5QzguMTQ4ODUgNi4xMDM1IDguMDQ4ODIgNi4xNzA4NCA3Ljk2NTU4IDYuMjU1NDZDNy42NjQzMyA2LjUyNzQxIDcuMzYzMDkgNi43OTg2NyA3LjA2NjgzIDcuMDc0NzhDNy4wMzg0OSA3LjExMDc0IDYuOTk3MjIgNy4xMzUgNi45NTEyOCA3LjE0MjY5QzYuOTA1MzQgNy4xNTAzOSA2Ljg1ODEgNy4xNDA5NyA2LjgxOSA3LjExNjNDNi42MjM4NyA3LjAxOTQyIDYuNDE2NjMgNi45NDEyMiA2LjIyOTMzIDYuODM1MzVDNS4zNzg5MiA2LjMzNjg0IDQuNjE3NjQgNS43MDcyMSAzLjk3NTM1IDQuOTcxMTJDMy42NDgwNiA0LjYxOTczIDMuMzc1OTQgNC4yMjMzMyAzLjE2Nzc2IDMuNzk0NzNDMy4xNDU1MyAzLjc1OTc4IDMuMTM3ODYgMy43MTc5IDMuMTQ2MzMgMy42Nzc2NUMzLjE1NDgxIDMuNjM3MzkgMy4xNzg3NyAzLjYwMTggMy4yMTMzNCAzLjU3ODEzQzMuNTE0NTggMy4zMTMxIDMuODA4NzEgMy4wNDE4NCA0LjEwNDk2IDIuNzY5ODlDNC4yMDEzIDIuNzAwNDMgNC4yNzk1NiAyLjYxMDAyIDQuMzMzNDggMi41MDU5QzQuMzg3NCAyLjQwMTc4IDQuNDE1NDggMi4yODY4MyA0LjQxNTQ4IDIuMTcwMjdDNC40MTU0OCAyLjA1MzcxIDQuMzg3NCAxLjkzODc3IDQuMzMzNDggMS44MzQ2NUM0LjI3OTU2IDEuNzMwNTMgNC4yMDEzIDEuNjQwMTIgNC4xMDQ5NiAxLjU3MDY2QzMuODY5MjQgMS4zNTQwNyAzLjYzNDIzIDEuMTQyMzIgMy4zOTg1IDAuOTI2NDE2QzMuMTYyNzggMC43MTA1MTQgMi45MTQ5NSAwLjQ4MjE1NiAyLjY2OTI1IDAuMjYzNDg2QzIuNTg1NTQgMC4xNzk2NTcgMi40ODUzNiAwLjExMzAxIDIuMzc0NjUgMC4wNjc0OTg1QzIuMjYzOTQgMC4wMjE5ODY4IDIuMTQ0OTYgLTAuMDAxNDY0ODQgMi4wMjQ3NSAtMC4wMDE0NjQ4NEMxLjkwNDU0IC0wLjAwMTQ2NDg0IDEuNzg1NTUgMC4wMjE5ODY4IDEuNjc0ODQgMC4wNjc0OTg1QzEuNTY0MTMgMC4xMTMwMSAxLjQ2Mzk2IDAuMTc5NjU3IDEuMzgwMjUgMC4yNjM0ODZDMS4wNzYxNSAwLjUzNTQ0IDAuNzg0ODgxIDAuODE3MDgxIDAuNDc2NTE2IDEuMDgwNzNDMC4zNDA4NTEgMS4xOTI5OSAwLjIyOTY0IDEuMzMwNDUgMC4xNDk0MTMgMS40ODUwNUMwLjA2OTE4NjggMS42Mzk2NiAwLjAyMTU2MzUgMS44MDgyOCAwLjAwOTM0MDUxIDEuOTgxMDFDLTAuMDE2NzI1MSAyLjU0NTI4IDAuMDk0Mjc5NiAzLjEwNzU4IDAuMzMzMzczIDMuNjIyNDJDMC43OTYxOTkgNC43MTAyNiAxLjQ1NTYgNS43MDg4NiAyLjI4MDQxIDYuNTcxMDFDMy4zOTIxOCA3Ljc3NjAxIDQuNzUwNDkgOC43NDIzNCA2LjI2ODUgOS40MDgxOEM2Ljk1OTYyIDkuNzM3MjcgNy43MDg4MSA5LjkzNTcgOC40NzYxOSA5Ljk5MjkyQzguNzMwNTYgMTAuMDIwMyA4Ljk4ODAxIDkuOTkwOSA5LjIyODkyIDkuOTA2OTVDOS40Njk4MyA5LjgyMzAxIDkuNjg3ODMgOS42ODY3NCA5Ljg2NjMzIDkuNTA4NTJDMTAuMTI0OCA5LjI0NjI1IDEwLjQxNjEgOS4wMDY4MyAxMC42ODk2IDguNzU1NjNDMTAuNzg0MSA4LjY4NTkxIDEwLjg2MDggOC41OTU5OCAxMC45MTM4IDguNDkyOEMxMC45NjY4IDguMzg5NjIgMTAuOTk0NiA4LjI3NTk4IDEwLjk5NSA4LjE2MDY4QzEwLjk5NTUgOC4wNDUzNyAxMC45Njg3IDcuOTMxNTEgMTAuOTE2NiA3LjgyNzkyQzEwLjg2NDUgNy43MjQzMyAxMC43ODg1IDcuNjMzNzkgMTAuNjk0NiA3LjU2MzMzQzEwLjIxNzQgNy4xMjgyOSA5LjczNzQzIDYuNjkyMzQgOS4yNTQ1OCA2LjI1NTQ2WiIgZmlsbD0iI0ZDNjcwMCIvPgo8L3N2Zz4K)}.e-icon-mail{width:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xMS44Mzk5IDEwQzEyLjEyMTEgMTAuMDA0NiAxMi4zOTM3IDkuOTA0NTIgMTIuNjAyNSA5LjcyMDAxTDguOTE4OTkgNi4xMTM4Nkw4LjY2NDQ2IDYuMjkzMDRDOC4zODg2NCA2LjQ5MjE0IDguMTY2MjEgNi42NDc2OCA3Ljk5NzE2IDYuNzU5NjdDNy43Nzk5OSA2Ljg5MzgxIDcuNTUwNTMgNy4wMDc4NyA3LjMxMTc0IDcuMTAwMzRDNy4wNjAwNCA3LjIwOTA2IDYuNzg4ODkgNy4yNjgwMiA2LjUxMzg0IDcuMjczOUg2LjQ5OTU0QzYuMjI0NDkgNy4yNjgwNSA1Ljk1MzM0IDcuMjA5MDggNS43MDE2NCA3LjEwMDM0QzUuNDYyODMgNy4wMDc5NCA1LjIzMzM2IDYuODkzODggNS4wMTYyMyA2Ljc1OTY3QzQuODQ0NjMgNi42NDgzIDQuNjIyMiA2LjQ5Mjc2IDQuMzQ4OTIgNi4yOTMwNEw0LjA5NDQgNi4xMTI5MkwwLjQxMDg4OSA5LjcyMDAxQzAuNjE5NzU4IDkuOTA0NDQgMC44OTIyOCAxMC4wMDQ1IDEuMTczNTIgMTBIMTEuODM5OVoiIGZpbGw9IiNGRTY2MDAiLz4KPHBhdGggZD0iTTAuNzMzMDc5IDMuODQyMjdDMC40NjMxMzggMy42NjczNSAwLjIxNjgzMSAzLjQ1OTc2IDAgMy4yMjQ0NEwwIDguNzEwMjFMMy4yNDU5NSA1LjUzMjQzQzIuNTk2NDQgNS4wODg4MSAxLjc1ODgyIDQuNTI1NDIgMC43MzMwNzkgMy44NDIyN1oiIGZpbGw9IiNGRTY2MDAiLz4KPHBhdGggZD0iTTEyLjI3NDQgMy44NDIyN0MxMS4yODYyIDQuNDk2OCAxMC40NDYzIDUuMDYwNTEgOS43NTQ4OCA1LjUzMzM3TDEyLjk5NjEgOC43MDY0OFYzLjIyMDcxQzEyLjc4MTkgMy40NTU1MSAxMi41Mzk2IDMuNjY0MiAxMi4yNzQ0IDMuODQyMjdaIiBmaWxsPSIjRkU2NjAwIi8+CjxwYXRoIGQ9Ik0xMS44Mzg5IC05LjY4MDkyZS0wNUgxLjE2MDEzQzAuOTk3MjA1IC0wLjAwODM4ODUgMC44MzQ1NzggMC4wMjEwOTk5IDAuNjg1NDkgMC4wODU5Njk3QzAuNTM2NDAyIDAuMTUwODQgMC40MDUwNjcgMC4yNDkyNTUgMC4zMDIxNzQgMC4zNzMyMUMwLjA5NTI5OTMgMC42MzcyODMgLTAuMDExMjEwMiAwLjk2MzYzMyAwLjAwMDkzNDc5NSAxLjI5NjIyQzAuMDIzNTk3NCAxLjY1MzAyIDAuMTYzMzU4IDEuOTkzMTMgMC4zOTk0MSAyLjI2NTg5QzAuNjMzNjUxIDIuNTgzNjIgMC45MjAzOTYgMi44NjA4OCAxLjI0Nzg0IDMuMDg2MjNDMS40MTI0NCAzLjIwMDA5IDEuOTA4MTUgMy41MzczMSAyLjczNDk3IDQuMDk3OUwzLjkwMzcgNC44OTMwNEw0LjYzNTgzIDUuMzk0MjFMNC43NDQ1IDUuNDY5ODFMNC45NDQ2OSA1LjYxMDczQzUuMTAxNjcgNS43MjIxIDUuMjMyMjcgNS44MTIwMSA1LjMzNjQ5IDUuODgwNDVDNS40NDA3MiA1Ljk0ODg5IDUuNTY3ODIgNi4wMjU3MiA1LjcxNzgxIDYuMTEwOTZDNS44NDk3NiA2LjE4ODg3IDUuOTg5NzEgNi4yNTMgNi4xMzUzNSA2LjMwMjI4QzYuMjUxODYgNi4zNDIyNiA2LjM3NDE2IDYuMzYzNjkgNi40OTc2IDYuMzY1NzRINi41MTE5QzYuNjM1MzQgNi4zNjM2OSA2Ljc1NzY0IDYuMzQyMjYgNi44NzQxNSA2LjMwMjI4QzcuMDE5ODEgNi4yNTMwNSA3LjE1OTc2IDYuMTg4OTIgNy4yOTE2OSA2LjExMDk2QzcuNDM5MTMgNi4wMjU3MiA3LjU2NjI0IDUuOTQ4ODkgNy42NzMgNS44ODA0NUM3Ljc3OTc3IDUuODEyMDEgNy45MTAzNyA1LjcyMjEgOC4wNjQ4MSA1LjYxMDczTDguMjY1IDUuNDY5ODFMOC4zNzM2NyA1LjM5NDIxTDkuMTA3NyA0Ljg5NDkxTDExLjc2ODMgMy4wODYyM0MxMi4xMTUzIDIuODUwNSAxMi40MTUyIDIuNTU0NDEgMTIuNjUzIDIuMjEyNjlDMTIuODgwOSAxLjg5OTMxIDEzLjAwNSAxLjUyNTAxIDEzLjAwODYgMS4xNDAzNkMxMy4wMDYxIDAuODM5NjM3IDEyLjg4MjkgMC41NTE5MjEgMTIuNjY1NyAwLjMzOTI3MUMxMi40NDg1IDAuMTI2NjIgMTIuMTU0NiAwLjAwNjA3MzMgMTEuODQ3NSAwLjAwMzYzNDIyTDExLjgzODkgLTkuNjgwOTJlLTA1WiIgZmlsbD0iI0ZFNjYwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)}@media screen and (max-width:1199px){.c-section-index__item{width:46%}.c-section-index__item:after{right:-10%;top:20%;width:25%}.c-section-index__line:before{right:0}.c-section-index__title{font-size:18px;padding:10px 10px 10px 22px;max-width:94%}.c-section-index__text{padding:12px}.c-territory__info{position:static;background:#fbfbfb;margin:0 -15px;padding:60px 15px 0;width:auto}.c-territory__title{font-size:60px;line-height:70px}.c-territory__svg svg{left:15%}.c-territory__popup:before{width:30px;height:40px}.c-sales__item{width:100%}.c-articles{margin:20px 0 20px -20px}.c-articles__item{width:48%;margin:0 0 20px 20px}}@media screen and (max-width:991px){.c-vacancies__item{width:100%}.service-card--business{margin-top:30px}}@media screen and (max-width:767px){.popup__title{font-size:36px}.banner__title-h1{font-size:46px;line-height:1.375}.c-section-index__item{width:100%}.c-territory__info{padding:40px 15px 0}.c-territory__title{font-size:44px;line-height:1.4}.c-territory__svg svg{left:0;-webkit-transform:translate(-55%,-50%);transform:translate(-55%,-50%)}.c-territory__popup{width:260px;font-size:12px;-webkit-transform:translate(-50%,-87%);transform:translate(-50%,-87%);left:50%!important}.c-territory__popup:before{content:none}.c-territory__popup-inner{padding:11px}.c-territory__popup-title{font-size:14px}.c-territory .st5,.c-territory .st7{display:none}.c-territory--contacts{padding:0}.c-territory--contacts .c-territory__info{width:auto}.c-territory--contacts .c-territory__info form{display:none!important}.c-territory--contacts .c-territory__info .e-btn{display:block}.c-territory--contacts .c-territory__info .c-territory__popup-title{font-size:18px}.c-sales__item:nth-child(2n) .c-sales__item-inner{padding:10% 22% 0 0;right:-17%}.c-sales__item:nth-child(2n) .c-sales__item-title{margin-right:-60px}.c-sales__item-inner{padding:10% 0 0 22%;left:-17%}.c-sales__item-pic{height:250px}.c-sales__item-title{margin-left:-60px;font-size:16px}.c-sales__item-text{font-size:12px;height:auto}.c-sales__item-text__btn{position:static;margin-top:15px}.c-sales__item-badge{font-size:14px}.c-articles__item{width:100%}.c-articles__item-title{font-size:18px}.c-vacancies{margin:0}.c-vacancies__item-header{font-size:16px;padding:16px 12px}.c-vacancies__item-body{padding:12px}.c-vacancies__banner{padding:40px 10px;margin:50px 0}.c-vacancies__banner-title{font-size:36px}.service-card--business{min-height:auto;margin-top:20px}.service-card--business-wrap{margin:0 -15px 35px}.service-card--mounting{background:url(/local/frontend/dist/static/css/../img/svg-img/b-icon1.svg) no-repeat 18px 27px/40px 40px,url(/local/templates/opora/static/images/svg/bgprice_mobile.svg) no-repeat 0 0/44% auto}.service-card--service{background:url(/local/frontend/dist/static/css/../img/svg-img/b-icon2.svg) no-repeat 20px 15px/35px 35px,url(/local/templates/opora/static/images/svg/bgprice_mobile.svg) no-repeat 0 0/44% auto}}
/* End */
/* /local/templates/opora/static/css/reset.css?17875545237343 */
/* /local/templates/opora/static/css/slick.min.css?17875545231327 */
/* /local/templates/opora/static/css/jquery.fancybox.min.css?178755452312795 */
/* /local/templates/opora/static/css/bootstrap.css?178755452315131 */
/* /local/templates/opora/static/css/legacy.css?178755452331356 */
/* /local/templates/opora/static/css/style.css?178755452351706 */
/* /local/frontend/dist/static/css/style.css?178755452338935 */
