

/* Start:/local/templates/imperator/css/libs.css?1678876425107030*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .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-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #000;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.mirror {
    unicode-bidi: bidi-override;
    direction: rtl
}
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%, 11.1%, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* https://codepen.io/dimsemenov/pen/GAIkt */
.mfp-removing .mfp-arrow {
  opacity: 0;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/***** GALLERY SLIDER EFFECTS ***************/
.mfp-ready .mfp-figure {
  opacity: 0;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transform: scale(0.95);
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/
}
.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
/***************** ELEMENTS ********************/
.mfp-gallery button.mfp-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -13px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid transparent;
  line-height: 38px;
  padding: 0;
  top: -5px;
  transition: all 0.3s ease-out;
  font-family: Arial, monospace !important;
}
.mfp-gallery button.mfp-close:hover {
  border: 2px solid #fff;
  transform: scale(0.8);
}
/*# sourceMappingURL=animation.css.map */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=libs.css.map */

/* End */


/* Start:/local/templates/imperator/css/form.css?15789933923523*/
.techno-fos-block .mb-70 {
    margin-bottom:0;
}

.crm-webform-header-container {
    padding: 0;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    background: transparent;
}
.form-wrap .mini-map-block {
    min-height: 475px;
    margin-bottom: 15px;
}
.form-wrap {
    padding: 25px 25px 75px;
}
.crm-webform-header {
    position: relative;
    min-height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.15em;
    padding-left: 73px;
    font-size: 20px;
}
.crm-webform-file-upload {
    position: relative;
    display: block;
    line-height: 38px;
    padding: 0!important;
    background-color: #f5f5f5;
}
.crm-webform-file-upload .crm-webform-file-button {
    line-height: 52px!important;
}
.crm-webform-file-text-field {
    border: 1px solid #b8b8b8!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.crm-webform-header::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: content-box;
    width: 25px;
    height: 25px;
    border: 10px solid #ce1518;
    content: "";
}
.crm-webform-iframe {
    background-color: transparent;
}
.crm-webform-block {
    border: none;
    background: transparent;
}
.crm-webform-fieldset {
    padding:0;
}
.crm-webform-label-title {
      display:none!important;
}
.crm-webform-input.crm-webform-input-phone-padding {
    padding: 7px 9px!important;
}
.crm-webform-body {
    padding: 0;
}
.crm-webform-input {
    display: block;
    width: 100%;
    max-width: 100%; 
    line-height: 1.42857143;
    color: #555;
    font-size: 18px;
    padding: 15px 18px;
    height: 52px;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.content {
    background-color: transparent;
}
button.crm-webform-submit-button {
    border: 4px solid #ce1518;
    background: #ce1518;
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    transition: box-shadow 0.25s;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    font-family: Circe, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
button.crm-webform-submit-button:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
.form-wrap .mini-map-block {
    height: 410px;
    min-height: 475px;
    margin-bottom: 15px;
}

@media screen (min-width: 768px){
.crm-webform-input {
    font-size: 18px;
    padding: 15px 18px;
    height: 52px;
}

button.crm-webform-submit-button {
    padding: 14px 60px;
}
}
@media (max-width: 768px){
.form-wrap-mobile {
   padding: 25px 20px;
}
.form-wrap-mobile .mini-map-block {
    height: 542px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 1368px){
.crm-webform-agreement-modifier, .crm-webform-group, .crm-webform-add-input-container {
    margin: 0 0 5px 0;
}
}
/* End */


/* Start:/local/templates/imperator/components/bitrix/search.title/custom/style.css?16146817262122*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
	width: 100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/imperator/components/bitrix/search.title/custom/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/imperator/css/jquery.fancybox.min.css?167465686012795*/
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/imperator/css/slick.css?16862291451776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/imperator/css/slick-theme.css?16862291453145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/imperator/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/imperator/css/./fonts/slick.eot');
    src: url('/local/templates/imperator/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/imperator/css/./fonts/slick.woff') format('woff'), url('/local/templates/imperator/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/imperator/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

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

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/imperator/styles.css?175066518120712*/
.techno-contacts-block .map-block .aic,
li.ya-share2__item {
  margin-bottom: 0 !important;
}
@font-face {
  font-family: 'Myrida pro';
  src: url('/local/templates/imperator/font/MYRIADPRO-REGULAR.OTF') format('opentype');
}
.main-slider-block .slick-slide,
.services-custom-page .custom-tile .text-wrap1 {
  padding: 0;
}
.main-page-contacts-block,
.techno-contacts-block {
  padding-top: 0 !important;
}
.flex-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.map-block .main-text {
  margin-bottom: 10px !important;
}
.sphere-solutions-block {
  padding-top: 84px !important;
}
li.ya-share2__item {
  padding-left: 0.5em !important;
}
.accordion h3.hide_row span::after,
.errortext__,
.main-slider .right-side .line-btn-wrap::before,
li.ya-share2__item::before {
  display: none !important;
}
.spanbtn {
  font-weight: 900;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
}
.techno-red-ribbon .slogan > * {
  display: inline-block;
  vertical-align: middle;
}
.accordion h3.hide_row + div {
  padding: 0 !important;
}
.anhor_tech {
  margin-top: -130px;
  display: block;
  padding-bottom: 130px;
}
@keyframes anim {
  0% {
    transform: scale(1);
    z-index: 24;
    box-shadow: 0 22px 24px rgba(79, 4, 7, 0.67);
    background: #ce1518;
    color: #fff;
  }
  100% {
    transform: scale(1.05);
    z-index: 25;
    box-shadow: 0 22px 24px rgba(79, 4, 7, 0.67);
    background: #ce1518;
    color: #fff;
  }
}
.current-animation {
  animation-name: anim;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.sphere-solutions-list .current-animation a {
  color: #fff;
}
.sphere-solutions-list:hover .current-animation {
  animation-name: unset;
}
.sphere-solutions-list .flex-item:hover {
  transform: scale(1.05);
  transition: none;
  background: #ce1518;
}
.main-slider-block {
  transition: 1s linear 0.2s;
  -webkit-transition-delay: 0.2s;
}
.services-custom-page .directions-custom .description:before,
.techno-contacts-block .form-title.ttu.mb-20,
.uslugi-text-block ol:not(.list-unstyled):not(.list-inline) > li:last-child::after {
  display: none;
}
.pre-away {
  font-size: 13px;
}
.pre-away span {
  margin-right: 5px;
}
.menu-bot span {
  display: block;
  width: 100%;
}
.rubrika .flex-section:hover .news-tile {
  background-color: #ce1518;
  color: #fff;
}
.forum-wrapper {
  max-width: 1440px;
  background-color: #6e6e6e;
  padding: 40px;
  display: block;
  margin: 0 auto;
}
.forum-wrapper img {
  max-width: 100%;
}
.forum-wrapper h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 93.75px;
  color: #fff;
  line-height: 0.89;
  text-align: right;
  font-weight: 700;
}
.forum-wrapper .block_3 .col-lg-12 h3,
.forum-wrapper h3 {
  font-size: 27px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.154;
  font-weight: 700;
  color: #000;
}
.forum-wrapper h3 {
  margin: 23px 0 45px;
}
.forum-wrapper .block {
  position: relative;
  width: 100%;
}
.forum-wrapper .left_top_main {
  position: absolute;
  top: 32px;
  left: 20px;
}
.forum-wrapper .right_bottom_main {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.forum-wrapper .left_top {
  position: absolute;
  top: 20px;
  left: 20px;
}
.forum-wrapper .left_top_0 {
  position: absolute;
  top: 0;
  left: 0;
}
.forum-wrapper .left_bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.forum-wrapper .right_bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.forum-wrapper .right_top {
  position: absolute;
  top: 20px;
  right: 20px;
}
.forum-wrapper .padding-20 {
  padding: 20px;
}
.forum-wrapper .padding-block5 {
  padding: 22px 25px 31px 0;
}
.forum-wrapper .padding-block5 h3 {
  margin-bottom: 38px;
}
.forum-wrapper .float-left {
  float: left;
}
.forum-wrapper .float-right {
  float: right;
}
.clear-fix {
  clear: both;
}
.forum-wrapper .category {
  margin-bottom: 246px;
}
.forum-wrapper .instrument {
  margin-bottom: 41px;
  margin-left: 72px;
}
.forum-wrapper .calc_block2 {
  padding-bottom: 76px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-padding-left,
.press-center__new {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.forum-wrapper .block_2 {
  background-color: #c4c4c4;
}
.block_5,
.forum-wrapper .block_3,
.services-custom-page .custom-tile:hover .description:before {
  background-color: #fff;
}
.forum-wrapper .block_2 .right_bottom {
  position: absolute;
  bottom: 10px;
  right: 16px;
}
.forum-wrapper .block_3 .col-lg-12 h3 {
  margin: 14px 28px 71px;
}
.forum-wrapper .block_3 .right_top {
  top: -129px;
  right: 15px;
}
.forum-wrapper .block_3 .col-lg-6 h3 {
  margin: 131px 39px 38px 0;
  float: right;
}
.forum-wrapper .block_4 h3 {
  margin: 29px 0 66px;
}
.forum-wrapper .block_4 .right_top {
  top: 35px;
  right: 18px;
}
.forum-wrapper .block_4 .right_bottom {
  right: 15px;
}
.forum-wrapper .block_3 .left_bottom {
  bottom: 10px;
  left: 16px;
}
.block_6,
.forum-wrapper .block_4 {
  background-color: #cac8c8;
}
.forum-wrapper .block_5 .left_top {
  top: 45px;
}
.forum-wrapper .block_6 .right_top {
  top: 49px;
}
.forum-wrapper .forum-footer {
  background-color: #6e6e6e;
  padding-top: 39px;
}
.forum-wrapper .block_6 .graphic {
  margin-top: -126px;
}
.forum-wrapper .block_6 .matrix {
  margin: 38px 0 23px -18px;
}
@media screen and (max-width: 1440px) {
  .forum-wrapper .left_top_main {
    max-width: 33%;
  }
  .forum-wrapper .block_6 .right_top {
    display: none;
  }
  .forum-wrapper .padding-block5 {
    padding: 20px 30px 31px 76px;
  }
}
@media screen and (max-width: 1024px) {
  .calc_block2,
  .forum-wrapper .left_bottom,
  .forum-wrapper .left_top,
  .forum-wrapper .left_top_0,
  .forum-wrapper .right_bottom,
  .forum-wrapper .right_top,
  .graphic,
  .hand {
    display: none;
  }
  .block_5,
  .forum-wrapper .block_2,
  .forum-wrapper .block_3,
  .forum-wrapper h3 {
    text-align: center;
  }
  .forum-wrapper .calc_block2 {
    padding-bottom: 0;
  }
  .forum-wrapper .category {
    margin-bottom: 0;
  }
  .forum-wrapper .block_3 .col-lg-6 h3 {
    margin: 35px 0 34px;
    text-align: center;
    float: none;
  }
  .forum-wrapper .block_4 h3 {
    margin: 0 0 19px;
    text-align: center;
    float: none;
  }
  .forum-wrapper .block_6 .matrix,
  .forum-wrapper .instrument {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .directions-block,
  .intersection-block,
  .news-block .main-news-list .img-wrap img,
  .techno-contacts-block .map1 .mini-map-block,
  .techno-contacts-block .map2 .mini-map-block {
    display: none;
  }
  .forum-wrapper .left_top_main {
    top: 22px;
    left: 18px;
  }
  .forum-wrapper {
    padding: 10px;
  }
  .forum-wrapper h2 {
    font-size: 35px;
  }
  .forum-wrapper h3 {
    margin: 0 0 25px;
    font-size: 21px;
  }
  .no-padding-right {
    padding-right: 15px !important;
  }
  .forum-wrapper .block_3 .col-lg-12 h3 {
    margin: 0 0 20px;
    text-align: center;
  }
  .forum-wrapper .padding-block5 {
    padding: 20px 30px 31px;
  }
  .forum-wrapper .forum-footer {
    background-color: #6e6e6e;
    padding-top: 15px;
  }
  .blog .news-block .main-news-list .img-wrap img {
    display: inline-block;
  }
  .news-block .main-news-list .news-tile {
    margin-bottom: 0;
    background-color: transparent;
    border-top: 2px solid #e6e6e6;
    padding: 12px 15px 10px;
  }
  .news-block .main-news-list .flex-item {
    padding: 0;
    width: 100%;
  }
  .news-block .main-news-list .flex-item .title {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    color: #21242a;
    height: auto;
    text-align: left;
  }
  .news-block .main-news-list .flex-item:last-child .news-tile {
    border-bottom: 2px solid #e6e6e6;
  }
}
@media screen and (max-width: 414px) {
  .forum-wrapper .left_top_main {
    top: 16px;
    left: 9px;
  }
}
@media screen and (max-width: 375px) {
  .forum-wrapper .left_top_main {
    top: 9px;
    left: 9px;
  }
}
.services-custom-page .custom-tile {
  padding: 0 10px 0 0;
}
.services-custom-page .custom-tile .flex-row {
  height: 100%;
}
.services-custom-page .custom-tile .img-wrap {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  height: 100%;
}
.services-custom-page .custom-tile img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.services-custom-page .custom-tile h3 {
  font-size: 22px;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  min-height: 34px;
}
.services-custom-page .custom-tile1 h3 {
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 18px;
  min-height: 34px;
}
.services-custom-page .custom-tile .text-wrap {
  padding: 53px 30px 53px 10px !important;
}
.custom-grid .grid-item:first-child .custom-tile,
.custom-grid .grid-item:nth-child(5) .custom-tile,
.list-inline li > a,
.list-inline li > span {
  padding-left: 5px;
}
.services-custom-page .services-custom-page .custom-tile p {
  font-size: 15px;
  line-height: 1;
}
.services-custom-page .custom-tile a {
  color: #000;
  text-decoration: none;
}
.custom-tile:hover h3,
.services-custom-page .custom-tile:hover p {
  text-decoration: underline;
}
.main-text.ttu.h2.secondary-text {
  padding: 0 15px;
  margin-top: 80px;
}
.services-custom-page .flex-item-5 {
  width: calc(100% / 12 * 5);
}
.services-custom-page .flex-item-7 {
  width: calc(100% / 12 * 7);
}
.services-custom-page .description {
  position: relative;
  padding-left: 15px;
  font-size: 17px;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.services-custom-page .description:before {
  content: '';
  background-color: #ce1518;
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 38px;
}
.services-custom-page .custom-grid .grid-item {
  padding-right: 25px;
  padding-left: 25px;
}
.services-custom-page .direction-text {
  font-size: 25px;
  font-family: inherit;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
.services-custom-page .directions-custom .description {
  padding-left: 0;
}
@media (min-width: 1920px) {
  .directions-list .flex-item {
    width: 47% !important;
    margin-right: 3%;
  }
}
.uslugi-text-block p {
  font-size: 25px;
  color: #000;
  line-height: 1.08;
}
.uslugi-text-block ul {
  margin: 19px 0 0 50px;
}
.uslugi-text-block ul:not(.list-unstyled):not(.list-inline) > li {
  font-size: 25px;
  line-height: 1.2;
  padding: 0 0 0 2.3rem;
  margin-bottom: 0;
}
.uslugi-text-block ul:not(.list-unstyled):not(.list-inline) > li::before {
  width: 0.6075em !important;
  height: 0.6075em !important;
  top: 0.25em !important;
}
.uslugi-text-block ol {
  margin-left: 60px;
}
.uslugi-text-block ol:not(.list-unstyled):not(.list-inline) > li {
  margin-bottom: 0.9em;
  font-size: 25px;
  color: #000;
  line-height: 1;
  padding: 0 0 0 128px;
  display: flex;
  align-items: center;
}
.uslugi-text-block ol:not(.list-unstyled):not(.list-inline) > li::before {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 1.95;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
.grid-item1 {
  text-decoration: none;
}
.uslugi-text-block ol:not(.list-unstyled):not(.list-inline) > li::after {
  content: '';
  width: 1px;
  height: 3.1em;
  background-color: #6e6e6e;
  position: absolute;
  left: 33px;
  top: 68px;
}
@media (min-width: 768px) {
  .news-list .flex-item-4 {
    width: calc(100% / 4) !important;
  }
  .uslugi-text-block {
    padding: 39px 0 48px;
  }
  .uslugi-text-block .main-text-wrap {
    margin-bottom: 39px;
  }
  .services-custom-page .custom-grid .grid-item1 {
    margin-bottom: 10px;
    width: 25%;
  }
  .services-custom-page .custom-grid .grid-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .services-custom-page .custom-tile {
    min-height: 200px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .services-custom-page .custom-tile picture {
    height: 90%;
  }
  #bx_3218110189_4 > div > div > div.flex-item.flex-item-7 > div {
    padding: 53px 20px 53px 23px;
  }
  .services-custom-page .custom-tile {
    max-height: 257px;
  }
  .services-custom-page .custom-tile p {
    font-size: 17px;
  }
}
@media screen and (max-width: 414px) {
  .services-custom-page .custom-tile .img-wrap {
    align-items: center;
  }
  .services-custom-page .custom-tile img {
    height: auto;
  }
  .tile-mobile-title {
    text-align: center;
    padding: 30px 20px 0;
    width: 100%;
    margin: 0;
  }
  .services-custom-page .custom-tile .text-wrap {
    padding: 10px 14px 0 10px;
  }
}
.new-info-wrap_tel-group a {
  display: block !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  body .all-services-page.services-custom-page .custom-tile {
    padding: 30px 30px 0 0;
  }
  .all-services-page.services-custom-page .custom-tile h3 {
    padding-left: 30px;
  }
  .services-custom-page .flex-item-5 {
    width: calc(100% / 12 * 5);
  }
  body .services-custom-page .custom-tile .img-wrap {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.contact-col .phone * {
  opacity: 1 !important;
}
.our-keises {
  padding-bottom: 30px;
}
.our-keises + .s-features-section {
  padding-top: 54px;
}
.press-center__news {
  flex-wrap: wrap;
}

.solution-hero__actions .preview-banner__form-call {
  margin-top: 0;
}

.callorder-section-btns {
  display: flex;
}

.callorder-section-btns a + a {
  margin-left: 10px;
}

.trusted-section {
  padding-top: 52px;
}

@media (max-width: 1290px) {
  .callorder-section-btns {
    flex-direction: column;
    max-width: 330px;
    justify-content: flex-start;
  }

  .callorder-section-btns a {
    width: 100%;
    margin-top: 0;
  }

  .callorder-section-btns a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 980px) {
  .callorder-section-btns {
    max-width: 100%;
  }
}

.sertificates {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sertificates-cols {
  display: grid;
  grid-template-columns: 574px 1fr;
  grid-column-gap: 64px;
}

.sertificates-image-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 28px;
}

.sertificates-image-col img {
  width: 100%;
  display: block !important;
  cursor: pointer;
}

body .about-company-advantages__title {
  padding-left: 0;
}

.sertificates .about-company-advantages__title {
  margin-bottom: 7px;
}

.sertificates .description {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.sertificates-info {
  margin-top: 30px;
}

.sertificates-info-row + .sertificates-info-row {
  margin-top: 0;
}

.sertificates-info-row {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.sertificates-info-row strong {
  font-weight: 700;
  color: #c3191e;
}

body .about-company-general {
  margin-bottom: 0;
}

body ul:not(.list-unstyled):not(.list-inline) > li {
  padding-left: 15px;
  padding-right: 15px;
}

.about-mission .col-xs-12 {
  padding-left: 0;
}

.about-mission .row {
  margin-left: 0;
  margin-right: 0;
}

.sertificates-info {
  max-width: 478px;
}

.sertificates .description strong {
  font-weight: 700;
}

@media (max-width: 1280px) {
  .sertificates-cols {
    grid-template-columns: 100%;
    grid-row-gap: 50px;
  }
}

@media (max-width: 768px) {
  .sertificates-image-col {
    grid-column-gap: 10px;
  }
}

@media (min-width: 768px) {
  body .sphere-solutions-list {
    justify-content: flex-start;
  }
}

body .mfp-ready .mfp-figure {
  opacity: 1;
}

.press-center {
  padding-top: 84px;
}

.sertificates {
  padding-bottom: 84px;
}

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

body .centr-main-section,
body .centr-what-section,
body .centr-whom-section,
body .centr-process-section,
body .center-keis-section,
body .center-analiz-section,
body .center-sucsess-section,
body .center-callback-section,
body .center-more-section {
  padding-top: 84px;
}

body .centr-title-block {
  padding-top: 0;
}

.about-top .main-text,
.clients-page.clients-block .main-text,
.contacts-page .main-text,
.map-block .wide-text > .aic,
.new_service_design .solution-hero__wrapper,
.news-block .main-text,
.retail-page .header-bar,
.retail-page.header-bar,
.retail-page.retail-block .header-bar,
.secondary-text.h2,
.services-page .main-text,
.press-center,
.sphere-solutions-block,
.solutions-block,
.main-slider .left-side,
.object-type-hero .object-type-hero__wrapper,
.solution-hero__wrapper,
body .object-type-hero .object-type-hero__wrapper,
.about-company-general,
.sertificates,
.about-mission .left-block-wrap,
.about-company-history,
.about-company-info__hire,
.new-service-section,
.retail-block.solution-retail-form-block,
.solution-other,
.solution-service__wrapper,
.solution-trust__wrapper,
.solution-why__wrapper,
.retail-block,
.service-fix-section,
.our-keises,
.object-type-areas__top,
.object-type-defender,
.object-type-info__hire,
.solution-guard__wrapper,
.isb-head h1,
.color-2-sec .l-col,
.contacts-sec,
.clients-reviews__main,
.clients-block {
  padding-top: 84px !important;
}

.services-contacts-block .title {
  margin-top: 0 !important;
  padding-top: 84px !important;
}

body #center-pravdi {
  padding-top: 0;
}

body #center-pravdi .centr-title-block {
  padding-top: 84px;
}

@media (max-width: 768px) {
  .about-top .main-text,
  .clients-page.clients-block .main-text,
  .contacts-page .main-text,
  .map-block .wide-text > .aic,
  .new_service_design .solution-hero__wrapper,
  .news-block .main-text,
  .retail-page .header-bar,
  .retail-page.header-bar,
  .retail-page.retail-block .header-bar,
  .secondary-text.h2,
  .services-page .main-text,
  .press-center,
  .sphere-solutions-block,
  .solutions-block,
  .main-slider .left-side,
  .object-type-hero .object-type-hero__wrapper,
  .solution-hero__wrapper,
  body .object-type-hero .object-type-hero__wrapper,
  .about-company-general,
  .sertificates,
  .about-mission .left-block-wrap,
  .about-company-history,
  .about-company-info__hire,
  .new-service-section,
  .retail-block.solution-retail-form-block,
  .solution-other,
  .solution-service__wrapper,
  .solution-trust__wrapper,
  .solution-why__wrapper,
  .retail-block,
  .service-fix-section,
  .our-keises,
  .object-type-areas__top,
  .object-type-defender,
  .object-type-info__hire,
  .solution-guard__wrapper,
  .isb-head h1,
  .color-2-sec .l-col,
  .contacts-sec,
  .clients-reviews__main,
  .clients-block {
    padding-top: 54px !important;
  }

  .services-contacts-block .title {
    padding-top: 54px !important;
  }

  .our-keises + .s-features-section {
    padding-top: 24px;
  }

  body #center-pravdi .centr-title-block {
    padding-top: 54px;
  }

  .trusted-section {
    padding-top: 20px;
  } 
}

.article-slider a {
  outline: none !important;
}



body a[href*='/public_events_security/'],
body a[href*='/public_events_security/'] img, 
body a[href*='https://impsa.ru/public_events_security/'],
body a[href*='https://impsa.ru/public_events_security/'] img  {
  pointer-events: none;
}

.sphere-solutions-list li:nth-last-child(2) {
  pointer-events: none;
}


body .solution-guard__title, body .service-section-title, body .new_service_design body .service-fix-title, body .new_service_design .trusted-section-title, body .new_service_design .s-features-section-title, body .service-section-title, body .new_service_design .trusted-section-title, body .solution-guard__title, body .solution-guard__title,
body .solution-other__title, body .solution-service__title, body .solution-guard__title, body .solution-other__title, body .solution-service__title, body .solution-why__title, body .solution-other__title, body .solution-guard__title
 {
  line-height: 1.14285714;
}


@media (max-width: 768px) {
  body .solution-guard__title, body .service-section-title, body .new_service_design body .service-fix-title, body .new_service_design .trusted-section-title, body .new_service_design .s-features-section-title, body .service-section-title, body .new_service_design .trusted-section-title, body .solution-guard__title, body .solution-guard__title,
body .solution-other__title, body .solution-service__title, body .solution-guard__title, body .solution-other__title, body .solution-service__title, body .solution-why__title, body .solution-other__title, body .solution-guard__title
 {
  line-height: 28px;
}
}


#mainSlider .left-side {
    padding-top: 60px !important;
}

h1.main-text.ttu.js-main-text.hmain br {
    display: block !important;
}







/* End */


/* Start:/local/templates/imperator/template_styles.css?1750665181383926*/
.m-header,
.menu-bot {
  display: flex;
  font-size: 18px;
}
.m-header,
.menu-bot a {
  font-weight: 700;
  color: #fff;
}
a,
abbr[title] {
  text-decoration: underline;
}
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
.flex-row .flex-item,
.img-wrap img,
legend {
  max-width: 100%;
}
.menu-bot a,
ol,
ul {
  margin-bottom: 10px;
}
body,
html {
  overflow-x: hidden;
}
.common-btn,
.transparent-btn .dotted {
  white-space: nowrap;
  position: relative;
}
.btn,
.jq-checkbox,
.jq-file input,
.jq-radio,
.jq-selectbox__trigger-arrow,
.license1,
.license:hover,
a,
button,
label {
  cursor: pointer;
}
.common-btn .text,
.desktop .footer .phone,
.desktop .header .phone,
.icon,
.img-wrap img {
  pointer-events: none;
}
.geography-page,
.img-wrap,
.jq-selectbox__select-text,
.map-block,
svg:not(:root) {
  overflow: hidden;
}
.away-btn .text,
.common-btn .text,
.doc-type-selector .selector-item span,
.footer .copyright,
.h1,
.jq-file .jq-file__name,
.jq-selectbox__select-text,
.main-menu a,
.more-btn .text,
.popup .title,
.popup-notification,
.range-slider-wrap .label,
.red-arrow-btn .text,
.rich-text-content h3,
.search-tile .title,
.ttu,
.underlined-title,
.white-arrow-btn .text {
  text-transform: uppercase;
}
.accordion p span,
.service-tile.tile.small-tile .flex-item:last-child {
  padding-right: 25px;
}
.bx-core-adm-dialog-content-wrap-inner input,
.bxcompprop-content-table select,
.slider .slide {
  display: block !important;
}
.b24-web-form-popup-btn-3 {
  z-index: 2;
}
.blog a:visited {
  color: #bc34c5;
}
.flex-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.clients-block .description {
  font-size: 22px !important;
} /*!
 * imperator-2-layout - Вёрстка для сайта охранного аге��тства "Император"
 * @version v2.3.1
 * @author Adorazel
 * @link https://adorazel.online
 * @license MIT
 */
.menu-bot {
  color: #fff;
  flex-direction: column;
  text-align: left;
  padding: 10px 0 00px 30px;
}
.m-header {
  justify-content: space-between;
  padding: 20px 20px 10px 30px;
}
.close-b {
  text-shadow: 0 0 8px #fff, 0 0 5px #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff,
    0 0 0 #fff, 0 0 1px #fff, 0 0 0 #fff, 1px 1px 11px rgba(255, 255, 255, 0.83);
  line-height: 20px;
  font-size: 35px;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #3d4045;
}
.btn-block,
.calculation-block .jq-selectbox,
.contacts-row .phone-email > *,
.favorite-checker input:checked ~ svg:nth-of-type(2),
.main-menu .menu-btn,
.main-menu.open .menu-wrap,
.manager-tile .content .email,
.manager-tile .content .phone,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
.contact-col-wrap > *,
.files-wrap [type='checkbox']:checked ~ *,
.header .contact-col-wrap > *,
.recall-btn-warp > *,
.slick-dots li,
.slider .slide .img-wrap,
.tile-social-links,
audio,
canvas,
progress,
video {
  display: inline-block;
}
h1 {
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #ce1518;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  font-family: Circe, Arial, sans-serif;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend,
ol:not(.list-unstyled):not(.list-inline),
ul:not(.list-unstyled):not(.list-inline) {
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
#first-license,
#license,
.accordion p + div,
.away-list-wrap,
.city-2,
.date-block,
.directions-list .flex-item .text-box .description::after,
.favorite-checker input:checked ~ svg:first-of-type,
.files-wrap [type='checkbox'],
.files-wrap [type='checkbox'] ~ *,
.header .contact-col-wrap,
.popup-notification .mfp-close,
.services-contacts-block .form-title.ttu.mb-20,
.solutions-list .img-wrap,
input[type='checkbox']:not(.unstyled),
input[type='radio']:not(.unstyled),
select:not(.unstyled),
template {
  display: none;
}
#bx_form_iframe_60 .crm-webform-header-container div,
#bx_form_iframe_60 label.crm-webform-label,
.container script,
.intersection-block .left-text::after,
.intersection-block .left-text::before,
.jq-selectbox li::before,
.slider .slide ~ .slide,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
[hidden] {
  display: none !important;
}
.flex-row.narrow-row,
.row.narrow-row {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.flex-row.narrow-row > *,
.history-slider .slide,
.merits-slider .slide,
.row.narrow-row > *,
.sitemap li,
.techno-news-row > * {
  padding-left: 7px;
  padding-right: 7px;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.flex-row .flex-item,
.grid .grid-item,
.manager-slider .slide,
.map-container .address-wrap > *,
.news-page-slider .slide {
  padding-left: 15px;
  padding-right: 15px;
}
.flex-row {
  display: flex;
  width: calc(100% + 30px);
}
.flex-row > * {
  float: none;
}
.flex-wrap,
.service-tile .flex-row {
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 767px) {
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
  .hr-contacts .butt {
    justify-content: center;
    margin-top: 10px;
  }
  .hr-contacts .butt .red-arrow-btn .text {
    font-size: 16px !important;
  }
  .services-custom-page .custom-tile .img-wrap {
    height: unset;
  }
}
.jcc {
  justify-content: center;
}
.jsb {
  justify-content: space-between;
}
.jcs {
  justify-content: flex-start;
}
.aic {
  align-items: center;
}
.ait {
  align-items: flex-start;
}
.aib {
  align-items: flex-end;
}
.ais {
  align-items: stretch;
}
.grid,
.manager-slider,
.news-page-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.img-wrap {
  display: block;
  position: relative;
  text-align: center;
}
.icon,
.img-wrap img,
.list-inline > li {
  display: inline-block;
}
.img-wrap img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.img-wrap.text-right,
.time-row > .flex-item:last-child {
  text-align: right;
}
.img-wrap.text-left {
  text-align: left;
}
.captcha-wrap img {
  height: 52px;
  width: 100%;
}
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}
ol,
ul {
  margin-top: 0;
}
.mb-0,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
}
ul:not(.list-unstyled):not(.list-inline) > li {
  list-style: none;
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 1em;
}
ul:not(.list-unstyled):not(.list-inline) > li::before {
  display: block;
  content: '';
  width: 0.6875em;
  height: 0.6875em;
  background: #ce1518;
  position: absolute;
  left: 0;
  top: 0.35em;
}
ul.cheks-list > li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 0.75em;
}
ul.cheks-list > li::before {
  display: block;
  content: '';
  border-left: 2px solid #ce1518;
  border-bottom: 2px solid #ce1518;
  width: 1.15em;
  height: 0.75em;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
}
ol:not(.list-unstyled):not(.list-inline) > li {
  list-style: none;
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 1em;
  counter-increment: inst;
  min-height: 3.075em;
  padding-top: 0.45em;
}
ol:not(.list-unstyled):not(.list-inline) > li::before {
  display: block;
  content: counter(inst);
  font-size: 0.66666667em;
  font-weight: 900;
  width: 2.75em;
  height: 2.75em;
  line-height: 2.85em;
  text-align: center;
  border-radius: 50%;
  background: #ce1518;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.decorated-title::before,
blockquote::before {
  display: block;
  content: '';
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  border: 10px solid #ce1518;
  position: absolute;
}
@font-face {
  font-family: Circe;
  src: url('/local/templates/imperator/./font/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.svg#Circe-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url('/local/templates/imperator/./font/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Bold.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Bold.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Bold.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Bold.svg#Circe-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url('/local/templates/imperator/./font/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Light.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Light.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Light.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Light.svg#Circe-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url('/local/templates/imperator/./font/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.svg#Circe-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url('/local/templates/imperator/./font/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Thin.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Thin.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Thin.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Thin.svg#Circe-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url('/local/templates/imperator/./font/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Regular.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Regular.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Regular.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Regular.svg#Circe-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0 auto;
  font-family: Circe, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  max-width: 1920px;
}
body * {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.techno-contacts-block .phone-email .email a:hover,
a:hover {
  color: #b71315;
  text-decoration: none;
}
a:focus {
  color: #ce1518;
  text-decoration: underline;
}
.techno-contacts-block .phone-email .email a:active,
.techno-contacts-block .phone-email .email a:active:focus,
a:active,
a:active:focus {
  color: #a01013;
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
.service-order-top_title,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.favorite-checker svg,
.h3,
h3 {
  font-size: 24px;
}
.aside-title,
.h4,
.rich-text-content,
h4 {
  font-size: 18px;
}
.h5,
.news-article,
article h3.ttu,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.h1 {
  font-weight: 700;
}
.decorated-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 73px;
  padding-top: 0.15em;
  position: relative;
  font-size: 20px;
  min-height: 45px;
}
.decorated-title::before {
  left: 0;
  top: 0;
}
.dark-back .breadcrumbs,
.decorated-title span {
  font-weight: 300;
}
.underlined-title {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  border-bottom: 1px solid #ce1518;
  padding-bottom: 10px;
  margin-top: 0;
}
.underlined-title::after {
  display: block;
  content: '';
  width: 60px;
  height: 5px;
  background: #ce1518;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.btn,
.common-btn {
  display: inline-block;
}
blockquote {
  border: 1px solid #ce1518;
  position: relative;
  padding: 20px 30px 20px 48px;
  font-size: 16px;
  margin-left: 22px;
}
blockquote::before {
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
blockquote strong {
  line-height: 1.2;
  font-size: 16px;
}
.rich-text-content p {
  margin-bottom: 1.2em;
}
.rich-text-content h3 {
  font-size: 22px;
  font-weight: 700;
}
.all-services,
.rich-text-content h3:not(:first-child) {
  margin-top: 30px;
}
.jq-radio,
.rich-text-content ul:not(.list-unstyled):not(.list-inline) li::before {
  border-radius: 50%;
}
.rich-text-content.vacancy-mod p {
  margin-bottom: 0.7em;
}
article h3.ttu {
  margin-top: 40px;
}
.btn {
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active,
.clients-row .client-logo-tile:hover .front {
  opacity: 1;
}
.transparent-btn {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.transparent-btn .dotted {
  font-size: 16px;
  display: inline-block;
}
.transparent-btn .dotted::after {
  display: block;
  content: '...........................................................................................................';
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0;
  bottom: -0.45em;
  transition: color 0.25s;
}
.custom-tile:hover h3,
.license1:hover,
.service-item,
.services-custom-page .custom-tile:hover p,
.transparent-btn:hover {
  text-decoration: none;
}
.transparent-btn:hover .dotted::after {
  color: transparent;
}
.common-btn {
  padding: 7px 10px;
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8;
  transition: box-shadow 0.25s;
  line-height: 1;
  text-decoration: none;
}
.common-btn .text {
  text-align: center;
  font-size: 16px;
  display: block;
  line-height: 1.4;
  vertical-align: middle;
  white-space: normal;
  color: #fff;
}
.about-mission .description strong,
.about-top p strong,
.accordion p.active,
.common-btn strong,
.intersection-block .right-text .big strong,
.jq-selectbox li.optgroup,
.map-container .address-wrap .phone,
.sphere-solutions-block .description strong,
.techno-fos-block .img-wrap .techno-man-text .post {
  font-weight: 700;
}
.common-btn:hover,
.jq-file:hover {
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.common-btn:focus,
.jq-file:focus {
  text-decoration: none;
  box-shadow: 0 0 0 0 transparent;
}
.common-btn:active,
.jq-file:active {
  box-shadow: 0 0 0 0 transparent;
  top: 1px;
}
.menu-btn {
  padding: 6px;
  line-height: 3px;
}
.dark-back,
.menu-btn .icon,
.services-contacts-block .email a,
.services-contacts-block .email a:active,
.services-contacts-block .phone a,
.services-contacts-block .phone a:active,
.services-contacts-block h2,
.services-contacts-block h3,
.sphere-solutions-list a:hover .icon {
  color: #fff;
}
.close-btn,
.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-style: normal;
  font-size: 28px;
  border-radius: 50%;
  font-family: Arial, Baskerville, monospace;
  color: #ce1518;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  z-index: 10;
}
.away-btn .arrow,
.red-arrow-btn .arrow,
.white-arrow-btn .arrow {
  position: relative;
  display: inline-block;
}
.close-btn:hover,
.mfp-close-btn-in .mfp-close:hover {
  background-color: #fff;
}
.mfp-close-btn-in .mfp-close {
  top: 0;
  right: 0;
}
.away-btn {
  background: #fff;
  border: 4px solid #e5e7ea;
  white-space: nowrap;
  padding: 4px;
}
.away-btn .arrow {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: #ce1518;
  margin-right: 10px;
}
.away-btn .arrow::before,
.red-arrow-btn .arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.away-btn .text {
  display: inline-block;
  vertical-align: -1px;
  color: #ce1518;
  font-size: 9px;
  font-weight: 700;
  margin-right: 6px;
}
.red-arrow-btn {
  background: #ce1518;
  border: 4px solid #ce1518;
  white-space: nowrap;
  padding: 4px;
}
.red-arrow-btn .arrow {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: #282c34;
  margin-right: 10px;
}
.red-arrow-btn .text {
  display: inline-block;
  vertical-align: -1px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
}
@media (min-width: 320px) {
  .red-arrow-btn {
    padding: 7px;
  }
  .red-arrow-btn .arrow {
    width: 33px;
    height: 33px;
    margin-right: 20px;
  }
  .red-arrow-btn .arrow::before {
    width: 10px;
    height: 10px;
    margin-left: -2px;
  }
  .red-arrow-btn .text {
    margin-right: 13px;
    font-size: 16px;
    vertical-align: -3px;
  }
}
.white-arrow-btn {
  background: 0 0;
  border: 2px solid #fff;
  white-space: nowrap;
  padding: 6px;
}
.white-arrow-btn .arrow {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: #fff;
  margin-right: 10px;
}
.white-arrow-btn .arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.white-arrow-btn .text {
  display: inline-block;
  vertical-align: -1px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  margin-right: 6px;
}
.white-more-btn {
  background: 0 0;
  border: 1px solid #fff;
  padding: 9px 17px 7px;
}
.white-more-btn .text {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}
.red-btn {
  background: #ce1518;
  border: 4px solid #ce1518;
}
.red-btn .text {
  font-weight: 900;
  font-size: 16px;
}
.more-btn {
  background: 0 0;
  border: 2px solid #ce1518;
}
.more-btn .text {
  color: #ce1518;
  font-size: 16px;
  font-weight: 700;
}
.wide-btn {
  padding: 7px 20px;
}
.service-more-btn {
  border-color: #fff;
  background: #d80927;
  border-width: 2px;
}
.service-more-btn .text {
  color: #fff;
  font-weight: 700;
}
.btn-with-number {
  white-space: nowrap;
  padding: 5px 10px;
}
.btn-with-number .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.btn-with-number .btn-number {
  display: inline-block;
  vertical-align: middle;
  background: #171717;
  color: #fff;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-weight: 900;
  font-size: 12px;
  border-radius: 50%;
}
.action-slider,
.breadcrumbs li:not(:last-of-type),
.header .container,
.intersection-block .left-text,
.main-menu,
.more-btn-wrap,
.more-btn-wrap .common-btn,
.news-block-slider,
.search-input-wrap,
.techno-slider .slide,
.tile,
.tile-social-links .social-icon img,
.time-row > .flex-item .year {
  position: relative;
}
.more-btn-wrap::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #ce1518;
}
.form-control:focus,
.opened .jq-selectbox__select {
  border-color: #ce1518;
  box-shadow: none;
}
.more-btn-wrap .common-btn::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: 4px;
  width: 30px;
  background: #fff;
}
.more-btn-wrap .common-btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-left: 4px;
  width: 30px;
  background: #fff;
}
input[type='password'],
input[type='text'],
select,
textarea {
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  font-family: Circe, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.range-slider .ui-slider-handle:focus,
button,
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  opacity: 0.8;
}
input::-moz-placeholder {
  opacity: 0.8;
}
.form-control {
  border-radius: 0;
  padding: 7px 9px;
  height: 36px;
  border: 1px solid #b8b8b8;
  background-color: #f5f5f5;
}
.form-control::placeholder {
  font-size: 14px;
  opacity: 1;
  color: #a7a7a7;
}
.form-control::-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #a7a7a7;
}
.form-control::-ms-input-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #a7a7a7;
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #a7a7a7;
}
textarea.form-control::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
textarea.form-control::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d8d8d8;
}
textarea.form-control::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}
textarea.form-control::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}
.jq-selectbox__select {
  padding: 0 35px 0 13px;
  border-radius: 0;
  font: 16px/34px Circe, Arial, sans-serif;
  color: #a7a7a7;
  border: 1px solid #b8b8b8;
  background-color: #f5f5f5;
}
.jq-selectbox__select-text {
  display: block;
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.jq-selectbox__select-text.placeholder {
  color: #a7a7a7;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  font-size: 24px;
  color: #999;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 9px;
  display: inline-block;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  color: #ce1518;
  font-size: 16px;
  transition: transform 0.25s, margin 0.25s;
  transform: scale(1, 0.8);
}
.jq-selectbox__trigger-arrow::before {
  content: '▼';
}
.opened .jq-selectbox__trigger-arrow {
  transform: scale(1, -0.8);
  margin-top: -20px;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Circe, Arial, sans-serif;
  text-align: left;
  min-width: 100%;
}
.jq-selectbox__dropdown ul {
  max-height: 50vh;
  overflow: auto;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d8d8d8;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==')
    100% 50% no-repeat;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.jq-selectbox li {
  padding: 7px 10px 5px !important;
  color: #000;
  margin-bottom: 0 !important;
}
.jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #000;
}
.jq-selectbox li:hover {
  background-color: #ce1518;
  color: #fff;
}
.jq-selectbox li.disabled {
  color: #aaa;
}
.jq-selectbox li.disabled:hover {
  background: 0 0;
}
.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #000;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-file {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 10px;
  border: 1px solid #b8b8b8;
  background-color: #b8b8b8;
  transition: box-shadow 0.25s;
  line-height: 1;
  position: relative;
}
.jq-file input {
  width: 100%;
  height: 100%;
}
.jq-file .jq-file__name {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.jq-file .jq-file__browse {
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 16px;
  color: #ce1518;
}
.jq-file.jq-file:active .jq-file__browse,
.jq-file.jq-file:hover .jq-file__browse,
.news-btns-wrap.docs-btns-wrap .jq-file .jq-file__name,
.search-tile:hover .comments .icon,
.search-tile:hover .likes .icon,
.tile.hover .tile-data .icon,
.tile:hover .tile-data .icon {
  color: #ce1518;
}
.jq-file.jq-file.disabled,
.jq-file.jq-file.disabled .jq-file__browse,
.jq-file.jq-file.disabled .jq-file__name {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #424242;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}
.jq-checkbox {
  border-radius: 3px;
}
.jq-checkbox + span {
  max-width: calc(100% - 30px);
  vertical-align: top;
}
.jq-checkbox.checked {
  box-shadow: inset 0 0 0 2px #fff;
  background: #ce1518;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 5px;
  margin: 6px 0 0 6px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-50deg);
  box-sizing: content-box;
}
.jq-radio.checked {
  background: #ce1518;
  border-color: #ce1518;
}
.jq-radio.checked .jq-radio__div {
  width: 12px;
  height: 12px;
  margin: 6px 0 0 6px;
  border-radius: 50%;
  background: #fff;
}
.jq-checkbox,
.jq-radio {
  vertical-align: -8px;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-sizing: content-box;
}
.doc-type-selector {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.doc-type-selector .selector-item span {
  display: block;
  width: 235px;
  height: 50px;
  border: 1px solid #a7a7a7;
  background: #f5f5f5;
  position: relative;
  color: #a7a7a7;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
}
.doc-type-selector .selector-item span::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: #a7a7a7;
  position: absolute;
  top: 15px;
  left: 15px;
}
.doc-type-selector .selector-item:not(:first-child) span {
  margin-left: -1px;
}
.doc-type-selector .selector-item input:checked + span {
  border-color: #ce1518;
  z-index: 1;
  color: #000;
}
.accordion p.active::before,
.action-slider .slick-dots .slick-active button,
.directions-list .flex-item a .hover .text-box .title,
.directions-list .flex-item a:hover .text-box .title,
.doc-type-selector .selector-item input:checked + span::before {
  background: #ce1518;
}
.breadcrumbs li,
.mb-5,
.vacancies-tile .description {
  margin-bottom: 5px;
}
.about-mission .main-text,
.mb-10 {
  margin-bottom: 10px;
}
.footer .logo-row,
.footer .social-list,
.mb-15 {
  margin-bottom: 15px;
}
.about-top .main-text-wrap,
.directions-block .main-text-wrap,
.mb-20,
.techno-text-block .main-text-wrap {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.main-slider .left-side .line-btn-wrap,
.mb-30,
.service-tile.tile.small-tile .description,
.sphere-solutions-block .main-text {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
@-ms-viewport {
  width: device-width;
}
.header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-col-wrap,
.header .contact-col-wrap,
.recall-btn-warp {
  width: 100%;
  text-align: right;
}
.footer .contact-col,
.footer .search-col,
.header .contact-col {
  max-width: 180px;
}
.breadcrumbs a,
.breadcrumbs a:focus,
.contacts-top-section a,
.header .contact-col a,
.header .contact-col a:focus,
.main-menu a:focus,
.sitemap a:focus,
.sphere-solutions-list a:focus,
.techno-contacts-block .phone-email .phone a,
.techno-contacts-block .phone-email .phone a:focus,
.vacancies-tile a,
.vacancies-tile a:focus {
  color: #000;
  text-decoration: none;
}
.breadcrumbs a:hover,
.header .contact-col a:hover,
.main-menu a:hover,
.techno-contacts-block .phone-email .phone a:hover,
.vacancies-tile a:hover {
  color: #0d0d0d;
  text-decoration: none;
}
.breadcrumbs a:active,
.breadcrumbs a:active:focus,
.header .contact-col a:active,
.header .contact-col a:active:focus,
.main-menu a:active,
.main-menu a:active:focus,
.sitemap a:active,
.sitemap a:active:focus,
.sphere-solutions-list a:active,
.sphere-solutions-list a:active:focus,
.techno-contacts-block .phone-email .phone a:active,
.techno-contacts-block .phone-email .phone a:active:focus,
.vacancies-tile a:active,
.vacancies-tile a:active:focus {
  color: #000;
  text-decoration: none;
}
.footer .contact-col > *,
.footer .search-col > *,
.header .contact-col > * {
  float: right;
}
.footer .contact-col .phone,
.header .contact-col .phone {
  font-size: 24px;
  font-weight: 700;
}
.footer .contact-col .email .footer-link,
.header .contact-col .email .footer-link {
  font-size: 15px;
}
.header .away-link-wrap {
  position: absolute;
  right: 0;
  padding-right: 0 !important;
  top: 100%;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .solutions-block {
    display: none;
  }
  .solutions-block.big {
    display: block;
  }
  .decorated-title {
    font-size: 36px;
  }
  blockquote {
    padding: 40px 70px;
  }
  blockquote strong {
    font-size: 30px;
  }
  article h3.ttu {
    font-size: 22px;
  }
  .common-btn,
  .jq-file {
    padding: 14px 20px;
  }
  .menu-btn .icon {
    font-size: 38px;
  }
  .mfp-close-btn-in .mfp-close {
    top: 15px;
    right: 15px;
  }
  .away-btn {
    padding: 7px;
  }
  .away-btn .arrow,
  .white-arrow-btn .arrow {
    width: 33px;
    height: 33px;
    margin-right: 20px;
  }
  .away-btn .arrow::before,
  .white-arrow-btn .arrow::before {
    width: 10px;
    height: 10px;
    margin-left: -2px;
  }
  .away-btn .text,
  .white-arrow-btn .text {
    margin-right: 13px;
    font-size: 16px;
    vertical-align: -3px;
  }
  .white-arrow-btn {
    padding: 7px;
    border: 4px solid #fff;
  }
  .white-more-btn {
    padding: 16px 34px;
    border: 2px solid #fff;
  }
  .white-more-btn .text {
    font-size: 16px;
  }
  .red-btn {
    padding-left: 36px;
    padding-right: 36px;
  }
  .more-btn {
    padding: 20px 55px;
  }
  .wide-btn {
    padding: 14px 60px;
  }
  .service-more-btn {
    border-width: 4px;
  }
  .btn-with-number {
    padding: 10px 30px;
  }
  .form-control {
    padding: 15px 18px;
    height: 52px;
  }
  .form-control::placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .jq-selectbox__select {
    font: 16px/50px Circe, Arial, sans-serif;
  }
  .jq-selectbox__trigger-arrow {
    margin-top: -25px;
  }
  .opened .jq-selectbox__trigger-arrow {
    margin-top: -27px;
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header .away-link-wrap {
    margin-top: 25px;
    right: 0;
    padding-right: 15px !important;
  }
}
.header-sticky {
  top: 0;
  background-color: #fff;
  z-index: 500;
}
.main-menu a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.main-menu li {
  padding: 16px 0;
  display: block;
  list-style: none;
  margin-left: 14px;
  margin-right: 14px;
  position: relative;
}
.main-menu li.active:after,
.main-menu li:hover:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  margin-top: -10px;
  left: 0;
  right: 0;
  border-bottom: 10px solid #ce1518;
}
.main-menu .menu-wrap {
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 100vw;
  top: 100%;
  right: 0;
  background-color: #979899;
  box-shadow: none;
  transition: transform 0.25s, box-shadow 0.25s;
  margin-top: 12px;
  margin-right: -15px;
  display: none;
}
.main-menu .menu-wrap ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-menu li {
    display: inline-block;
  }
  .main-menu .menu-wrap {
    margin-top: 27px;
    margin-right: calc(360px - 50vw);
  }
}
@media (min-width: 992px) {
  blockquote strong {
    font-size: 36px;
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-menu a {
    display: block;
    font-size: 16px;
  }
  .main-menu .menu-wrap {
    margin-right: calc(470px - 50vw);
  }
}
.away-list a {
  filter: grayscale(100%);
  opacity: 0.5;
  display: block;
  transition: filter 0.25s, opacity 0.25s;
}
.away-list a.hover,
.away-list a:hover {
  filter: grayscale(0);
  opacity: 1;
}
.breadcrumbs {
  color: inherit;
  font-size: 10px;
}
.breadcrumbs a .text {
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}
.breadcrumbs a:hover .text {
  border-color: transparent;
}
.breadcrumbs li:not(:last-of-type)::after {
  display: inline;
  content: '-';
  position: absolute;
  right: -4px;
  top: -2px;
  font-size: 1.2em;
  font-weight: 300;
}
.dark-back .breadcrumbs a,
.dark-back .breadcrumbs a:focus {
  color: #fff;
  text-decoration: none;
}
.dark-back .breadcrumbs a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.dark-back .breadcrumbs a:active,
.dark-back .breadcrumbs a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.dark-back .breadcrumbs a .text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.slick-arrow:focus,
.slick-slide a,
.slick-slide:focus {
  outline: 0 !important;
}
.slick-track {
  margin-left: 0;
}
.article-slider.slider1 .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  background: 0 0;
  transition: background 0.25s;
  border: none;
  padding: 11px;
}
.slick-arrow span {
  display: block;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  transition: border 0.25s;
}
.slick-arrow.slick-prev {
  right: 100%;
  margin-right: -50px;
}
.slick-arrow.slick-prev span {
  border-left: 1px solid #fff;
  transform: translateX(5px) rotate(-45deg);
}
.slick-arrow.slick-next {
  left: 100%;
  margin-left: -50px;
}
.slick-arrow.slick-next span {
  border-right: 1px solid #fff;
  transform: translateX(-5px) rotate(45deg);
}
.slick-dots button {
  display: block;
  font-size: 0;
  border: none;
}
.date-selector-wrap .jq-selectbox:not(:last-child),
.news-btns-wrap .giant-btn:not(:last-of-type),
.news-btns-wrap .jq-file:not(:last-child),
.slick-dots li:not(:last-of-type) {
  margin-right: 15px;
}
.news-block-slider .slide {
  padding-bottom: 20px;
}
.news-block-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 10;
}
.action-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 10;
}
@media (min-width: 480px) {
  .action-slider .slick-dots {
    bottom: 10px;
  }
}
.action-slider .slick-dots button,
ymaps[class*='-map-bg'] {
  background: #fff;
}
.article-arrow {
  background: #72747a;
  width: 34px;
  height: 34px;
  padding: 11px;
}
.article-arrow span {
  width: 12px;
  height: 12px;
}

.article-slider .article-arrow {
  background: none !important;
}

.article-arrow.slick-prev,
.history-slider .slick-arrow.slick-prev,
.merits-slider .slick-arrow.slick-prev {
  margin-right: -30px;
}
.article-arrow.slick-prev span {
  transform: translateX(3px) rotate(-45deg);
}
.article-arrow.slick-next,
.history-slider .slick-arrow.slick-next,
.merits-slider .slick-arrow.slick-next {
  margin-left: -30px;
}
.article-arrow.slick-next span {
  transform: translateX(-3px) rotate(45deg);
}
.article-slider {
  padding-left: 40px;
  padding-right: 40px;
}
.main-slider .slide {
  display: flex !important;
  align-items: stretch;
}
.main-slider .left-side {
  padding-top: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
  .breadcrumbs li:not(:last-of-type)::after {
    right: -5px;
  }
  .slick-arrow {
    padding: 21px;
  }
  .article-arrow {
    padding: 11px;
  }
  .main-slider .left-side {
    width: 50%;
  }
}
.main-slider .right-side {
  position: relative;
  padding-top: 170px;
  width: 0;
}
@media (min-width: 768px) {
  .main-slider .right-side {
    width: 50%;
  }
}
.main-slider .right-side .line-btn-wrap {
  position: absolute;
  right: 100%;
  width: 360px;
  bottom: 100px;
  animation-delay: 0.25s;
  animation-duration: 0.5s;
}
@media (min-width: 992px) {
  .main-slider .right-side {
    padding-top: 50px;
  }
  .main-slider .right-side .line-btn-wrap {
    left: 140px;
    right: 0;
    width: initial;
    bottom: 115px;
  }
  .main-slider .right-side .img-wrap {
    padding-left: 60px;
  }
}
.main-slider .right-side .img-wrap {
  animation-delay: 0.75s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 922px) {
  .main-slider .right-side .img-wrap img {
    margin-bottom: -65px;
  }
}
.main-slider .main-text {
  position: relative;
  z-index: 10;
  animation-duration: 0.5s;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-slider .main-text {
    margin-right: -160px;
    margin-bottom: 40px;
  }
}
.main-slider .description {
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  color: #fff;
  font-weight: 300;
  line-height: 1.33333333;
  max-width: 630px;
  font-size: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .main-slider .description {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.main-slider .white-more-btn {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  margin-bottom: 30px;
}
.main-slider-dots {
  position: absolute;
  left: 0;
  width: calc(100vw - 30px);
  display: flex;
  bottom: 5px;
}
.files-wrap,
.map-block,
.popup,
.range-slider,
.range-slider-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .main-slider-dots {
    width: 360px;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .main-slider-dots {
    width: 470px;
  }
}
.clients-logo-slider .clients-dots li,
.main-slider-dots li,
.techno-slider-dots li {
  width: 70px;
  padding-top: 3px;
  transition: 1s;
}
.clients-logo-slider .clients-dots li:not(:last-of-type),
.main-slider-dots li:not(:last-of-type),
.techno-slider-dots li:not(:last-of-type) {
  margin-right: 10px;
}
.clients-logo-slider .clients-dots li button,
.main-slider-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0.25;
  background: #fff;
  transition: 1s;
}
.clients-logo-slider .clients-dots .slick-active,
.main-slider-dots .slick-active,
.small-news-tile .w-image,
.techno-slider-dots .slick-active {
  padding-top: 0;
}
.clients-logo-slider .clients-dots .slick-active button,
.main-slider-dots .slick-active button,
.techno-slider-dots .slick-active button {
  opacity: 1;
  height: 5px;
}
.range-slider {
  width: 100%;
  background: #dcdcdc;
  height: 5px;
}
.range-slider .ui-slider-range {
  background: #ce1518;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.range-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  cursor: grab;
  height: 100%;
}
.range-slider .ui-slider-handle.ui-state-active {
  cursor: grabbing;
}
.range-slider .ui-slider-handle::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 11.3px;
  border-color: transparent transparent #ce1518;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
}
.range-slider .ui-slider-handle .handle-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}
.range-slider-wrap {
  padding-left: 135px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.range-slider-wrap .label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 16px;
  max-width: 100px;
  line-height: 1.2;
}
.service-tile,
.services-page .main-text-wrap,
.techno-news-tile,
.techno-services-tile {
  transform: scale(1) translateZ(0);
}
.map-block ymaps[class*='-ground-pane'] {
  filter: grayscale(1);
  opacity: 0.5;
}
ymaps[class*='-balloon'] {
  box-shadow: inset 0 0 0 1px rgba(206, 21, 24, 0.15),
    0 5px 15px -7px rgba(0, 0, 0, 0.5);
}
ymaps[class*='-balloon__content'],
ymaps[class*='-balloon__layout'],
ymaps[class*='-balloon_layout_panel'] {
  background: #ce1518;
  box-shadow: none;
}
ymaps[class*='-balloon__content'] {
  padding: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  font-family: Circe, Arial, sans-serif;
  line-height: 1.4;
}
ymaps[class*='-balloon__content'] span.metro {
  display: inline-block;
  vertical-align: 0;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  padding-right: 1px;
  background: #424242;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  margin-top: 5px;
}
ymaps[class*='-balloon-content__header'] {
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 10px;
}
ymaps[class*='-balloon-content__header'] span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
ymaps[class*='-balloon-content__header'] a {
  color: #fff;
  text-decoration: none;
}
.clients-row .all-clients-tile a:hover,
.contacts-row .phone-email a:hover,
.directions-list .flex-item a:hover,
.footer a:hover,
.manager-tile .content a:hover,
.map-container .form-wrap a:hover,
.page-not-found a:hover,
.techno-news-block a:hover,
ymaps[class*='-balloon-content__header'] a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.clients-row .all-clients-tile a,
.clients-row .all-clients-tile a:focus,
.contacts-row .phone-email a,
.contacts-row .phone-email a:focus,
.directions-list .flex-item a:focus,
.footer a,
.footer a:focus,
.manager-tile .content a,
.manager-tile .content a:focus,
.map-container .form-wrap a,
.map-container .form-wrap a:focus,
.page-not-found a,
.page-not-found a:focus,
.solutions-list a:focus,
.techno-news-block a,
.techno-news-block a:focus,
ymaps[class*='-balloon-content__header'] a:focus {
  color: #fff;
  text-decoration: none;
}
.clients-row .all-clients-tile a:active,
.clients-row .all-clients-tile a:active:focus,
.contacts-row .phone-email a:active,
.contacts-row .phone-email a:active:focus,
.directions-list .flex-item a:active,
.directions-list .flex-item a:active:focus,
.footer a:active,
.footer a:active:focus,
.manager-tile .content a:active,
.manager-tile .content a:active:focus,
.map-container .form-wrap a:active,
.map-container .form-wrap a:active:focus,
.page-not-found a:active,
.page-not-found a:active:focus,
.solutions-list a:active,
.solutions-list a:active:focus,
.techno-news-block a:active,
.techno-news-block a:active:focus,
ymaps[class*='-balloon-content__header'] a:active,
ymaps[class*='-balloon-content__header'] a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.contacts-row .phone-email .email:hover .text,
.footer .footer-link:hover,
.map-container .address-wrap .email a:hover span,
.techno-contacts-block .phone-email .email a:hover span,
.techno-news-tile .content-wrap .title:hover span,
ymaps[class*='-balloon-content__header'] a:hover span {
  border-color: transparent;
}
ymaps[class*='-balloon-content__footer'] {
  color: #fff;
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.client-file-list .jq-file:hover,
ymaps[class*='-balloon__close'],
ymaps[class*='-balloon__tail'],
ymaps[class*='balloon__close-button'] {
  box-shadow: none;
}
ymaps[class*='balloon__close-button'] {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3R5bGU9ImZpbGw6d2hpdGUiLz48L3N2Zz4=)
    50% no-repeat;
  opacity: 0.5;
}
ymaps[class*='-balloon__tail']::after {
  background: #b7080b;
}
.map-container .main-text-wrap {
  position: absolute;
  z-index: 10;
  top: 25px;
  pointer-events: none;
  text-shadow: 0 0 1px #fff, 0 0 5px #fff;
  max-width: 300px;
}
@media (min-width: 992px) {
  .map-container .main-text-wrap {
    max-width: 350px;
  }
  .date-selector-wrap {
    white-space: nowrap;
  }
}
.map-container .address-wrap {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
}
.map-container .address-wrap .address .ttu,
.mini-map-address .city {
  font-weight: 700;
  font-size: 1.25em;
}
.map-container .address-wrap .email a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.25s;
}
.map-container .form-wrap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(16, 16, 16, 0.8);
  color: #fff;
  padding: 30px;
}
.map-container .form-wrap hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.manager-slider .manager-info-title,
.map-container .form-wrap .form-title {
  font-size: 20px;
  font-weight: 700;
}
.footer {
  background: #3d4045;
  padding-top: 17px;
  padding-bottom: 17px;
}
.footer .social-icon {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #1c1d1e;
  transition: background 0.25s;
}
.footer .social-icon::before {
  content: '';
  line-height: 38px;
  vertical-align: middle;
}
.footer .social-icon img,
.ya-share2__container .ya-share2__list {
  vertical-align: middle;
}
.footer .social-icon:hover {
  background-color: #ce1518;
}
.footer .logo {
  width: 32px;
  display: inline-block;
  margin-right: 20px;
}
.footer .main-flex-item,
.route-selector .jq-selectbox,
.time-row .year-row > .flex-item {
  width: 100%;
}
@media (min-width: 768px) {
  .main-slider-dots li:not(:last-of-type) {
    margin-right: 20px;
  }
  .map-container {
    position: relative;
  }
  .map-container .main-text-wrap {
    top: 90px;
  }
  .map-container .address-wrap {
    flex-direction: column;
    font-size: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .map-container .address-wrap > * {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .logo-row,
  .map-container .address-wrap .address,
  .map-container .address-wrap .email {
    margin-bottom: 30px;
  }
  .map-container .form-wrap {
    top: 90px;
    bottom: auto;
    left: auto;
  }
  .map-container .form-wrap .form-title {
    width: 320px;
    font-size: 30px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer .logo {
    width: 53px;
  }
  .footer .main-flex-item {
    width: initial;
  }
  .footer .main-flex-item.contact-row {
    width: 260px;
  }
}
.footer .search {
  border-bottom: 1px solid #fff;
}
.directions-list .flex-item .text-box .description span.text,
.directions-list .flex-item .text-box .title span.text,
.footer .search > *,
.techno-red-ribbon .slogan > * {
  display: inline-block;
  vertical-align: middle;
}
.footer .search input {
  font-size: 16px;
  border: 0;
  width: 85px;
  transition: width 0.25s;
  padding: 5px 10px 5px 0;
  color: #fff;
  background: 0 0;
}
.footer .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .search input:focus {
  width: 135px;
}
.footer .search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.footer .search input:focus::-moz-placeholder {
  opacity: 0;
}
.footer .search .icon {
  font-size: 30px;
  color: #fff;
}
.footer .footer-link {
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .copyright {
  color: #fff;
  font-size: 14px;
}
.footer .copyright .c {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: 0.25em;
  margin-right: 0.5em;
}
.footer .social-list ~ .footer-link {
  margin-top: 5px;
}
.footer .social-list-wrap,
.rd__region-title-box {
  text-align: center;
}
.sitemap {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sitemap a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
.sitemap a:hover {
  color: #0d0d0d;
  text-decoration: none;
  border-color: rgba(26, 26, 26, 0.5);
}
.sitemap li.active a {
  border-bottom: 2px solid #ce1518;
}
.sitemap ul.list-unstyled {
  max-width: 1140px;
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-right: -7px;
}
.date-selector-wrap .jq-selectbox__dropdown {
  top: 100% !important;
}
.news-btns-wrap .common-btn {
  vertical-align: -1px;
}
@media (max-width: 480px) {
  .news-btns-wrap .giant-btn:not(:last-of-type),
  .news-btns-wrap .jq-file:not(:last-child) {
    margin-bottom: 10px;
  }
}
.news-btns-wrap.docs-btns-wrap .jq-file {
  border-color: #ce1518;
  background: #f5f5f5;
}
.mfp-image-holder .mfp-content {
  max-width: 85%;
}
.mfp-gallery button.mfp-close {
  top: 20px;
  right: -20px;
}
.popup {
  max-width: 992px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  max-height: 95vh;
  overflow-y: auto;
}
.popup fieldset {
  padding: 0;
  border: none;
}
.popup fieldset legend {
  border: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.popup.popup-medium {
  max-width: 810px;
}
.popup.popup-small {
  max-width: 550px;
}
.popup .title {
  font-weight: 700;
  font-size: 16px;
}
.popup.public-popup {
  max-width: 805px;
  border-top: 8px solid #ce1518;
  background: #e6e6e6;
  padding: 55px 120px 45px;
}
.popup.public-popup .form-control {
  background: #fff;
  box-shadow: none;
}
.popup.public-popup .form-control:not(:focus),
.popup.public-popup .jq-selectbox:not(.opened) .jq-selectbox__select,
.service-tile:hover .title {
  border-color: #fff;
}
.popup.public-popup .jq-selectbox__select {
  background: #fff;
  padding: 0 30px 0 10px;
}
.popup.public-popup .decorated-title {
  margin-left: -75px;
}
.popup.public-popup label {
  display: block;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  padding-left: 35px;
}
.popup.public-popup label .jq-checkbox {
  position: absolute;
  top: -3px;
  left: 0;
}
.popup.public-popup small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.popup.public-popup .date-selector-wrap .jq-selectbox:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .popup.public-popup .captcha-wrap,
  .popup.public-popup input[name='captcha'] {
    max-width: 275px;
  }
}
.success-popup p {
  font-size: 23px;
}
.popup-notification {
  background: #ce1518;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 35px;
}
.task-block {
  height: auto;
  min-height: 100%;
}
.task-block .label {
  color: #ce1518;
  margin-bottom: 10px;
}
.task-block .value {
  font-size: 110%;
}
.task-comments ul {
  margin-left: 10px;
}
.task-comments ul:not(.list-unstyled):not(.list-inline) li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.files-wrap {
  padding-right: 250px;
  margin-top: 20px;
  min-height: 60px;
}
.main-text,
.secondary-text {
  color: inherit;
  line-height: 1.14285714;
  margin-top: 0;
  font-weight: 300;
}
.files-wrap .files-list {
  margin: 0;
}
.files-wrap .files-list li {
  display: flex;
  max-width: 500px;
}
.files-wrap .files-list li .filename {
  font-size: 14px;
  color: #595959;
  text-decoration: underline;
  margin-bottom: 10px;
}
.client-file-list .label,
.files-wrap .files-list li label {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  margin-bottom: 10px;
}
.files-wrap .add-file-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 2px solid #ce1518;
  white-space: nowrap;
}
.files-wrap .add-file-btn .text {
  color: #ce1518;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
}
.files-wrap .add-file-btn .icon {
  color: #ce1518;
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.client-file-list .jq-file {
  margin-bottom: 10px;
  background: 0 0;
  padding: 0;
  border: none;
}
.client-file-list .jq-file:active {
  top: 0;
}
.client-file-list .jq-file > * {
  font-size: 14px;
  color: #595959;
  text-decoration: underline;
  text-transform: none;
}
.aside .fast-links-wrap,
.aside .information-wrap {
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
}
.aside .fast-links-wrap {
  padding: 80px 0 30px;
  background-color: #e6e6e6;
}
.aside .fast-links-wrap .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #ce1518;
  position: absolute;
  top: 30px;
  left: 30px;
  padding-right: 60px;
}
html::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d8d8d8;
}
html::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}
.solutions-list a,
.sphere-solutions-list a {
  height: 100%;
  background: 0 0;
  transition: background 0.25s, color 0.25s;
  margin-right: -15px;
  text-transform: uppercase;
  margin-left: -15px;
  text-decoration: none;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}
.sticky {
  position: sticky;
}
.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-tile:hover .service-more-btn-wrap,
.tile.hover .edit,
.tile:hover .edit {
  opacity: 1;
  pointer-events: auto;
}
.search-tile.hover .date,
.search-tile:hover .date,
.small-news-tile.hover .date,
.small-news-tile:hover .date,
.tile.hover .img-wrap .date,
.tile:hover .img-wrap .date {
  background-color: #ce1518;
}
.aside-title .text {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
}
.aside-title::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  border: 0.3em solid #ce1518;
  content: '';
  vertical-align: middle;
}
.aside,
.main-content {
  box-sizing: border-box;
}
.aside {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 750;
  width: 100vw;
}
.main-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.aside-layout {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.main-text {
  font-size: 22px;
}
.main-text strong,
.secondary-text strong,
.services-contacts-block .title {
  font-weight: 800;
}
.main-text::after,
.secondary-text::after {
  display: inline-block;
  content: '';
  width: 0.8em;
  height: 0.8em;
  border: 0.15em solid #ce1518;
  vertical-align: baseline;
  margin-left: 15px;
}
.secondary-text {
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer .social-list ~ .footer-link {
    margin-top: 30px;
  }
  .footer .social-list {
    margin-bottom: 0;
  }
  .footer .social-list-wrap {
    text-align: left;
  }
  .sitemap {
    padding-top: 33px;
    padding-bottom: 32px;
  }
  .sitemap a {
    font-size: 18px;
  }
  .popup {
    padding: 30px;
  }
  .popup .title {
    font-size: 24px;
  }
  .popup.public-popup fieldset {
    position: relative;
    text-align: right;
  }
  .popup.public-popup fieldset legend {
    display: block;
    width: initial;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .popup.public-popup .date-selector-wrap .jq-selectbox:not(:last-child) {
    margin-right: 15px;
  }
  .popup.public-popup .jq-selectbox__select {
    padding: 0 55px 0 30px;
  }
  .popup-notification {
    padding: 65px;
  }
  .task-block {
    height: auto;
  }
  .aside-title {
    font-size: 22px;
  }
  .aside {
    width: 50vw;
  }
  .main-text {
    font-size: 40px;
  }
  .secondary-text {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .aside .fast-links-wrap {
    padding: 20px 0 10px;
  }
  .aside {
    position: sticky;
    z-index: auto;
    left: auto;
    top: 84px;
    height: initial;
    padding-left: 15px;
    padding-right: 15px;
    width: 210px;
    background: 0 0;
  }
  .main-content {
    width: calc(100% - 210px);
  }
  .aside-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .main-text::after,
  .secondary-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }
  .main-text {
    font-size: 45px;
  }
  .secondary-text {
    font-size: 42px;
  }
}
.main-slider-block {
  background-image: url(/local/templates/imperator/../img/bg/main_slider_bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
}
.intersection-block {
  background: #21242a;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.2;
  font-weight: 300;
  font-size: 12px;
}
.solutions-block,
.sphere-solutions-block {
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .intersection-block {
    font-size: 24px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .intersection-block .left-text {
    padding-left: 99px;
  }
}
.intersection-block .left-text::before {
  content: '';
  background: #ce1518;
  position: absolute;
  left: -15px;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
}
.intersection-block .left-text::after {
  content: '';
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10px;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.intersection-block .right-text .big {
  font-size: 1.66666667em;
  line-height: 1;
  white-space: nowrap;
}
.intersection-block .right-text .small {
  font-size: 0.5em;
}
.intersection-block .flex-row {
  max-width: 1100px;
}
.solutions-list {
  padding-left: 8px;
  padding-right: 8px;
}
.solutions-list a {
  color: #fff;
  display: block;
}
.solutions-list a::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.solutions-list a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.solutions-list a span::before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 75%;
  border-bottom: 2px solid transparent;
  transition: border 0.25s;
  margin-top: 5px;
}
.solutions-list a:hover {
  text-decoration: none;
  background: #fff;
  color: #ce1518;
}
.solutions-list a:hover span::before {
  border-color: #ce1518;
}
.solutions-list .flex-item {
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0 rgba(14, 17, 21, 0.68);
}
.solutions-list .flex-item:hover {
  transform: scale(1.05);
  z-index: 25;
  box-shadow: 0 14px 57px rgba(14, 17, 21, 0.68);
}
.main-text-wrap .description {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.13;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .visible-xs,
  .visible-xs-block {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  #map {
    max-height: 75vh;
  }
  .map-block #map {
    max-height: initial;
    height: 490px;
  }
  .date-selector-wrap,
  .popup.public-popup .decorated-title {
    margin-bottom: 10px;
  }
  .news-btns-wrap.text-right {
    text-align: left;
  }
  .mfp-content {
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
  }
  .mfp-image-holder .mfp-content {
    max-height: initial;
    max-width: 85%;
    overflow: initial;
  }
  .popup.public-popup {
    padding: 30px 15px 20px;
  }
  .popup.public-popup .mfp-close {
    background: 0 0;
  }
  .popup.public-popup .decorated-title::before {
    display: none;
  }
  .popup.public-popup small {
    font-size: 14px;
  }
  .solutions-list .flex-item {
    width: 100%;
    background: rgba(25, 28, 33, 0.7);
    margin-bottom: 5px;
  }
  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 12px 15px 10px;
    font-size: 10px;
  }
  .solutions-block .main-text-wrap .main-text,
  .sphere-solutions-block .main-text-wrap main-text {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .visible-sm,
  .visible-sm-block {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .solutions-list .flex-item {
    width: 33.33333333%;
    background: rgba(25, 28, 33, 0.7);
    margin-bottom: 35px;
  }
  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-20 {
    width: 20%;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .visible-md,
  .visible-md-block {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .solutions-list .flex-item {
    width: 33.33333333%;
    background: rgba(25, 28, 33, 0.7);
    margin-bottom: 35px;
  }
  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 15px 30px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .solutions-list .flex-item {
    width: 25%;
    background: rgba(25, 28, 33, 0.7) !important;
    margin-bottom: 35px;
  }
  .solutions-list .flex-item:first-of-type,
  .solutions-list .flex-item:nth-of-type(4),
  .solutions-list .flex-item:nth-of-type(5),
  .solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea !important;
  }
}
.solutions-block {
  background-image: url(/local/templates/imperator/../img/bg/solutions_bg.jpg);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.solutions-block .main-text-wrap {
  max-width: 1250px;
  margin-bottom: 10px;
}
.solutions-block .description {
  font-size: 10px;
  font-weight: 300;
}
.sphere-solutions-list a {
  color: #000;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}
.sphere-solutions-list a .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  width: 2em;
  height: 1em;
  color: #838890;
  transition: color 0.25s;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .intersection-block .left-text::before {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    left: 0;
  }
  .intersection-block .left-text::after {
    width: 20px;
    height: 20px;
    left: 30px;
  }
  .solutions-block {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .solutions-block .main-text-wrap,
  .sphere-solutions-block .main-text-wrap {
    margin-bottom: 50px;
  }
  .solutions-block .description {
    font-size: 18px;
  }
  .sphere-solutions-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sphere-solutions-list a {
    text-transform: none;
  }
  .sphere-solutions-list a .icon {
    font-size: 57px;
  }
}
.sphere-solutions-list a:hover {
  text-decoration: none;
  background: #ce1518;
  color: #fff;
}
.sphere-solutions-list .flex-item {
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0 rgba(79, 4, 7, 0.67);
}
.sphere-solutions-list .flex-item:hover {
  transform: scale(1.05);
  z-index: 25;
  box-shadow: 0 22px 24px rgba(79, 4, 7, 0.67);
}
@media (min-width: 600px) and (max-width: 767px) {
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: #fff;
  }
  .sphere-solutions-list a {
    padding: 12px 10px 10px;
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: #fff;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 16.66666667%;
    background: #fff;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
  .sphere-solutions-list a {
    padding: 30px 10px 15px;
    font-size: 18px;
  }
}
.sphere-solutions-block {
  background-image: url(/local/templates/imperator/../img/bg/sphere_solutions_bg.webp);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.sphere-solutions-block .right-block-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sphere-solutions-block .right-block-wrap .text-block {
  position: absolute;
  left: 90px;
  bottom: 70px;
  width: 290px;
  min-height: 290px;
  background: #ce1518;
  padding: 35px 30px 80px;
  font-size: 14px;
  font-weight: 300;
}
.accordion div,
.video-block .preview .main-text-wrap {
  padding-top: 10px;
}
.sphere-solutions-block .right-block-wrap .text-block::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  border: 6px solid #fff;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.about-mission .description,
.sphere-solutions-block .description {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
}
.sphere-solutions-block p {
  font-size: 22px;
  font-weight: 300;
}
.sphere-solutions-block p:first-child {
  margin-bottom: 32px;
}
.directions-list .flex-item {
  height: 180px;
  width: 100%;
  margin-bottom: 15px;
}
.directions-list .flex-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.directions-list .flex-item .text-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  bottom: 45px;
  overflow: hidden;
  transition: 0.25s;
}
.directions-list .flex-item .text-box .title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 0 20px;
  line-height: 1;
  background: rgba(27, 30, 34, 0.85);
  z-index: 1;
  transition: 0.25s;
  font-size: 16px;
}
.directions-list .flex-item .text-box .description::before,
.directions-list .flex-item .text-box .title::before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%;
}
.directions-list .flex-item .text-box .description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 50px 0 15px;
  line-height: 1.1;
  background: rgba(27, 30, 34, 0.85);
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.25s;
  font-size: 12px;
  width: 55%;
  display: none;
}
@media (min-width: 768px) {
  .sphere-solutions-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .sphere-solutions-block .description {
    font-size: 26px;
    margin-bottom: 43px;
  }
  .directions-list .flex-item {
    margin-bottom: 30px;
  }
  .directions-list .flex-item .text-box .description {
    display: block;
  }
}
@media (min-width: 992px) {
  .intersection-block {
    font-size: 36px;
  }
  .sphere-solutions-block {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .directions-list .flex-item .text-box .title {
    width: 33%;
  }
  .directions-list .flex-item .text-box .description {
    width: 67%;
    font-size: 14px;
  }
}
.directions-list .flex-item .text-box .description span.line {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  border-right: 1px solid #fff;
}
.directions-list .flex-item .text-box .description::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11.3px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.directions-list .flex-item a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.directions-list .flex-item a .hover .text-box,
.directions-list .flex-item a:hover .text-box {
  top: 45px;
  bottom: 45px;
}
.directions-list .flex-item a .hover .text-box .description,
.directions-list .flex-item a:hover .text-box .description {
  opacity: 1;
  background: #ce1518;
  transform: translateX(0);
}
.directions-block {
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
}
.calculation-block {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .directions-list .flex-item a .hover .text-box,
  .directions-list .flex-item a:hover .text-box {
    top: 25px;
    bottom: 25px;
  }
  .directions-list .flex-item {
    width: 50%;
  }
  .directions-block {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .directions-block .main-text-wrap {
    margin-bottom: 50px;
  }
  .calculation-block {
    background-image: url(/local/templates/imperator/../img/bg/calculation_bg.jpg);
    background-size: cover;
    background-position: 70% center;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .directions-list .flex-item .text-box .description span.line {
    top: 10px;
    bottom: 10px;
  }
  .directions-list .flex-item a .hover .text-box,
  .directions-list .flex-item a:hover .text-box {
    top: 45px;
    bottom: 45px;
  }
  .calculation-block {
    background-position: 55% center;
  }
}
.calculation-block .main-text {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .calculation-block .main-text {
    max-width: 60%;
    font-size: 40px;
  }
  .calculation-block .promo-text {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .calculation-block .main-text {
    max-width: 750px;
    font-size: 45px;
    margin-bottom: 70px;
  }
}
.calculation-block .promo-text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
.calculation-block .promo-text li,
.services-solutions-block p {
  font-size: 20px;
}
.about-top {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 10px;
  background: url(/local/templates/imperator/../img/bg/header_bar_bg.jpg) center top/cover;
  font-weight: 300;
}
.merit-tile .top-box {
  background: #f3f3f3;
  padding: 1.66666667em 1.66666667em 3.33333333em;
  font-size: 1em;
  margin-bottom: 1.66666667em;
  text-align: center;
  position: relative;
}
.merit-tile .top-box .icon {
  font-size: 6em;
}
.merit-tile .top-box::after {
  display: block;
  content: '';
  border-bottom: 6px solid #ce1518;
  position: absolute;
  bottom: 1.66666667em;
  left: 0;
  width: 66.6666667%;
}
.merit-tile .title,
.news-page .header-bar .main-text {
  font-weight: 900;
}
.merits-slider .slick-arrow {
  background: #394249;
  padding: 11px;
  margin-top: -30px;
}
.about-history,
.about-merits {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .about-top {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .about-top .main-text-wrap {
    margin-bottom: 50px;
  }
  .merit-tile .top-box {
    text-align: left;
  }
  .merit-tile .top-box .icon {
    font-size: 4.44444444em;
  }
  .merits-slider .slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .merits-slider .slick-arrow {
    padding: 11px;
  }
  .about-merits {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .calculation-block .promo-text {
    padding-top: 125px;
    max-width: initial;
  }
  .about-merits {
    font-size: 10px;
  }
}
.about-merits .main-text,
.about-synenergy .main-text {
  padding-right: 10%;
}
.video-block {
  position: relative;
  background: #000;
}
.video-block .video-sizer {
  padding-bottom: 56.25%;
}
.video-block .video-wrapper {
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 1s;
}
.video-block .preview .main-text {
  max-width: 1100px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .about-merits .main-text {
    padding-right: 0;
  }
  .video-block .preview .main-text-wrap {
    padding-top: 40px;
  }
}
.clients-row .client-logo-tile img,
.video-block .preview .review-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block .preview button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-block .preview button img {
  width: 74px;
}
@media (min-width: 768px) {
  .video-block .preview button img {
    width: 146.5px;
  }
  .about-history {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 18px;
  }
}
.video-block.show .preview {
  opacity: 0;
  pointer-events: none;
}
.about-mission .more-text,
.about-synenergy .more-text,
.history-tile,
.time-row {
  font-size: 10px;
}
@media (min-width: 768px) {
  .time-row {
    font-size: 10px;
  }
  .time-row > .flex-item {
    width: calc(100% / 8 * 4);
  }
}
@media (min-width: 992px) {
  .time-row {
    font-size: 12px;
  }
}
.time-row .year {
  display: inline-block;
  font-size: 1.875em;
  font-weight: 300;
  position: relative;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.time-row .text {
  font-size: 1em;
  line-height: 1.2;
  max-width: 90%;
  text-align: left;
}
.time-row hr {
  border-width: 4px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.techno-services-tile .flex-item:last-child,
.time-row > .flex-item {
  flex-grow: 1;
  flex-shrink: 1000;
}
.time-row > .flex-item hr {
  border-color: #6595b1;
}
.time-row > .flex-item .year::after {
  white-space: nowrap;
  display: block;
  content: '• • • •';
  position: absolute;
  color: #c9c9c9;
  left: 100%;
  top: 0;
}
.techno-services-tile .flex-item:first-child,
.time-row > .flex-item:first-child,
.time-row > .flex-item:last-child {
  flex-grow: 1000;
  flex-shrink: 1;
}
.time-row > .flex-item.years {
  flex-basis: 25%;
}
.time-row > .flex-item.years:last-child {
  flex-basis: 50%;
}
.time-row > .flex-item.years:nth-child(2) .year::after {
  content: '•';
}
.time-row > .flex-item.years:nth-child(3) .year::after {
  content: '• •';
}
.time-row > .flex-item.years:nth-child(3) .flex-item:last-child .year::after {
  content: '';
}
.time-row > .flex-item:first-child hr {
  border-color: #c9c9c9;
}
.time-row > .flex-item:first-child .year {
  margin-left: -10px;
}
.time-row > .flex-item:last-child .year {
  margin-right: -10px;
}
.time-row > .flex-item:last-child hr {
  border-color: #c10f28;
}
.time-row .year-row > .flex-item .year {
  margin-left: -7px;
}
.time-row .year-row > .flex-item:last-child .year {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .time-row > .flex-item.years {
    flex-basis: 25%;
  }
  .time-row > .flex-item.years:last-child {
    flex-basis: 50%;
  }
  .history-tile {
    font-size: 12px;
    position: relative;
    padding-left: 11.36363636em;
    min-height: 9.54545455em;
  }
  .history-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 9.54545455em;
  }
  .history-tile .text-wrap {
    padding-left: 1.81818182em;
    position: relative;
  }
  .history-tile .text-wrap::before {
    display: block;
    content: '';
    height: 3.86363636em;
    border-left: 1px solid #ce1518;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .history-tile {
    font-size: 18px;
  }
}
.history-tile .img-wrap {
  margin-bottom: 1.36363636em;
}
.history-tile .text-wrap .year {
  font-size: 2.18181818em;
  font-weight: 900;
  margin-bottom: 0.20833333em;
  line-height: 1;
}
.history-tile .text-wrap .title {
  font-size: 1em;
  margin: 0 0 0.45454545em;
}
.history-tile .text-wrap .description {
  font-size: 1em;
}
.history-tile .text-wrap .description .contracts {
  font-size: 0.72727273em;
  color: #898989;
}
@media (min-width: 768px) {
  .history-slider {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .history-slider .slide {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
  }
  .history-slider .slick-arrow {
    padding: 11px;
  }
}
.history-slider .slick-arrow {
  background: #394249;
  padding: 11px;
  margin-top: -55px;
}
.about-mission .left-block-wrap,
.about-synenergy,
.services-coord {
  padding-top: 20px;
}
.about-mission {
  background: #d8d9d3;
}
@media (min-width: 768px) {
  .about-mission .left-block-wrap {
    padding-top: 30px;
  }
  .about-mission .description {
    font-size: 26px;
    margin-bottom: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .about-mission .main-text,
  .sphere-solutions-block .main-text {
    font-size: 45px;
  }
}
.about-synenergy {
  background-color: #21242a;
  background-image: url(/local/templates/imperator/../img/bg/synenergy_bg_small.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 70vw;
  font-size: 10px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .about-mission .more-text,
  .about-synenergy .more-text {
    font-size: 14px;
  }
  .about-synenergy {
    padding-top: 50px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .about-synenergy {
    background-image: url(/local/templates/imperator/../img/bg/synenergy_bg_big.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    min-height: 740px;
    font-size: 14px;
  }
  .about-synenergy .main-text-wrap {
    max-width: 600px;
  }
  .about-synenergy .main-text-wrap .more-text {
    max-width: 380px;
  }
}
.about-synenergy .abbr-list {
  border-spacing: 0 0.88888889em;
  border-collapse: separate;
}
.about-synenergy .abbr-list tr {
  padding-top: 0.27777778em;
  padding-bottom: 0.27777778em;
}
.about-synenergy .abbr-list td:first-child {
  padding-right: 1.27777778em;
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.about-synenergy .abbr-list td:last-child {
  padding-left: 1.27777778em;
}
.techno-slider .slick-arrow.slick-prev {
  margin-right: -50px;
}
.techno-slider .slick-arrow.slick-next {
  margin-left: -50px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    margin-right: 0;
  }
  .slick-arrow.slick-next {
    margin-left: 0;
  }
  .article-arrow.slick-prev,
  .history-slider .slick-arrow.slick-prev,
  .merits-slider .slick-arrow.slick-prev {
    margin-right: -30px;
  }
  .article-arrow.slick-next,
  .history-slider .slick-arrow.slick-next,
  .merits-slider .slick-arrow.slick-next {
    margin-left: -30px;
  }
  .techno-slider .slick-arrow.slick-prev {
    margin-right: -64px;
  }
  .techno-slider .slick-arrow.slick-next {
    margin-left: -64px;
  }
}
@media screen and (min-width: 1920px) {
  .slick-arrow.slick-prev,
  .techno-slider .slick-arrow.slick-prev {
    margin-right: -60px;
  }
  .slick-arrow.slick-next,
  .techno-slider .slick-arrow.slick-next {
    margin-left: -60px;
  }
  .article-arrow.slick-prev {
    margin-right: -30px;
  }
  .article-arrow.slick-next {
    margin-left: -30px;
  }
}
.techno-slider .slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .techno-slider .slide .text-wrap {
    padding-right: 300px;
    padding-left: 20px;
  }
}
.techno-slider .slide .main-text {
  font-size: 16px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .about-synenergy .main-text {
    padding-right: 0;
  }
  .techno-slider .slide .main-text {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .techno-slider .slide .main-text {
    font-size: 26px;
  }
  .techno-slider .slide .main-text::after {
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid #ce1518;
  }
}
.techno-slider .slide .description {
  max-width: 540px;
  font-size: 11px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .techno-slider .slide .description {
    font-size: 18px;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .techno-slider .slide .description {
    font-size: 14px;
    max-width: 400px;
  }
}
.techno-slider-dots {
  position: absolute;
  right: 0;
  display: flex;
  bottom: 5px;
}
@media (min-width: 768px) {
  .techno-slider-dots {
    width: 360px;
    bottom: 30px;
    margin-right: 30px;
  }
  .techno-slider-dots li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .techno-slider-dots {
    width: 470px;
    margin-right: 65px;
  }
}
.techno-slider-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0.25;
  background: #ce1518;
  transition: 1s;
}
.techno-text-block {
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 300;
}
.techno-red-ribbon {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ce1518;
  color: #fff;
}
.techno-red-ribbon .slogan {
  font-size: 11px;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .techno-text-block {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .techno-text-block .main-text-wrap {
    margin-bottom: 50px;
  }
  .techno-red-ribbon {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .techno-red-ribbon .slogan {
    font-size: 22px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .techno-red-ribbon .slogan {
    font-size: 18px;
  }
}
.techno-red-ribbon .slogan .icon {
  flex-grow: 1000;
  font-size: 3.18181818em;
  margin-right: 0.71428571em;
}
.techno-red-ribbon .slogan .text {
  flex-shrink: 1000;
}
.techno-red-ribbon .slogan .text > * {
  display: inline;
  white-space: normal;
}
.techno-red-ribbon .slogan .text .title {
  font-weight: 700;
  font-size: 1em;
  display: block;
  margin: 0 0 0.5em;
}
.techno-services-tile {
  background: #1c1d1e;
  color: #fff;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 8px;
  font-weight: 300;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .techno-red-ribbon .slogan .text .title {
    margin: 0;
    display: inline;
    padding-right: 4.54545455em;
    position: relative;
  }
  .techno-red-ribbon .slogan .text .title::after {
    display: block;
    content: '';
    position: absolute;
    width: 1.36363636em;
    right: 1.59090909em;
    top: 50%;
    border-bottom: 1px solid currentColor;
  }
  .techno-services-tile {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.88888889em;
    padding-right: 5em;
    padding-bottom: 4.44444444em;
  }
}
.techno-fos-block,
.techno-news-block,
.techno-services-block,
.techno-vacancies-block {
  padding-bottom: 30px;
  padding-top: 30px;
  color: #000;
}
.techno-services-tile .flex-row {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.techno-services-tile .title {
  text-transform: uppercase;
  font-size: 2.22222222em;
  font-weight: 900;
  margin-top: 0;
  padding-top: 0.5em;
  margin-bottom: 1em;
  border-top: 0.4em solid #ce1518;
}
.techno-services-tile .flex-item .img-wrap {
  width: 150px;
}
@media (min-width: 768px) {
  .techno-services-tile .flex-row {
    flex-direction: row;
    align-items: center;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .techno-services-tile .flex-item .img-wrap {
    width: 280px;
  }
}
.techno-services-tile .text-wrap {
  position: relative;
  font-size: 1.25em;
  padding-top: 1em;
  padding-bottom: 2.5em;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .techno-services-tile .text-wrap {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
    padding-left: 40px;
    margin-left: 15px;
    margin-right: 0;
  }
  .techno-services-tile .text-wrap::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #ce1518;
    height: 150px;
    margin-top: -75px;
  }
}
@media (min-width: 992px) {
  .techno-services-tile .text-wrap::before {
    height: 200px;
    margin-top: -100px;
  }
}
.techno-services-tile .link-wrap {
  position: absolute;
  left: 2.22222222em;
  bottom: 1.11111111em;
}
.techno-services-tile .common-btn {
  display: block;
  width: 3.33333333em;
  height: 3.33333333em;
  background: #ce1518;
  border-color: #ce1518;
}
.techno-services-tile .common-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.88888889em;
  height: 0.88888889em;
  margin-top: -0.44444444em;
  margin-left: -0.66666667em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.techno-news-tile {
  display: block;
  position: relative;
}
.techno-news-tile .img-wrap {
  background: #5d5d5d;
  display: block;
}
.techno-news-tile .img-wrap img {
  opacity: 0.3;
  transition: transform 0.25s;
}
.techno-news-tile .content-wrap {
  padding: 10px 0 0;
  font-size: 11px;
  display: block;
}
@media (min-width: 768px) {
  .techno-services-tile .link-wrap {
    left: auto;
    right: 2.22222222em;
  }
  .techno-news-tile .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px 30px 30px;
    font-size: 18px;
  }
  .techno-news-tile .content-wrap .title {
    text-shadow: 0 0 1px #000, 0 0 5px #000;
  }
}
.techno-news-tile .content-wrap .date {
  display: block;
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 1.22222222em;
  text-shadow: 0 0 1px #000, 0 0 5px #000;
}
.techno-news-tile .content-wrap .title {
  display: block;
  margin: 0;
  font-size: 1.22222222em;
  line-height: 1.36363636em;
}
.techno-news-tile .content-wrap .title span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border 0.25s;
}
.techno-news-tile .content-wrap .label {
  position: absolute;
  left: 0;
  top: 2em;
  background: #161616;
  padding: 0.55555556em 1.66666667em;
  font-weight: 300;
}
.techno-news-tile:hover .img-wrap img {
  transform: scale(1.4);
  transition: transform 2.5s;
}
.techno-news-row {
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-right: -7px;
}
.techno-fos-block {
  background: #f0f2f5;
}
.directions-block-mobile .panel-heading span,
.techno-fos-block .main-text {
  font-size: 22px;
}
@media (min-width: 768px) {
  .techno-news-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .techno-news-row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .techno-fos-block .main-text {
    font-size: 40px;
  }
  .techno-contacts-block .phone-email {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .techno-fos-block .main-text {
    font-size: 45px;
    margin-right: -100px;
  }
}
.contacts-top-section .second-column p,
.date-label,
.mini-map-address,
.techno-contacts-block .phone-email,
.tile-data {
  font-size: 16px;
}
.techno-fos-block .img-wrap {
  position: relative;
  margin-left: -15px;
  margin-bottom: -30px;
}
.techno-fos-block .img-wrap .techno-man-text {
  position: absolute;
  right: 0;
  top: 50%;
  width: 190px;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .techno-fos-block .img-wrap .techno-man-text {
    left: 60px;
    top: 30px;
    font-size: 14px;
  }
}
.techno-fos-block .img-wrap .techno-man-text .name {
  font-size: 1.25em;
  font-weight: 400;
}
.techno-fos-block .img-wrap .techno-man-text hr {
  border-color: #ce1518;
  width: 85px;
  margin-left: 0;
}
.techno-vacancies-block .vacancies-tile {
  background: #f6f6f6;
  padding: 30px;
}
.techno-contacts-block {
  padding-top: 30px;
  color: #000;
}
.techno-contacts-block .phone-email .email {
  font-size: 1em;
  font-weight: 300;
}
.techno-contacts-block .phone-email .email a,
.techno-contacts-block .phone-email .email a:focus {
  color: #ce1518;
  text-decoration: none;
}
.techno-contacts-block .phone-email .email a span {
  border-bottom: 1px solid rgba(206, 21, 24, 0.5);
}
.techno-contacts-block .phone-email .phone {
  font-size: 1.875em;
  font-weight: 900;
}
.mini-map-address {
  position: relative;
  padding-left: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.mini-map-address .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.875em;
  color: #ce1518;
}
.mini-map-address::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
  border-bottom: 6px solid #ce1518;
}
.news-tile {
  margin-bottom: 30px;
  background-color: #e6e6e6;
  padding: 15px;
}
.news-tile .img-wrap {
  position: relative;
  overflow: visible;
}
.news-tile .img-wrap .date,
.small-news-tile .date {
  position: absolute;
  transition: background 0.25s;
  color: #fff;
}
.news-tile .img-wrap .date {
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  text-align: center;
  background-color: #b8b8b8;
  padding: 6px 0;
  font-size: 10px;
}
.news-tile .img-wrap .date span.big {
  font-size: 2.4em;
  font-weight: 700;
  display: block;
}
.news-tile .img-wrap .date span.small,
.search-tile .date span.small,
.small-news-tile .date span.small {
  font-size: 1em;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}
.news-tile .title {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 700;
  max-height: 3em;
  overflow: hidden;
}
.news-tile .announce {
  max-height: 5.71428571em;
  overflow: hidden;
  font-size: 12px;
}
.news-tile .text-wrap {
  height: 126px;
}
.news-page-date {
  background: #ce1518;
  color: #fff;
  display: inline-block;
  padding: 5px 20px 3px;
}
.small-news-tile .text-wrap {
  height: initial;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .news-tile .title {
    font-size: 16px;
  }
  .news-tile .announce {
    font-size: 14px;
  }
  .small-news-tile .w-image {
    padding-left: 145px;
    height: 130px;
    padding-top: 30px;
  }
  .small-news-tile .w-image .img-wrap {
    position: absolute;
    top: 30px;
    left: 15px;
  }
}
.small-news-tile .w-image .title {
  margin-top: 0;
  max-height: initial;
  overflow: initial;
}
@media (min-width: 768px) {
  .small-news-tile .w-image .title {
    font-size: 14px;
  }
}
.small-news-tile .date {
  top: 0;
  left: 0;
  background: #b8b8b8;
  padding: 10px 20px;
  font-size: 10px;
}
.search-tile .date span.big,
.small-news-tile .date span.big {
  font-size: 2.4em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tile-data {
  position: relative;
  z-index: 5;
}
.tile-data .icon {
  color: #b8b8b8;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  transition: color 0.25s;
}
.tile-data .text {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}
.tile-data .comments,
.tile-data .likes {
  cursor: pointer;
  white-space: nowrap;
}
.tile-data .comments:not(:last-child),
.tile-data .likes:not(:last-child) {
  margin-right: 0.75em;
}
.tile-social-links .social-icon {
  background-color: #b8b8b8;
  position: relative;
  overflow: visible;
  height: 30.8px;
  width: 31px;
}
.tile-social-links .social-icon::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: 0.25s;
}
.tile-social-links .social-icon:hover::before {
  top: -5px;
  bottom: -15px;
  background-color: #ce1518;
}
.tile-social-links .social-list {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .visible-lg,
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .news-block-slider .slide {
    padding-bottom: 0;
  }
  .news-block-slider .slick-dots,
  .small-news-tile .w-image .img-wrap {
    left: 30px;
  }
  .container {
    width: 970px;
  }
  .news-tile {
    padding: 30px;
  }
  .news-tile .img-wrap .date {
    left: -30px;
    top: -30px;
  }
  .news-tile .announce {
    max-height: 4.28571429em;
  }
  .small-news-tile .w-image {
    padding-left: 160px;
  }
  .small-news-tile .w-image .title {
    font-size: 16px;
  }
  .tile-social-links .social-list {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .tile-data .comments:not(:last-child),
  .tile-data .likes:not(:last-child) {
    margin-right: 1.5em;
  }
  .news-list .flex-item {
    width: calc(100% / 2);
  }
  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 600px;
  }
}
.news-page {
  padding-top: 0;
  padding-bottom: 0;
}
.news-page .aside-title {
  margin-top: 0;
}
.news-page .header-bar {
  background-image: url(/local/templates/imperator/../img/bg/header_bar_bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 30px;
  min-height: 100px;
}
.date-label {
  display: inline-block;
  background: #ce1518;
  color: #fff;
  font-weight: 300;
  padding: 5px 20px 3px;
  top: 2px;
  position: relative;
}
.article-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.clients-block {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  background-image: url(/local/templates/imperator/../img/bg/clients_bg.webp);
  background-size: cover;
  background-position: center;
}
.clients-block .description {
  margin-bottom: 20px;
  font-weight: 300;
}
.clients-page {
  padding-top: 40px;
}
.clients-logo-slider {
  margin: -15px;
}
.clients-logo-slider .slide {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.clients-logo-slider .img-wrap {
  display: block !important;
  transition: transform 0.25s;
}
.clients-logo-slider .img-wrap:hover {
  transform: scale(1.1);
}
.clients-logo-slider .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.clients-logo-slider .clients-dots {
  position: absolute;
  left: 15px;
  width: calc(100vw - 30px);
  display: flex;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .clients-logo-slider.slider {
    margin: 0;
  }
}
.clients-row .flex-item {
  width: calc(100% / 2);
}
@media (min-width: 768px) {
  .news-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-page .header-bar {
    min-height: 150px;
    padding-top: 20px;
  }
  .news-page .header-bar .breadcrumbs {
    margin-bottom: 30px;
  }
  .article-title {
    font-size: 36px;
  }
  .news-article {
    font-size: 18px;
  }
  .clients-block {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .clients-block .description {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .clients-page {
    padding-top: 20px;
  }
  .clients-logo-slider .clients-dots {
    bottom: 0;
  }
  .clients-logo-slider .clients-dots li:not(:last-of-type) {
    margin-right: 20px;
  }
  .clients-row .flex-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .news-page .header-bar {
    min-height: 200px;
  }
  .clients-row .flex-item {
    width: calc(100% / 4);
  }
}
.clients-row .all-clients-tile {
  display: block;
  padding-bottom: 100%;
  position: relative;
  transition: 0.25s;
  background: #ce1518;
  color: #fff;
}
.clients-row .all-clients-tile::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 4px solid #fff;
}
.clients-row .all-clients-tile .text {
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translateY(-50%);
  font-size: 14px;
}
.clients-row .all-clients-tile:hover,
.clients-row .client-logo-tile:hover {
  transform: scale(1.1);
  box-shadow: 0 35px 28px #0e1115;
}
.clients-row .client-logo-tile {
  display: block;
  padding-bottom: 100%;
  position: relative;
  transition: 0.25s;
}
.clients-row .client-logo-tile::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.15);
}
.clients-row .client-logo-tile .front {
  background: #fff;
  opacity: 0;
  transition: opacity 0.25s;
}
.vacancies-tile {
  margin-bottom: 30px;
  position: relative;
}
.vacancies-tile span.metro {
  display: inline-block;
  vertical-align: 0;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: #ce1518;
  color: #fff;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  margin-top: 5px;
}
.vacancies-tile .salary,
.vacancies-tile .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.header-contacts > div:first-child,
.vacancies-tile .title {
  padding-right: 30px;
}
.vacancies-tile .title span {
  transition: 0.25s;
  display: inline-block;
  border-bottom: 1px solid rgba(26, 26, 26, 0.25);
}
.vacancies-tile .title a:hover span {
  border-color: transparent !important;
}
.favorite-checker svg:first-of-type,
.vacancies-tile .date {
  color: #9a9a9a;
}
.vacancies-tile .favorite-checker {
  position: absolute;
  top: 25px;
  right: 30px;
}
.vacancies-tile-wrap {
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.25s;
}
.vacancies-tile-wrap:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}
.favorite-checker svg:nth-of-type(2) {
  color: #ce1518;
  display: none;
}
.services-page {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/local/templates/imperator/../img/bg/services_bg.jpg) center top/cover;
}
.services-page .main-text-wrap {
  font-weight: 200;
  font-size: 16px;
}
.services-page .main-text-wrap p {
  line-height: 1.2;
  margin-bottom: 2em;
}
.services-page .sphere-solutions-block {
  background: 0 0;
  padding: 0;
}
.tags-row {
  margin: 0;
  font-size: 1.5em;
  line-height: 0.6;
  color: #b8b8b8;
  transition: 0.25s;
}
.service-tile {
  background: #f6f6f6;
  color: #000;
  height: 100%;
  line-height: 1.2;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
  font-size: 14px;
  padding: 15px;
}
@media (min-width: 768px) {
  .clients-row .all-clients-tile::after {
    top: 32px;
    left: 32px;
    bottom: 32px;
    right: 32px;
    border: 6px solid #fff;
  }
  .clients-row .all-clients-tile .text {
    font-size: 25px;
    left: 52px;
    right: 52px;
  }
  .clients-row .client-logo-tile::after {
    border: 16px solid rgba(255, 255, 255, 0.15);
  }
  .vacancies-tile-wrap {
    padding: 30px;
    margin-bottom: 30px;
  }
  .services-page {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .services-page .main-text-wrap {
    font-size: 20px;
    padding-top: 20px;
  }
  .service-tile {
    font-size: 20px;
    padding: 30px;
  }
  .service-tile .flex-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .service-tile {
    font-size: 14px;
  }
  .services-grid .big-item {
    width: 100%;
  }
  .services-grid .medium-item,
  .services-grid .small-item {
    width: 50%;
  }
}
.service-tile .flex-item:first-child {
  flex-shrink: 1;
  flex-grow: 1000;
}
.service-tile .flex-item:last-child {
  flex-shrink: 1000;
  flex-grow: 1;
}
.service-tile .img-wrap {
  text-align: left;
  margin-bottom: 20px;
}
.service-tile .title {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 2px solid #ce1518;
  margin: 0 0 1em;
  transition: border 0.25s;
}
.service-tile .text-wrap {
  padding-bottom: 65px;
}
.service-tile .tags-row {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.service-tile .service-more-btn-wrap {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.service-tile:hover {
  background: #ce1518;
  color: #fff;
}
.service-tile:hover .tags-row {
  color: #ce1518;
  pointer-events: none;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.services-grid .grid-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.svg-map {
  margin: -24% -25% -26%;
  position: relative;
}
.accordion p::before,
.contacts-row > * {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .away-list-wrap,
  .contact-col-wrap > *,
  .header .contact-col-wrap > *,
  .recall-btn-warp > * {
    display: block;
  }
  .contact-col-wrap,
  .header .contact-col-wrap {
    max-width: 210px !important;
  }
  .main-menu .menu-btn {
    display: none;
  }
  .main-menu li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-menu li.active:after,
  .main-menu li:hover:after {
    margin-top: 16px;
  }
  .main-menu .menu-wrap {
    position: static;
    display: block;
    width: initial;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    transition: none;
    margin-right: 0;
    margin-top: 0;
  }
  .main-slider .right-side .line-btn-wrap {
    left: 260px;
  }
  .main-slider .right-side .img-wrap {
    padding-left: 140px;
  }
  .main-slider .right-side .img-wrap img {
    margin-bottom: -65px;
  }
  .main-slider .main-text {
    margin-right: -280px;
  }
  .main-slider .description {
    margin-bottom: 45px;
    font-size: 24px;
  }
  .main-slider-dots,
  .techno-slider-dots {
    width: 630px;
  }
  .map-container .form-wrap {
    padding: 50px 70px;
  }
  .footer .main-flex-item.contact-row {
    width: 500px;
  }
  .footer .main-flex-item.contact-row .flex-wrap {
    flex-wrap: nowrap;
  }
  .container {
    width: 1270px;
  }
  .main-text.hmain,
  .secondary-text {
    font-size: 50px;
  }
  .intersection-block .left-text {
    padding-left: 160px;
  }
  .intersection-block .right-text .small {
    white-space: nowrap;
  }
  .solutions-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .solutions-list a span::before {
    margin-top: 10px;
  }
  .sphere-solutions-list a .icon {
    font-size: 75px;
  }
  .sphere-solutions-block .right-block-wrap {
    height: 622px;
  }
  .directions-list .flex-item .text-box .title,
  .history-tile,
  .techno-red-ribbon .slogan {
    font-size: 22px;
  }
  .directions-list .flex-item .text-box .description,
  .techno-fos-block .img-wrap .techno-man-text,
  .time-row {
    font-size: 16px;
  }
  .calculation-block {
    background-position: center;
  }
  .calculation-block .main-text-wrap,
  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 980px;
  }
  .calculation-block .main-text {
    font-size: 45px;
    max-width: initial;
  }
  .about-merits,
  .techno-services-tile {
    font-size: 14px;
  }
  .video-block .preview .main-text-wrap {
    padding-top: 85px;
  }
  .video-block .preview button img {
    width: 293px;
  }
  .about-mission .left-block-wrap {
    padding-top: 100px;
  }
  .about-synenergy {
    min-height: 1000px;
    font-size: 18px;
  }
  .about-synenergy .main-text-wrap {
    max-width: 730px;
  }
  .about-synenergy .main-text-wrap .more-text {
    max-width: 500px;
  }
  .techno-slider .slide .text-wrap {
    padding-right: 200px;
    padding-left: 0;
  }
  .techno-slider .slide .main-text {
    font-size: 45px;
  }
  .techno-slider .slide .main-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }
  .techno-slider .slide .description {
    font-size: 18px;
    max-width: 540px;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 130px;
  }
  .techno-services-tile .text-wrap {
    padding-left: 30px;
    margin-left: 0;
  }
  .techno-services-tile .text-wrap::before {
    height: 150px;
    margin-top: -75px;
  }
  .techno-news-tile .content-wrap {
    font-size: 14px;
    padding: 80px 30px 30px;
  }
  .techno-fos-block .main-text {
    font-size: 45px;
    margin-right: 0;
  }
  .techno-fos-block form {
    padding-right: 30px;
  }
  .techno-fos-block .img-wrap {
    margin-left: -30px;
  }
  .clients-row .flex-item {
    width: calc(100% / 5);
  }
  .service-tile {
    font-size: 20px;
    min-height: 405px;
  }
  .svg-map {
    margin-bottom: -16%;
  }
}
.svg-map path {
  fill: #a7a9ac;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  cursor: pointer;
  transition: fill 0.25s;
}
.svg-map path.active,
.svg-map path:hover {
  fill: #ce1518;
}
.accordion {
  position: relative;
  z-index: 1;
}
.accordion div {
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 55px;
}
@media (min-width: 992px) {
  .accordion div {
    padding-left: 55px;
    font-size: 14px;
  }
}
.accordion p {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .service-tile .img-wrap {
    margin-bottom: 0;
  }
  .services-grid .grid-item {
    margin-bottom: 30px;
  }
  .accordion p {
    font-size: 15px;
  }
}
.accordion p::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background 0.25s;
}
.accordion p span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
  width: calc(100% - 50px);
}
.accordion p span::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.25s;
}
.accordion p.active span::after {
  transform: scale(1, -1) rotate(45deg);
  margin-top: -1px;
}
.geography-page .slogan {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 30px;
}
.geography-page .slogan .flex-row {
  font-size: 36px;
  line-height: 1.2;
  background: #282c34;
  padding: 1em 1.5em;
  align-items: center;
}
@media (min-width: 1280px) {
  .accordion div {
    padding-left: 75px;
    font-size: 16px;
  }
  .accordion p {
    font-size: 18px;
  }
  .geography-page .slogan {
    margin-right: calc(635px - 50vw);
  }
  .geography-page .slogan .flex-row {
    font-size: 24px;
  }
  .geography-page .slogan .text {
    max-width: 500px;
  }
}
.geography-page .slogan .flex-row .icon {
  font-size: 1.66666667em;
}
.geography-page .slogan .text {
  margin-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 60px;
}
.contacts-page {
  background-image: url(/local/templates/imperator/../img/bg/contacts_bg.jpg);
  background-size: 100%;
  background-position: center top;
  padding-bottom: 30px;
}
.contacts-row .address {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}
.contacts-row .address .ttu,
.contacts-row .phone-email .phone {
  font-size: 1.25em;
  font-weight: 700;
}
.contacts-row .phone-email {
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
.contacts-row .phone-email .email .text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.25s;
  line-height: 1;
  display: inline-block;
}
.form-wrap {
  background: rgba(35, 38, 43, 0.63);
  padding-top: 40px;
  padding-bottom: 30px;
}
.contacts-form,
.contacts-page form[name='FEEDBACK'] {
  max-width: 925px;
}
@media (min-width: 768px) {
  .accordion p span {
    width: initial;
    max-width: calc(100% - 50px);
  }
  .contacts-row > * {
    margin-right: 30px;
  }
  .contacts-row .address {
    font-size: 24px;
  }
  .contacts-row .phone-email {
    padding-left: 60px;
    font-size: 24px;
  }
  .contacts-row .phone-email::before {
    display: block;
    content: '';
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    transform: rotate(30deg);
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
  }
  .manager-tile {
    position: relative;
    padding-left: 135px;
  }
  .contacts-page .manager-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .manager-tile .content {
    height: 120px;
  }
  .manager-tile .content .name {
    font-size: 16px;
  }
}
.manager-tile .content .post {
  font-size: 14px;
  font-weight: 400;
  color: #ce1518;
}
@media (min-width: 768px) {
  .manager-tile .content .post {
    font-size: 12px;
  }
  .search-tile {
    padding-left: 160px;
    padding-right: 160px;
    min-height: 130px;
  }
}
.manager-tile .content .phone .text {
  font-size: 14px;
  font-weight: 700;
}
.manager-tile .content .email .text {
  font-size: 14px;
  font-weight: 300;
}
.search-filter {
  padding: 0 15px;
}
.search-filter fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
.search-filter legend {
  font-size: 16px;
  max-width: 300px;
}
.search-filter label {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-right: 15px;
}
.search-filter label input:checked + span {
  font-weight: 700;
  color: #ce1518;
}
@media (min-width: 1600px) {
  .svg-map {
    margin-bottom: -15%;
  }
  .geography-page .slogan {
    margin-right: calc(635px - 50vw);
    padding-left: 60px;
  }
  .geography-page .slogan .flex-row {
    font-size: 26px;
  }
  .geography-page .slogan .text {
    max-width: 500px;
  }
  .search-block .aside-layout,
  .search-block .search-input-wrap {
    max-width: 1200px;
  }
}
.search-tile {
  font-size: 14px;
  position: relative;
}
.search-tile .date {
  position: absolute;
  top: 0;
  right: 0;
  background: #b8b8b8;
  transition: background 0.25s;
  color: #fff;
  padding: 3px 10px;
  font-size: 8px;
}
.search-tile .label {
  text-transform: uppercase;
  font-size: 1.14285714em;
  color: #b2b2b2;
}
.search-tile .h3 {
  font-size: 1.14285714em;
  font-weight: 400;
}
.search-input-wrap .reset-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 30px;
  transform: translateY(-50%);
  margin-top: 0.05em;
}
.search-input-wrap .form-control {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  box-shadow: none;
  font-size: 20px;
  padding-left: 0;
  padding-right: 30px;
}
.page-not-found {
  background-image: url(/local/templates/imperator/../img/bg/not_found_bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 234px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 540px) {
  .page-not-found {
    min-height: calc(100vh - 103px);
  }
}
.page-not-found .content-box {
  width: 100%;
  color: #fff;
  font-weight: 300;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .search-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-tile .date {
    padding: 10px 20px;
    font-size: 10px;
  }
  .page-not-found {
    min-height: calc(100vh - 395px);
  }
  .page-not-found .content-box {
    max-width: 720px;
    padding: 30px 0 60px;
  }
}
@media (min-width: 992px) {
  .contacts-row > * {
    margin-right: 50px;
  }
  .search-filter label {
    display: block;
    margin-right: 0;
  }
  .page-not-found {
    min-height: calc(100vh - 375px);
  }
  .page-not-found .content-box {
    max-width: 720px;
  }
  .main-menu a {
    font-size: 15px !important;
  }
}
.page-not-found .title {
  text-transform: uppercase;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
.page-not-found .subtitle {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-not-found .title {
    font-size: 150px;
  }
  .page-not-found .subtitle {
    font-size: 40px;
  }
  .page-not-found .description {
    margin-bottom: 75px;
    font-size: 22px;
  }
}
.page-not-found .description {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 37px;
  line-height: 1.2;
  max-width: 500px;
}
@media (max-width: 479px) {
  .page-not-found .common-btn {
    display: block;
  }
  .sitemap li {
    margin-bottom: 9px;
  }
}
.about-mission .left-block-wrap .more-text {
  padding-bottom: 9px;
}
@media (max-width: 1279px) {
  .techno-fos-block .main-text::after {
    display: none !important;
  }
  .techno-fos-block .img-wrap.text-left img {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .techno-fos-block .img-wrap.text-left img {
    position: relative;
    right: -145px;
  }
}
.techno-slider .slide {
  min-height: 470px;
}
.techno-slider .slide .img-wrap {
  display: block !important;
  min-height: 470px;
  background: top right/cover no-repeat;
}
@media (max-width: 991px) {
  .aside .information-content-wrap {
    overflow-y: auto;
    height: 100%;
  }
  .aside .information-wrap {
    transition: transform 0.25s, box-shadow 0.25s;
    padding: 30px;
    background: #fff;
  }
  .aside .information-wrap .section-wrap {
    position: relative;
  }
  .aside .information-wrap .underlined-title {
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 1;
  }
  .aside.open .fast-links-wrap,
  .aside.open .information-wrap {
    transform: translateX(-100%);
    box-shadow: -15px 0 37px rgba(0, 0, 0, 0.25);
  }
  .services-page .grid-item.big-item,
  .services-page .grid-item.small-item {
    width: 100%;
  }
  .about-history .time-row {
    display: none;
  }
  .techno-slider .slide {
    min-height: 470px;
    -background-color: #d8d8da;
  }
  .techno-slider .slide .img-wrap {
    min-height: 470px;
  }
}
@media (max-width: 767px) {
  .video-block .preview .main-text {
    font-size: 15px;
  }
  .techno-services-row > * {
    margin-bottom: 15px !important;
  }
  .techno-news-tile .content-wrap .date {
    position: absolute;
    top: 5.66666667em;
    left: 1.66666667em;
  }
  .techno-news-tile .content-wrap .title {
    color: #000;
  }
  .techno-fos-block .main-text {
    margin-bottom: 20px !important;
  }
  .about-mission .left-block-wrap .more-text {
    font-size: 12px !important;
  }
  .techno-slider .slide,
  .techno-slider .slide .img-wrap {
    min-height: 220px;
  }
  .techno-slider .slide .container {
    width: 100%;
    top: calc(50% + 15px) !important;
  }
}
@media (min-width: 400px) {
  .clients-row .all-clients-tile .text {
    font-size: 20px !important;
  }
}
@media (min-width: 500px) {
  .clients-row .all-clients-tile .text {
    font-size: 32px !important;
  }
}
@media (min-width: 600px) {
  .clients-row .all-clients-tile .text {
    font-size: 42px !important;
  }
}
@media (min-width: 700px) {
  .clients-row .all-clients-tile .text {
    font-size: 52px !important;
  }
}
@media (min-width: 768px) {
  .main-slider .slick-arrow.slick-next {
    margin-left: -10px;
  }
  .main-slider .slick-arrow.slick-prev {
    margin-right: -10px;
  }
  .main-slider .slide {
    min-height: 670px;
    align-items: flex-end;
  }
  .clients-row .all-clients-tile .text {
    font-size: 23px !important;
  }
  .main-menu .menu-wrap {
    margin-top: 0 !important;
  }
  .main-news-list .news-tile .text-wrap {
    padding-right: 0;
  }
  .news-tile .text-wrap {
    height: 146px !important;
  }
  .solutions-block-mob {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-slider .slide {
    min-height: 470px;
    align-items: flex-end;
  }
}
.main-menu li {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.slider .slide .img-wrap {
  margin-right: auto;
  margin-left: auto;
}
.contacts-page {
  padding-top: 35px;
}
.sphere-solutions-list .flex-item img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: 0 auto 3px;
}
.techno-news-tile .content-wrap .label.red {
  background: #161616 !important;
}
.techno-news-tile:hover .content-wrap .label {
  background: #ce1518 !important;
}
.contacts-row .phone-email .email .text,
.map-container .address-wrap .email a span {
  border-bottom-color: #4e5153 !important;
}
.manager-slider .manager-info-text li:after,
.manager-slider .manager-info-text li:before {
  display: block;
  transform: rotate(133deg);
  border-right: 3px solid #ce1518;
  border-bottom: 3px solid #ce1518;
  content: '';
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .solutions-list .flex-item {
    width: 25%;
    background: rgba(25, 28, 33, 0.7);
    margin-bottom: 35px;
  }
  .solutions-list .flex-item:first-of-type,
  .solutions-list .flex-item:nth-of-type(3n),
  .solutions-list .flex-item:nth-of-type(8n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 30px;
    font-size: 16px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: #fff;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
  .about-mission .main-text,
  .sphere-solutions-block .main-text {
    font-size: 45px;
  }
  .techno-fos-block .img-wrap.text-left img {
    position: relative;
    right: -145px;
  }
}
@media (max-width: 1279px) and (min-width: 1200px) {
  .techno-fos-block .img-wrap.text-left .techno-man-text {
    top: 0;
    left: 60px;
  }
  .techno-fos-block .img-wrap.text-left img {
    position: relative;
    right: -145px;
  }
  .techno-vacancies-block .col-lg-3 {
    width: 33.333333%;
  }
  .techno-news-block .col-lg-3 {
    width: 50%;
  }
  .techno-services-block .col-lg-6 {
    width: 100%;
  }
  .sphere-solutions-list .flex-item {
    width: 25%;
  }
}
.header.header-sticky {
  box-shadow: 0 0 9px -3px grey;
}
.rd__region-title-text-item {
  font-size: 32px;
}
.mfp-content #first-license,
.mfp-content #license,
.rd__region-title-text-item.active {
  display: block;
}
.rd__region-title-text-item span {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}
.rd__region-title-text-item span:before {
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background: #ce1518;
}
.rd__map_notify-box {
  margin-top: -220px;
  margin-right: -600px;
}
@media (max-width: 1919px) {
  .header .away-link-wrap .away-btn {
    border-color: #6a6a6a;
    background: #6a6a6a;
  }
  .header .away-link-wrap .away-btn .text {
    color: #fff;
  }
  .header .away-link-wrap .away-btn .arrow {
    background: #fff;
  }
  .header .away-link-wrap .away-btn .arrow::before {
    border-color: #ce1518;
  }
  .rd__map_notify-box {
    margin-top: -220px;
  }
}
.rd__map_notify-box span {
  display: inline-block;
  position: relative;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  padding-left: 210px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .rd__map_notify-box {
    margin-top: -155px;
  }
  .rd__map_notify-box span {
    font-size: 32px;
    line-height: 40px;
  }
}
.rd__map_notify-item {
  padding: 30px;
  background: url('/local/templates/imperator/img/map_notify_decor.png') 66px center no-repeat #282c34;
}
.rd__map_notify-box span:before {
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 180px;
  background: #53565d;
}
@media (min-width: 1280px) {
  .manager-tile {
    padding-left: 180px;
  }
  .manager-tile .img-wrap {
    width: 150px;
  }
  .manager-tile .content {
    height: 150px;
  }
  .manager-tile .content .name {
    font-size: 20px;
  }
  .manager-tile .content .email .text,
  .manager-tile .content .phone .text,
  .manager-tile .content .post {
    font-size: 14px;
  }
  .page-not-found .content-box {
    max-width: 1080px;
  }
  .header .flex-row .contact-col-wrap {
    display: block;
    max-width: 180px !important;
  }
  .header .contact-col .phone {
    font-size: 21px !important;
  }
  .main-menu li.active:after,
  .main-menu li:hover:after {
    margin-top: 15px !important;
  }
  .techno-fos-block .img-wrap {
    margin-left: 70px !important;
  }
  .main-text {
    font-size: 58px;
  }
}
@media (min-width: 1920px) {
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8,
  .services-grid .big-item {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6,
  .services-grid .medium-item {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4,
  .history-slider .slide,
  .services-grid .small-item {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .header .away-link-wrap {
    margin-top: 0;
    position: static;
  }
  .main-menu li {
    margin-left: 12px;
    margin-right: 12px;
  }
  .main-slider .left-side {
    width: 960px;
    padding-left: 65px;
  }
  .main-slider .right-side {
    width: calc(100% - 960px);
  }
  .main-slider .right-side .line-btn-wrap {
    left: 0;
  }
  .main-slider .right-side .img-wrap {
    padding-left: 60px;
  }
  .main-slider .right-side .img-wrap img {
    margin-bottom: -75px;
  }
  .main-slider .main-text {
    margin-right: 0;
  }
  .main-slider .description {
    margin-bottom: 75px;
  }
  .main-slider-dots {
    margin-left: 65px;
    bottom: 40px;
  }
  .map-container .main-text-wrap {
    padding-left: 65px;
    max-width: 415px;
  }
  .map-container .form-wrap {
    padding: 50px 130px;
  }
  .container {
    width: 1850px;
  }
  .about-history .main-text-wrap,
  .about-merits .main-text-wrap,
  .about-synenergy .main-text-wrap,
  .common-page-body-wrap,
  .techno-fos-block .main-text-wrap,
  .techno-news-block .main-text-wrap,
  .techno-red-ribbon .main-text-wrap,
  .techno-services-block .main-text-wrap,
  .techno-vacancies-block .main-text-wrap,
  .video-block .preview .main-text-wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
  .calculation-block .main-text.hmain,
  .main-text.hmain,
  .techno-fos-block .main-text.hmain {
    font-size: 70px;
  }
  .intersection-block .left-text {
    margin-left: 65px;
  }
  .solutions-list {
    padding-top: 195px;
  }
  .solutions-list .img-wrap {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
  }
  .solutions-list a {
    padding: 30px 50px;
    font-size: 18px;
  }
  .solutions-list a:hover + .img-wrap {
    opacity: 1;
  }
  .solutions-list .flex-item {
    position: relative;
    width: 20%;
    background: rgba(25, 28, 33, 0.7);
    margin-bottom: 35px;
  }
  .solutions-list .flex-item:nth-of-type(2n-1),
  .solutions-list .flex-item:nth-of-type(4n-1),
  .solutions-list .flex-item:nth-of-type(6n-1) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-block .main-text-wrap {
    padding-left: 65px;
    max-width: 1310px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: #fff;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
  .sphere-solutions-block .right-block-wrap {
    height: 630px;
  }
  .about-top .main-text-wrap,
  .directions-block .main-text-wrap,
  .techno-text-block .main-text-wrap {
    padding-left: 65px;
    max-width: 1300px;
  }
  .calculation-block .main-text-wrap {
    padding-left: 65px;
    max-width: 1200px;
  }
  .about-merits,
  .manager-tile .content .email .text,
  .manager-tile .content .phone .text,
  .techno-services-tile {
    font-size: 18px;
  }
  .time-row > .flex-item .year::after,
  .time-row > .flex-item:first-child .year::after {
    margin-left: 5px;
  }
  .about-mission .left-block-wrap {
    padding-left: 65px;
    padding-right: 115px;
  }
  .about-synenergy {
    min-height: 1064px;
  }
  .about-synenergy .main-text-wrap .more-text {
    max-width: 100%;
  }
  .techno-slider .slide .text-wrap {
    padding-right: 720px;
    padding-left: 65px;
  }
  .techno-slider-dots {
    bottom: 40px;
  }
  .techno-solutions-block .main-text-wrap {
    max-width: 50%;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 280px;
  }
  .techno-services-tile .text-wrap {
    padding-left: 40px;
    margin-left: 15px;
  }
  .techno-services-tile .text-wrap::before {
    height: 200px;
    margin-top: -100px;
  }
  .techno-news-tile .content-wrap {
    font-size: 18px;
    padding: 120px 30px 30px;
  }
  .techno-fos-block .img-wrap .techno-man-text {
    left: auto;
    right: 0;
    top: 40% !important;
  }
  .techno-contacts-block .main-text-wrap {
    padding-left: 0 !important;
    padding-right: 65px;
  }
  .news-list .flex-item {
    width: calc(100% / 3);
  }
  .clients-row .flex-item.hidden-lg,
  .main-news-list .flex-item.hidden-lg {
    display: block !important;
  }
  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 1000px;
  }
  .news-block .main-text-wrap {
    padding-left: 65px;
  }
  .clients-row .flex-item {
    width: calc(100% / 7);
  }
  .contacts-page .xl-wrap,
  .services-page .main-text-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
  .services-grid-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .svg-map {
    margin-bottom: -18%;
  }
  .accordion div {
    padding-left: 95px;
  }
  .accordion p {
    font-size: 20px;
  }
  .geography-page .slogan {
    padding-left: 130px;
    margin-right: calc(925px - 50vw);
  }
  .geography-page .slogan .flex-row {
    font-size: 36px;
  }
  .geography-page .slogan .text {
    max-width: 700px;
  }
  .manager-tile {
    padding-left: 250px;
  }
  .manager-tile .img-wrap {
    width: 210px;
  }
  .manager-tile .content {
    height: 210px;
  }
  .manager-tile .content .name {
    font-size: 24px;
  }
  .manager-tile .content .post {
    font-size: 18px;
    width: 100%;
  }
  .search-block .xl-wrap {
    padding-right: 70px;
    padding-left: 70px;
  }
  .main-slider .description.js-description {
    margin-bottom: 30px;
  }
}
.small-item .service-tile .img-wrap {
  max-width: 160px;
}
.big-item .service-tile .img-wrap {
  max-width: 455px;
}
.techno-slider-dots {
  width: auto !important;
}
.manager-slider .manager-info {
  padding: 10px 0;
  color: #fff;
  width: 90%;
}
.manager-slider .manager-info-text {
  list-style: none;
  padding-top: 5px !important;
}
.manager-slider .manager-info-text li {
  position: relative;
  font-size: 18px;
  padding-left: 1.5em !important;
}
.manager-slider .manager-info-text li:before {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  top: 0.3em !important;
  background: 0 0 !important;
}
.manager-slider .manager-info-text li:after {
  left: 10px !important;
  top: 0.3em;
  position: absolute;
  width: 10px;
  height: 10px;
  background: 0 0;
}
.menu-btn {
  background: #ce1518 !important;
  height: 32px;
}
.menu-btn .icon {
  font-size: 20px !important;
}
.manager-tile .content .name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .directions-block .mini-map-block,
  .main-slider-block,
  .solutions-block.big,
  body .sitemap,
  body .solutions-block .main-text-wrap .main-text::after,
  body .sphere-solutions-block .main-text-wrap::after {
    display: none;
  }
  .intersection-block {
    background: #fff !important;
  }
  body .intersection-block .left-text::before {
    display: block;
    content: '';
    background: #ce1518;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -27.5px;
  }
  body .intersection-block .left-text::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }
  body .intersection-block .left-text {
    position: relative;
    padding-left: 60px;
    color: #21241a;
    font-size: 20px;
  }
  body .intersection-block .right-text {
    position: relative;
    margin-top: 20px;
    color: #21241a;
    font-size: 33px;
    width: 100%;
    font-weight: 400;
  }
  body .intersection-block .flex-row {
    flex-wrap: wrap;
    padding-left: 0;
  }
  body .intersection-block .flex-row .flex-item:nth-of-type(2) {
    padding-left: 0;
  }
  body .intersection-block .right-text .small {
    color: #21241a;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
  }
  body .solutions-block .main-text-wrap {
    background-image: url(/local/templates/imperator/img/bg/solutions_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 10px 10px 20px;
  }
  body .clients-block .container,
  body .solutions-block .container {
    padding: 0;
  }
  body .solutions-block {
    background: #fff;
    padding-top: 0;
  }
  .header .flex-row .flex-item:first-of-type {
    padding-left: 10px;
  }
  body .solutions-block .main-text-wrap .main-text,
  body .sphere-solutions-block .main-text-wrap {
    margin: revert;
    font-size: 21px;
  }
  body .clients-block .description,
  body .solutions-block .description {
    font-size: 12px;
  }
  body .solutions-list {
    margin: 0 !important;
    width: 100% !important;
  }
  body .solutions-list .flex-item {
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
  }
  body .solutions-list .flex-item:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    display: block;
    width: 7px;
    height: 7px;
    transform: translatey(-50%) rotate(-45deg);
    border-right: 1px solid red;
    border-bottom: 1px solid red;
  }
  body .solutions-list .flex-item:nth-of-type(2n),
  body .sphere-solutions-block {
    background: #fff;
  }
  body .solutions-list a {
    padding: 12px 15px 10px;
    font-size: 16px;
    color: #21242a;
  }
  body .solutions-list .flex-item:first-of-type {
    border-top: 2px solid #e6e6e6;
  }
  body .sphere-solutions-block .description,
  body .sphere-solutions-block .main-text {
    color: #fff;
  }
  body .sphere-solutions-block .main-text::after {
    border-color: #ce1518;
  }
  body .clients-block .main-text,
  body .news-block .main-text,
  body .sphere-solutions-block .main-text {
    font-size: 24px;
    padding-right: 0.8em;
    color: #fff;
  }
  .header-contacts {
    flex-direction: column;
  }
  .header-contacts > div:last-child {
    padding-right: 30px;
    padding-bottom: 20px;
  }
  body .sphere-solutions-block .main-text {
    color: #000;
  }
  body .news-block .main-text {
    color: inherit;
  }
  body .news-tile .title,
  body .sphere-solutions-block .description {
    font-size: 14px;
  }
  body .sphere-solutions-list.flex-row {
    display: flex;
    width: calc(100% + 0px);
    margin-right: 0;
    margin-left: 0;
  }
  body .sphere-solutions-list .flex-item a div {
    font-size: 14px;
    text-transform: none;
    margin-top: 10px;
  }
  body .clients-row .flex-item {
    width: calc(100% / 3);
    padding-right: 10px;
    padding-left: 10px;
  }
  body .clients-row .all-clients-tile .text {
    font-size: 10px;
  }
  body .main-menu .menu-wrap,
  body .news-tile .img-wrap .date {
    background-color: #ce1518;
  }
  .manager-tile .img-wrap,
  body .clients-block .container,
  body .news-block .container,
  body .sphere-solutions-block .pull-right {
    padding: 0 10px;
  }
  body .news-block .more-btn {
    width: 100%;
  }
  .techno-contacts-block.map-block .col-md-4.form-wrap {
    display: block;
    margin: 0 10px;
    padding: 30px 20px;
  }
  body .footer {
    padding-bottom: 40px;
  }
  body .footer .logo-row .flex-item {
    width: 100%;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
  }
  body .footer .logo {
    margin-right: 10px;
  }
  body .map-block .address-wrap,
  body .map-container .address-wrap {
    margin: 0 0 30px;
    display: block;
  }
  body .map-block .address-wrap .address .ttu,
  body .map-container .address-wrap .address .ttu {
    font-size: 22px;
  }
  body .map-block .address-wrap .address,
  body .map-block .form-wrap a {
    font-size: 20px;
  }
  body .form-wrap .mini-map-block h3.main-text {
    font-size: 24px !important;
  }
  body .mini-map-block input {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
  }
  body .logo-row .flex-item.visible-xs {
    display: none !important;
  }
  body .main-menu li {
    padding-left: 0;
    border-bottom: 1px solid #da5052;
  }
  body .main-menu a {
    color: #fff;
    font-weight: 400;
  }
  body .main-menu .menu-wrap ul {
    padding-left: 30px;
    text-align: left;
  }
  .main-menu.open .menu-wrap {
    max-width: 250px;
  }
  body .clients-row.flex-row,
  body .main-news-list,
  body .news-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body .main-news-list .flex-item,
  body .news-list .flex-item {
    padding: 0 10px;
    width: 50%;
  }
  .clients-block.clients-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .clients-logo-slider.slider {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  body .clients-row .all-clients-tile .text {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  body .clients-row .all-clients-tile .text {
    font-size: 25px !important;
  }
}
@media (max-width: 500px) {
  body .clients-row .all-clients-tile .text {
    font-size: 15px !important;
  }
}
@media (max-width: 476px) {
  body .sphere-solutions-list .flex-item {
    width: 50%;
    background: #fff !important;
  }
  body .clients-row .all-clients-tile .text {
    font-size: 10px !important;
  }
}
.main-slider .right-side .line-btn-wrap {
  top: 15px;
  left: 119px;
}
@media (min-width: 768px) {
  .common-btn.red-arrow-btn.b24-web-form-popup-btn-3 {
    position: absolute;
    right: 0;
  }
  .common-btn.red-arrow-btn.b24-web-form-popup-btn-3:active {
    top: unset;
  }
  .main-slider .description.js-description {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .main-slider .slide {
    min-height: 500px;
  }
  .img-wrap.text-left.js-img-wrap img {
    height: 400px;
    width: auto;
  }
  .main-text.ttu.js-main-text {
    margin-bottom: 12px;
  }
  .about-mission .main-text.h2,
  .main-text.h2,
  .secondary-text.h2,
  .sphere-solutions-block .main-text.h2 {
    font-size: 28px;
    padding-right: 0.8em;
  }
}
.main-slider .right-side .line-btn-wrap.js-line-btn-wrap {
  left: 0;
  top: 0;
  padding-top: 60px;
}
.main-slider .right-side.hidden-xs {
  padding-top: unset;
}
@media (min-width: 1025px) {
  .img-wrap.text-left.js-img-wrap img {
    height: 450px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .about-mission .main-text.h2,
  .main-text.h2,
  .secondary-text.h2,
  .sphere-solutions-block .main-text.h2 {
    font-size: 38px;
    padding-right: 0.8em;
  }
  .manager-tile .content .post {
    /* width: 55%; */
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .about-mission .main-text.h2,
  .main-text.h2,
  .secondary-text.h2,
  .sphere-solutions-block .main-text.h2 {
    font-size: 45px;
    padding-right: 0.8em;
  }
}
.time-row .flex-item .year {
  font-size: 1.6em;
}
@media (max-width: 478px) {
  .time-row > .flex-item:last-child .year:not(:nth-child(3)) {
    display: none;
  }
}
.services-contacts-block {
  background: #3d4045;
}
.services-contacts-block .email a,
.services-contacts-block .phone a {
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
}
.services-contacts-block .services-contacts {
  border-left: none;
}
.services-contacts-block #bx_form_iframe_1 {
  height: 356px !important;
}
@media (min-width: 1279px) {
  .services-contacts-block #bx_form_iframe_1 {
    height: 335px !important;
  }
}
@media (min-width: 1920px) {
  .services-contacts-block #bx_form_iframe_1 {
    height: 310px !important;
  }
}
.contacts-page .form-wrap-white {
  color: #000;
}
.service-order {
  padding: 20px 30px;
  border: 3px solid #ce1518;
  position: relative;
  margin-left: 23px;
  text-align: center;
  float: right;
  max-width: 100%;
  width: 100%;
}
.service-order:before {
  position: absolute;
  top: 20%;
  left: -25px;
  display: block;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  border: 10px solid #ce1518;
  background: #fff;
  content: '';
}
.contacts-top-section {
  padding-top: 50px;
  padding-bottom: 20px;
}
.contacts-top-section > div {
  padding-right: 30px;
  padding-left: 30px;
}
.service-order-top > :not(:first-child) {
  font-size: 28px;
}
.contacts-title,
.service-order-top_title {
  font-weight: 800;
  margin: 0;
}
.contacts-title {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 12px;
}
.email-cont,
.phone-cont {
  font-size: 18px;
  padding-bottom: 10px;
}
.second-column {
  padding-left: 23px;
  padding-right: 23px;
  max-width: 515px;
  padding-top: 5px;
}
.soc-networks_icons {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 315px;
  margin: 0 auto;
}
.soc-network_icon {
  background-color: #000;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 58px;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10px;
}
.news-page .tile-social-links .social-list {
  position: unset;
}
@media screen and (max-width: 1278px) {
  .services-coord {
    padding-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .services-coord {
    padding-top: 70px;
  }
  .manager-slider .manager-info-text li,
  .manager-slider .manager-tile .content .name {
    font-size: 16px;
  }
  .small-item .service-tile .img-wrap {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .second-column,
  .service-order {
    margin-left: auto;
    margin-right: auto;
  }
  .second-column {
    text-align: center;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .service-order {
    float: unset;
  }
  .city-2 {
    display: block;
  }
  .directions-block .mini-map-address {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .directions-block .mini-map-address::after {
    width: 100%;
  }
  .contacts-top-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-contacts-block .services-contacts-column h3 {
    text-align: left;
  }
  .services-coord {
    padding-top: 20px;
  }
  .manager-slider > .flex-item:first-child .data-block,
  .manager-slider > .flex-item:nth-child(2) .data-block {
    min-height: unset;
  }
  .header-contacts .header-contacts_title {
    color: unset;
  }
  .menu-bot .header-contacts_link {
    margin-bottom: 0;
  }
  .header-contacts > div:first-child {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 435px) {
  body .news-tile .title {
    height: 30px;
  }
}
.d-flex {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .header-contacts {
    padding-top: 0 !important;
  }
}
.header-contacts {
  width: 245px;
  justify-content: space-between;
  padding-top: 20px;
}
.header-contacts_link {
  font-size: 18px;
  font-weight: 700;
}
.header-contacts_title {
  color: initial;
}
.ya-share2__item_service_vkontakte .img-wrap img {
  height: 31px;
}
.data-block {
  min-height: 75px;
}
.slick-track {
  max-width: none;
}
.img-wrap img {
  max-width: unset;
}
.news-article .tile-social-links {
  width: 125px;
}
@media screen and (max-width: 440px) {
  .news-article iframe {
    width: 100%;
    height: 53vw;
  }
}
.light-bg > .col-xs-12 {
  background-color: #fff;
  float: none;
}
.intersection-arrow {
  position: relative;
  display: block;
  background: #ce1518;
  width: 35px;
  height: 35px;
}
.intersection-arrow::after {
  content: '';
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.intersection-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.25s, -webkit-transform 0.25s;
  background-color: #fff;
}
.intersection-arrow:hover::after {
  border-right-color: #ce1518;
  border-bottom-color: #ce1518;
}
.intersection-block a {
  color: unset;
  text-decoration: none;
}
.intersection-block a:hover {
  color: unset;
}
.main {
  display: flex;
  justify-content: center;
}
.main div {
  line-height: 1.4;
  width: 100%;
}
.panel {
  border-bottom: 1px solid #e5e7ea;
}
.panel:first-child {
  border-top: 1px solid #e5e7ea;
}
.main span {
  font-weight: 400;
  text-decoration: none;
}
.panel-heading span {
  color: #000;
  display: block;
  padding: 15px 33px 15px 0;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
}
.panel-heading span i {
  font-size: 16px;
  width: 30px;
}
.panel-heading span::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 7px;
  height: 7px;
  transform: translatey(-50%) rotate(-45deg);
  border-right: 1px solid red;
  border-bottom: 1px solid red;
}
.panel-heading.in span::after {
  transform: rotate(90deg);
}
.panel-collapse {
  display: none;
  padding-bottom: 20px;
}
.mob-content .panel {
  border: none;
}
.mob-content .panel-heading span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.mob-content .panel-heading span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ce1518;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
}
.mob-content .panel-heading span::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mob-content .panel-heading.in span::after {
  transform: rotate(45deg);
  top: 45%;
  right: 15px;
}
.news-article img {
  max-width: 100%;
}
.intersection-block .left-text {
  padding-left: 0 !important;
}
.ya-share2__list .ya-share2__item_service_vkontakte {
  padding-left: 11px !important;
}
#bx_form_iframe_60 .crm-webform-submit-button {
  border: 4px solid #ce1518 !important;
  background: #ce1518 !important;
  position: relative !important;
  display: inline-block !important;
  padding: 7px 10px !important;
  transition: box-shadow 0.25s !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  line-height: 1 !important;
  font-family: Circe, Arial, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  width: 100% !important;
}
#bx_form_iframe_60 .crm-webform-submit-button:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  text-decoration: none !important;
}
.crm-webform-input.crm-webform-input-phone-padding {
  padding: 7px 9px !important;
}
div[data-bx-form-popup-cont] {
  height: 87vh !important;
}
.license {
  margin-top: 15px;
}
.license1 {
  padding-top: 10px;
  color: #ce1518;
  text-decoration: underline;
}
.license .license-img {
  display: inline-block;
  width: 10%;
  margin-left: -10px;
}
.license-text {
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
}
#first-license img,
#license img {
  max-height: 80vh;
  max-width: 100%;
}
#license .img-wrap {
  width: 100% !important;
}
.mfp-content {
  text-align: center !important;
}
#license .slick-track {
  width: 200% !important;
}
#license .slick-slide {
  width: 50% !important;
}
.service-tile.tile.small-tile {
  min-height: auto;
}
.service-tile.tile.small-tile .flex-item:first-child {
  display: inline-grid;
  max-width: 210px;
  min-width: 210px;
}
.service-tile.tile.small-tile .img-wrap {
  display: flex;
  align-items: flex-end;
}
.service-tile.tile.small-tile .text-wrap {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .services-contacts-block .title {
    margin-bottom: 40px;
    margin-top: 8rem;
  }
  .services-contacts-block .flex-wrap {
    margin-bottom: 40px;
  }
  .services-contacts-block .services-contacts-column:not(:first-of-type) {
    padding-left: 27px;
  }
  .services-contacts-block .services-contacts-column:not(:last-of-type) {
    padding-right: 27px;
    padding-left: 0;
  }
  .services-contacts-block .services-contacts {
    border-left: 1px solid #fff;
  }
  .intersection-arrow {
    width: 70px;
    height: 70px;
  }
  .intersection-arrow::after {
    left: 30px;
    width: 20px;
    height: 20px;
  }
  .service-tile.tile.small-tile .flex-row {
    left: 5px;
    bottom: 0;
  }
  .service-tile.tile.small-tile {
    padding: 20px 20px 0 5px;
  }
}
@media (max-width: 420px) {
  .faq-box {
    padding: 0 !important;
  }
}

.manager-tile .content .post a {
  display: block;
}

.manager-tile .content .post a.r {
  color: #ce1518;
}

.press-center__new--main {
  padding-right: 0 !important;
}
/* 
@media (max-width: 768px) {
  .img-wrap.logo img {
    width: 253px;
    height: 63px;
  }
} */

.map-action {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.map-action + .map-action {
  margin-top: 15px;
}

.map-action .circ {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #dcdcdc;
  margin-right: 12px;
  transition: background-color 0.3s ease;
}

.map-action span {
  color: #dcdcdc;
  font-size: 20px;
  line-height: 1.2;
  transition: color 0.3s ease;
  text-align: left;
}

.map-action:hover .circ {
  background-color: rgb(195, 25, 30);
}

.map-action:hover span {
  color: rgb(195, 25, 30);
}

.map-action.active .circ {
  background-color: rgb(195, 25, 30);
}

.map-action.active span {
  color: rgb(195, 25, 30);
}

.interactive-map-container {
  display: grid;
  grid-template-columns: 275px 1fr;
  column-gap: 100px;
}

[class*='ymaps-2'][class*='-ground-pane'] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.map-box {
  min-height: 500px;
}

.text-flag {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.text-flag .rd__map_notify-box {
  margin: 0;
  width: 100%;
}

@media (max-width: 1180px) {
  .interactive-map-container {
    grid-template-columns: 275px 1fr;
    column-gap: 40px;
  }
}

@media (max-width: 980px) {
  .interactive-map-container {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}

@media (max-width: 640px) {
  .map-box {
    min-height: 380px;
  }
}

body .logo-new img {
  width: auto;
}

.showAllClientsItems12 .section-item__review-title {
  max-width: 131px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 768px) {
  body .solutions-block {
    padding-top: 54px !important;
  }

  body .solutions-block .main-text-wrap .main-text {
    margin-top: 0 !important;
  }

  body .solutions-block .main-text-wrap {
    padding-top: 0 !important;
  }
}

.scrollup {
  display: none;
  opacity: 1;
  position: fixed;
  z-index: 999;
}

.scrollup.active {
  bottom: 140px;
  opacity: 1;
  display: block;
  right: 55px;
}

.sbtitle {
  font-size: 22px;
  line-height: 1;
}

.txt-p {
  font-size: 19px;
  line-height: 21px;
}

.service-how__description ul li {
  margin-bottom: 3px !important;
  padding-left: 25px !important;
}

.service-how__description
  ul:not(.list-unstyled):not(.list-inline)
  > li::before {
  top: 0.05em;
}

.work-features__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 40px;
}

.work-features__card {
  max-width: 430px;
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

.work-features__card .ic img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.work-features__card .text strong {
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
}

.work-features__card .text p {
  font-size: 17px;
  line-height: 19px;
}

.counts-sec__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 45px;
}

.counts-sec__card strong {
  display: block;
  font-size: 29px;
  color: rgb(195, 25, 30);
  line-height: 1.2;
}

.counts-sec__card p {
  font-size: 17px;
  line-height: 19px;
}

#managerSlider img {
  width: 100%;
  display: block;
  max-width: 100%;
}

.clients-sec__slider {
  margin-top: 40px;
}

.clients-sec__slider .article-arrow span {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .work-features__cards,
  .counts-sec__cards {
    grid-template-columns: 100%;
  }
}

.service-scope__card--column .service-scope__card-head {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

body .service-scope__card--column .service-scope__card-text {
  font-size: 17px;
  line-height: 19px;
}

.service-scope__card--column .service-scope__card-body {
  display: block;
  font-size: 17px;
  line-height: 19px;
  margin-top: 50px;
}

.service-scope__image {
  display: block;
}

body .new-service-subtitle,
.advantages-item__text {
  display: block;
}

body .service-scope__card-wrapper {
  padding-bottom: 40px;
}

@media (max-width: 1080px) {
  .service-scope.new-service-section.new-service-gray-bg .service-scope__card {
    flex: 0 1 50%;
  }
}

@media (max-width: 768px) {
  .service-scope.new-service-section.new-service-gray-bg .service-scope__card {
    flex: 0 1 100% !important;
  }
}

.tech-system-maintenance {
  overflow: hidden;
}

.tech-system-maintenance .service-video__wrapper {
  transform: translateY(8rem);
}

@media (max-width: 980px) {
  .tech-system-about .service-video__wrapper img {
    height: 100% !important;
  }

  .tech-system-maintenance .service-video__wrapper {
    transform: translateY(0);
  }
}

body .form-wrap .mini-map-block {
  height: auto;
}

body .form-wrap {
  padding: 36px 25px;
}

#mainSlider .slick-dots li,
.main-slider-dots li button {
  width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 50%;
  padding: 0;
}

.scrollup {
  width: 56px;
  height: 56px;
}

.scrollup img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-sticky {
  z-index: 9999 !important;
}

#mainSlider .slide ~ .slide {
  display: block !important;
}

.contacs-info-new__tel,
.contacs-info-new__mail {
  color: #ff4548 !important;
}

.phone a,
.service-questions__items a {
  margin-bottom: 10px;
  display: block;
}

.phone br {
  display: none;
}

.b24-form-control-select-label,
.b24-form-control-label,
.b24-form-control-desc {
  opacity: 1 !important;
}

/* css/styles.css */

a,
abbr[title] {
  text-decoration: underline;
}
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.contacts-directions .address p,
.directions-block .mini-map-block,
.list-inline,
.map-block .main-text,
.mb-0,
.menu-list-new > ul,
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li:last-child,
.payment-order .payment-order-page .payment-order-list > li:last-child,
.search-result-item-box:last-child,
.service-questions__items p,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.common-btn,
.transparent-btn .dotted {
  white-space: nowrap;
  position: relative;
}
.btn,
.jq-checkbox,
.jq-file input,
.jq-radio,
.jq-selectbox__trigger-arrow,
a,
button,
label {
  cursor: pointer;
}
.geography-page,
.img-wrap,
.jq-selectbox__select-text,
.map-block,
.map-block .aic,
svg:not(:root) {
  overflow: hidden;
}
.away-btn .text,
.common-btn .text,
.doc-type-selector .selector-item span,
.footer .copyright,
.h1,
.jq-file .jq-file__name,
.jq-selectbox__select-text,
.main-menu a,
.more-btn .text,
.popup .title,
.popup-notification,
.range-slider-wrap .label,
.rich-text-content h3,
.search-tile .title,
.ttu,
.underlined-title,
ymaps[class*='-balloon-content__header'] {
  text-transform: uppercase;
}
.business-center-page-style .our-sense-box,
.our-advantages-box {
  grid-template-columns: 1fr 1fr;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #3d4045;
}
body * {
  letter-spacing: 0 !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-block,
.c-block a,
.calculation-block .jq-selectbox,
.favorite-checker input:checked ~ svg:nth-of-type(2),
.main-menu .menu-btn,
.main-menu.open .menu-wrap,
.manager-tile .content .email,
.manager-tile .content .phone,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
.files-wrap [type='checkbox']:checked ~ *,
.slick-dots li,
.slider .slide .img-wrap,
audio,
canvas,
progress,
video {
  display: inline-block;
}
h1 {
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #ce1518;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: Circe, Arial, sans-serif;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  cursor: pointer;
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend,
ol:not(.list-unstyled):not(.list-inline),
ul:not(.list-unstyled):not(.list-inline) {
  padding: 0;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
.accordion h3 + div,
.away-list-wrap,
.contacts-adress-list-mobile,
.date-block,
.favorite-checker input:checked ~ svg:first-of-type,
.files-wrap [type='checkbox'],
.files-wrap [type='checkbox'] ~ *,
.footer-old,
.form-wrap .mini-map-block h3.main-text:after,
.geography-page
  .accordion
  ul:not(.list-unstyled):not(.list-inline)
  > li::before,
.header-old,
.popup-notification .mfp-close,
.services-contacts-block.all-services-contacts-block
  .services-contacts-column
  > h3,
.slick-arrow::before,
.slider_btn_hidden,
.solutions-list .img-wrap,
input[type='checkbox']:not(.unstyled),
input[type='radio']:not(.unstyled),
select:not(.unstyled),
template {
  display: none;
}
.description.description-custom_hidden,
.jq-selectbox li::before,
.main-text.main-text-custom_hidden,
.menu-list-new > ul li::before,
.slick-dots li button::before,
.slick-dots li::before,
.slider .slide ~ .slide,
.solutions-block-mob,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
[hidden] {
  display: none !important;
}
.about-company-info__content,
.advantages-item,
.avay-list,
.cash-description__bottom,
.flex-row,
.mass-about__wrapper,
.payment-order-page,
.personal-order-page,
.service-cost__wrapper,
.solution-service__bottom,
.solution-why__cards {
  display: flex;
}
.flex-row.narrow-row,
.row.narrow-row,
.techno-news-row {
  width: calc(100% + 14px);
  margin-right: -7px;
  margin-left: -7px;
}
.flex-row,
.grid,
.manager-slider,
.news-page-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row {
  width: calc(100% + 30px);
}
.flex-row .flex-item {
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.flex-wrap,
.service-tile .flex-row {
  flex-wrap: wrap;
}
.jcc {
  justify-content: center;
}
.jsb {
  justify-content: space-between;
}
.jcs {
  justify-content: flex-start;
}
.aic {
  align-items: center;
}
.ait {
  align-items: flex-start;
}
.aib {
  align-items: flex-end;
}
.directions-block .aib,
.map-block .aib {
  align-items: initial;
}
.ais,
.doc-type-selector {
  align-items: stretch;
}
.grid .grid-item,
.manager-slider .slide,
.news-page-slider .slide,
.services-custom-page .custom-grid .grid-item {
  padding-right: 15px;
  padding-left: 15px;
}
.img-wrap {
  position: relative;
  display: block;
  text-align: center;
}
.icon,
.img-wrap img {
  display: inline-block;
  pointer-events: none;
}
.img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.img-wrap.text-right,
.pre-away {
  text-align: right;
}
#mainSlider .slick-dots,
.img-wrap.text-left {
  text-align: left;
}
.captcha-wrap img {
  width: 100%;
  height: 52px;
}
.decorated-title::before,
blockquote::before {
  display: block;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  border: 10px solid #ce1518;
  content: '';
  position: absolute;
}
.icon {
  position: relative;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-inline {
  margin-left: 0;
}
@font-face {
  font-family: Circe;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('/local/templates/imperator/./font/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-ExtraBold.svg#Circe-ExtraBold') format('svg');
}
@font-face {
  font-family: Circe;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/local/templates/imperator/./font/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Bold.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Bold.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Bold.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Bold.svg#Circe-Bold') format('svg');
}
@font-face {
  font-family: Circe;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/local/templates/imperator/./font/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Light.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Light.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Light.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Light.svg#Circe-Light') format('svg');
}
@font-face {
  font-family: Circe;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('/local/templates/imperator/./font/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-ExtraLight.svg#Circe-ExtraLight') format('svg');
}
@font-face {
  font-family: Circe;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('/local/templates/imperator/./font/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Thin.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Thin.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Thin.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Thin.svg#Circe-Thin') format('svg');
}
@font-face {
  font-family: Circe;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/local/templates/imperator/./font/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/imperator/./font/Circe-Regular.woff2') format('woff2'),
    url('/local/templates/imperator/./font/Circe-Regular.woff') format('woff'),
    url('/local/templates/imperator/./font/Circe-Regular.ttf') format('truetype'),
    url('/local/templates/imperator/./font/Circe-Regular.svg#Circe-Regular') format('svg');
}
body {
  margin: 0 auto;
  color: #000;
  font-family: Circe, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 1920px;
}
.techno-contacts-block .phone-email .email a:hover,
a:hover {
  color: #b71315;
  text-decoration: none;
}
a:focus {
  color: #ce1518;
  text-decoration: underline;
}
.techno-contacts-block .phone-email .email a:active,
.techno-contacts-block .phone-email .email a:active:focus,
a:active,
a:active:focus {
  color: #a01013;
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: #777;
  font-weight: 400;
  line-height: 1;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.favorite-checker svg,
.h3,
h3 {
  font-size: 24px;
}
.about-mission .left-block-wrap .more-text,
.aside-title,
.h4,
.rich-text-content,
h4 {
  font-size: 18px;
}
.h5,
.news-article,
article h3.ttu,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.h1 {
  font-weight: 700;
}
.decorated-title {
  position: relative;
  min-height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.15em;
  padding-left: 73px;
  font-size: 20px;
}
.decorated-title::before {
  top: 0;
  left: 0;
}
.dark-back .breadcrumbs,
.decorated-title span {
  font-weight: 300;
}
.underlined-title {
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ce1518;
  font-size: 28px;
  font-weight: 900;
}
.underlined-title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 60px;
  height: 5px;
  background: #ce1518;
  content: '';
}
.btn,
.common-btn {
  display: inline-block;
}
blockquote {
  position: relative;
  margin-left: 22px;
  padding: 20px 30px 20px 48px;
  border: 1px solid #ce1518;
  font-size: 16px;
}
blockquote::before {
  top: 50%;
  left: -22px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
blockquote strong {
  font-size: 16px;
  line-height: 1.2;
}
.rich-text-content p {
  margin-bottom: 1.2em;
}
.rich-text-content h3 {
  font-size: 22px;
  font-weight: 700;
}
.rich-text-content h3:not(:first-child) {
  margin-top: 30px;
}
.jq-radio,
.rich-text-content ul:not(.list-unstyled):not(.list-inline) li::before {
  border-radius: 50%;
}
.rich-text-content.vacancy-mod p {
  margin-bottom: 0.7em;
}
article h3.ttu {
  margin-top: 40px;
}
.btn {
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active,
.clients-row .client-logo-tile:hover .front,
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover > a:before,
.our-sense-box > li:hover img:last-of-type {
  opacity: 1;
}
.transparent-btn {
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  white-space: nowrap;
}
.transparent-btn .dotted {
  display: inline-block;
  font-size: 16px;
}
.transparent-btn .dotted::after {
  position: absolute;
  bottom: -0.45em;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  content: '...........................................................................................................';
  transition: color 0.25s;
}
.all-services-page a.grid-item,
.common-btn:hover,
.description.custom_description span a,
.directions-list .flex-item a,
.r-subtitle a,
.red-text a,
.transparent-btn:hover {
  text-decoration: none;
}
.transparent-btn:hover .dotted::after {
  color: transparent;
}
.common-btn {
  padding: 7px 10px;
  border: 1px solid #b8b8b8;
  background-color: #b8b8b8;
  transition: box-shadow 0.25s;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.common-btn .text {
  display: block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  font-size: 16px;
  line-height: 1.4;
}
.about-mission .description strong,
.about-top p strong,
.accordion h3.active,
.common-btn strong,
.intersection-block .right-text .big strong,
.jq-selectbox li.optgroup,
.map-block .address-wrap .phone,
.map-container .address-wrap .phone,
.solution-guard .bold,
.sphere-solutions-block .description strong,
.techno-fos-block .img-wrap .techno-man-text .post {
  font-weight: 700;
}
.common-btn:focus,
.jq-file:focus {
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
}
.common-btn:active,
.jq-file:active {
  top: 1px;
  box-shadow: 0 0 0 0 transparent;
}
.menu-btn {
  padding: 6px;
  background: #3d4045;
  line-height: 3px;
}
.away-btn,
.red-arrow-btn {
  padding: 4px;
  white-space: nowrap;
}
.footer .search .icon,
.menu-btn .icon {
  color: #fff;
  font-size: 30px;
}
.close-btn,
.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #ce1518;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  opacity: 1;
}
.away-btn .arrow,
.red-arrow-btn .arrow,
.white-arrow-btn .arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.close-btn:hover,
.mfp-close-btn-in .mfp-close:hover {
  background-color: #fff;
}
.mfp-close-btn-in .mfp-close {
  top: 0;
  right: 0;
}
.away-btn {
  border: 4px solid #e5e7ea;
  background: #fff;
}
.away-btn .arrow {
  margin-right: 10px;
  background: #ce1518;
  vertical-align: middle;
}
.away-btn .arrow::before,
.red-arrow-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.away_phone .text,
.text.away_phone {
  margin-left: 13px;
  font-size: 22px;
}
.away-btn .text {
  display: inline-block;
  margin-right: 6px;
  color: #ce1518;
  vertical-align: -1px;
  font-size: 9px;
  font-weight: 700;
}
.red-arrow-btn {
  border: 4px solid #ce1518;
  background: #ce1518;
}
.red-arrow-btn .arrow {
  margin-right: 10px;
  background: #282c34;
  vertical-align: middle;
}
.red-arrow-btn .text,
.white-arrow-btn .text {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  vertical-align: -1px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}
.btn-with-number .text,
.footer .social-icon img,
.footer .social-icon::before,
.jq-file,
.jq-file .jq-file__name,
.white-arrow-btn .arrow {
  vertical-align: middle;
}
.white-arrow-btn {
  padding: 6px;
  border: 2px solid #fff;
  background: 0 0;
  white-space: nowrap;
}
.white-arrow-btn .arrow {
  margin-right: 10px;
  background: #fff;
}
.white-arrow-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.white-more-btn {
  padding: 9px 17px 7px;
  border: 1px solid #fff;
  background: 0 0;
  transition: 0.3s;
}
.white-more-btn .text {
  color: #fff;
  font-size: 9px;
  font-weight: 400;
}
.red-btn {
  border: 4px solid #ce1518;
  background: #ce1518;
}
.red-btn .text {
  font-size: 16px;
  font-weight: 900;
}
.more-btn {
  border: 2px solid #ce1518;
  background: 0 0;
}
.more-btn .text {
  color: #ce1518;
  font-size: 16px;
  font-weight: 700;
}
.wide-btn {
  padding: 7px 20px;
}
.service-more-btn {
  border-width: 2px;
  border-color: #fff;
  background: #d80927;
}
.service-more-btn .text {
  color: #fff;
  font-weight: 700;
}
.btn-with-number {
  padding: 5px 10px;
  white-space: nowrap;
}
.btn-with-number .text {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.btn-with-number .btn-number {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 900;
  line-height: 33px;
}
.action-slider,
.breadcrumbs li:not(:last-of-type),
.header .container,
.main-menu,
.main-slider .slide,
.more-btn-wrap,
.more-btn-wrap .common-btn,
.news-block-slider,
.s-step-item,
.search-input-wrap,
.techno-slider .slide,
.tile,
.tile-social-links .social-icon img {
  position: relative;
}
.main-slider .right-side .line-btn-wrap::before,
.more-btn-wrap::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  border-bottom: 1px solid #ce1518;
  content: '';
}
.form-control:focus,
.opened .jq-selectbox__select {
  border-color: #ce1518;
  box-shadow: none;
}
.more-btn-wrap .common-btn::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  width: 30px;
  margin-right: 4px;
  background: #fff;
  content: '';
}
.more-btn-wrap .common-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: block;
  width: 30px;
  margin-left: 4px;
  background: #fff;
  content: '';
}
input[type='password'],
input[type='text'],
select,
textarea {
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  font-family: Circe, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.range-slider .ui-slider-handle:focus,
button,
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  opacity: 0.8;
}
input::-moz-placeholder {
  opacity: 0.8;
}
.form-control {
  height: 36px;
  padding: 7px 9px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #f5f5f5;
}
.form-control:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}
.form-control::placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}
textarea.form-control::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
textarea.form-control::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
textarea.form-control::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}
textarea.form-control::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}
.jq-selectbox__select {
  padding: 0 35px 0 13px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #f5f5f5;
  color: #a7a7a7;
  font: 16px/34px Circe, Arial, sans-serif;
}
.jq-selectbox__select-text {
  display: block;
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.jq-selectbox__select-text.placeholder {
  color: #a7a7a7;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  color: #999;
  font-size: 24px;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 9px;
  display: inline-block;
  margin-top: -18px;
  color: #ce1518;
  transition: transform 0.25s, margin 0.25s, -webkit-transform 0.25s;
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  font-family: Arial, Baskerville, monospace;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
.jq-selectbox__trigger-arrow::before {
  content: '▼';
}
.opened .jq-selectbox__trigger-arrow {
  margin-top: -20px;
  -webkit-transform: scale(1, -0.8);
  transform: scale(1, -0.8);
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  font: 14px/18px Circe, Arial, sans-serif;
}
.jq-selectbox__dropdown ul {
  overflow: auto;
  max-height: 50vh;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==')
    100% 50% no-repeat;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.jq-selectbox li {
  margin-bottom: 0 !important;
  padding: 7px 10px 5px !important;
  color: #000;
}
.jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #000;
}
.jq-selectbox li:hover {
  background-color: #ce1518;
  color: #fff;
}
.jq-selectbox li.disabled {
  color: #aaa;
}
.jq-selectbox li.disabled:hover {
  background: 0 0;
}
.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #000;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-file {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #b8b8b8;
  background-color: #b8b8b8;
  transition: box-shadow 0.25s;
  line-height: 1;
}
.jq-file:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.jq-file input {
  width: 100%;
  height: 100%;
}
.jq-file .jq-file__name {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.jq-file .jq-file__browse {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #ce1518;
  font-size: 16px;
}
.jq-file.jq-file:active .jq-file__browse,
.jq-file.jq-file:hover .jq-file__browse,
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover > a,
.news-btns-wrap.docs-btns-wrap .jq-file .jq-file__name,
.search-result-text > b,
.search-tile:hover .comments .icon,
.search-tile:hover .likes .icon,
.tile.hover .tile-data .icon,
.tile:hover .tile-data .icon,
.white-more-btn:hover .text,
header .pre-away,
header .pre-away a {
  color: #ce1518;
}
.jq-file.jq-file.disabled,
.jq-file.jq-file.disabled .jq-file__browse,
.jq-file.jq-file.disabled .jq-file__name {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #424242;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}
.jq-checkbox {
  border-radius: 3px;
}
.jq-checkbox + span {
  max-width: calc(100% - 30px);
  vertical-align: top;
}
.jq-checkbox.checked {
  background: #ce1518;
  box-shadow: inset 0 0 0 2px #fff;
}
.jq-checkbox.checked .jq-checkbox__div {
  box-sizing: content-box;
  width: 9px;
  height: 5px;
  margin: 6px 0 0 6px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.jq-radio.checked {
  border-color: #ce1518;
  background: #ce1518;
}
.jq-radio.checked .jq-radio__div {
  width: 12px;
  height: 12px;
  margin: 6px 0 0 6px;
  border-radius: 50%;
  background: #fff;
}
.jq-checkbox,
.jq-radio {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: #fff;
  vertical-align: -8px;
}
.doc-type-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.doc-type-selector .selector-item span {
  position: relative;
  display: block;
  width: 235px;
  height: 50px;
  padding-left: 50px;
  border: 1px solid #a7a7a7;
  background: #f5f5f5;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}
.doc-type-selector .selector-item span::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 18px;
  height: 18px;
  background: #a7a7a7;
  content: '';
}
.doc-type-selector .selector-item:not(:first-child) span {
  margin-left: -1px;
}
.doc-type-selector .selector-item input:checked + span {
  z-index: 1;
  border-color: #ce1518;
  color: #000;
}
.accordion h3.active::before,
.action-slider .slick-dots .slick-active button,
.directions-list .flex-item .replin .hover .text-box .title,
.directions-list .flex-item .replin:hover .text-box .title,
.directions-list .flex-item a .hover .text-box .title,
.directions-list .flex-item a:hover .text-box .title,
.doc-type-selector .selector-item input:checked + span::before,
.techno-news-tile .content-wrap .label.red {
  background: #ce1518;
}
.breadcrumbs li,
.mb-5,
.payment-order .title-h2,
.vacancies-tile .description {
  margin-bottom: 5px;
}
.about-mission .main-text,
.mb-10,
.mini-map-block > div > form > .mb-30 {
  margin-bottom: 10px;
}
.footer .logo-row,
.footer .social-list,
.mb-15 {
  margin-bottom: 15px;
}
.about-top .main-text-wrap,
.directions-block .main-text-wrap,
.mb-20,
.system-organization-video-text p,
.techno-text-block .main-text-wrap {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.all-services-contacts-block.services-contacts-block .title,
.all-services-other-blocks.directions-block .main-text-wrap,
.all-services-scheme h2.main-text,
.contacts-page > .dark-back > .container > .xl-wrap,
.footer-new .logo-new,
.main-slider .left-side .line-btn-wrap,
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
@-ms-viewport {
  width: device-width;
}
.header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-col-wrap,
.header .contact-col-wrap,
.recall-btn-warp {
  width: 100%;
  text-align: right;
}
.footer .contact-col,
.footer .search-col,
.header .contact-col {
  max-width: 180px;
}
.breadcrumbs a,
.breadcrumbs a:focus,
.header .contact-col a,
.header .contact-col a:focus,
.main-menu a:focus,
.sitemap a:focus,
.sphere-solutions-list a:focus,
.techno-contacts-block .phone-email .phone a,
.techno-contacts-block .phone-email .phone a:focus,
.vacancies-tile a,
.vacancies-tile a:focus {
  color: #000;
  text-decoration: none;
}
.breadcrumbs a:hover,
.header .contact-col a:hover,
.main-menu a:hover,
.techno-contacts-block .phone-email .phone a:hover,
.vacancies-tile a:hover {
  color: #0d0d0d;
  text-decoration: none;
}
.breadcrumbs a:active,
.breadcrumbs a:active:focus,
.header .contact-col a:active,
.header .contact-col a:active:focus,
.main-menu a:active,
.main-menu a:active:focus,
.pre-away a,
.sitemap a:active,
.sitemap a:active:focus,
.sphere-solutions-list a:active,
.sphere-solutions-list a:active:focus,
.techno-contacts-block .phone-email .phone a:active,
.techno-contacts-block .phone-email .phone a:active:focus,
.vacancies-tile a:active,
.vacancies-tile a:active:focus {
  color: #000;
  text-decoration: none;
}
.footer .contact-col .phone,
.header .contact-col .phone {
  font-size: 24px;
  font-weight: 700;
}
.footer .contact-col .email .footer-link,
.header .contact-col .email .footer-link {
  font-size: 15px;
}
.header .away-link-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  padding-right: 0 !important;
}
.header-sticky {
  top: 0;
  z-index: 500;
  background-color: #fff;
}
.main-menu a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.main-menu li {
  position: relative;
  display: block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 16px 0;
  list-style: none;
}
.main-menu li.active:after,
.main-menu li:hover:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  margin-top: -10px;
  border-bottom: 10px solid #ce1518;
  content: '';
}
.main-menu .menu-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  box-sizing: border-box;
  width: 100vw;
  margin-top: 12px;
  margin-right: -15px;
  background-color: #979899;
  box-shadow: none;
  transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
  text-align: center;
}
.main-menu .menu-wrap ul {
  margin: 0;
  padding: 0;
}
.away-list a {
  display: block;
  transition: filter 0.25s, opacity 0.25s, -webkit-filter 0.25s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.away-list a.hover,
.away-list a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.desktop .footer .phone,
.desktop .header .phone {
  pointer-events: none;
}
.breadcrumbs {
  color: inherit;
  font-size: 10px;
}
.breadcrumbs a .text {
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}
.breadcrumbs a:hover .text {
  border-color: transparent;
}
.breadcrumbs li:not(:last-of-type)::after {
  position: absolute;
  top: -2px;
  right: -4px;
  display: inline;
  content: '-';
  font-size: 1.2em;
  font-weight: 300;
}
.contacts-page .secondary-text,
.contacts-page h3.secondary-text,
.dark-back,
.manager-tile .content,
.sphere-solutions-list a:hover .icon,
.xl-wrap h1.main-text strong {
  color: #fff;
}
.dark-back .breadcrumbs a,
.dark-back .breadcrumbs a:focus {
  color: #fff;
  text-decoration: none;
}
.dark-back .breadcrumbs a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.dark-back .breadcrumbs a:active,
.dark-back .breadcrumbs a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.dark-back .breadcrumbs a .text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .slide {
  display: block !important;
}
.slick-arrow:focus,
.slick-slide a,
.slick-slide:focus {
  outline: 0 !important;
}
.slick-track,
.tech-system-questions .new-service-form,
.videomonitoring-questions .retail-form.new-service-form {
  margin-left: 0;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  padding: 11px;
  border: none;
  background: 0 0;
  transition: background 0.25s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow span {
  display: block;
  width: 22px;
  height: 22px;
  border-top: 2px solid #ce1518;
  transition: border 0.25s;
  position: absolute;
  top: 5px;
}
.main-slider .slick-arrow span {
  border-top: 8px solid #fff;
  width: 48px;
  height: 48px;
}
.main-slider .slick-arrow.slick-prev span {
  border-left: 8px solid #fff;
}
.main-slider .slick-arrow.slick-next span {
  border-right: 8px solid #fff;
}
.slick-arrow.slick-prev {
  right: 100%;
  margin-right: -50px;
}
.slick-arrow.slick-prev span {
  border-left: 2px solid #ce1518;
  -webkit-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
  left: 5px;
}
.slick-arrow.slick-next {
  left: 100%;
  margin-left: -50px;
}
.slick-arrow.slick-next span {
  border-right: 2px solid #ce1518;
  -webkit-transform: translateX(-5px) rotate(45deg);
  transform: translateX(-5px) rotate(45deg);
  right: 5px;
}
.slick-dots button {
  display: block;
  border: none;
  font-size: 0;
}
.date-selector-wrap .jq-selectbox:not(:last-child),
.news-btns-wrap .giant-btn:not(:last-of-type),
.news-btns-wrap .jq-file:not(:last-child),
.slick-dots li:not(:last-of-type) {
  margin-right: 15px;
}
.slick-list {
  margin: 0 -10px;
}
.slick-slide {
  padding: 0 10px;
}
.news-block-slider .slide {
  padding-bottom: 20px;
}
.news-block-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 10;
}
.action-slider .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 10;
}
.action-slider .slick-dots button,
.our-sense-box > li:hover ul li:before,
.white-more-btn:hover,
ymaps[class*='-map-bg'] {
  background: #fff;
}
.article-arrow {
  width: 34px;
  height: 34px;
  padding: 11px;
  background: #72747a;
}
.article-arrow span {
  width: 12px;
  height: 12px;
}
.article-arrow.slick-prev {
  margin: 0;
  right: auto;
  left: 0;
}
.article-arrow.slick-prev span {
  -webkit-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
}
.article-arrow.slick-next {
  margin: 0;
  left: auto;
  right: 0;
}
.article-arrow.slick-next span {
  -webkit-transform: translateX(-3px) rotate(45deg);
  transform: translateX(-3px) rotate(45deg);
}
.article-slider {
  padding-right: 40px;
  padding-left: 40px;
}
.main-slider .slide {
  display: flex !important;
  align-items: stretch;
}
.main-slider .left-side {
  width: 100%;
  padding-top: 84px;
}
.main-slider .right-side {
  position: relative;
  width: 0;
  padding-top: 170px;
}
.main-slider .right-side .line-btn-wrap {
  position: absolute;
  right: 100%;
  bottom: 100px;
  width: 360px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.main-slider .right-side .img-wrap {
  flex-direction: column;
  height: 100%;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  align-items: flex-start;
  justify-content: flex-end;
  display: none;
}
.main-slider .main-text {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.main-slider .description {
  max-width: 630px;
  margin-bottom: 15px;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.13;
}
.main-slider .white-more-btn {
  margin-left: 5px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.main-slider .common-btn {
  margin-top: 60px;
}
.main-slider-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: flex;
  width: calc(100vw - 30px);
}
.clients-logo-slider .clients-dots li,
.main-slider-dots li,
.techno-slider-dots li {
  width: 70px;
  padding-top: 3px;
  transition: 1s;
}
.clients-logo-slider .clients-dots li:not(:last-of-type),
.main-slider-dots li:not(:last-of-type),
.techno-slider-dots li:not(:last-of-type) {
  margin-right: 10px;
}
.clients-logo-slider .clients-dots li button,
.main-slider-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 1s;
  opacity: 0.25;
}
.all-services-page h2.main-text,
.clients-logo-slider .clients-dots .slick-active,
.contacts-page .secondary-text.h2,
.main-slider-dots .slick-active,
.search-block .services-custom-page,
.small-news-tile .w-image,
.techno-slider-dots .slick-active {
  padding-top: 0;
}
.clients-logo-slider .clients-dots .slick-active button,
.main-slider-dots .slick-active button,
.techno-slider-dots .slick-active button {
  height: 5px;
  opacity: 1;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 5px;
  background: #dcdcdc;
}
.range-slider .ui-slider-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ce1518;
}
.range-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.range-slider .ui-slider-handle.ui-state-active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.range-slider .ui-slider-handle::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-width: 0 6.5px 11.3px;
  border-style: solid;
  border-color: transparent transparent #ce1518;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.range-slider .ui-slider-handle .handle-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}
.range-slider-wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 135px;
}
.range-slider-wrap .label {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.map-block ymaps[class*='-ground-pane'] {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
ymaps[class*='-balloon'] {
  box-shadow: inset 0 0 0 1px rgba(206, 21, 24, 0.15),
    0 5px 15px -7px rgba(0, 0, 0, 0.5);
}
ymaps[class*='-balloon__content'],
ymaps[class*='-balloon__layout'],
ymaps[class*='-balloon_layout_panel'] {
  background: #ce1518;
  box-shadow: none;
}
ymaps[class*='-balloon__content'] {
  padding: 20px;
  color: #fff;
  font-family: Circe, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
ymaps[class*='-balloon__content'] span.metro {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 5px;
  padding-right: 1px;
  border-radius: 50%;
  background: #424242;
  text-align: center;
  vertical-align: 0;
  line-height: 26px;
}
ymaps[class*='-balloon-content__header'] {
  margin-bottom: 10px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
}
ymaps[class*='-balloon-content__header'] span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
ymaps[class*='-balloon-content__header'] a {
  color: #fff;
  text-decoration: none;
}
.clients-row .all-clients-tile a:hover,
.contacts-row .phone-email a:hover,
.directions-list .flex-item a:hover,
.footer a:hover,
.manager-tile .content a:hover,
.map-block .form-wrap a:hover,
.map-container .form-wrap a:hover,
.page-not-found a:hover,
.techno-news-block a:hover,
ymaps[class*='-balloon-content__header'] a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.clients-row .all-clients-tile a,
.clients-row .all-clients-tile a:focus,
.contacts-row .phone-email a,
.contacts-row .phone-email a:focus,
.directions-list .flex-item a:focus,
.footer a,
.footer a:focus,
.manager-tile .content a,
.manager-tile .content a:focus,
.map-block .form-wrap a,
.map-block .form-wrap a:focus,
.map-container .form-wrap a,
.map-container .form-wrap a:focus,
.page-not-found a,
.page-not-found a:focus,
.solutions-list a:focus,
.techno-news-block a,
.techno-news-block a:focus,
ymaps[class*='-balloon-content__header'] a:focus {
  color: #fff;
  text-decoration: none;
}
.clients-row .all-clients-tile a:active,
.clients-row .all-clients-tile a:active:focus,
.contacts-row .phone-email a:active,
.contacts-row .phone-email a:active:focus,
.directions-list .flex-item a:active,
.directions-list .flex-item a:active:focus,
.footer a:active,
.footer a:active:focus,
.manager-tile .content a:active,
.manager-tile .content a:active:focus,
.map-block .form-wrap a:active,
.map-block .form-wrap a:active:focus,
.map-container .form-wrap a:active,
.map-container .form-wrap a:active:focus,
.page-not-found a:active,
.page-not-found a:active:focus,
.solutions-list a:active,
.solutions-list a:active:focus,
.techno-news-block a:active,
.techno-news-block a:active:focus,
ymaps[class*='-balloon-content__header'] a:active,
ymaps[class*='-balloon-content__header'] a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.contacts-row .phone-email .email:hover .text,
.footer .footer-link:hover,
.map-block .address-wrap .email a:hover span,
.map-container .address-wrap .email a:hover span,
.techno-contacts-block .phone-email .email a:hover span,
.techno-news-tile .content-wrap .title:hover span,
ymaps[class*='-balloon-content__header'] a:hover span {
  border-color: transparent;
}
ymaps[class*='-balloon-content__footer'] {
  margin-top: 10px;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.main-text b,
.secondary-text strong {
  font-weight: 800;
}
.client-file-list .jq-file:hover,
ymaps[class*='-balloon__close'],
ymaps[class*='-balloon__tail'],
ymaps[class*='balloon__close-button'] {
  box-shadow: none;
}
ymaps[class*='balloon__close-button'] {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3R5bGU9ImZpbGw6d2hpdGUiLz48L3N2Zz4=)
    50% no-repeat;
  opacity: 0.5;
}
ymaps[class*='-balloon__tail']::after {
  background: #b7080b;
}
.map-container .main-text-wrap {
  position: absolute;
  top: 25px;
  z-index: 10;
  max-width: 300px;
  text-shadow: 0 0 1px #fff, 0 0 5px #fff;
  pointer-events: none;
}
.map-block .address-wrap,
.map-container .address-wrap {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 12px;
  font-weight: 300;
}
.map-block .address-wrap .address .ttu,
.map-container .address-wrap .address .ttu {
  font-size: 1.05em;
  font-weight: 700;
}
.map-block .address-wrap .common-btn {
  padding: 10px 20px;
}
.map-block .address-wrap .email a span,
.map-container .address-wrap .email a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.25s;
}
.map-container .form-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 30px;
  background: rgba(16, 16, 16, 0.8);
  color: #fff;
}
.files-wrap,
.map-block,
.map-block .aic,
.popup {
  position: relative;
}
.map-block .form-wrap {
  color: #fff;
  background: #21242a;
}
.map-block .form-wrap hr,
.map-container .form-wrap hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}
.map-block .form-wrap .form-title,
.map-container .form-wrap .form-title {
  font-size: 20px;
  font-weight: 700;
}
.map-block .aic {
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.description.custom_description {
  margin: 0;
  line-height: 24.9px;
}
.footer {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #3d4045;
}
.map-block .pre-away div {
  font-weight: 700;
  font-size: 21px;
}
.footer .social-icon {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #1c1d1e;
  transition: background 0.25s;
}
.solutions-list .flex-item,
.sphere-solutions-list .flex-item {
  z-index: 0;
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s,
    -webkit-transform 0.25s;
}
.footer .social-icon::before {
  content: '';
  line-height: 38px;
}
.footer .social-icon:hover {
  background-color: #ce1518;
}
.footer .logo {
  width: 32px;
  display: inline-block;
  margin-right: 20px;
}
.footer .main-flex-item,
.logo-new img,
.route-selector .jq-selectbox {
  width: 100%;
}
.footer .search {
  border-bottom: 1px solid #fff;
}
.footer .search input {
  width: 85px;
  padding: 5px 10px 5px 0;
  border: 0;
  background: 0 0;
  color: #fff;
  transition: width 0.25s;
  font-size: 16px;
}
.footer .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .search input:focus {
  width: 135px;
}
.footer .search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.footer .search input:focus::-moz-placeholder {
  opacity: 0;
}
.footer .footer-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer .copyright {
  color: #fff;
  font-size: 14px;
}
.footer .copyright .c {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: 0.25em;
  font-size: 0.9em;
}
.footer .social-list ~ .footer-link {
  margin-top: 5px;
}
.b24-form,
.b24-form input,
.b24-form textarea,
.footer .social-list-wrap {
  text-align: center;
}
.sitemap {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  display: none;
}
.sitemap a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 15px;
}
.sitemap a:hover {
  color: #0d0d0d;
  text-decoration: none;
  border-color: rgba(26, 26, 26, 0.5);
}
.history-slider .slide,
.merits-slider .slide,
.sitemap li {
  padding-right: 7px;
  padding-left: 7px;
}
.sitemap li.active a {
  border-bottom: 2px solid #ce1518;
}
.sitemap ul.list-unstyled {
  width: calc(100% + 14px);
  max-width: 1140px;
  margin-right: -7px;
  margin-left: -7px;
}
.date-selector-wrap .jq-selectbox__dropdown {
  top: 100% !important;
}
.news-btns-wrap .common-btn {
  vertical-align: -1px;
}
.aside-title .text,
.aside-title::before,
.files-wrap .add-file-btn .icon,
.files-wrap .add-file-btn .text {
  display: inline-block;
  vertical-align: middle;
}
.news-btns-wrap.docs-btns-wrap .jq-file {
  border-color: #ce1518;
  background: #f5f5f5;
}
.mfp-image-holder .mfp-content {
  max-width: 85%;
}
.mfp-gallery button.mfp-close {
  top: 20px;
  right: -20px;
}
.popup {
  overflow-y: auto;
  max-width: 992px;
  max-height: 95vh;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
}
.popup fieldset {
  padding: 0;
  border: none;
}
.popup fieldset legend {
  margin-bottom: 10px;
  border: none;
  font-size: 16px;
}
.popup.popup-medium {
  max-width: 810px;
}
.popup.popup-small {
  max-width: 550px;
}
.popup .title {
  font-size: 16px;
  font-weight: 700;
}
.popup.public-popup {
  max-width: 805px;
  padding: 55px 120px 45px;
  border-top: 8px solid #ce1518;
  background: #e6e6e6;
}
.popup.public-popup .form-control {
  background: #fff;
  box-shadow: none;
}
.popup.public-popup .form-control:not(:focus),
.popup.public-popup .jq-selectbox:not(.opened) .jq-selectbox__select,
.service-tile:hover .title,
.sphere-solutions-block .main-text::after {
  border-color: #fff;
}
.popup.public-popup .jq-selectbox__select {
  background: #fff;
  padding: 0 30px 0 10px;
}
.popup.public-popup .decorated-title {
  margin-left: -75px;
}
.popup.public-popup label {
  position: relative;
  display: block;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 300;
}
.popup.public-popup label .jq-checkbox {
  position: absolute;
  top: -3px;
  left: 0;
}
.popup.public-popup small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.popup.public-popup .date-selector-wrap .jq-selectbox:not(:last-child) {
  margin-right: 5px;
}
.success-popup p {
  font-size: 23px;
}
.popup-notification {
  padding: 35px;
  background: #ce1518;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.task-block {
  height: auto;
  min-height: 100%;
}
.task-block .label {
  margin-bottom: 10px;
  color: #ce1518;
}
.task-block .value {
  font-size: 110%;
}
.task-comments ul {
  margin-left: 10px;
}
.task-comments ul:not(.list-unstyled):not(.list-inline) li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.files-wrap {
  min-height: 60px;
  margin-top: 20px;
  padding-right: 250px;
}
.main-text,
.secondary-text {
  margin-top: 0;
  color: inherit;
  font-weight: 300;
  line-height: 1.14285714;
}
.files-wrap .files-list {
  margin: 0;
}
.files-wrap .files-list li {
  display: flex;
  max-width: 500px;
}
.files-wrap .files-list li .filename {
  margin-bottom: 10px;
  color: #595959;
  text-decoration: underline;
  font-size: 14px;
}
.client-file-list .label,
.files-wrap .files-list li label {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}
.files-wrap .add-file-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #ce1518;
  background: #fff;
  white-space: nowrap;
}
.files-wrap .add-file-btn .text {
  color: #ce1518;
  text-transform: none;
}
.files-wrap .add-file-btn .icon {
  margin-right: 10px;
  color: #ce1518;
  font-size: 150%;
}
.client-file-list .jq-file {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: 0 0;
}
.client-file-list .jq-file:active {
  top: 0;
}
.aside .fast-links-wrap,
.aside .information-wrap {
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
}
.aside .fast-links-wrap {
  padding: 80px 0 30px;
  background-color: #e6e6e6;
}
.aside .fast-links-wrap .title {
  position: absolute;
  top: 30px;
  left: 30px;
  padding-right: 60px;
  color: #ce1518;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
html::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
html::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.service-tile:hover .service-more-btn-wrap,
.tile.hover .edit,
.tile:hover .edit {
  pointer-events: auto;
  opacity: 1;
}
.search-tile.hover .date,
.search-tile:hover .date,
.small-news-tile.hover .date,
.small-news-tile:hover .date,
.tile.hover .img-wrap .date,
.tile:hover .img-wrap .date {
  background-color: #ce1518;
}
.aside-title .text {
  font-weight: 700;
}
.aside-title::before {
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  border: 0.3em solid #ce1518;
  content: '';
}
.main-text::after,
.secondary-text::after {
  width: 0.8em;
  height: 0.8em;
  margin-left: 15px;
  border: 0.15em solid #ce1518;
  vertical-align: baseline;
}
.aside,
.main-content {
  box-sizing: border-box;
}
.aside {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 750;
  width: 100vw;
  height: 100%;
}
.main-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.aside-layout {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.main-text {
  font-size: 22px;
}
.main-text b {
  font-size: 60px;
  line-height: 62px;
}
.form-wrap .main-text strong {
  font-size: initial;
  line-height: initial;
}
.main-text::after {
  display: none;
}
.secondary-text {
  font-size: 20px;
}
.secondary-text::after {
  display: inline-block;
  content: '';
}
.main-slider-block {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.intersection-block {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #21242a;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.solutions-block,
.sphere-solutions-block {
  background-position: center;
  background-size: cover;
}
.about-top,
.solutions-block .description {
  font-size: 10px;
  font-weight: 300;
}
.intersection-block .left-text {
  position: relative;
  padding-left: 35px;
}
.intersection-block .left-text::before {
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: #ce1518;
  content: '';
}
.intersection-block .left-text::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.intersection-block .right-text .big {
  white-space: nowrap;
  font-size: 1.66666667em;
  line-height: 1;
}
.intersection-block .right-text .small {
  font-size: 0.5em;
}
.intersection-block .flex-row {
  max-width: 1100px;
}
.solutions-list {
  padding-right: 8px;
  padding-left: 8px;
}
.solutions-list a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  background: #fff;
  transition: transform 0.25s;
  text-transform: uppercase;
}
.directions-list .flex-item .text-box .description::before,
.directions-list .flex-item .text-box .title::before,
.solutions-list a::before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
body .solutions-list a:hover {
  transition: transform 0.25s !important;
}
.solutions-list a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.solutions-list a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 75%;
  margin-top: 5px;
  border-bottom: 2px solid transparent;
  content: '';
  transition: border 0.25s;
}
.solutions-list a:hover {
  text-decoration: none;
  background: #fff;
  color: #ce1518;
}
.solutions-list a:hover span::before {
  border-color: #ce1518;
}
.solutions-list .flex-item {
  position: relative;
  box-shadow: 0 0 0 rgba(14, 17, 21, 0.68);
}
.solutions-list .flex-item:hover {
  z-index: 25;
  box-shadow: 0 14px 57px rgba(14, 17, 21, 0.68);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.solutions-block {
  padding-top: 84px !important;
  /* padding-top: 10px; */
  padding-top: 0;
  padding-bottom: 10px;
  background-image: url(/local/templates/imperator/./img/bg/solutions_bg.jpg);
  color: #fff;
}
.solutions-block .main-text-wrap {
  max-width: 1250px;
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.sphere-solutions-list a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  background: 0 0;
  transition: background 0.25s, color 0.25s;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}
.sphere-solutions-list a .icon {
  display: block;
  width: 2em;
  height: 1em;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #838890;
  transition: color 0.25s;
  font-size: 42px;
}
.sphere-solutions-list a:hover {
  text-decoration: none;
  background: #ce1518;
  color: #fff;
}
.sphere-solutions-list .flex-item {
  position: relative;
  box-shadow: 0 0 0 rgba(79, 4, 7, 0.67);
}
.sphere-solutions-list .flex-item:hover {
  z-index: 25;
  box-shadow: 0 22px 24px rgba(79, 4, 7, 0.67);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sphere-solutions-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(/local/templates/imperator/./img/bg/__contacts__bg-min.jpg);
  color: #fff;
}
.sphere-solutions-block .right-block-wrap {
  position: relative;
  height: 390px;
  margin-bottom: 35px;
  box-shadow: 0 31px 62px #0e1115;
}
.directions-list .flex-item .replin img,
.directions-list .flex-item a img,
.sphere-solutions-block .right-block-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sphere-solutions-block .right-block-wrap .text-block {
  position: absolute;
  bottom: 70px;
  left: 90px;
  width: 290px;
  min-height: 290px;
  padding: 35px 30px 80px;
  background: #ce1518;
  font-size: 14px;
  font-weight: 300;
}
.sphere-solutions-block .right-block-wrap .text-block::after {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 26px;
  border: 6px solid #fff;
  content: '';
}
.sphere-solutions-block .main-text {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.about-mission .description,
.sphere-solutions-block .description {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
}
.sphere-solutions-block p {
  font-size: 17px;
  line-height: 24.3px;
}
.directions-list .flex-item {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.directions-list .flex-item .text-box {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 45px;
  left: 0;
  overflow: hidden;
  transition: 0.25s;
}
.directions-list .flex-item .text-box .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 45%;
  padding: 0 20px;
  background: rgba(27, 30, 34, 0.85);
  transition: 0.25s;
  font-size: 16px;
  line-height: 1;
}
.directions-list .flex-item .text-box .description span.text,
.directions-list .flex-item .text-box .title span.text {
  display: inline-block;
  vertical-align: middle;
}
.directions-list .flex-item .text-box .description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 55%;
  padding: 0 50px 0 15px;
  background: rgba(27, 30, 34, 0.85);
  transition: 0.25s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  font-size: 12px;
  line-height: 1.1;
  opacity: 0;
}
.directions-list .flex-item .text-box .description span.line {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  border-right: 1px solid #fff;
}
.directions-list .flex-item .replin,
.directions-list .flex-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.directions-list .flex-item .replin .hover .text-box,
.directions-list .flex-item .replin:hover .text-box,
.directions-list .flex-item a .hover .text-box,
.directions-list .flex-item a:hover .text-box {
  top: 45px;
  bottom: 45px;
}
.directions-list .flex-item .replin .hover .text-box .description,
.directions-list .flex-item .replin:hover .text-box .description,
.directions-list .flex-item a .hover .text-box .description,
.directions-list .flex-item a:hover .text-box .description {
  background: #ce1518;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.directions-block {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000;
}
.directions-block .description {
  font-size: 20px;
  font-weight: 500 !important;
}
.contacts-adress-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.calculation-block {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #f8f8f8;
}
.calculation-block .main-text {
  margin-bottom: 20px;
  font-size: 18px;
}
.calculation-block .promo-text p {
  margin-bottom: 1.2em;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}
.calculation-block .promo-text li {
  font-size: 20px;
}
.about-top {
  padding-top: 40px;
  padding-bottom: 10px;
  background: url(/local/templates/imperator/./img/bg/header_bar_bg.jpg) center top/cover;
}
.merit-tile .top-box {
  position: relative;
  margin-bottom: 1.66666667em;
  padding: 1.66666667em 1.66666667em 3.33333333em;
  background: #f3f3f3;
  text-align: center;
  font-size: 1em;
}
.merit-tile .top-box .icon {
  font-size: 6em;
}
.merit-tile .top-box::after {
  position: absolute;
  bottom: 1.66666667em;
  left: 0;
  display: block;
  width: 66.6666667%;
  border-bottom: 6px solid #ce1518;
  content: '';
}
.merit-tile .title,
.news-page .header-bar .main-text {
  font-weight: 900;
}
.merits-slider .slick-arrow {
  margin-top: -30px;
  padding: 11px;
  background: 0 0;
  width: 31px;
  height: 31px;
}
.history-slider .slick-arrow.slick-prev,
.merits-slider .slick-arrow.slick-prev {
  margin-right: -30px;
}
.history-slider .slick-arrow.slick-next,
.merits-slider .slick-arrow.slick-next {
  margin-left: -30px;
}
.about-history,
.about-merits {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
}
.accordion div,
.left-block-wrap,
.video-block .preview .main-text-wrap {
  padding-top: 10px;
}
.about-merits .main-text,
.about-synenergy .main-text {
  padding-right: 10%;
}
.video-block {
  position: relative;
  background: #000;
}
.video-block .video-sizer {
  padding-bottom: 56.25%;
}
.video-block .video-wrapper {
  position: relative;
  max-width: 1690px;
  margin-right: auto;
  margin-left: auto;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 1s;
}
.video-block .preview .main-text {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  color: #fff;
}
.clients-row .client-logo-tile img,
.video-block .preview .review-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-block .preview button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-block .preview button img {
  width: 74px;
}
.video-block.show .preview {
  pointer-events: none;
  opacity: 0;
}
.about-mission .more-text,
.about-synenergy .more-text,
.history-tile,
.time-row {
  font-size: 10px;
}
.time-row .year {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  font-size: 1.875em;
  font-weight: 300;
}
.time-row .text {
  max-width: 90%;
  text-align: left;
  font-size: 1em;
  line-height: 1.2;
}
.time-row hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 4px;
}
.history-tile .img-wrap {
  margin-bottom: 1.36363636em;
}
.history-tile .text-wrap .year {
  margin-bottom: 0.20833333em;
  font-size: 2.18181818em;
  font-weight: 900;
  line-height: 1;
}
.history-tile .text-wrap .title {
  margin: 0 0 0.45454545em;
  font-size: 1em;
}
.history-tile .text-wrap .description {
  font-size: 1em;
}
.history-tile .text-wrap .description .contracts {
  color: #898989;
  font-size: 0.72727273em;
}
.history-slider .slick-arrow {
  margin-top: -55px;
  padding: 11px;
  background: #394249;
}
.about-mission .left-block-wrap,
.about-synenergy {
  padding-top: 20px;
}
.about-mission {
  background: #d8d9d3;
}
.about-synenergy {
  padding-bottom: 70vw;
  background-color: #000;
  background-image: url(/local/templates/imperator/./img/bg/synenergy_bg_small.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  font-size: 10px;
  font-weight: 300;
}
.about-synenergy .abbr-list {
  border-collapse: separate;
  border-spacing: 0 0.88888889em;
}
.address-list,
.clients-reviews__section {
  margin-top: 50px;
}
.about-company-info .wrapper-form__item,
.object-type-info .object-type__form {
  width: 70%;
}
.object-type-areas__item-text,
.object-type-areas__item-title,
.object-type-info__desc,
.object-type-info__link,
.object-type-info__link a,
.techno-fos-block .main-text {
  font-size: 22px;
}
.object-type-defender__text,
.object-type-defender__text2 span {
  font-size: 17px !important;
  line-height: 19px;
}
.object-type-defender .object-type__text,
.object-type-defender__text.object-type-defender__text2.object-type__bold {
  font-size: 22px !important;
  line-height: 24px;
}
.object-type-areas__item-desc {
  font-size: 17px;
}
.clients-reviews {
  background-position: top !important;
}
.about-synenergy .abbr-list tr {
  padding-top: 0.27777778em;
  padding-bottom: 0.27777778em;
}
.about-synenergy .abbr-list td:first-child {
  padding-right: 1.27777778em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: right;
}
.about-synenergy .abbr-list td:last-child {
  padding-left: 1.27777778em;
}
.techno-slider .slick-arrow.slick-prev {
  margin-right: -50px;
}
.techno-slider .slick-arrow.slick-next {
  margin-left: -50px;
}
.techno-slider .slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.techno-slider .slide .main-text {
  margin-bottom: 1em;
  font-size: 16px;
}
.techno-slider .slide .description {
  max-width: 540px;
  font-size: 11px;
  font-weight: 300;
}
.techno-slider-dots {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: flex;
  width: calc(100vw - 30px);
}
.techno-slider-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  background: #ce1518;
  transition: 1s;
  opacity: 0.25;
}
.techno-text-block {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000;
  font-size: 11px;
  font-weight: 300;
}
.techno-red-ribbon {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ce1518;
  color: #fff;
}
.techno-red-ribbon .slogan {
  display: flex;
  white-space: nowrap;
  font-size: 11px;
  align-items: flex-start;
}
.techno-red-ribbon .slogan .icon {
  margin-right: 0.71428571em;
  font-size: 3.18181818em;
  flex-grow: 1000;
}
.techno-red-ribbon .slogan .text {
  flex-shrink: 1000;
}
.techno-red-ribbon .slogan .text .title {
  display: block;
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: 700;
}
.techno-services-tile {
  position: relative;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background: #1c1d1e;
  color: #fff;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  font-size: 8px;
  font-weight: 300;
}
.techno-contacts-block,
.techno-fos-block {
  padding-top: 30px;
  color: #000;
}
.techno-services-tile .flex-row {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.techno-services-tile .title {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0.5em;
  border-top: 0.4em solid #ce1518;
  text-transform: uppercase;
  font-size: 2.22222222em;
  font-weight: 900;
}
.techno-services-tile .flex-item .img-wrap {
  width: 150px;
}
.service-tile .flex-item:first-child,
.techno-services-tile .flex-item:first-child {
  flex-grow: 1000;
  flex-shrink: 1;
}
.service-tile .flex-item:last-child,
.techno-services-tile .flex-item:last-child {
  flex-grow: 1;
  flex-shrink: 1000;
}
.techno-services-tile .text-wrap {
  position: relative;
  margin-right: -20px;
  padding-top: 1em;
  padding-bottom: 2.5em;
  font-size: 1.25em;
}
.techno-services-tile .link-wrap {
  position: absolute;
  bottom: 1.11111111em;
  left: 2.22222222em;
}
.techno-services-tile .common-btn {
  display: block;
  width: 3.33333333em;
  height: 3.33333333em;
  border-color: #ce1518;
  background: #ce1518;
}
.techno-services-tile .common-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.88888889em;
  height: 0.88888889em;
  margin-top: -0.44444444em;
  margin-left: -0.66666667em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.techno-news-block,
.techno-services-block,
.techno-vacancies-block {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
}
.techno-news-tile {
  position: relative;
  display: block;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.techno-news-tile .img-wrap {
  display: block;
  background: #5d5d5d;
}
.techno-news-tile .img-wrap img {
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  opacity: 0.3;
}
.techno-news-tile .content-wrap {
  display: block;
  padding: 10px 0 0;
  font-size: 11px;
}
.techno-news-tile .content-wrap .date {
  display: block;
  margin-bottom: 1.22222222em;
  text-shadow: 0 0 1px #000, 0 0 5px #000;
  font-size: 1em;
  font-weight: 300;
}
.techno-news-tile .content-wrap .title {
  display: block;
  margin: 0;
  font-size: 1.22222222em;
  line-height: 1.36363636em;
}
.date-label,
.mini-map-address,
.techno-contacts-block .phone-email,
.tile-data {
  font-size: 16px;
}
.techno-news-tile .content-wrap .title span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border 0.25s;
}
.techno-news-tile .content-wrap .label {
  position: absolute;
  top: 2em;
  left: 0;
  padding: 0.55555556em 1.66666667em;
  background: #161616;
  font-weight: 300;
}
.techno-news-tile:hover .img-wrap img {
  transition: transform 2.5s;
  transition: transform 2.5s, -webkit-transform 2.5s;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.techno-fos-block {
  padding-bottom: 30px;
  background: #f0f2f5;
}
.techno-fos-block .img-wrap {
  position: relative;
  margin-bottom: -30px;
  margin-left: -15px;
}
.techno-fos-block .img-wrap .techno-man-text {
  position: absolute;
  top: 50%;
  right: 0;
  width: 190px;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff;
  font-size: 16px;
}
.techno-fos-block .img-wrap .techno-man-text .name {
  font-size: 1.25em;
  font-weight: 400;
}
.techno-fos-block .img-wrap .techno-man-text hr {
  width: 85px;
  margin-left: 0;
  border-color: #ce1518;
}
.techno-vacancies-block .vacancies-tile {
  padding: 30px;
  background: #f6f6f6;
}
.techno-contacts-block .phone-email .email {
  font-size: 1em;
  font-weight: 300;
}
.techno-contacts-block .phone-email .email a,
.techno-contacts-block .phone-email .email a:focus {
  color: #ce1518;
  text-decoration: none;
}
.techno-contacts-block .phone-email .email a span {
  border-bottom: 1px solid rgba(206, 21, 24, 0.5);
}
.techno-contacts-block .phone-email .phone {
  font-size: 1.875em;
  font-weight: 900;
}
.mini-map-address {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.mini-map-address .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #ce1518;
  font-size: 2.875em;
}
.contacts-row .address .ttu,
.contacts-row .phone-email .phone,
.mini-map-address .city {
  font-size: 1.25em;
  font-weight: 700;
}
.mini-map-address::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 73%;
  border-bottom: 6px solid #ce1518;
  content: '';
}
.form-wrap .mini-map-block h3.main-text {
  font-size: 26px !important;
}
.news-tile {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #e6e6e6;
}
.news-tile .img-wrap {
  position: relative;
  overflow: visible;
}
.news-tile .img-wrap .date,
.small-news-tile .date {
  position: absolute;
  color: #fff;
  transition: background 0.25s;
}
.news-tile .img-wrap .date {
  top: -15px;
  left: -15px;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding: 6px 0;
  background-color: #b8b8b8;
  text-align: center;
  font-size: 10px;
}
.news-tile .img-wrap .date span.big {
  display: block;
  font-size: 2.4em;
  font-weight: 700;
}
.news-tile .img-wrap .date span.small,
.search-tile .date span.small,
.small-news-tile .date span.small {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.1;
}
.news-tile .title {
  overflow: hidden;
  max-height: 3em;
  margin: 0;
  font-size: 13px;
  font-weight: initial;
  line-height: 1.5;
  text-align: center;
}
.news-tile .announce {
  overflow: hidden;
  max-height: 5.71428571em;
  font-size: 12px;
}
.news-tile .text-wrap {
  margin-top: 10px;
  height: 126px;
}
.news-page-date {
  display: inline-block;
  padding: 5px 20px 3px;
  background: #ce1518;
  color: #fff;
}
.small-news-tile .text-wrap {
  height: initial;
  padding-top: 60px;
}
.small-news-tile .w-image .title {
  overflow: initial;
  max-height: initial;
  margin-top: 0;
}
.small-news-tile .date {
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: #b8b8b8;
  font-size: 10px;
}
.search-tile .date span.big,
.small-news-tile .date span.big {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 2.4em;
  font-weight: 700;
}
.tile-data {
  position: relative;
  z-index: 5;
}
.tile-data .icon {
  display: inline-block;
  margin-right: 0.3em;
  color: #b8b8b8;
  transition: color 0.25s;
  vertical-align: middle;
  font-size: 1.5em;
}
.tile-data .text {
  display: inline-block;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
  color: #000;
  vertical-align: middle;
  line-height: 1;
}
.tile-data .comments,
.tile-data .likes {
  cursor: pointer;
  white-space: nowrap;
}
.tile-data .comments:not(:last-child),
.tile-data .likes:not(:last-child) {
  margin-right: 0.75em;
}
.tile-social-links .social-icon {
  position: relative;
  overflow: visible;
  background-color: #b8b8b8;
}
.tile-social-links .social-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: transparent;
  content: '';
  transition: 0.25s;
}
.tile-social-links .social-icon:hover::before {
  top: -5px;
  bottom: -15px;
  background-color: #ce1518;
}
.tile-social-links .social-list {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.news-page {
  padding-top: 0;
  padding-bottom: 0;
}
.news-page .aside-title,
.solution-hero__btn {
  margin-top: 0;
}
.news-page .header-bar {
  min-height: 100px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url(/local/templates/imperator/./img/bg/header_bar_bg.webp);
  background-position: center;
  background-size: cover;
}
.date-label {
  display: inline-block;
  padding: 5px 20px 3px;
  background: #ce1518;
  color: #fff;
  font-weight: 300;
}
.article-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.clients-block {
  padding: 20px 10px 10px;
  background-image: url(/local/templates/imperator/./img/bg/__new__bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.clients-block .description {
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 300;
}
.clients-page {
  padding-top: 40px;
}
.clients-logo-slider {
  margin: -15px;
}
.clients-logo-slider .slide {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.clients-logo-slider .img-wrap {
  display: block !important;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.clients-logo-slider .img-wrap:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.clients-logo-slider .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.clients-logo-slider .clients-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  display: flex;
  width: calc(100vw - 30px);
}
.clients-row .flex-item {
  width: calc(100% / 2.5) !important;
  margin-right: 1.5%;
}
.clients-row .all-clients-tile {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background: #ce1518;
  color: #fff;
  transition: 0.25s;
}
.clients-row .all-clients-tile::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  border: 4px solid #fff;
  content: '';
}
.clients-row .all-clients-tile .text {
  position: absolute;
  top: 50%;
  right: 25px;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 14px;
}
.clients-row .all-clients-tile:hover,
.clients-row .client-logo-tile:hover {
  box-shadow: 0 35px 28px #0e1115;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.clients-row .client-logo-tile {
  position: relative;
  display: block;
  padding-bottom: 100%;
  transition: 0.25s;
}
.clients-row .client-logo-tile::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.15);
  content: '';
}
.clients-row .client-logo-tile .front {
  background: #fff;
  transition: opacity 0.25s;
  opacity: 0;
}
.vacancies-tile {
  position: relative;
  margin-bottom: 30px;
}
.vacancies-tile span.metro {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #ce1518;
  color: #fff;
  text-align: center;
  vertical-align: 0;
  line-height: 26px;
}
.vacancies-tile .salary,
.vacancies-tile .title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.vacancies-tile .title {
  padding-right: 30px;
}
.vacancies-tile .title span {
  display: inline-block;
  border-bottom: 1px solid rgba(26, 26, 26, 0.25);
  transition: 0.25s;
}
.vacancies-tile .title a:hover span {
  border-color: transparent !important;
}
.favorite-checker svg:first-of-type,
.vacancies-tile .date {
  color: #9a9a9a;
}
.vacancies-tile .favorite-checker {
  position: absolute;
  top: 25px;
  right: 30px;
}
.vacancies-tile-wrap {
  margin-bottom: 15px;
  padding: 15px;
  background: #f6f6f6;
  transition: 0.25s;
}
.vacancies-tile-wrap:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}
.favorite-checker svg:nth-of-type(2) {
  display: none;
  color: #ce1518;
}
.services-page {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/local/templates/imperator/./img/bg/services_bg.jpg) center top/cover;
}
.services-page .main-text-wrap {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  font-size: 16px;
  font-weight: 200;
}
.services-page .main-text-wrap p {
  margin-bottom: 2em;
  line-height: 1.2;
}
.services-page .sphere-solutions-block {
  padding: 0;
  background: 0 0;
}
.tags-row {
  margin: 0;
  color: #b8b8b8;
  transition: 0.25s;
  font-size: 1.5em;
  line-height: 0.6;
}
.service-tile {
  position: relative;
  height: 100%;
  padding: 15px;
  background: #f6f6f6;
  color: #000;
  cursor: pointer;
  transition: 0.25s;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.service-tile .img-wrap {
  margin-bottom: 20px;
  text-align: left;
}
.service-tile .title {
  margin: 0 0 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-left: 2px solid #ce1518;
  transition: border 0.25s;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}
.service-tile .tags-row {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.service-tile .service-more-btn-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.25s;
  pointer-events: none;
  opacity: 0;
}
.service-tile:hover {
  background: #ce1518;
  color: #fff;
}
.service-tile:hover .tags-row {
  color: #ce1518;
  pointer-events: none;
}
.services-grid {
  display: flex;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.services-grid .grid-item {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.svg-map {
  position: relative;
  margin: -24% -25% -26%;
}
.search-icon,
.solution-retail-form-block #text-item {
  margin-right: 40px;
}
.svg-map path {
  cursor: pointer;
  transition: fill 0.25s;
  fill: #a7a9ac;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svg-map path.active,
.svg-map path:hover {
  fill: #ce1518;
}
.accordion {
  position: relative;
  z-index: 1;
}
.accordion div {
  padding-bottom: 5px;
  padding-left: 55px;
  font-size: 16px;
}
.accordion h3 {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
}
.accordion h3::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 50%;
  background: #dcdcdc;
  content: '';
  transition: background 0.25s;
  vertical-align: middle;
}
.menu-list-new:last-child,
.new-info-wrap_tel-group > a:last-child,
.preview-banner__advantages > li:last-child {
  margin-right: 0;
}
.accordion h3 span {
  position: relative;
  display: inline-block;
  width: calc(100% - 50px);
  padding-right: 25px;
  vertical-align: middle;
  white-space: normal;
}
.accordion h3 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  transition: 0.25s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion h3.active span::after {
  margin-top: -1px;
  -webkit-transform: scale(1, -1) rotate(45deg);
  transform: scale(1, -1) rotate(45deg);
}
.geography-page .accordion ul:not(.list-unstyled):not(.list-inline) > li,
.services-page.services-custom-page .main-text-wrap h2.secondary-text {
  padding-left: 0;
}

.services-page.services-custom-page .main-text-wrap h2.secondary-text {
  margin-top: 0;
}

.search-block
  .services-page.services-custom-page
  .main-text-wrap
  h2.secondary-text.mb-30 {
  margin-top: -30px;
}

.services-custom-page > div {
  margin-top: 0 !important;
}

.geography-page .slogan {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 30px;
}
.geography-page .slogan .flex-row {
  padding: 1em 1.5em;
  background: #282c34;
  font-size: 36px;
  line-height: 1.2;
  align-items: center;
}
.geography-page .slogan .flex-row .icon {
  font-size: 1.66666667em;
}
.geography-page .slogan .text {
  margin-left: 30px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.contacts-page {
  padding-top: 20px;
  padding-bottom: 30px;
  background-position: center top;
  background-size: 100%;
}
.clients-reviews,
.contacts-page,
.services-page {
  background-image: none !important;
  background-color: #25282f !important;
}
.contacts-row .address {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.contacts-row .phone-email {
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.contacts-row .phone-email .email .text {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.25s;
  line-height: 1;
}
.form-wrap {
  padding: 36px 53px;
  background: rgba(16, 16, 16, 0.4);
}
.form-wrap .mini-map-block {
  min-height: 435px;
  margin-bottom: 15px;
}
.form-wrap h3.main-text {
  font-size: 30px !important;
  color: #fff;
  margin-bottom: 10px;
}
.form-wrap h3.main-text::after {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-bottom: -7px;
  border: 9px solid #ce1518;
}
.contacts-form {
  max-width: 925px;
}
.manager-tile .content .name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.manager-tile .content .post {
  font-size: 14px;
  font-weight: 400;
}
.manager-tile .content .phone .text {
  font-size: 14px;
  font-weight: 700;
}
.manager-tile .content .email .text {
  font-size: 14px;
  font-weight: 300;
}
.search-filter {
  padding: 0 15px;
}
.search-filter fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.search-filter legend {
  max-width: 300px;
  font-size: 16px;
}
.search-filter label {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
}
.search-filter label input:checked + span {
  color: #ce1518;
  font-weight: 700;
}
.search-tile {
  position: relative;
  font-size: 14px;
}
.search-tile .date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  background: #b8b8b8;
  color: #fff;
  transition: background 0.25s;
  font-size: 8px;
}
.search-tile .label {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 1.14285714em;
}
.search-tile .h3 {
  font-size: 1.14285714em;
  font-weight: 400;
}
.search-input-wrap .reset-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 0.05em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
.search-input-wrap .form-control {
  padding-right: 30px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  background: 0 0;
  box-shadow: none;
  font-size: 28px;
  line-height: 20px;
  color: #000;
}
.count-search {
  font-size: 22px;
  line-height: 20px;
  color: #6e6e6e;
}
.xl-wrap .services-page {
  background: 0 0;
  padding-bottom: 0;
}
.xl-wrap .main-text strong,
.xl-wrap .main-text.h2 {
  color: #000;
  font-weight: 800;
}
.black-text,
.r-subtitle a:hover,
.search-block .xl-wrap h1.main-text strong {
  color: #000;
}
.search-form {
  background: #e5e7ea;
  padding: 25px;
}
.search-form-title {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
}
.centr-main-section .breadcrumbs,
.menu-list-new > ul li:last-child,
.search-block hr,
.system-organization li {
  margin-bottom: 0 !important;
}
.search-result-item-box {
  padding: 28px 28px 20px;
  background-color: #f6f6f6;
  margin-bottom: 55px;
  position: relative;
}
.search-result-title {
  font-weight: 700;
  line-height: 24px;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.search-result-title:before {
  position: absolute;
  content: '';
  background: #ce1518;
  bottom: 0;
  width: 240px;
  height: 2px;
}
.check-lists-opportunities__bottom,
.s-info-section-content,
.search-result-header {
  display: flex;
  justify-content: space-between;
}
.search-result-text {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
  font-size: 22px;
  line-height: 20px;
}
.search-result-date,
.search-result-path {
  font-size: 18px;
  line-height: 20px;
  color: #6e6e6e;
}
.search-result-path > a {
  color: #6e6e6e;
  text-decoration: none;
}
.search-result-path > a:hover {
  text-decoration: underline;
}
.search-result-date {
  flex: none;
  margin-left: 30px;
  display: none;
}
.load_more.load_page {
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  padding: 25px 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ce1518;
}
.new-top-wrap,
.page-not-found {
  align-items: center;
  display: flex;
}
.xl-wrap hr {
  background: #6e6e6e;
  color: #6e6e6e;
}
.navig-block-count {
  font-size: 22px;
  line-height: 20px;
  color: #6e6e6e;
  margin-bottom: 25px;
  margin-top: 55px;
}
.nothing-search {
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
  color: #6e6e6e;
}
.search-block .container .xl-wrap .search-input-wrap {
  width: 100%;
  max-width: 100%;
}
.page-not-found {
  min-height: calc(100vh - 234px);
  background-image: url(/local/templates/imperator/./img/bg/not_found_bg.jpg);
  background-position: center;
  background-size: cover;
  justify-content: center;
}
.page-not-found .content-box {
  width: 100%;
  padding: 30px 15px;
  color: #fff;
  font-weight: 300;
}
.page-not-found .title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.page-not-found .subtitle {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.page-not-found .description {
  max-width: 500px;
  margin-bottom: 37px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}
.header-new img {
  width: 300px;
  max-width: 300px;
}
.new-top-header {
  padding-top: 15px;
  padding-bottom: 16px;
  box-shadow: 0 0 20px rgba(40, 39, 103, 0.1);
}
.business-center-page,
.jkt-page,
.retail-page-2,
.sklady-page,
.zavody-page {
  background-repeat: no-repeat;
  padding-top: 136px;
  padding-bottom: 100px;
  background-size: cover;
}
.new-top-wrap {
  justify-content: space-between;
  position: relative;
}
.new-info-wrap {
  display: flex;
  align-items: center;
  max-width: 1186px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.new-info-wrap_tel-group {
  display: flex;
  position: absolute;
  left: 68%;
  transform: translateX(-50%);
  z-index: 1;
  width: 55%;
}

.new-info-wrap_tel-group * {
  white-space: nowrap;
}

.new-info-wrap_tel-group > a {
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 25px;
  color: #ce1518;
  text-decoration: none;
  margin-right: 60px;
}
@media (max-width: 1550px) {
  .new-info-wrap_tel-group {
    padding-left: 15px;
  }
  .new-info-wrap_tel-group > a {
    margin-right: 50px;
  }
}
.new-info-wrap_tel-group > a > span {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: #000;
  display: block;
  margin-top: 0;
}
.new-info-wrap_search-switcher-group {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.switcher {
  position: relative;
  display: inline-flex;
  background-color: #727272;
}

.switcher::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 10px;
  background: url(/upload/images/triangle.png) center/100% 100% no-repeat;
}
.switcher__label {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: 0.1s linear;
}
.switcher__label.switcher__label_right {
  left: 50%;
}
.switcher__item {
  text-align: center;
  width: 55px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  z-index: 100;
  text-decoration: none;
  box-sizing: border-box;
}
.switcher__item_active {
  cursor: pointer;
}
.switcher__item:active,
.switcher__item:active:focus,
.switcher__item:focus,
.switcher__item:hover {
  color: #fff;
}
.search-icon {
  display: block;
  background-image: url('/local/templates/imperator/./img/search_grey.png');
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-animate {
  position: absolute;
  top: -7px;
  left: 0;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 30px rgba(153, 55, 174, 0.2);
  transition: 0.3s ease-out;
  transform: translateX(225%);
  z-index: 101;
}
.service-advantages__item-image,
.solution-service__cards,
.solution-why__card-image {
  box-shadow: 0 5px 8px 0 rgba(56, 54, 54, 0.15);
}
.search-animate input {
  max-width: 940px;
  width: 100%;
  padding-left: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  border: 3px solid #e6e6e6;
  box-sizing: border-box;
  height: 100%;
  font-size: 18px;
  line-height: 27px;
  outline: 0;
}
.search-animate input::placeholder {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #bbb;
}
.search-icon-absolute {
  position: absolute;
  left: 18px;
  top: 12px;
  background-image: url('/local/templates/imperator/./img/search-icon.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 101;
}
.preview-banner__form-call,
.preview-banner__title {
  position: relative;
  z-index: 2;
  font-family: Circe;
  font-style: normal;
  text-transform: uppercase;
}
.search-animate.active {
  transform: none;
}
.search-icon-absolute.active {
  opacity: 1;
  transition: 0.5s ease-out;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li > a:before {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #ce1518;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li {
  position: relative;
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li > a {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li.sub-arrow:after {
  background-image: url('/local/templates/imperator/./img/arrow.svg');
  display: block;
  content: '';
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  margin-left: 13px;
  transition: 0.3s ease-out;
}
.new-nav
  .new-main-menu
  .new-menu-wrap
  .new-list-unstyled
  > li:hover
  > .new-list-unstyled-sub {
  opacity: 1;
  display: block;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover:after {
  background-image: url('/local/templates/imperator/./img/arrow-red.svg');
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li:before,
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:before {
  content: none;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub {
  position: absolute;
  top: 45px;
  padding: 30px;
  background: #1a1f26;
  width: max-content;
  transition: 0.3s ease-out;
  opacity: 0;
  list-style-type: none;
  z-index: 11;
  display: none;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li {
  padding: 0;
  margin: 0 0 20px;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li > a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  transition: 0.3s ease-out;
  border-bottom: 1px solid transparent;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li:hover a {
  color: #ce1518;
  border-bottom: 1px solid #ce1518;
}
.business-center-page {
  background-image: url('/local/templates/imperator/./img/bc-bg.jpg');
  position: relative;
}
.jkt-page {
  background-image: url('/local/templates/imperator/./img/jkt-bg.jpg');
  position: relative;
}
.retail-page-2 {
  background-image: url('/local/templates/imperator/./img/retail-bg.jpg');
  position: relative;
}
.sklady-page {
  background-image: url('/local/templates/imperator/./img/sklady-bg.jpg');
  position: relative;
}
.zavody-page {
  background-image: url('/local/templates/imperator/./img/zavody-bg.jpg');
  position: relative;
}
.business-center-page::before,
.jkt-page::before,
.retail-page-2::before,
.sklady-page::before,
.zavody-page::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(42, 42, 42, 0.87);
}
.preview-banner__title {
  color: #fff;
}
.preview-banner__title h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.preview-banner__title h1 > span {
  display: block;
  margin-top: 0;
  font-size: 40px;
  line-height: 40px;
}
.preview-banner__title p {
  font-weight: 350;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
.preview-banner__form-call {
  padding: 14px 19px;
  border: 1px solid #c41b20;
  background: #c41b20;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  margin-top: 30px;
  transition: 0.3s;
}
.flex-left-img,
.flex-right-img {
  object-fit: cover;
  width: 100%;
  max-height: 700px;
  position: relative;
  transition: transform 0.3s;
  z-index: 2;
  height: 100%;
}
.preview-banner__form-call:active,
.preview-banner__form-call:active:focus,
.preview-banner__form-call:focus,
.preview-banner__form-call:hover {
  color: #c41b20;
  border: 1px solid #c41b20;
  background: #fff;
}
.footer-new .preview-banner__form-call:active,
.footer-new .preview-banner__form-call:active:focus,
.footer-new .preview-banner__form-call:focus,
.footer-new .preview-banner__form-call:hover {
  color: #c41b20;
}
.preview-banner .container .preview-banner__advantages {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-top: 88px;
}
.preview-banner .container .preview-banner__advantages > li {
  padding-left: 0;
  margin-bottom: 0;
}
#mainSlider .slick-track .slick-slide:nth-child(6) .left-side .main-text br,
.about-company-history__button.swiper-button-disabled,
.all-services-how-it-works,
.away-link-wrap.allway,
.modal-magnific-items img:not(:first-child),
.our-advantages .container .our-advantages-box > li:before,
.our-sense .container .our-sense-box > li:before,
.preview-banner .container .preview-banner__advantages > li:before,
.search-block .b24-form-header,
.solution-retail-form-block .secondary-text:after {
  display: none;
}
.preview-banner__advantages > li {
  display: flex;
  flex-direction: column;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  max-width: 244px;
  margin-right: 80px;
}
.personal-order .personal-order-page .personal-order-list,
.preview-banner__advantages > li > span {
  margin-top: 30px;
}
.preview-banner__advantages > li svg {
  width: 60px;
  height: 60px;
}
.footer-mobile-ml {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.clients-block-new,
.our-advantages {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.title-h2 {
  font-family: Circe;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.title-h2 > span {
  display: block;
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
  text-transform: none;
}
.our-advantages-box {
  display: grid;
  grid-gap: 40px;
  margin-top: 80px;
}
.our-advantages-box h3,
.our-sense .container .our-sense-box > li h3 {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
.our-advantages-box p,
.our-sense .container .our-sense-box > li p {
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
}
.our-advantages .container .our-advantages-box > li {
  margin-bottom: 0;
  padding-left: 0;
}
.our-advantages .container .our-advantages-box > li > div > img,
.our-sense .container .our-sense-box > li > div > img {
  width: 60px;
}
.our-sense {
  padding-top: 8rem;
  padding-bottom: 75px;
  background: #e0e0e0;
}
.our-sense-box,
.teamwork-box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.clients-reviews__description,
.left-block-wrap .hidden-xs p,
.main-text-wrap p,
.our-sense-box > li > ul li,
.system-organization li,
.system-organization p {
  font-size: 17px;
  line-height: 19px;
}
.business-center-page-style.sfers .our-sense-box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .business-center-page-style.sfers .our-sense-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .business-center-page-style.sfers .our-sense-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .business-center-page-style.sfers .our-sense-box {
    grid-template-columns: 1fr;
  }
}
.our-sense .container .our-sense-box > li {
  margin-bottom: 0;
  background: #fff;
  padding: 10px;
}
.slick-container-2 .slick-dots {
  display: flex !important;
  bottom: -80px !important;
  margin-left: 63px !important;
}
.slick-container-2 .slick-dots li {
  padding-left: 0 !important;
  margin-right: 30px !important;
  margin-bottom: 0 !important;
}
.slick-container-2 .slick-slide {
  margin: 0 63px;
}
.slick-container-2 .slick-list {
  margin: 0 -63px;
}
.slick-container-2 .slick-dots li button {
  width: 18px;
  height: 18px;
  background: #c4c4c4 !important;
  border-radius: 50px;
}
.slick-container-2 .slick-dots .slick-active button {
  background: #c41b20 !important;
}
.templaytes-landing .techno-contacts-block .main-text-wrap {
  padding-left: 0;
  padding-right: 0;
}
.flex-right-img {
  max-width: 940px;
}
.flex-left-img {
  max-width: 896px;
}
.flex-left-img:hover,
.flex-right-img:hover {
  transform: scale(1.1);
}
.teamwork {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e0e0e0;
}
.teamwork-box-item {
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}
.teamwork-box-item__number {
  display: block;
  font-family: Circe;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #c41b20;
  margin-top: 0;
}
.teamwork-box-item p {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.payment-order .payment-order-page .payment-order-list > li,
.payment-order-page p,
.personal-order-page p {
  font-family: Circe;
  font-weight: 350;
  font-style: normal;
}
.footer.footer-new .social-list,
.payment-order .payment-order-page .payment-order-list {
  margin-top: 40px;
}
.payment-order .payment-order-page .payment-order-list > li {
  font-size: 17px;
  line-height: 19px;
  display: flex;
  margin-bottom: 19px;
  padding-left: 25px;
}
.payment-order .payment-order-page .payment-order-list > li:before {
  display: block;
  content: '';
  width: 0.6875em;
  height: 0.6875em;
  background: #ce1518;
  position: absolute;
  left: 0;
  top: 0.15em;
}
.payment-order-page p {
  font-size: 17px;
  line-height: 22px;
}
.clients-box-new {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 63px;
}
.clients-box-img,
.personal-order::before {
  display: block;
  width: 100%;
}
.personal-order {
  padding-bottom: 120px;
  padding-top: 120px;
  background-image: url('/local/templates/imperator/./img/new-bg-form.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.personal-order::before {
  content: '';
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(42, 42, 42, 0.47);
}
.personal-order-page {
  z-index: 1;
}
.payment-order {
  padding-top: 80px;
}
.personal-order-box {
  padding: 40px 25px;
  background: #fff;
  z-index: 2;
}
.personal-order-page p {
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 22px;
  line-height: 24px;
}
.personal-order .personal-order-page .personal-order-list > li {
  padding-left: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
  display: flex;
  margin-bottom: 22px;
}
.personal-order .personal-order-page .personal-order-list > li:before {
  content: '';
  margin-right: 15px;
  flex: none;
  background-image: url('/local/templates/imperator/./img/emojione-monotone_heavy-check-mark.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: relative;
  background-color: transparent;
  margin-top: -5px;
}
.footer-new {
  background: #21242a;
  padding-top: 8rem;
}
.footer-new .contacs-info-new__tel {
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
  color: #ce1518;
}
.footer-new .contacs-info-new__mail,
.footer-new .contacs-info-new__mail a {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  color: #ce1518;
  margin-left: 5px;
}
.our-sense__card,
.our-sense__card:hover,
.our-sense__card:visited {
  color: inherit;
  text-decoration: none;
}
.footer-new .preview-banner__form-call {
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 4px;
}
.menu-list-new-box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-left: 80px;
}
.menu-list-new {
  margin-right: 30px;
  margin-bottom: 0;
}
.menu-list-new h3 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0;
}
.menu-list-new > ul li {
  padding-left: 0 !important;
  margin-bottom: 13px !important;
}
.menu-list-new > ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
}
.footer.footer-new .copyright {
  font-size: 24px;
  font-weight: 300;
}
.main-slider .common-btn {
  margin-left: 5px;
}
#mainSlider .main-slider-dots {
  bottom: 20px;
}
#mainSlider .slick-dots li {
  background-color: gray;
  border-radius: 50%;
  margin-right: 5px;
  border: none;
  transition: 0.3s;
  box-sizing: border-box;
}
#mainSlider .slick-dots li.slick-active {
  border: transparent;
  background-color: #fff;
}
#mainSlider .slick-dots li.slick-active button {
  height: 20px;
}
#mainSlider .ait {
  flex: 1 1 auto;
}
.flex-row.ait {
  position: absolute;
  bottom: 20%;
}
@media (max-width: 390px) {
  .flex-row {
    width: calc(100% + 0px);
  }
}
@media (max-width: 425px) {
  .flex-row.ait {
    position: inherit;
  }
}
#mainSlider .left-side {
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mainSlider .slick-track .slick-slide:nth-child(2) .left-side .ait,
#mainSlider .slick-track .slick-slide:nth-child(3) .left-side .ait {
  margin-top: 4.2%;
}
#mainSlider .slick-track .slick-slide:nth-child(6) .left-side .ait {
  margin-top: 3.5%;
}
.our-sense-box > li ul li:before,
.our-sense__card {
  transition: 0.3s;
}
.our-sense__card-image {
  position: relative;
  width: 60px;
  height: 60px;
}
.our-sense__card-image img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.our-sense-box > li:hover img:first-of-type,
.our-sense__card-image img:last-of-type {
  opacity: 0;
}
.our-sense-box > li {
  transition: background-color 0.3s;
}
.our-sense-box > li:hover {
  background: #ce1518 !important;
  color: #fff !important;
}
.sfers .our-sense-box > li ul li:before {
  transition: none;
}
.services-custom-page .img-wrap1 img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-sense__card:active,
.our-sense__card:focus,
.our-sense__card:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
.our-sense__card img {
  width: 60px;
}
.main-slider-block .left-side h1.main-text {
  margin-right: -160px;
}
.solution-hero {
  background-image: url('/local/templates/imperator/img/solution-hero-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 417px;
}
.cash_control,
.check-lists,
.remote_videomonitoring,
.technical_security_systems {
  min-height: 353px;
}
.solution-hero__wrapper {
  padding-bottom: 3.5rem;
  max-width: 960px;
  width: 100%;
  position: relative;
}
.solution-hero__title {
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  /* line-height: 0.97; */
  line-height: 1.14285714;
  color: #fff;
  text-transform: uppercase;
}
.solution-hero__subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1.72px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #fff;
}
.solution-guard .solution-guard__subtitle,
.solution-hero .solution-hero__subtitle,
.solution-other .solution-other__subtitle,
.solution-service .solution-service__subtitle,
.solution-why .solution-why__subtitle {
  font-size: 22px;
  line-height: 1.1;
}
.solution-guard .solution-guard__list,
.solution-guard .solution-guard__list-items,
.solution-guard .solution-guard__list-title,
.solution-guard .solution-guard__text,
.solution-other .solution-other__card-list,
.solution-other .solution-other__card-text,
.solution-service .solution-service__text {
  font-size: 19px;
  line-height: 1.1;
}
.solution-guard .solution-guard__list,
.solution-guard .solution-guard__text,
.solution-service .solution-service__text {
  line-height: 1.13;
}
.solution-retail-form-block .solution-retail__subtext {
  font-size: 27px;
  line-height: 1;
  color: #000;
  margin-top: 130px;
}
.solution-guard__list-items li.solution-guard__list-item::before,
.solution-other__card-list li::before {
  top: 0 !important;
}
.new-service-section,
.retail-block.solution-retail-form-block,
.solution-other,
.solution-service__wrapper,
.solution-trust__wrapper,
.solution-why__wrapper {
  padding: 8rem 0;
}
.solution-why__title {
  font-size: 52px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.solution-why__subtitle {
  color: #000;
  margin-bottom: 35px;
}
.physical-security-believe .advantages-item,
.solution-why .solution-why__cards.three-cards .solution-why__card {
  width: 33.333%;
}
.solution-why__card {
  width: 25%;
  display: flex;
}
.solution-why__card-3-cards {
  width: 33%;
}
.solution-why__card + .solution-why__card {
  margin-left: 10px;
}
.solution-why__card-image {
  width: 85px;
  height: 85px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.solution-why__card-image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-why__card-title {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
  width: calc(100% - 100px);
}
.solution-why__card-title_red {
  color: #b4171b;
}
.solution-guard,
.solution-service,
.solution-trust {
  background-color: #f9f9f9;
}
.solution-guard__wrapper {
  padding: 8rem 0;
  display: flex;
}
.solution-guard__left {
  width: 58%;
  margin-right: 1%;
}
.solution-guard__right {
  width: 41%;
}
.solution-guard__right-wrapper {
  position: relative;
  padding-top: 130%;
}
.solution-guard__right-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-guard__title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.09;
  color: #000;
  text-transform: uppercase;
}
.red-text,
.solution-guard__title span.red {
  color: #bd191e;
}
.solution-guard__subtitle {
  color: #000;
  margin-bottom: 20px;
}
.solution-guard__list-title,
.solution-guard__text {
  font-size: 20px;
  line-height: 1.52;
  color: #000;
}
.solution-guard__text + .solution-guard__text {
  margin-top: 20px;
}
.solution-guard__list {
  margin-bottom: 50px;
}
.solution-guard__list-title {
  margin-bottom: 35px;
}
.solution-guard__list-items {
  padding-left: 45px !important;
  font-size: 19px;
  line-height: 1.52;
  color: #000;
  margin-top: 30px;
}
.solution-guard__list-items span.gray {
  color: #6e6e6e;
}
.solution-guard__list-item {
  padding-left: 25px !important;
  margin-bottom: 0 !important;
}
.solution-guard__list-item + .solution-guard__list-item {
  margin-top: 5px;
}
.solution-guard__btn {
  margin-top: 30px;
  letter-spacing: 3.3px;
}
.solution-other__title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.btn-row strong,
.regular-text,
.solution-other__title span {
  font-weight: 400;
}
.solution-other__subtitle {
  color: #000;
}
.solution-other__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.solution-other__card {
  width: 50%;
  padding: 0 10px;
  display: flex;
  margin-top: 40px;
}
.solution-other__card.solution-other__card-red {
  background-image: linear-gradient(to top, #be191e, #e5292f);
  padding: 30px;
  width: 43%;
  margin-left: 7%;
  align-self: flex-start;
}
.service-questions__text,
.solution-other__card.solution-other__card-red .solution-other__card-text {
  color: #fff;
}
.solution-other__card-image {
  margin-right: 10px;
  width: 70px;
  height: 70px;
}
.solution-other__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-other__card-content {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-other__card-inner {
  flex: 1 1 auto;
}
.solution-other__card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: #be191e;
  margin-bottom: 30px;
}
.solution-other__card-list,
.solution-other__card-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.52;
  color: #000;
}
.solution-other__card-list {
  padding-left: 15px !important;
  margin-top: 15px !important;
}
.solution-other__card-list li {
  padding-left: 25px !important;
  margin-bottom: 5px !important;
}
.solution-other__btn {
  line-height: 1;
  display: flex;
  align-items: center;
}
.solution-other__btn span {
  margin-right: 5px;
}
.solution-other__btn path {
  transition: 0.3s;
}
.solution-other__btn:hover path {
  fill: #c41b20;
}
.solution-service__title {
  font-size: 57px;
  font-weight: 700;
  line-height: 1.09;
  color: #000;
  text-transform: uppercase;
  max-width: 800px;
}
.solution-service__subtitle {
  color: #000;
  margin-bottom: 30px;
}
.solution-service__left {
  width: 57%;
}
.solution-service__right {
  width: 43%;
}
.solution-service__text {
  font-size: 21px;
  line-height: 1.52;
  color: #000;
}
.c-block + .c-block,
.check-lists-how__bottom,
.service-how__more-btn,
.solution-service__text + .solution-service__text {
  margin-top: 30px;
}
.solution-service__text span.red {
  color: #c31923;
}
.bold-text,
.solution-service__text span.bold {
  font-weight: 700;
}
.solution-service__cards {
  padding: 0 50px 32px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-left: 60px;
}
.solution-service__cards_entertaining .solution-service__card:first-child {
  width: 100%;
}
.solution-service__cards_entertaining .solution-service__card:nth-child(2n) {
  padding-left: 0;
}
.solution-service__cards_entertaining .solution-service__card:nth-child(3) {
  padding-left: 20px;
}
.solution-service__cards_two {
  flex-direction: column;
}
.solution-other__card.solution-other__card-red .solution-other__card-content,
.solution-service__cards_two .solution-service__card {
  width: 100%;
}
.solution-service__cards_two .solution-service__card + .solution-service__card {
  padding-left: 0;
}
.solution-service__card {
  width: 50%;
  margin-top: 40px;
}
.solution-service__card:nth-child(2n) {
  padding-left: 40px;
}
.solution-service__card-title {
  font-size: 35px;
  font-weight: 700;
  color: #be191e;
  margin-bottom: 5px;
}
.solution-service__card-text {
  font-size: 22px;
  line-height: 1.31;
  letter-spacing: 1.45px;
  color: #000;
}
.solution-trust__title {
  font-size: 69px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.solution-trust__slider {
  padding: 0 50px;
}
.solution-trust__slider-item img {
  max-width: 240px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-other__face {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 5px;
}
.solution-trust__slider-prev {
  width: 32px !important;
  height: 32px !important;
  right: unset !important;
  left: 0 !important;
}
.solution-trust__slider-next {
  width: 32px !important;
  height: 32px !important;
  left: unset !important;
  right: 0 !important;
}
.solution-service__right-inner {
  text-align: center;
  margin-top: -145px;
  margin-bottom: -8rem;
}
.solution-service__right-inner img {
  max-height: 540px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cash-transactions .solution-hero__wrapper,
.physical-security .solution-hero__wrapper,
.solution-service-commerce .solution-service__title {
  max-width: unset;
}
.solution-service-commerce .solution-service__bottom {
  flex-direction: row-reverse;
}
.solution-service-commerce .solution-service__right-inner {
  margin-top: 0;
}
.solution-service-commerce .solution-service__right-inner img {
  max-height: 500px;
  object-position: left;
}
.solution-service-commerce .solution-service__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62%;
}
.solution-service-commerce .solution-service__right {
  width: 38%;
}
.solution-retail__contacts {
  margin-top: 25px;
  font-size: 27px;
  line-height: 29px;
  color: #000;
}
.commerce-retail-form-block.solution-retail-form-block
  .solution-retail__subtext {
  margin-top: 95px;
}
.commerce-retail-form-block .solution-retail__contacts a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 3px;
}
.mass-about__image {
  width: 40%;
}
.mass-about__content {
  width: 55%;
  margin-left: 5%;
}
.mass-about__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mass-about .solution-service__text .mass-about__content-title {
  display: inline-block;
  margin-bottom: 5px;
}
.solution-service-commerce .solution-service__text {
  line-height: 1.25;
}
.service-advantages__items {
  display: flex;
  justify-content: space-between;
  margin: 0 -17.5px;
}
.service-advantages__item {
  padding: 0 17.5px;
  flex: 0 1 33.333%;
}
.service-advantages__item-image {
  width: 85px;
  height: 85px;
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-advantages__item-image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-advantages__item-text {
  margin-top: 4rem;
  font-weight: 300;
  color: #000;
}
.new-service-subtitle {
  font-size: 22px;
  line-height: 1;
}
.solution-hero__wrapper .solution-hero__subtitle.new-service-subtitle {
  width: 100%;
  max-width: 854px;
}
.all-services-other-blocks h2.main-text::after,
.all-services-page .main-text::after {
  width: 0.8em;
  height: 0.8em;
  margin-left: 15px;
  border: 0.15em solid #ce1518;
  display: inline-block;
  vertical-align: baseline;
}
.new-service-gray-bg {
  background-color: #eaeaea;
}
.service-section-title {
  text-transform: uppercase;
  font-weight: 700;
  /* line-height: 1.09; */
  line-height: 1.14285714;
  color: #bd191e;
  margin-bottom: 2.5rem;
}
.service-how__subtitle {
  font-weight: 700;
  letter-spacing: 0.86px;
  color: #000;
  margin-bottom: 4.5rem;
}
.service-how__bottom {
  display: flex;
  align-items: flex-start;
}
.service-how__video {
  width: 50%;
  margin-right: 5rem;
}
.service-video__wrapper {
  padding-top: 56.25%;
  position: relative;
}
.service-video__wrapper iframe,
.service-video__wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-how__description {
  width: calc(50% - 50px);
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.63px;
  color: #000;
  text-align: match-parent;
}
.service-how__description p + p {
  margin-top: 2rem;
}
.cash-description__subtitle {
  font-weight: 700;
  letter-spacing: 0.68px;
  color: #000;
  margin-bottom: 7rem;
}
.red-underline-text {
  color: #bd191e;
  position: relative;
}
.red-underline-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #bd191e;
}
.cash-description__advantages {
  width: calc(50% - 50px);
}
.cash-description__video {
  width: 50%;
  margin-left: 5rem;
}
.advantages-item__image {
  height: 70px;
  width: 85px;
  margin-right: 20px;
}
.advantages-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages-item__description {
  width: calc(100% - 125px);
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.66px;
  color: #000;
}
.advantages-item__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #b6181c;
  margin-bottom: 5px;
}
.cash-description__advantages-item + .cash-description__advantages-item {
  margin-top: 5rem;
}
.service-questions {
  display: flex;
  background: linear-gradient(90deg, #e8e8e8 50%, #c4191e 50%);
  align-items: center;
}
.service-questions__wrapper {
  display: flex;
  width: 100%;
}
.physical-security-how .service-how__description,
.service-cost__content,
.service-cost__image,
.service-questions__left {
  width: 50%;
}
.service-questions__left-wrapper {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.service-questions__right {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.83px;
  width: 50%;
}
.service-questions__right-wrapper {
  max-width: 620px;
  width: 100%;
  margin-right: auto;
  padding-left: 4rem;
  padding-top: 7rem;
}
.service-questions__contacts {
  font-weight: 800;
  color: #f8faff;
  letter-spacing: 0;
}
.service-questions__contacts p {
  margin-bottom: 5px;
}
.service-questions__contacts a,
.service-questions__contacts a:active,
.service-questions__contacts a:focus:active,
.service-questions__contacts a:hover,
.service-questions__contacts a:visited {
  color: inherit;
  text-decoration: none;
}
.retail-form.new-service-form {
  max-width: 410px;
  box-shadow: none;
}
.service-scope__subtitle {
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
.service-scope__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.service-scope__card {
  padding: 0 15px;
  flex: 0 1 25%;
  margin-top: 4rem;
}
.service-scope__card-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: 0.3s;
  padding: 30px 20px 20px;
  text-decoration: none;
  height: 100%;
  color: #000;
}
.service-scope__image {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.service-scope__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
  opacity: 1;
  pointer-events: all;
}
.service-scope__image img.hover {
  opacity: 0;
  pointer-events: none;
}
.service-scope__card-wrapper:hover {
  background-color: #be141e;
  color: #fff;
}
.service-scope__card-wrapper:hover img.default {
  opacity: 0;
  pointer-events: none;
}
.service-scope__card-wrapper:hover img.hover {
  opacity: 1;
  pointer-events: all;
}
.service-scope__card-wrapper:active,
.service-scope__card-wrapper:focus,
.service-scope__card-wrapper:focus:active,
.service-scope__card-wrapper:hover:visited {
  text-decoration: none;
  color: #fff;
}
.clients-reviews__nav a,
.service-scope__card-wrapper:visited {
  color: inherit;
  text-decoration: none;
}
.service-scope__card-title {
  font-weight: 700;
  letter-spacing: 0.57px;
  margin-bottom: 5px;
}
.service-scope__card-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.57px;
}
.service-capabilities__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
}
.service-capabilities__item {
  margin-top: 60px;
  width: 48%;
  padding: 0 20px;
}
.videomonitoring-questions .service-questions__left {
  background-color: #f4f4f4;
  background-image: url('/local/templates/imperator/./img/videomonitoring-form-bg.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.check-lists-questions .service-questions__left,
.tech-system-questions .service-questions__left {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: 21% 0;
  background-size: cover;
}
.tech-system-about .service-video__wrapper {
  padding-top: 90%;
}
.tech-system-about .service-video__wrapper img {
  object-fit: cover;
}
.physical-security-how .service-how__bottom,
.tech-system-maintenance .service-how__bottom {
  flex-direction: row-reverse;
}
.tech-system-maintenance .service-how__video {
  margin: -20rem 0 -8rem 5rem;
}
.tech-system-maintenance .service-video__wrapper {
  padding-top: 105%;
}
.tech-system-maintenance .service-video__wrapper img {
  object-fit: contain;
}
.tech-system-security .advantages-item {
  flex-direction: column;
  width: 33.333%;
}
.tech-system-security .advantages-item__image {
  margin-right: 0;
  margin-bottom: 20px;
}
.tech-system-security .advantages-item__image img {
  object-position: left;
}
.tech-system-security .advantages-item__description,
aside .news-tile .img-wrap img {
  width: 100%;
}
.tech-system-security .advantages-item__title {
  color: #be191e;
}
.tech-system-questions .service-questions__left {
  background-image: url(/local/templates/imperator/./img/tech-system-contacts-bg.jpg);
}
.physical-security .solution-hero__title {
  max-width: 960px;
}
.physical-security .physical-security__image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 540px;
  width: 100%;
}
.physical-security .physical-security__image {
  position: relative;
  padding-top: 60%;
}
.physical-security .physical-security__image img {
  position: absolute;
  left: 12%;
  top: 0;
  width: 100%;
  height: 100%;
}
.physical-security-believe .advantages-item__title {
  margin-bottom: 15px;
}
.service-how__list-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #b2161b;
  margin-bottom: 15px;
}
.service-how__list-wrapper {
  font-size: 19px;
  line-height: 21px;
  color: #000;
  margin-bottom: 20px !important;
}
.service-how__list-wrapper li {
  padding-left: 25px !important;
  margin-bottom: 8px !important;
}
.service-how__list-wrapper li::before {
  top: 0 !important;
}
.new-service-gradient-bg {
  background-image: linear-gradient(to top, #eaeaea, #fff);
}
.physical-security-how .service-how__video {
  width: calc(50% - 50px);
  margin: -11rem 0 -8rem 5rem;
}
.physical-security-how .service-video__wrapper {
  padding-top: 120%;
}
.service-cost__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 2.5px;
  color: #be191e;
}
.service-cost__black-text {
  font-size: 27px;
  line-height: 29px;
  letter-spacing: 1.67px;
  color: #000;
  margin-bottom: 25px;
  margin-top: 25px;
}
.service-how__list-wrapper.service-cost__list li {
  margin-bottom: 15px !important;
}
.service-cost__red-text {
  font-size: 25px;
  line-height: 1.09;
  letter-spacing: 1.72px;
  color: #be191e;
}
.gray-text {
  color: #606060;
}
.section-item__logo,
.service-cost__image-wrapper {
  position: relative;
  padding-bottom: 100%;
}
.service-cost__image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.service-cost__image {
  margin-top: -5rem;
  margin-bottom: -8rem;
}
.physical-security-form .service-questions__contacts,
.physical-security-form .service-questions__text {
  color: #000;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.83px;
  margin-bottom: 8rem;
}
.physical-security-form .service-questions__contacts {
  letter-spacing: 0;
}
.check-lists .check-lists__image-wrapper {
  position: absolute;
  right: 40px;
  bottom: 0;
  max-width: 360px;
  width: 100%;
}
.check-lists .check-lists__image {
  position: relative;
  padding-top: 110%;
}
.check-lists .check-lists__image img {
  position: absolute;
  left: 0;
  top: 59px;
  width: 100%;
  height: 85%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  padding-top: 0;
}
.check-lists-opportunities__image-wrapper img,
.section-item__logo img,
.section-item__review-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  left: 0;
  top: 0;
  object-fit: contain;
}
.check-lists .solution-hero__wrapper {
  width: 100%;
  max-width: unset;
}
.check-lists .solution-hero__subtitle,
.check-lists .solution-hero__title {
  width: calc(100% - 380px);
}
.check-lists-opportunities__items {
  width: 35%;
}
.check-lists-opportunities__item {
  flex: 0 1 33.333%;
}
.check-lists-opportunities__image {
  margin: 0 2%;
  width: 26%;
}
.check-lists-opportunities__image-wrapper {
  position: relative;
  padding-bottom: 150%;
}
.check-lists-opportunities__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.check-lists-opportunities__item + .check-lists-opportunities__item,
.system-organization p + p {
  margin-top: 15px;
}
.check-lists-opportunities__item-title {
  font-weight: 700;
  color: #be191e;
}
.check-lists-opportunities__item-text {
  font-weight: 300;
  font-size: 19px;
  line-height: 21px;
  color: #000;
  margin-top: 8px;
}
.check-lists-opportunities__bottom {
  margin-top: 40px;
}
.check-lists-questions .service-questions__left {
  background-image: url(/local/templates/imperator/./img/check-lists-contacts.jpg);
}
.all-services-page .main-text::after {
  position: absolute;
  content: '';
  transform: translateY(-3px);
  opacity: 0;
}
.all-services-other-blocks h2.main-text::after {
  content: '';
  transform: translateY(5px);
  opacity: 0;
  display: none;
}
.services-page.all-services-page {
  padding-bottom: 8rem;
}
.all-services-other-blocks.uslugi-text-block ol li,
.all-services-other-blocks.uslugi-text-block p,
.all-services-other-blocks.uslugi-text-block ul li {
  font-size: 22px !important;
}
.all-services-other-blocks .main-text-wrap,
.all-services-scheme .main-text-wrap,
.custom-grid .grid-item:first-child .custom-tile,
.custom-grid .grid-item:nth-child(5) .custom-tile {
  padding-left: 0 !important;
}
.all-services-scheme h2.main-text::after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 15px;
  border: 0.15em solid #ce1518;
  content: '';
  vertical-align: baseline;
  transform: translateY(5px);
}
.main-page-contacts-block,
.main-page-press {
  padding-top: 30px;
}
@media (min-width: 1920px) {
  .directions-list .flex-item .text-box .title {
    display: flex;
    align-items: center;
  }
  .all-services-scheme .directions-list .flex-item {
    width: 50%;
  }
  .sphere-solutions-list.list-unstyled.flex-row.flex-wrap.grid-system {
    padding: 0;
  }
  .sphere-solutions-list a {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .all-services-other-blocks.directions-block,
  .all-services-scheme.directions-block {
    display: block !important;
  }
  .all-services-page .services-grid {
    flex-direction: column;
  }
  .all-services-page .services-grid .grid-item .flex-row {
    margin-left: 0;
    margin-right: 0;
  }
  body .sphere-solutions-block .pull-right {
    margin-bottom: 10px !important;
  }
  .main-page-contacts-block.map-block .aic {
    margin-bottom: 0 !important;
  }
  .all-services-page.services-custom-page .custom-tile {
    padding: 30px;
  }
  .all-services-page.services-custom-page .custom-tile h3 {
    width: 100%;
  }
  .all-services-other-blocks.uslugi-text-block ol li,
  .all-services-other-blocks.uslugi-text-block p,
  .all-services-other-blocks.uslugi-text-block ul li {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .all-services-contacts-block .flex-wrap .services-contacts,
  .all-services-contacts-block .flex-wrap .services-contacts-column {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .service-questions .new-service-form {
    padding: 5px;
  }
  .service-questions .new-service-form .b24-form-control-container,
  .service-questions .new-service-form .b24-form-field {
    margin-bottom: 7px;
  }
  .service-questions .new-service-form .b24-form-padding-side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .retail-form.new-service-form {
    max-width: 360px;
  }
  .service-questions .new-service-form .b24-form-header-padding {
    padding: 0;
  }
  .service-questions
    .new-service-form
    .b24-form-control-file
    .b24-form-control {
    padding: 5px 5px 5px 30px !important;
    font-size: 13px;
  }
  .service-questions
    .new-service-form
    .b24-form-control-string
    .b24-form-control {
    height: 45px;
  }
  .service-questions .new-service-form .b24-form-btn {
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1280px) {
  .service-cost__wrapper {
    align-items: flex-end;
  }
  .service-cost__image-wrapper {
    padding-bottom: 150%;
  }
  .physical-security-how .service-how__bottom {
    align-items: center;
  }
  .physical-security .physical-security__image-wrapper {
    max-width: 450px;
  }
  .physical-security .solution-hero__title {
    max-width: 600px;
  }
  .service-questions__left-wrapper,
  .service-questions__right-wrapper {
    max-width: 470px;
  }
  .service-questions__right {
    padding-bottom: 4rem;
  }
  .tech-system-maintenance .service-video__wrapper {
    padding-top: 164%;
  }
  .tech-system-maintenance .service-video__wrapper img {
    object-position: bottom;
    width: 115%;
  }
  .service-scope__card {
    flex-basis: 33.333%;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .physical-security-form #text-item {
    margin-bottom: 20px;
  }
  .service-cost__wrapper {
    align-items: center;
  }
  .physical-security-how .service-how__description,
  .physical-security-how .service-how__video,
  .service-cost__content,
  .service-cost__image {
    width: 100%;
  }
  .service-cost__image {
    max-width: 400px;
    margin-top: 20px;
  }
  .cash-description__video,
  .service-how__description {
    width: 100%;
    margin-top: 3rem;
  }
  .physical-security-how .service-how__bottom,
  .service-cost__wrapper,
  .tech-system-maintenance .service-how__bottom {
    flex-direction: column-reverse;
  }
  .physical-security-how .service-how__video {
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .physical-security-believe .advantages-item,
  .tech-system-security .advantages-item {
    width: 50%;
  }
  .physical-security .physical-security__image-wrapper {
    max-width: 310px;
  }
  .cash-description__bottom,
  .service-how__bottom,
  .service-questions__wrapper {
    flex-direction: column;
  }
  .service-questions {
    background: 0 0;
  }
  .service-questions__left {
    background-color: #e8e8e8;
  }
  .service-questions__right {
    background-image: linear-gradient(to top, #c4191e, #ec2f35);
    padding-top: 3rem;
  }
  .service-how__video {
    width: 100%;
    margin-right: 0;
  }
  .tech-system-about .service-how__video {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .cash-description__advantages,
  .service-capabilities__item,
  .service-questions__left,
  .service-questions__right {
    width: 100%;
  }
  .cash-description__video {
    margin-left: 0;
  }
  .retail-form.new-service-form,
  .service-questions__left-wrapper,
  .service-questions__right-wrapper {
    margin: 0 auto;
  }
  .service-questions__left-wrapper,
  .service-questions__right-wrapper {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-scope__cards {
    margin: 0 -15px;
  }
  .videomonitoring-questions .retail-form.new-service-form {
    margin-left: auto;
  }
  .tech-system-maintenance {
    padding-bottom: 0;
  }
  .tech-system-maintenance .service-how__video {
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: 0;
  }
  .tech-system-maintenance .service-video__wrapper {
    padding-top: 90%;
  }
  .solution-other__card.solution-other__card-red {
    width: 38%;
    margin-left: 12%;
  }
  .check-lists .check-lists__image-wrapper {
    right: 0;
  }
  .solution-service__card:nth-child(2n) {
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .service-advantages__items {
    flex-direction: column;
  }
  .service-advantages__item {
    flex-basis: 100%;
    text-align: center;
  }
  .service-advantages__item + .service-advantages__item {
    margin-top: 3rem;
  }
  .service-advantages__item-image {
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .service-scope__card {
    flex-basis: 50%;
  }
  .check-lists .solution-hero__subtitle,
  .check-lists .solution-hero__title,
  .physical-security-believe .advantages-item {
    width: 100%;
  }
  .check-lists .check-lists__image-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .tech-system-security .advantages-item {
    width: 100%;
  }
  .service-scope__card {
    flex-basis: 100%;
  }
  .solution-trust__slider-item img {
    margin: 0 auto;
  }
  .all-services-other-blocks.uslugi-text-block ol,
  .all-services-other-blocks.uslugi-text-block ul {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .service-cost__title {
    font-size: 30px;
    line-height: 32px;
  }
  .all-services-page.services-custom-page .custom-tile {
    padding: 10px;
  }
  .all-services-page .services-grid .grid-item .flex-row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .services-custom-page .custom-tile .text-wrap {
    padding: 15px 20px 15px 10px !important;
  }
  .services-custom-page .custom-tile img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .all-services-page.services-custom-page .tile-mobile-title {
    padding-top: 0;
  }
  .services-custom-page .custom-tile .text-wrap {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.clients-reviews {
  background-repeat: repeat-y;
  padding-top: 20px;
  padding-bottom: 8rem;
}
.clients-reviews__main {
  color: #fff;
  padding-top: 8rem;
}
.clients-reviews__title {
  font-weight: 800;
  line-height: 0.97;
  text-transform: uppercase;
}
.clients-reviews__nav {
  margin-top: 4rem;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}
.clients-reviews__nav-list {
  display: flex;
  padding-bottom: 10px !important;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
.clients-reviews__nav-item {
  padding-left: 0 !important;
  margin: 10px 17px 0 !important;
}
.clients-reviews__nav-item:before {
  display: none !important;
}
.clients-reviews__nav a {
  transition: color 0.3s;
  white-space: nowrap;
}
.clients-reviews__nav a:hover {
  color: #c70c0c;
  text-decoration: none;
}
.clients-reviews__section-title {
  font-size: 45px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.clients-reviews__section-items {
  display: grid;
  grid-template-columns: repeat(6, 190px);
  grid-template-rows: repeat(auto-fill, 190px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: dense;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.clients-reviews__section-item {
  background-color: #fff;
}
.clients-reviews__section-item.section-item--big {
  grid-column: span 2;
  grid-row: span 2;
  padding: 10px;
  height: 100%;
}
.section-item--big .section-item__logo {
  width: 110px;
  height: 110px;
  padding-bottom: 0;
}
.section-item--big .section-item__review {
  display: flex;
  flex: 1 1 auto;
}
.section-item--big .section-item__review-description,
.section-item--big .section-item__review-image {
  width: 50%;
}
.section-item__review-description {
  padding-top: 15px;
  color: #000;
}
.section-item__review-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.section-item__review-text {
  font-size: 19px;
  line-height: 21px;
  margin-top: 15px;
}
.section-item__review-image-wrapper {
  position: relative;
  padding-top: 135%;
  display: block;
  box-shadow: -4.3px 2.5px 12px 0 rgb(0, 0, 0, 0.35);
}
.section-item__review-image img {
  cursor: pointer;
}
.section-item__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.section-item__modal-items {
  max-width: 500px;
  width: 100%;
}
.section-item__modal-item {
  width: 100%;
  height: 100%;
}
.section-item__modal-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-item__modal--active {
  opacity: 1;
  pointer-events: all;
}
.section-item__modal .slick-track {
  display: flex;
  align-items: center;
}
.physical-security .solution-hero__btn {
  margin-top: 21px;
}
.check-lists .solution-hero__subtitle {
  margin-bottom: 25px;
  margin-top: 36px;
}
@media (max-width: 1280px) {
  .clients-reviews__section-items {
    grid-template-columns: repeat(6, 140px);
    grid-template-rows: repeat(auto-fill, 140px);
  }
  .section-item--big .section-item__logo {
    width: 80px;
    height: 80px;
  }
  .section-item__review-title {
    font-size: 24px;
    line-height: 26px;
  }
  .section-item__review-text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .clients-reviews__section-items {
    grid-template-columns: repeat(6, 110px);
    grid-template-rows: repeat(auto-fill, 110px);
    row-gap: 12px;
    column-gap: 12px;
  }
  .section-item--big .section-item__logo {
    width: 60px;
    height: 60px;
  }
  .section-item__review-title {
    font-size: 18px;
    line-height: 20px;
  }
  .section-item__review-text {
    font-size: 11px;
    line-height: 13px;
    margin-top: 8px;
  }
  .menu-list-new-box {
    justify-content: space-between;
  }
  .footer-new .flex-row {
    flex-wrap: wrap;
  }
  .footer-new > .container {
    padding: 0 30px;
  }
  .footer-mobile-ml {
    margin-left: 30px;
  }
  .menu-list-new-box {
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 30px;
  }
  .logo-new img {
    width: 85%;
  }
  .footer-new .logo-new,
  .map-block .form-wrap {
    margin-bottom: 30px;
  }
  .footer-new .preview-banner__form-call {
    margin-bottom: 30px;
    width: initial;
  }
  .aside .information-content-wrap {
    overflow-y: auto;
    height: 100%;
  }
  .footer.footer-new .copyright {
    font-size: 20px;
  }
  .aside .information-wrap {
    padding: 30px;
    background: #fff;
    transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
  }
  .aside .information-wrap .section-wrap {
    position: relative;
  }
  .aside .information-wrap .underlined-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
  }
  .aside.open .fast-links-wrap,
  .aside.open .information-wrap {
    box-shadow: -15px 0 37px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 750px) {
  .clients-reviews__section-items {
    grid-template-columns: repeat(4, calc((100% - 30px) / 4));
    grid-template-rows: auto;
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 500px) {
  .clients-reviews__section-items {
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  }
  .section-item__review-title {
    font-size: 28px;
    line-height: 30px;
  }
  .section-item__review-text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 480px) {
  .action-slider .slick-dots {
    bottom: 10px;
  }
}
@media (min-width: 540px) {
  .page-not-found {
    min-height: calc(100vh - 103px);
  }
}
@media (min-width: 768px) {
  .history-tile,
  .map-container {
    position: relative;
  }
  .article-title,
  .decorated-title,
  .secondary-text {
    font-size: 36px;
  }
  blockquote {
    padding: 40px 70px;
  }
  blockquote strong {
    font-size: 30px;
  }
  .aside-title,
  article h3.ttu {
    font-size: 22px;
  }
  .common-btn,
  .jq-file {
    padding: 14px 20px;
  }
  .menu-btn .icon {
    font-size: 38px;
  }
  .mfp-close-btn-in .mfp-close {
    top: 15px;
    right: 15px;
  }
  .away-btn,
  .red-arrow-btn {
    padding: 7px;
  }
  .away-btn .arrow,
  .red-arrow-btn .arrow,
  .white-arrow-btn .arrow {
    width: 33px;
    height: 33px;
    margin-right: 20px;
  }
  .away-btn .arrow::before,
  .red-arrow-btn .arrow::before,
  .white-arrow-btn .arrow::before {
    width: 10px;
    height: 10px;
    margin-left: -2px;
  }
  .away-btn .text,
  .red-arrow-btn .text,
  .white-arrow-btn .text {
    margin-right: 13px;
    vertical-align: -3px;
    font-size: 16px;
  }
  .white-arrow-btn {
    padding: 7px;
    border: 4px solid #fff;
  }
  .white-more-btn {
    padding: 16px 34px;
    border: 2px solid #fff;
  }
  .red-common-btn {
    padding: 16px 34px;
    border: 2px solid #ce1518;
    transition: 0.3s;
  }
  .red-common-btn .text {
    font-size: 18px;
    line-height: 25.2px;
  }
  .red-common-btn:hover .text {
    color: #ce1518;
  }
  .red-common-btn:hover {
    background: #fff;
    color: rgb(195, 25, 30);
  }
  .about-synenergy,
  .news-article,
  .news-tile .title,
  .sitemap a,
  .white-more-btn .text {
    font-size: 18px;
  }
  .red-btn {
    padding-right: 36px;
    padding-left: 36px;
  }
  .more-btn {
    padding: 20px 55px;
  }
  .wide-btn {
    padding: 14px 60px;
  }
  .service-more-btn {
    border-width: 4px;
  }
  .btn-with-number {
    padding: 10px 30px;
  }
  .form-control {
    height: 52px;
    padding: 15px 18px;
  }
  .form-control:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }
  .jq-selectbox__select {
    font: 16px/50px Circe, Arial, sans-serif;
  }
  .jq-selectbox__trigger-arrow {
    margin-top: -25px;
  }
  .opened .jq-selectbox__trigger-arrow {
    margin-top: -27px;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .away-link-wrap {
    right: 0;
    margin-top: 25px;
    padding-right: 15px !important;
  }
  .main-menu li {
    display: inline-block;
  }
  .main-menu .menu-wrap {
    margin-top: 27px;
    margin-right: calc(360px - 50vw);
  }
  .about-merits,
  .about-mission .more-text,
  .about-synenergy .more-text,
  .breadcrumbs,
  .news-tile .announce,
  .small-news-tile .w-image .title {
    font-size: 14px;
  }
  .breadcrumbs li:not(:last-of-type)::after {
    right: -5px;
  }
  .slick-arrow {
    padding: 21px;
  }
  .article-arrow,
  .history-slider .slick-arrow,
  .merits-slider .slick-arrow {
    padding: 11px;
  }
  .main-slider .left-side {
    width: 60%;
    margin-left: 50px;
  }
  .main-slider .right-side {
    width: 50%;
  }
  .main-slider .main-text {
    margin-right: -160px;
    margin-bottom: 40px;
  }
  .main-slider .description {
    margin-bottom: 45px;
    font-size: 18px;
  }
  .main-slider-dots {
    bottom: 30px;
    width: 360px;
  }
  .clients-logo-slider .clients-dots li:not(:last-of-type),
  .main-slider-dots li:not(:last-of-type),
  .techno-slider-dots li:not(:last-of-type) {
    margin-right: 20px;
  }
  .map-container .main-text-wrap {
    top: 90px;
  }
  .map-block .address-wrap,
  .map-container .address-wrap {
    flex-direction: inherit;
    margin-right: 0;
    margin-left: 0;
    font-size: 20px;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .map-block .address-wrap .right,
  .map-container .address-wrap {
    text-align: end;
  }
  .map-block .address-wrap .address,
  .map-container .address-wrap .address {
    margin-bottom: 15px;
  }
  .footer .logo-row,
  .map-block .address-wrap .email,
  .map-container .address-wrap .email,
  .services-grid .grid-item {
    margin-bottom: 30px;
  }
  .map-container .form-wrap {
    top: 90px;
    bottom: auto;
    left: auto;
  }
  .map-container .form-wrap .form-title {
    width: 320px;
    font-size: 30px;
  }
  .logo.img-wrap svg {
    height: 50px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-new {
    padding-top: 8rem;
    padding-bottom: 0;
  }
  .footer .logo {
    width: 53px;
  }
  .footer .main-flex-item {
    width: initial;
  }
  .footer .main-flex-item.contact-row {
    width: 260px;
  }
  .footer .social-list ~ .footer-link {
    margin-top: 30px;
  }
  .footer .social-list,
  .news-page .header-bar .breadcrumbs,
  .service-tile .img-wrap,
  body .main-news-list .news-tile .text-wrap {
    margin-bottom: 0;
  }
  .footer .social-list-wrap,
  .merit-tile .top-box {
    text-align: left;
  }
  .sitemap {
    padding-top: 33px;
    padding-bottom: 32px;
  }
  .popup {
    padding: 30px;
  }
  .contacts-row .address,
  .news-tile .title,
  .popup .title {
    font-size: 24px;
  }
  .popup.public-popup fieldset {
    position: relative;
    text-align: right;
  }
  .popup.public-popup fieldset legend {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .popup.public-popup .date-selector-wrap .jq-selectbox:not(:last-child) {
    margin-right: 15px;
  }
  .popup.public-popup .jq-selectbox__select {
    padding: 0 55px 0 30px;
  }
  .popup-notification {
    padding: 65px;
  }
  .task-block {
    height: auto;
  }
  .aside {
    width: 50vw;
  }
  .main-text,
  .page-not-found .subtitle,
  .techno-fos-block .main-text,
  .techno-slider .slide .main-text {
    font-size: 40px;
  }
  .intersection-block {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .intersection-block .left-text {
    padding-left: 99px;
  }
  .intersection-block .left-text::before {
    left: 0;
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  .intersection-block .left-text::after {
    left: 30px;
    width: 20px;
    height: 20px;
  }
  .solutions-block {
    padding-top: 8rem;
    padding-bottom: 20px;
  }
  .about-top .main-text-wrap,
  .directions-block .main-text-wrap,
  .solutions-block .main-text-wrap,
  .techno-text-block .main-text-wrap {
    margin-bottom: 50px;
  }
  .solutions-block .description {
    font-size: 18px;
    font-weight: 300 !important;
  }
  .merits-slider .slide,
  .sphere-solutions-list,
  .techno-news-row * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sphere-solutions-list a {
    text-transform: none;
    padding: 30px 10px 15px;
    font-size: 18px;
  }
  .sphere-solutions-list a .icon {
    font-size: 57px;
  }
  .sphere-solutions-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .about-mission .description,
  .sphere-solutions-block .description {
    margin-bottom: 43px;
    font-size: 26px;
  }
  .directions-list .flex-item {
    margin-bottom: 30px;
    width: 47%;
    margin-right: 3%;
  }
  .directions-list .flex-item .text-box .description {
    display: block;
  }
  .directions-list .flex-item a .hover .text-box,
  .directions-list .flex-item a:hover .text-box {
    top: 25px;
    bottom: 25px;
  }
  .directions-block {
    padding-top: 84px;
    padding-bottom: 40px;
  }
  .calculation-block {
    padding-bottom: 110px;
    background-image: url(/local/templates/imperator/./img/bg/calculation_bg.jpg);
    background-position: 70% center;
    background-size: cover;
  }
  .calculation-block .main-text {
    max-width: 60%;
    font-size: 40px;
  }
  .calculation-block .promo-text {
    max-width: 60%;
  }
  .about-top {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .about-history,
  .about-merits,
  .about-mission .left-block-wrap,
  .about-synenergy {
    padding-top: 8rem;
  }
  .merit-tile .top-box .icon {
    font-size: 4.44444444em;
  }
  .about-merits .main-text,
  .about-synenergy .main-text {
    padding-right: 0;
  }
  .video-block .preview .main-text-wrap {
    padding-top: 40px;
  }
  .video-block .preview button img {
    width: 146.5px;
  }
  .about-history {
    padding-bottom: 40px;
    font-size: 18px;
  }
  .time-row {
    font-size: 10px;
  }
  .history-tile {
    font-size: 12px;
    min-height: 9.54545455em;
    padding-left: 11.36363636em;
  }
  .history-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 9.54545455em;
  }
  .history-tile .text-wrap {
    position: relative;
    padding-left: 1.81818182em;
  }
  .history-tile .text-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 3.86363636em;
    border-left: 1px solid #ce1518;
    content: '';
  }
  .history-slider {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .history-slider .slide {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
  }
  .techno-slider .slide .description {
    max-width: 400px;
    font-size: 18px;
  }
  .techno-slider-dots {
    bottom: 30px;
    width: 360px;
    margin-right: 30px;
  }
  .techno-text-block {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .techno-red-ribbon {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .techno-red-ribbon .slogan {
    font-size: 22px;
    align-items: center;
  }
  .techno-red-ribbon .slogan .text .title {
    position: relative;
    display: inline;
    margin: 0;
    padding-right: 4.54545455em;
  }
  .techno-red-ribbon .slogan .text .title::after {
    position: absolute;
    top: 50%;
    right: 1.59090909em;
    display: block;
    width: 1.36363636em;
    border-bottom: 1px solid currentColor;
    content: '';
  }
  .techno-services-tile {
    margin-right: 0;
    margin-left: 0;
    padding-right: 5em;
    padding-bottom: 4.44444444em;
    padding-left: 3.88888889em;
    font-size: 18px;
  }
  .techno-services-tile .flex-row {
    flex-direction: row;
    align-items: center;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 130px;
  }
  .techno-services-tile .text-wrap {
    margin-right: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    font-size: 1em;
  }
  .techno-services-tile .text-wrap::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 150px;
    margin-top: -75px;
    border-left: 1px solid #ce1518;
    content: '';
  }
  .techno-services-tile .link-wrap {
    right: 2.22222222em;
    left: auto;
  }
  .techno-news-tile .content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8rem 30px 30px;
    font-size: 18px;
  }
  .techno-news-tile .content-wrap .title {
    text-shadow: 0 0 1px #000, 0 0 5px #000;
  }
  .techno-news-row {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
  .techno-contacts-block .phone-email {
    text-align: right;
  }
  .small-news-tile .w-image {
    height: 130px;
    padding-top: 30px;
    padding-left: 145px;
  }
  .small-news-tile .w-image .img-wrap {
    position: absolute;
    top: 30px;
    left: 15px;
  }
  .tile-data .comments:not(:last-child),
  .tile-data .likes:not(:last-child) {
    margin-right: 1.5em;
  }
  .news-list .flex-item {
    width: calc(100% / 3.26);
  }
  .news-list .flex-item-4 {
    width: calc(100% / 4);
  }
  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 600px;
  }
  .news-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-page .header-bar {
    min-height: 150px;
    padding-top: 20px;
  }
  .clients-block {
    padding-top: 8rem;
    padding-bottom: 70px;
  }
  .clients-block .description {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.13;
    margin: 0 0 25px;
  }
  .clients-page {
    padding-top: 20px;
  }
  .about-top .main-text,
  .clients-page.clients-block .main-text,
  .contacts-page .main-text,
  .map-block .wide-text > .aic,
  .new_service_design .solution-hero__wrapper,
  .news-block .main-text,
  .retail-page .header-bar,
  .retail-page.header-bar,
  .retail-page.retail-block .header-bar,
  .secondary-text.h2,
  .services-page .main-text {
    padding-top: 84px;
    line-height: 0.97;
  }
  .clients-logo-slider .clients-dots {
    bottom: 0;
  }
  .clients-row .flex-item {
    width: calc(100% / 3.5) !important;
    margin-right: 1.5%;
  }
  .clients-row .all-clients-tile::after {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    border: 6px solid #fff;
  }
  .clients-row .all-clients-tile .text {
    right: 52px;
    left: 52px;
    font-size: 25px;
  }
  .clients-row .client-logo-tile::after {
    border: 16px solid rgba(255, 255, 255, 0.15);
  }
  .vacancies-tile-wrap {
    margin-bottom: 30px;
    padding: 30px;
  }
  .services-page {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .services-page .main-text-wrap {
    padding-top: 0;
    font-size: 20px;
  }
  .service-tile {
    padding: 30px;
    font-size: 20px;
  }
  .service-tile .flex-row {
    flex-wrap: nowrap;
  }
  .accordion h3 {
    font-size: 15px;
  }
  .accordion h3 span {
    width: initial;
    max-width: calc(100% - 50px);
  }
  .contacts-row .phone-email {
    padding-left: 60px;
    font-size: 24px;
  }
  .contacts-row .phone-email::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 80px;
    margin-top: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .manager-tile {
    position: relative;
    padding-left: 135px;
  }
  .manager-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
  }
  .manager-tile .content {
    height: 120px;
  }
  .manager-tile .content .name {
    font-size: 16px;
  }
  .manager-tile .content .post {
    font-size: 12px;
  }
  .search-tile {
    min-height: 130px;
    padding-right: 160px;
    padding-left: 160px;
  }
  .search-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-tile .date {
    padding: 10px 20px;
    font-size: 10px;
  }
  .page-not-found {
    min-height: calc(100vh - 395px);
  }
  .page-not-found .content-box {
    max-width: 720px;
    padding: 30px 0 60px;
  }
  .page-not-found .title {
    font-size: 150px;
  }
  .page-not-found .description {
    margin-bottom: 75px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .pre-away {
    text-align: right;
    font-size: 14px;
  }
  .slick-arrow.slick-prev {
    margin-right: 0;
  }
  .slick-arrow.slick-next {
    margin-left: 0;
  }
  .article-arrow.slick-prev,
  .history-slider .slick-arrow.slick-prev,
  .merits-slider .slick-arrow.slick-prev {
    margin-right: -30px;
  }
  .article-arrow.slick-next,
  .history-slider .slick-arrow.slick-next {
    margin-left: -30px;
  }
  .merits-slider .slick-arrow.slick-next {
    margin-left: -10px;
  }
  .techno-slider .slick-arrow.slick-prev {
    margin-right: -64px;
  }
  .techno-slider .slick-arrow.slick-next {
    margin-left: -64px;
  }
}
@media (min-width: 922px) {
  .main-slider .right-side .img-wrap img {
    margin-bottom: -65px;
  }
}
@media (min-width: 992px) {
  .address-list .col-xs-12.col-md-4:first-of-type {
    padding-left: 0;
  }
  .all-services-other-blocks h2.main-text::after,
  .all-services-page .main-text::after,
  .all-services-scheme h2.main-text::after,
  .main-text::after,
  .secondary-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }
  .intersection-block,
  blockquote strong {
    font-size: 36px;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-menu a {
    display: block;
    font-size: 12px !important;
  }
  .main-menu .menu-wrap {
    margin-right: calc(470px - 50vw);
  }
  .main-slider .right-side {
    padding-top: 50px;
  }
  .main-slider .right-side .line-btn-wrap {
    right: 0;
    bottom: 115px;
    left: 140px;
    width: initial;
  }
  .main-slider .right-side .img-wrap {
    padding-left: 60px;
  }
  .main-slider-dots {
    width: 470px;
  }
  .map-container .main-text-wrap {
    max-width: 350px;
  }
  .date-selector-wrap {
    white-space: nowrap;
  }
  .aside .fast-links-wrap {
    padding: 20px 0 10px;
  }
  .aside {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    left: auto;
    z-index: auto;
    width: 210px;
    height: initial;
    padding-right: 15px;
    padding-left: 15px;
    background: 0 0;
  }
  .main-content {
    width: calc(100% - 210px);
  }
  .aside-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .main-text {
    font-size: 45px;
  }
  .secondary-text {
    font-size: 42px;
  }
  .sphere-solutions-block {
    padding-top: 8rem;
    padding-bottom: 80px;
  }
  .directions-list .flex-item .text-box .title {
    width: 33%;
  }
  .directions-list .flex-item .text-box .description {
    width: 67%;
    font-size: 14px;
  }
  .directions-list .flex-item .text-box .description span.line {
    top: 10px;
    bottom: 10px;
  }
  .directions-list .flex-item a .hover .text-box,
  .directions-list .flex-item a:hover .text-box {
    top: 45px;
    bottom: 45px;
  }
  .calculation-block {
    background-position: 55% center;
  }
  .calculation-block .main-text {
    max-width: 750px;
    margin-bottom: 70px;
    font-size: 45px;
  }
  .calculation-block .promo-text {
    max-width: initial;
    padding-top: 125px;
  }
  .about-merits {
    font-size: 10px;
  }
  .time-row {
    font-size: 12px;
  }
  .history-tile,
  .techno-red-ribbon .slogan {
    font-size: 18px;
  }
  .about-synenergy {
    padding-bottom: 0;
    background-image: url(/local/templates/imperator/./img/bg/synenergy_bg_big.jpg);
    background-position: center;
    background-size: cover;
    min-height: 740px;
    font-size: 14px;
  }
  .about-synenergy .main-text-wrap {
    max-width: 600px;
  }
  .about-synenergy .main-text-wrap .more-text {
    max-width: 380px;
  }
  .techno-slider .slide .text-wrap {
    padding-right: 300px;
    padding-left: 20px;
  }
  .techno-slider .slide .main-text {
    font-size: 26px;
  }
  .techno-slider .slide .main-text::after {
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid #ce1518;
  }
  .techno-slider .slide .description {
    max-width: 400px;
    font-size: 14px;
  }
  .techno-slider-dots {
    width: 470px;
    margin-right: 65px;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 280px;
  }
  .techno-services-tile .text-wrap::before {
    height: 200px;
    margin-top: -100px;
  }
  .techno-fos-block .main-text {
    margin-right: -100px;
    font-size: 45px;
  }
  .techno-fos-block .img-wrap .techno-man-text {
    top: 30px;
    left: 60px;
    font-size: 14px;
  }
  .news-page .header-bar {
    min-height: 200px;
  }
  .clients-row .flex-item {
    width: calc(100% / 4.5) !important;
    margin-right: 1.5%;
  }
  .service-tile {
    font-size: 14px;
  }
  .services-grid .big-item {
    width: 100%;
  }
  .container.container-3.payment-order-page .flex-left,
  .container.container-3.payment-order-page .flex-right,
  .services-grid .medium-item,
  .services-grid .small-item {
    width: 50%;
  }
  .accordion div {
    padding-left: 55px;
    font-size: 14px;
  }
  .search-filter label {
    display: block;
    margin-right: 0;
  }
  .page-not-found {
    min-height: calc(100vh - 375px);
  }
  .page-not-found .content-box {
    max-width: 720px;
  }
  .container.container-3.payment-order-page .flex-left .flex-left-img {
    object-fit: cover;
    height: 100%;
    max-width: unset;
    width: 100%;
    max-height: unset;
    position: relative;
    transition: transform 0.3s;
    z-index: 2;
    padding-right: 36px;
  }
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .visible-lg,
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .news-block-slider .slide {
    padding-bottom: 0;
  }
  .news-block-slider .slick-dots,
  .small-news-tile .w-image .img-wrap {
    left: 30px;
  }
  .container {
    width: 970px;
  }
  .news-tile {
    padding: 10px;
  }
  .news-tile .img-wrap .date {
    top: -30px;
    left: -30px;
  }
  .news-tile .announce {
    max-height: 4.28571429em;
  }
  .news-tile .text-wrap {
    padding-right: 50px;
  }
  .small-news-tile .w-image {
    padding-left: 160px;
  }
  .small-news-tile .w-image .title {
    font-size: 16px;
  }
  .tile-social-links .social-list {
    right: 25px;
  }
  body .rubrika .news-tile {
    padding-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1281px) {
  .away-list-wrap,
  .header .contact-col-wrap * {
    display: block;
  }
  .contact-col-wrap,
  .header .contact-col-wrap {
    max-width: 210px !important;
  }
  .main-menu .menu-btn {
    display: none;
  }
  .main-menu li.active:after,
  .main-menu li:hover:after {
    margin-top: 16px;
  }
  .main-menu .menu-wrap {
    position: static;
    display: block;
    width: initial;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    transition: none;
  }
  .main-slider .right-side .line-btn-wrap {
    left: 260px;
  }
  .main-slider .right-side .img-wrap {
    padding-left: 140px;
  }
  .main-slider .right-side .img-wrap img {
    margin-bottom: -65px;
  }
  .directions-list .flex-item .text-box .title,
  .history-tile,
  .main-slider .description.js-description,
  .techno-red-ribbon .slogan {
    font-size: 22px;
  }
  .main-slider .main-text {
    margin-right: -600px;
    font-size: 60px;
    line-height: 62px;
    text-transform: initial;
  }
  .main-slider .main-text b {
    font-size: 60px;
  }
  .main-slider .description {
    margin-bottom: 45px;
    font-size: 24px;
    margin-right: -200px;
  }
  .main-slider-dots,
  .techno-slider-dots {
    width: 630px;
  }
  .map-container .form-wrap {
    padding: 50px 70px;
  }
  .footer .main-flex-item.contact-row {
    width: 500px;
  }
  .footer .main-flex-item.contact-row .flex-wrap {
    flex-wrap: nowrap;
  }
  .container {
    width: 1270px;
  }
  .main-text,
  .techno-slider .slide .main-text {
    font-size: 45px;
  }

  .solution-hero__title {
    font-size: 50px;
  }

  .secondary-text {
    font-size: 50px;
  }
  .accordion div,
  .directions-list .flex-item .text-box .description,
  .techno-fos-block .img-wrap .techno-man-text,
  .time-row {
    font-size: 16px;
  }
  .intersection-block .left-text,
  .manager-tile {
    padding-left: 160px;
  }
  .intersection-block .right-text .small {
    white-space: nowrap;
  }
  .solutions-list {
    padding-right: 15px;
    padding-left: 15px;
  }
  .solutions-list a span::before {
    margin-top: 10px;
  }
  .sphere-solutions-list a .icon {
    font-size: 75px;
  }
  .sphere-solutions-block .right-block-wrap {
    height: 622px;
  }
  .calculation-block {
    background-position: center;
  }
  .calculation-block .main-text-wrap,
  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 980px;
  }
  .calculation-block .main-text {
    max-width: initial;
    font-size: 45px;
  }
  .about-merits,
  .manager-tile .content .email .text,
  .manager-tile .content .phone .text,
  .manager-tile .content .post,
  .techno-services-tile {
    font-size: 14px;
  }
  .video-block .preview .main-text-wrap {
    padding-top: 85px;
  }
  .video-block .preview button img {
    width: 293px;
  }
  .about-synenergy {
    min-height: 1000px;
    font-size: 18px;
  }
  .about-synenergy .main-text-wrap {
    max-width: 730px;
  }
  .about-synenergy .main-text-wrap .more-text,
  .geography-page .slogan .text {
    max-width: 500px;
  }
  .techno-slider .slide .text-wrap {
    padding-right: 200px;
    padding-left: 0;
  }
  .techno-slider .slide .main-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }
  .techno-slider .slide .description {
    max-width: 540px;
    font-size: 18px;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 130px;
  }
  .techno-services-tile .text-wrap {
    margin-left: 0;
    padding-left: 30px;
  }
  .techno-services-tile .text-wrap::before {
    height: 150px;
    margin-top: -75px;
  }
  .techno-news-tile .content-wrap {
    padding: 80px 30px 30px;
    font-size: 14px;
  }
  .techno-fos-block .main-text {
    margin-right: 0;
    font-size: 45px;
  }
  .techno-fos-block form {
    padding-right: 30px;
  }
  .techno-fos-block .img-wrap {
    margin-left: -30px;
  }
  .clients-row .flex-item {
    width: calc(100% / 5.5) !important;
    margin-right: 1.5%;
  }
  .service-tile {
    min-height: 405px;
    font-size: 20px;
  }
  .svg-map {
    margin-bottom: -16%;
  }
  .accordion div {
    padding-left: 75px;
  }
  .accordion h3 {
    font-size: 18px;
  }
  .geography-page .slogan {
    margin-right: calc(635px - 50vw);
  }
  .geography-page .slogan .flex-row {
    font-size: 24px;
  }
  .manager-tile .img-wrap {
    width: 150px;
  }
  .manager-tile .content {
    height: 150px;
  }
  .manager-tile .content .name {
    font-size: 20px;
  }
  .page-not-found .content-box {
    max-width: 1080px;
  }
}
.muzhik {
  position: absolute;
  right: -60%;
  bottom: 0;
}
@media (min-width: 1600px) {
  .svg-map {
    margin-bottom: -15%;
  }
  .geography-page .slogan {
    margin-right: calc(635px - 50vw);
    padding-left: 60px;
  }
  .geography-page .slogan .flex-row {
    font-size: 26px;
  }
  .geography-page .slogan .text {
    max-width: 500px;
  }
  .search-block .aside-layout,
  .search-block .search-input-wrap {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .slick-arrow.slick-prev,
  .techno-slider .slick-arrow.slick-prev {
    margin-right: -60px;
  }
  .slick-arrow.slick-next,
  .techno-slider .slick-arrow.slick-next {
    margin-left: -60px;
  }
  .article-arrow.slick-prev {
    margin-right: -30px;
  }
  .article-arrow.slick-next {
    margin-left: -30px;
  }
  .muzhik {
    right: -35%;
  }
  .container {
    max-width: 1270px;
  }
}
@media (max-width: 1280px) {
  .contacts-row .phone-email::before,
  .header-new,
  .muzhik {
    display: none;
  }
  .header-old {
    display: block;
  }
  header .pre-away {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 16px;
  }
  .map-block .pre-away {
    font-size: 16px;
  }
  .contacts-row .phone-email {
    padding-left: 106px;
  }
  .solution-service__right-inner {
    margin-top: -90px;
  }
  body .row.fck {
    flex-direction: column-reverse !important;
  }
  body .row.fck > div {
    width: 100% !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .check-lists .check-lists__image img {
    left: 140px;
  }
  .solution-hero__wrapper {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .solution-hero__subtitle {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  header .pre-away {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .solutions-list a:hover + .img-wrap {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    transition: opacity 0.25s;
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .clients-reviews__nav {
    font-size: 18px;
    line-height: 18px;
  }
  .clients-reviews__nav-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .clients-reviews__nav-item {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 550px) {
  .clients-reviews__nav-list {
    margin-left: 0;
    margin-right: 0;
  }
  .clients-reviews__nav-item {
    width: calc(50% - 10px);
    margin-left: 0 !important;
  }
  .clients-reviews__nav a {
    white-space: normal;
  }
}
@media (min-width: 1920px) {
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8,
  .services-grid .big-item {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6,
  .services-grid .medium-item {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4,
  .history-slider .slide,
  .services-grid .small-item {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .header .away-link-wrap {
    margin-top: 0;
    position: static;
  }
  .main-slider .left-side {
    width: 960px;
    padding-left: 65px;
  }
  .main-slider .right-side {
    width: calc(100% - 960px);
  }
  .main-slider .right-side .line-btn-wrap {
    left: 0;
  }
  .main-slider .right-side .img-wrap {
    padding-left: 60px;
  }
  .main-slider .right-side .img-wrap img {
    margin-bottom: -75px;
  }
  .main-slider .main-text {
    margin-right: 0;
  }
  .main-slider .description {
    margin-bottom: 75px;
  }
  .main-slider-dots {
    bottom: 40px;
    margin-left: 65px;
  }
  .map-container .main-text-wrap {
    max-width: 415px;
    padding-left: 65px;
  }
  .map-container .form-wrap {
    padding: 50px 130px;
  }
  .container {
    width: 1850px;
  }
  .common-page-body-wrap,
  .contacts-page .xl-wrap,
  .services-grid-wrap,
  .services-page .main-text-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .intersection-block .left-text {
    margin-left: 65px;
  }
  .solutions-list {
    padding-top: 195px;
  }
  .solutions-list .img-wrap {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    display: block;
    transition: opacity 0.25s;
    pointer-events: none;
    opacity: 0;
  }
  .solutions-list a {
    padding: 20px 40px;
    font-size: 18px;
  }
  .solutions-list .flex-item {
    position: relative;
    width: calc(100% / 4);
    min-height: 84px;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }
  .solutions-list .flex-item:nth-of-type(2n-1),
  .solutions-list .flex-item:nth-of-type(4n-1),
  .solutions-list .flex-item:nth-of-type(6n-1) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-block .main-text-wrap {
    max-width: 1310px;
    padding-left: 65px;
  }
  .sphere-solutions-list a {
    padding: 10px;
    font-size: 18px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: #fff;
  }
  .sphere-solutions-block .right-block-wrap {
    height: 630px;
  }
  .directions-list .flex-item {
    width: 33.3333333%;
  }
  .directions-block .main-text-wrap {
    max-width: 100%;
    padding-left: 65px;
  }
  .calculation-block .main-text-wrap {
    max-width: 1200px;
    padding-left: 65px;
  }
  .calculation-block .main-text,
  .techno-fos-block .main-text {
    font-size: 45px;
  }
  .about-top .main-text-wrap {
    max-width: 1300px;
  }
  .about-merits,
  .manager-tile .content .email .text,
  .manager-tile .content .phone .text,
  .manager-tile .content .post,
  .techno-services-tile {
    font-size: 18px;
  }
  .about-mission .left-block-wrap {
    padding-right: 78px;
    padding-left: 65px;
  }
  .about-synenergy {
    min-height: 1064px;
  }
  .about-synenergy .main-text-wrap,
  .techno-contacts-block .main-text-wrap,
  .techno-fos-block .main-text-wrap,
  .techno-news-block .main-text-wrap,
  .techno-red-ribbon .main-text-wrap,
  .techno-services-block .main-text-wrap,
  .techno-vacancies-block .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }
  .about-synenergy .main-text-wrap .more-text,
  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 100%;
  }
  .techno-slider .slide .text-wrap {
    padding-right: 720px;
    padding-left: 65px;
  }
  .techno-slider-dots {
    bottom: 40px;
  }
  .techno-text-block .main-text-wrap {
    max-width: 1300px;
    padding-left: 65px;
  }
  .techno-solutions-block .main-text-wrap {
    max-width: 50%;
  }
  .techno-services-tile .flex-item .img-wrap {
    width: 280px;
  }
  .techno-services-tile .text-wrap {
    margin-left: 15px;
    padding-left: 40px;
  }
  .techno-services-tile .text-wrap::before {
    height: 200px;
    margin-top: -100px;
  }
  .techno-news-tile .content-wrap {
    padding: 8rem 30px 30px;
    font-size: 18px;
  }
  .techno-fos-block .img-wrap .techno-man-text {
    top: 50%;
    right: 0;
    left: auto;
  }
  .news-list .flex-item {
    width: calc(100% / 3.26);
  }
  .news-list .flex-item-4 {
    width: calc(100% / 4);
  }
  .clients-row .flex-item.hidden-lg,
  .main-news-list .flex-item.hidden-lg {
    display: block !important;
  }
  .news-block .main-text-wrap {
    padding-left: 0;
  }
  .clients-row .flex-item {
    width: calc(100% / 7.5) !important;
    margin-right: 1.5%;
  }
  .svg-map {
    margin-bottom: -18%;
  }
  .accordion div {
    padding-left: 95px;
  }
  .accordion h3 {
    font-size: 20px;
  }
  .geography-page .accordion h3 {
    font-size: 19px;
  }
  .geography-page .slogan {
    margin-right: calc(925px - 50vw);
    padding-left: 130px;
  }
  .geography-page .slogan .flex-row {
    font-size: 36px;
  }
  .geography-page .slogan .text {
    max-width: 700px;
  }
  .manager-tile {
    padding-left: 250px;
  }
  .manager-tile .img-wrap {
    width: 210px;
  }
  .manager-tile .content {
    height: 210px;
  }
  .manager-tile .content .name {
    font-size: 24px;
  }
  .search-block .xl-wrap {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .all-services-other-blocks h2.main-text,
  .all-services-page h1.main-text,
  .all-services-scheme h2.main-text {
    margin-top: 30px;
  }
  .all-services-page h2.main-text {
    margin-bottom: 30px;
  }
  .all-services-contacts-block.services-contacts-block .title {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .all-services-other-blocks h2.main-text::after,
  .all-services-page .main-text::after,
  .all-services-scheme h2.main-text::after {
    transform: translateY(2px);
  }
  .physical-security .physical-security__image-wrapper {
    max-width: 260px;
  }
  .check-lists-opportunities__bottom {
    flex-direction: column;
  }
  .check-lists-opportunities__image {
    order: 1;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
  }
  .check-lists-opportunities__items,
  .techno-slider .slide .container {
    width: 100%;
  }
  .check-lists-opportunities__items:not(:first-of-type) {
    margin-top: 15px;
  }
  .clients-reviews__nav {
    margin-right: -15px;
  }
  .visible-xs,
  .visible-xs-block {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  #map {
    max-height: 75vh;
  }
  .map-block #map {
    height: 490px;
    max-height: initial;
  }
  .date-selector-wrap,
  .popup.public-popup .decorated-title {
    margin-bottom: 10px;
  }
  .news-btns-wrap.text-right {
    text-align: left;
  }
  .mfp-content {
    overflow: auto;
    max-width: 100vw;
    max-height: 100vh;
  }
  .mfp-image-holder .mfp-content {
    overflow: initial;
    max-width: 85%;
    max-height: initial;
  }
  .popup.public-popup {
    padding: 30px 15px 20px;
  }
  .popup.public-popup .mfp-close {
    background: 0 0;
  }
  .popup.public-popup .decorated-title::before {
    display: none;
  }
  .popup.public-popup small {
    font-size: 14px;
  }
  .solutions-list .flex-item {
    width: 100%;
    margin-bottom: 5px;
    background: rgba(25, 28, 33, 0.7);
  }
  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 12px 15px 10px;
    font-size: 10px;
  }
  .solutions-block .main-text-wrap .main-text {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: #fff;
  }
  .sphere-solutions-list a {
    padding: 12px 10px 10px;
    font-size: 9px;
  }
  .video-block .preview .main-text {
    font-size: 15px;
  }
  .techno-news-tile .content-wrap .date {
    position: absolute;
    top: 5.66666667em;
    left: 1.66666667em;
  }
  .techno-news-tile .content-wrap .title {
    color: #000;
  }
  .techno-fos-block .main-text {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 568px) {
  .menu-list-new:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .news-btns-wrap .giant-btn:not(:last-of-type),
  .news-btns-wrap .jq-file:not(:last-child) {
    margin-bottom: 10px;
  }
  .clients-block,
  .contacts-page {
    background-image: none;
    background-color: #25282f;
  }
}
@media (max-width: 479px) {
  .page-not-found .common-btn {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sphere-solutions-list .flex-item {
    width: 235px !important;
    height: 235px !important;
  }
  .col-md-20 {
    width: 20%;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .visible-md,
  .visible-md-block {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .visible-sm,
  .visible-sm-block {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .solutions-list .flex-item {
    width: 33.33333333%;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }
  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 15px;
    font-size: 16px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 172px !important;
    height: 172px !important;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
  .sphere-solutions-list a {
    padding: 15px 10px;
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .wrap_description {
    height: auto !important;
  }
  .sphere-solutions-list .flex-item {
    width: 50% !important;
    max-height: 172px !important;
    height: auto !important;
  }
  .grid-system li:before {
    display: none;
  }
  .sphere-solutions-list a {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .popup.public-popup .captcha-wrap,
  .popup.public-popup input[name='captcha'] {
    max-width: 275px;
  }
}
.main-slider-block {
  height: 550px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .all-services-page .sphere-solutions-list .flex-item {
    width: 25%;
  }
  .obertka,
  .text-ober {
    width: 100% !important;
  }
  .solutions-list .flex-item {
    width: 33.33333333%;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }
  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 15px 30px;
    font-size: 16px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    width: 16.66666667%;
    background: #fff;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
  .sphere-solutions-list a {
    padding: 30px 10px 15px;
    font-size: 18px;
  }
  .about-mission .main-text,
  .sphere-solutions-block .main-text {
    font-size: 45px;
  }
}
@media (min-width: 1281px) and (max-width: 1920px) {
  .container {
    max-width: 1270px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1281px) and (max-width: 1919px) {
  .sphere-solutions-list .flex-item {
    width: 175px !important;
    height: 175px !important;
  }
  .sphere-solutions-list a {
    padding: 15px 10px 10px;
    font-size: 18px;
  }
  .main-slider-block {
    height: 450px;
  }
  .templaytes-landing .container {
    max-width: 1270px;
  }
  .container-2 .flex-left,
  .container-2 .flex-right,
  .container-3 .flex-left,
  .container-3 .flex-right {
    flex-basis: 50%;
  }
  .container-3 .flex-left {
    margin-right: 36px;
  }
  .container-2 .flex-right {
    margin-left: 36px;
  }
  .header-new .container {
    max-width: 1270px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .solutions-list .flex-item {
    width: calc(100% / 4);
    min-height: 106px;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }
  .solutions-list .flex-item:first-of-type,
  .solutions-list .flex-item:nth-of-type(3n),
  .solutions-list .flex-item:nth-of-type(8n) {
    background: rgba(25, 28, 33, 0.5);
  }
  .solutions-list a {
    padding: 20px 30px;
    font-size: 17px;
  }
  .sphere-solutions-list .flex-item {
    position: relative;
    background: #fff;
  }
  .sphere-solutions-list .flex-item:first-of-type,
  .sphere-solutions-list .flex-item:nth-of-type(3),
  .sphere-solutions-list .flex-item:nth-of-type(6),
  .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea;
  }
  .about-mission .main-text,
  .sphere-solutions-block .main-text {
    font-size: 45px;
  }
}
.contacts-row .phone-email a,
.phone-email a,
.pre-away a {
  white-space: nowrap;
  display: inline-block;
}
.away-list .img-wrap img {
  max-height: 40px;
}
body .news-tile .title {
  margin: 10px 0;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  body .small-news-tile .w-image .img-wrap {
    left: 12px;
  }
}
.small-news-tile .text-wrap.mb-30.w-image {
  padding: 0 0 0 130px;
  min-height: 60px;
}
.small-news-tile .text-wrap.mb-30.w-image img {
  max-width: 130px;
  max-height: 130px;
}
.slide a.img-wrap img {
  max-height: 130px;
}
.article-slider {
  margin-top: 10px;
}
.grid-system {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.grid-system li {
  width: 100% !important;
  height: auto !important;
}
.grid-system li:before {
  content: '' !important;
  float: left !important;
  padding-top: calc(100% + 20px) !important;
}
@media (min-width: 320px) {
  .grid-system li {
    width: 50% !important;
  }
}
@media (min-width: 460px) {
  .grid-system li {
    width: 33.3% !important;
  }
}
@media (min-width: 600px) {
  .grid-system li {
    width: 25% !important;
  }
}
@media (min-width: 775px) {
  .grid-system li {
    width: 25% !important;
  }
}
@media (min-width: 1281px) {
  .grid-system li {
    width: 25% !important;
  }
}
@media (max-width: 1440px) {
  .main-slider-block {
    height: 450px;
  }
}
.row.fck .hidden-xs {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 10px;
}
.row.fck .hidden-xs b {
  font-size: 22px;
  padding-bottom: 10px;
}
@media (max-width: 1919px) {
  .header .away-link-wrap .away-btn {
    border-color: #6a6a6a;
    background: #6a6a6a;
  }
  .header .away-link-wrap .away-btn .text {
    color: #fff;
  }
  .header .away-link-wrap .away-btn .arrow {
    background: #fff;
  }
  .header .away-link-wrap .away-btn .arrow::before {
    border-color: #ce1518;
  }
  #mainSlider .main-slider-dots {
    bottom: 65px;
  }
}
@media (max-width: 1920px) {
  .personal-order {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .personal-order .title-h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .personal-order .personal-order-box p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px;
  }
  .personal-order .personal-order-box p br:first-of-type {
    display: none;
  }
  .personal-order .personal-order-box .preview-banner__form-call {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1280px) {
  .solution-why__subtitle {
    margin-bottom: 10px;
  }
  .solution-why__cards {
    flex-wrap: wrap;
  }
  .solution-why .solution-why__cards.three-cards .solution-why__card,
  .solution-why__card {
    width: calc(50% - 10px);
    margin-top: 25px;
  }
  .solution-why__card + .solution-why__card {
    margin-left: 0;
  }
  .solution-service__cards,
  .solution-why__card:nth-child(2n) {
    margin-left: 20px;
  }
  .solution-guard__title {
    font-size: 40px;
  }
  .solution-service__left,
  .solution-service__right {
    width: 50%;
  }
  .solution-trust__slider {
    padding-left: 35px;
    padding-right: 35px;
  }
  .solution-service-commerce .solution-service__left {
    padding-left: 30px;
  }
  .solution-other__card.solution-other__card-red {
    width: 41%;
    margin-left: 9%;
  }
  .object-type-hero .object-type-hero__image img {
    width: 100%;
    left: 27%;
  }
  .object-type-hero .object-type-hero__image-wrapper {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .main-news-list.news-list.flex-row.flex-wrap {
    justify-content: space-between;
  }
  .solution-hero__title {
    font-size: 50px;
  }
  .solution-guard__title,
  .solution-service__card-title {
    font-size: 30px;
  }
  .solution-guard__subtitle {
    font-size: 22px;
  }
  .solution-guard__list-items,
  .solution-guard__list-title,
  .solution-guard__text,
  .solution-other__card-list,
  .solution-other__card-text,
  .solution-service__text {
    font-size: 16px;
  }
  .solution-guard__text span.bold {
    font-weight: 700;
  }
  .solution-guard__list,
  .solution-guard__list-title {
    margin-bottom: 15px;
  }
  .solution-service__cards {
    padding: 0 20px 20px;
  }
  .solution-service__card-text {
    font-size: 18px;
  }
  .services-grid .grid-item-100 .flex-row .flex-item:last-child {
    display: none;
  }
}
@media (max-width: 825px) {
  .flex-item.footer-mobile-ml {
    margin-left: 0;
  }
  .wrap_img__text p {
    margin-left: 5px;
  }
  .flex-custom .wrap_img__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .solution-guard__wrapper {
    flex-direction: column-reverse;
  }
  .solution-guard__left,
  .solution-guard__right,
  .solution-other__card,
  .solution-service__left,
  .solution-service__right {
    width: 100%;
  }
  .solution-guard__right {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .mass-about__wrapper,
  .solution-service__bottom {
    flex-direction: column;
  }
  .solution-service__right {
    margin-top: 20px;
  }
  .solution-service-commerce .solution-service__right,
  .solution-why .solution-why__cards.three-cards .solution-why__card,
  .solution-why__card {
    width: 100%;
  }
  .solution-service__cards,
  .solution-why__card:nth-child(2n) {
    margin-left: 0;
  }
  .solution-other__card.solution-other__card-red {
    width: 100%;
    margin-left: 0;
  }
  .solution-service-commerce .solution-service__bottom {
    flex-direction: column-reverse;
  }
  .solution-service-commerce .solution-service__left {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .solution-service-commerce .solution-service__right-inner img {
    object-position: center;
    max-width: 500px;
  }
  .solution-hero__title,
  .solution-other__title,
  .solution-service__title,
  .solution-trust__title,
  .solution-why__title {
    font-size: 35px;
  }
  .mass-about__image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .mass-about__content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .clients-reviews__section-title {
    font-size: 22px;
    line-height: 24px;
  }
  .clients-reviews__title,
  .solution-hero__title {
    line-height: 1.14285714;
  }
  .about-top,
  .news-page .header-bar,
  .services-page.all-services-page {
    padding-top: 20px;
  }
  .clients-reviews__main,
  .solution-hero__wrapper {
    padding-top: 0;
  }
  .all-services-page h1.main-text {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .solution-hero__title {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .solution-service__card-text {
    font-size: 15px;
  }
}
@media (min-width: 319px) and (max-width: 379px) {
  body .sphere-solutions-list .flex-item:first-of-type,
  body .sphere-solutions-list .flex-item:nth-of-type(3),
  body .sphere-solutions-list .flex-item:nth-of-type(5),
  body .sphere-solutions-list .flex-item:nth-of-type(7) {
    background: #e5e7ea !important;
  }
}
@media (min-width: 380px) and (max-width: 543px) {
  body .sphere-solutions-list .flex-item:first-of-type,
  body .sphere-solutions-list .flex-item:nth-of-type(4),
  body .sphere-solutions-list .flex-item:nth-of-type(5),
  body .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea !important;
  }
}
@media (min-width: 543px) and (max-width: 715px) {
  body .sphere-solutions-list .flex-item:first-of-type,
  body .sphere-solutions-list .flex-item:nth-of-type(3),
  body .sphere-solutions-list .flex-item:nth-of-type(5),
  body .sphere-solutions-list .flex-item:nth-of-type(7) {
    background: #e5e7ea !important;
  }
}
@media (min-width: 716px) and (max-width: 768px) {
  body .sphere-solutions-list .flex-item:first-of-type,
  body .sphere-solutions-list .flex-item:nth-of-type(3),
  body .sphere-solutions-list .flex-item:nth-of-type(6),
  body .sphere-solutions-list .flex-item:nth-of-type(8) {
    background: #e5e7ea !important;
  }
}
@media screen and (max-width: 430px) {
  .service-scope.new-service-section.new-service-gray-bg .service-scope__card {
    width: 100%;
    flex: 1;
    min-width: 100%;
  }

  .about-company-advantages__title {
    padding-left: 0 !important;
  }
  .clients-block,
  .contacts-page .col-xs-12.address-list .col-xs-12,
  .contacts-page .form-wrap.mb-30,
  .contacts-page.geography-page .container .col-xs-12,
  .retail-form-block.retail-block.physical-security-form .retail-text,
  .sphere-solutions-list a,
  ul:not(.list-unstyled):not(.list-inline) > li.about-company-advantages__item {
    padding-left: 0;
    padding-right: 0;
  }
  .about-company-advantages__list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-new > .container,
  .service-capabilities .service-capabilities__item,
  body .clients-block .container,
  body .news-block .container,
  body .sphere-solutions-block .pull-right {
    padding: 0 15px;
  }
  .blog .news-page.news-block .container .list-inline > li:nth-child(3),
  .blog
    .news-page.news-block
    .container
    .list-inline
    > li:nth-child(3)
    > span.current,
  .breadcrumbs li:first-child,
  .breadcrumbs li:first-child a,
  .footer .social-list.list-inline li:first-child,
  .main-text-wrap.wide-text .flex-row .col-md-8,
  .main-text-wrap.wide-text .flex-row .col-md-8 .col-xs-12,
  .solution-hero .container .list-inline > li:nth-child(3),
  .solution-hero .container .list-inline > li:nth-child(3) > span.current {
    padding-left: 0;
  }
  .news-block .main-news-list .news-tile {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .news-article,
  .news-tile .announce,
  .object-type-areas__item-desc,
  body .map-block .address-wrap .address,
  body .map-block .form-wrap a {
    font-size: 18px;
    line-height: 20px;
  }
  .news-article .ami-lazy.loaded {
    margin-bottom: 20px;
  }
  .clients-reviews__nav a,
  .contacts-page .contacts-title,
  .directions-list .flex-item .text-box .title span.text,
  .geography-page .accordion p,
  .manager-slider .manager-tile .content .name,
  .news-article .article-title,
  .object-type-areas__item-text,
  .object-type-areas__item-title,
  .object-type-info__desc,
  .object-type-info__link,
  .object-type-info__text22,
  .object-type__text,
  .press-center__text,
  .services-contacts-block .services-contacts-column h3,
  .services-custom-page .custom-tile h3,
  .solution-hero .solution-hero__subtitle,
  body .clients-block .main-text,
  body .sphere-solutions-list .flex-item a div {
    font-size: 22px;
    line-height: 24px;
  }

  .clients-reviews__nav a {
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
  }

  .news-tile .text-wrap {
    max-height: 126px;
    height: auto;
  }
  .about-company-info__title {
    text-align: left !important;
    font-size: 27px !important;
  }
  li.about-company-history__year-item {
    width: auto !important;
  }
  .about-company-history {
    padding-bottom: 0 !important;
  }
  .clients-reviews__main,
  .contacts-page .main-text,
  .geography-page .main-text,
  .services-page .main-text {
    padding-top: 4rem;
  }
  .about-company-advantages__text,
  .about-company-community__text,
  .about-company-general__license-text,
  .about-company-general__quote-company,
  .about-company-general__quote-text,
  .about-company-general__text,
  .about-mission .left-block-wrap .more-text,
  .all-services-other-blocks.uslugi-text-block ol li,
  .all-services-other-blocks.uslugi-text-block p,
  .all-services-other-blocks.uslugi-text-block ul li,
  .contacts-top-section .second-column a,
  .contacts-top-section .second-column p,
  .directions-block .description,
  .geography-page .accordion ul li,
  .manager-slider .manager-info-text li,
  .manager-tile .content .email .text,
  .manager-tile .content .phone .text,
  .manager-tile .content .post,
  .object-type-defender__text,
  .object-type-defender__text2 span,
  .services-contacts-block .email a,
  .services-contacts-block .phone a {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .uslugi-text-block ol:not(.list-unstyled):not(.list-inline) > li {
    padding: 0 0 0 100px;
  }
  .services-contacts-block.all-services-contacts-block
    .main-text-wrap.wide-text
    .flex-row {
    width: 100%;
  }
  .services-contacts-block.all-services-contacts-block
    .main-text-wrap.wide-text
    .flex-row
    .services-contacts-column {
    padding: 0;
  }
  .object-type-info__link,
  .object-type-info__link a {
    color: #ce1418;
  }
  .object-type-areas__img {
    width: 70px;
    height: fit-content;
  }
  .contacts-page .secondary-text,
  .object-type__title,
  .press-center__title,
  .section-item__review-title {
    font-size: 27px;
    line-height: 29px;
  }
  .news-block .main-news-list .flex-item .title {
    font-size: 22px;
    line-height: 24px;
    max-height: none;
  }
  .geography-page .accordion p {
    padding-bottom: 15px;
  }
  .directions-list .flex-item .text-box .title {
    width: 50%;
  }
  .breadcrumbs li {
    font-size: 16px;
    line-height: 20px;
  }
  .breadcrumbs li:not(:last-of-type)::after {
    right: -7px;
  }
  .solution-hero .solution-hero__subtitle50 {
    width: 42%;
  }
  .sphere-solutions-list a span,
  body .clients-row .all-clients-tile .text {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .clients-reviews__description {
    line-height: 20px;
    font-size: 18px;
  }
  .clients-block .description {
    line-height: 24px;
    font-size: 22px;
  }
  .main-text,
  body .sphere-solutions-block .main-text {
    font-size: 27px !important;
    line-height: 29px !important;
  }
  .mini-map-address .city {
    font-size: 19px;
  }
  .description.custom_description {
    line-height: 24px;
  }
  .press-center__more {
    font-size: 16px;
  }
  .sphere-solutions-list .flex-item img {
    max-width: 15%;
  }
  .common-btn.red-common-btn.red-arrow-btn,
  .common-btn.white-more-btn,
  .description.js-description,
  .main-text.ttu.js-main-text.hmain,
  body .solutions-block .description,
  body .solutions-list .flex-item:after {
    display: none;
  }
  .description.description-custom_hidden,
  .main-text.main-text-custom_hidden {
    display: block !important;
  }
  .main-slider-block {
    display: block;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
    /* background-image: url(/local/templates/imperator/./img/bg/new_mobile_bg.png) !important; */
    background-position: left;
    background-size: cover;
    color: #fff;
    transition: none;
    transition-timing-function: unset;
  }
  .main-slider .left-side {
    padding-top: 80px;
  }
  .custom__burger_item {
    flex-grow: 1;
    margin-left: 25px;
  }
  .main-slider .description {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .main-slider .slick-dots.main-slider-dots {
    display: none !important;
  }
  #mainSlider .left-side {
    width: 100%;
    max-width: 350px;
  }
  .main-text b {
    font-size: 27px;
    line-height: 29px;
    margin-right: 100px;
  }
  .common-btn.red-common-btn.red-arrow-btn.slider_btn_hidden {
    display: block;
    width: 200px;
    height: 60px;
    margin-top: 30px;
    position: absolute;
    top: 280px;
    margin-left: 0;
  }
  .red-arrow-btn .text {
    font-size: 17px;
  }
  .main-slider-block .left-side h1.main-text {
    margin-right: 25px;
  }
  .solutions-block.big {
    display: block;
  }
  body .solutions-list {
    justify-content: space-between;
  }
  body .solutions-list .flex-item {
    margin-right: 0;
    width: 100%;
    padding: 5px;
    height: 100%;
  }
  body .solutions-block .main-text-wrap {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  body .solutions-block .main-text-wrap .main-text {
    color: #000;
    padding-left: 15px;
  }
  .wrap_img__text {
    flex-direction: column;
  }
  body .solutions-list a {
    padding: 0 60px 0 35px;
  }
  .flex-custom a .wrap_img__text p {
    padding: 0;
    margin-left: 0;
    margin-top: 10px;
    font-size: 19px;
    line-height: 20px;
  }
  .service-scope__card-text {
    font-size: 18px;
  }
  .physical-security-form .service-questions__contacts,
  .physical-security-form .service-questions__text,
  .solutions-block .solutions-list .flex-custom a .wrap_img__text p {
    font-size: 22px;
    line-height: 24px;
  }
  .flex-custom .wrap_img__text img {
    margin-bottom: 5px;
  }
  .flex-custom a .wrap_description p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 8px;
  }
  .flex-custom.flex-item .wrap_img__text {
    display: flex;
    margin-bottom: 0;
    padding-top: 5px;
    height: auto;
  }
  .wrap_description {
    height: auto;
  }
  .solutions-block .solutions-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .solutions-block .solutions-list .flex-item {
    margin-bottom: 15px;
  }
  .contacts-top-section > div {
    padding-right: 18px;
    padding-left: 38px;
  }
  .manager-tile .img-wrap {
    padding: 0;
    margin: 0 10px 0 0;
  }
  .clients-reviews__nav-item {
    word-break: break-all;
  }
  .services-custom-page .custom-grid .grid-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .object-type-hero .object-type-hero__wrapper {
    padding-top: 4rem !important;
  }
  .news-page .container .common-page-body-wrap {
    padding-left: 15px;
  }
  .container .common-page-body-wrap .col-xs-12 .col-xs-12,
  .services-contacts-block .services-contacts-column {
    padding-left: 0;
    margin-right: 15px;
  }
  body .about-mission .sphere-solutions-list.flex-row {
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0 !important;
    width: calc(100% - 30px) !important;
  }
  body .sphere-solutions-list .flex-item {
    flex-basis: 50%;
  }
  .sphere-solutions-list .current-animation a,
  body .sphere-solutions-list .flex-item.current-animation a div {
    color: #000;
  }
  body .clients-row.flex-row {
    justify-content: space-around;
  }
  .press-center__all-news {
    margin-bottom: 25px;
  }
  .main-text-wrap.wide-text {
    margin-top: 25px;
  }
  .main-page-contacts-block.map-block .aic {
    /* padding-right: 25px; */
    padding-right: 0;
  }
  .techno-contacts-block.map-block .col-md-4.form-wrap {
    margin: 0 0 0 -20px;
    padding-right: 15px;
  }
  .footer > .jcc {
    justify-content: unset;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-item.footer-mobile-ml {
    margin-left: 0;
  }
  .main-menu .menu-wrap {
    right: 30px;
  }

  .techno-contacts-block .flex-row.aib .form-wrap {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px;
  }
}
@media (max-width: 414px) {
  body .clients-row .all-clients-tile .text {
    font-size: 20px !important;
  }
}
@media (max-width: 380px) {
  body .clients-row .all-clients-tile .text {
    font-size: 18px !important;
  }
}
@media (max-width: 360px) {
  body .clients-row .all-clients-tile .text {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 425px) {
  .flex-row .flex-item {
    max-width: 100%;
  }
  .solution-hero__title {
    margin-top: 4rem;
  }
  .physical-security .physical-security__image img {
    left: 16%;
  }
  .solution-hero__subtitle {
    margin-top: 30px;
  }
  section.sphere-solutions-block {
    padding-top: 20px !important;
  }
  .clients-block {
    padding-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .main-text b {
    margin-right: 120px;
  }
  .custom__burger_item {
    margin-left: 25px;
    flex-basis: 20%;
  }
}
.news-page .container .common-page-body-wrap {
  padding-bottom: 30px;
}
.presentation_button {
  padding: 10px 20px;
  box-shadow: 0 5px 8px 0 rgb(56 54 54 / 15%);
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: fit-content;
  cursor: pointer;
}
.presentation_button:hover {
  border: 1px solid #ce1518;
  padding: 9px 20px;
}
.presentation_button a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
}
.presentation_button a img {
  max-width: 30px;
  margin-right: 15px;
}
@media (max-width: 520px) {
  .presentation_button,
  .presentation_button a img {
    margin-bottom: 10px;
  }
  .presentation_button a {
    justify-content: center;
    text-align: center;
  }
}
header a.order_call,
header button.order_call {
  box-shadow: 0 0 4px 0 grey;
  padding: 10px 15px;
  font-family: Circe, Arial, sans-serif;
  font-weight: 700;
  width: fit-content;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  background-color: #ce1518;
  border: none;
}
header a.order_call:hover,
header button.order_call:hover {
  color: #c41b20;
  border: 1px solid #c41b20;
  background: #fff;
  padding: 9px 14px;
}
@media (max-width: 992px) {
  header .pre-away {
    display: none;
  }
  .contacts-row .phone-email {
    padding-left: 88px;
  }
  .solution-service__right-inner {
    margin-top: -20px;
  }
  .object-type-info .object-type__form {
    width: auto;
  }
}
.object-type-areas__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.object-type-info {
  background-image: url(/local/templates/imperator/images/common/object-type-hire-bg.png),
    linear-gradient(3deg, #c3191e 25%, #c3191e 100%);
}
@supports (
  background:
    url('/local/templates/imperator/images/common/object-type-hire-bg.webp')
) {
  .object-type-info {
    background-image: url('/local/templates/imperator/images/common/object-type-hire-bg.webp');
    background-color: #c3191e;
  }
}
.object-type-areas__inner {
  height: fit-content !important;
}
#bx_3218110189_4 img {
  width: 300px;
}
.wrap_description {
  min-height: 95px;
  height: auto !important;
}
.all-services-page-subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 22px !important;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .services-custom-page .custom-tile p {
    font-size: 17px;
    line-height: 19px;
  }
  .services-custom-page .custom-tile {
    min-height: 257px;
    max-height: none;
  }
}
.uslugi-text-block ul {
  margin: 30px 0 0;
}
.direction-text--wimg {
  display: grid;
  grid-template-columns: 1fr 518px;
  grid-column-gap: 38px;
}
body .direction-text--wimg-content p,
body .direction-text--wimg-content ul li {
  font-size: 19px !important;
  line-height: 22px !important;
}
.all-services-other-blocks.uslugi-text-block ol li,
.all-services-other-blocks.uslugi-text-block p:not(.s-subtitle),
.all-services-other-blocks.uslugi-text-block ul li {
  font-size: 17px !important;
  line-height: 19px !important;
}
.all-services-other-blocks.uslugi-text-block .s-subtitle,
body .s-sec p.s-subtitle {
  font-weight: 700;
  line-height: 1.2 !important;
}
body .s-sec p.s-subtitle {
  font-size: 22px !important;
}
.btn-row {
  display: flex;
  align-items: center;
  margin-top: 44px;
}
.btn-row strong {
  display: block;
  margin-left: 16px;
  color: #c3191e;
  font-size: 19px;
}
.btn-row button {
  white-space: nowrap;
  margin-top: 0;
}
.system-organization {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #ebebeb;
}
.system-organization-video-content {
  display: grid;
  grid-template-columns: 623px 1fr;
  grid-column-gap: 40px;
}
.s-info-section {
  padding-top: 60px;
  padding-bottom: 74px;
  background-position: top 0 right 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.s-info-section-text {
  margin-top: 30px;
  max-width: 726px;
  min-width: 726px;
}
.s-info-section-text-item + .s-info-section-text-item {
  margin-top: 23px;
}
.s-info-section-text-item strong {
  display: block;
  font-size: 17px;
  line-height: 19px;
  color: #c3191e;
  font-weight: 700;
  margin-bottom: 5px;
}
.s-info-section-text-item p {
  display: block;
  font-size: 17px;
  line-height: 19px;
}
.s-steps-section {
  padding-top: 55px;
  padding-bottom: 65px;
}
.s-steps-section .s-subtitle {
  margin-bottom: 23px;
}
.s-steps-row {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 46px;
}
.s-step-item-ic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #c3191e;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-step-item-ic img {
  width: 53px;
}
.s-step-item p {
  color: #000;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
}
.s-step-item:not(:last-child):after {
  content: '';
  width: 93px;
  height: 61px;
  background-image: url(/local/templates/imperator/images/arr.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 27px;
  left: 96%;
}
.direction-text--wimgage img,
.s-info-section-image img {
  display: block;
  width: 100%;
}
.s-info-section-image {
  display: flex;
  align-items: flex-end;
  margin-right: -250px;
}
@media (max-width: 1320px) {
  .btn-row {
    flex-direction: column;
  }
  .btn-row strong {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .direction-text--wimg {
    grid-template-columns: 1fr 310px;
  }
  .system-organization-video-content {
    grid-template-columns: 380px 1fr;
  }
  .s-info-section-text {
    margin-top: 30px;
    max-width: 520px;
    min-width: 520px;
  }
  .s-info-section-image {
    margin-left: 0;
  }
  .s-step-item:not(:last-child):after {
    content: '';
    width: 40px;
    height: 30px;
    top: 45px;
    left: 105%;
  }
}
@media (max-width: 980px) {
  .s-info-section-content {
    flex-direction: column;
  }
  .s-info-section-image {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .s-info-section-text {
    margin-top: 30px;
    max-width: 100%;
    min-width: 100%;
  }
  .s-step-item:not(:last-child):after {
    display: none;
  }
  .s-info-section-image {
    margin-top: -100px;
  }
  .s-steps-row {
    margin-top: 66px;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 46px;
  }
  .system-organization-video-content {
    grid-template-columns: 100%;
    grid-row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .service-scope.new-service-section.new-service-gray-bg .service-scope__card {
    flex: 0 1 50%;
  }

  .techno-contacts-block .flex-row.aib .form-wrap {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .clients-reviews__nav a {
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
  }

  .check-lists .check-lists__image img {
    display: none;
  }
  .contacts-adress-list-mobile {
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contacts-page .form-wrap-white.mb-30 {
    margin-bottom: 0;
  }
  .contacts-adress-list-mobile .mini-map-address {
    color: #000;
  }
  .address-list {
    margin-top: 0;
  }
  .address-list > div {
    padding-left: 0;
    padding-right: 0;
  }
  .mini-map-address::after {
    width: 33vw;
    margin-bottom: 8px;
  }
  .map1 {
    margin-top: 20px;
  }
  .contacts-row .phone-email {
    padding-left: 70px;
  }
  .phone-email div {
    margin-bottom: 5px;
  }
  .map-block .pre-away {
    font-size: 12px;
  }
  .intersection-block {
    display: none !important;
  }
  .nothing-search,
  .search-result-title {
    font-size: 18px;
  }
  .search-result-text {
    font-size: 14px;
  }
  .search-result-item-box {
    margin-bottom: 20px;
  }
  .search-input-wrap .form-control {
    font-size: 20px;
  }
  .object-type-areas__box {
    min-height: auto !important;
  }
  .object-type-hero .object-type-hero__image img {
    width: 500px;
    left: 0;
  }
  .direction-text--wimg {
    grid-template-columns: 100%;
    margin-top: 30px;
  }
  .s-steps-row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .s-step-item-ic {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }
  .s-step-item-ic img {
    width: 40px;
  }
}
@media (max-width: 577px) {
  .new_service_design .solution-hero__actions .action {
    font-size: 19px;
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Circe;
    font-style: normal;
    font-weight: 800;
  }
  .new_service_design .solution-hero__actions .action span {
    font-size: 19px;
    font-weight: 800;
  }
  .s-steps-row {
    grid-template-columns: 100%;
  }
  .btn-row .preview-banner__form-call {
    font-size: 16px;
    width: 100%;
  }
  .direction-text--wimgage {
    margin-top: 25px;
  }
}
.b24-form-control-text .b24-form-control {
  resize: none !important;
}
.services-solutions-block p {
  font-size: 17px !important;
  line-height: 19px !important;
  margin-bottom: 0 !important;
}
.about-company-info {
  background-image: linear-gradient(
    to right,
    #e8e8e8 0,
    #e8e8e8 50%,
    #c3191e 50%,
    #c3191e 100%
  );
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-company-info__hire {
  flex: 0 0 50%;
  padding: 40px 0 35px;
}
.about-company-info__title {
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.about-company-info__contacts {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  padding: 115px 40px 60px;
}
.about-company-info__text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.about-company-info__desc {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 25px;
  margin-bottom: 30px;
}
.about-company-info__link {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.about-company-info__contacts a,
.about-company-info__contacts p {
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
}
.about-company-info__title {
  color: #c3191e;
}
@media screen and (max-width: 1280px) {
  .object-type-hero .object-type-hero__wrapper {
    padding-bottom: 80px;
  }
  .about-hero__image-wrapper {
    max-width: 500px;
  }
  .about-hero__image img {
    left: 120px;
    width: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .about-company-general__left-col {
    flex: 0 0 65%;
  }
  .about-company-general__right-col {
    flex: 0 0 33%;
  }
  .about-company-advantages__item {
    flex: 0 0 50%;
  }
  .about-company-history__year-slider {
    padding: 0 30px;
  }
  .about-company-history__item {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero__image img {
    left: 250px;
  }
}
@media screen and (max-width: 991px) {
  .object-type-hero .object-type-hero__subtitle {
    max-width: 50%;
  }
  .about-hero__image-wrapper {
    max-width: 400px;
  }
  .about-hero__image img {
    left: 100px;
    bottom: -50px;
    width: 300px;
  }
  .about-company-general__wrapper {
    flex-wrap: wrap;
  }
  .about-company-general__left-col {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  .about-company-general__right-col,
  .about-company-info__hire {
    flex: 0 0 100%;
  }
  .about-company-history__year-slider {
    padding: 0;
  }
  .about-company-history__item {
    padding: 0 !important;
  }
  .about-company-history__button {
    display: none;
  }
  .about-company-info {
    background-image: unset;
    background-color: #e8e8e8;
    background-image: linear-gradient(
      to bottom,
      #e8e8e8 0,
      #e8e8e8 61%,
      #c3191e 61%,
      #c3191e 100%
    );
  }
  .about-company-info__content {
    flex-direction: column;
  }
  .about-company-info__contacts {
    flex: 0 0 100%;
    padding: 50px 0 40px;
  }
  .about-company-info__desc,
  .about-company-info__link,
  .about-company-info__text {
    color: #000;
  }
  .wrapper-form__item {
    margin: auto;
  }
  .about-company-info__link {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .object-type-hero .solution-hero__title {
    margin: 0 0 20px;
  }
  .about-company-advantages__item,
  .about-company-community__col {
    flex: 0 0 100%;
  }
  .about-company-advantages__name {
    font-size: 20px;
  }
  .about-company-history__inner {
    padding: 20px;
  }
  .about-company-community__wrapper,
  .about-company-history__wrapper {
    flex-wrap: wrap;
  }
  .about-company-history__right-col {
    flex: 0 0 100%;
    margin: 20px 0 0;
  }
  .about-company-history__img {
    object-position: center;
  }
  .about-company-community__col:not(:last-child) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 530px) {
  .object-type-hero .object-type-hero__wrapper {
    padding-bottom: 200px;
  }
  .object-type-hero .object-type-hero__subtitle {
    max-width: 100%;
  }
  .about-hero__image img {
    bottom: -80px;
    width: 250px;
  }
}
@media (min-width: 768px) {
  body .news-tile .text-wrap {
    height: auto !important;
  }
  .main-news-list.news-list.flex-row.flex-wrap .flex-item {
    margin-right: 30px;
    display: flex;
  }
  .main-news-list.news-list.flex-row.flex-wrap .flex-item:last-child {
    margin-right: 0;
  }
  body .small-news-tile .w-image .img-wrap {
    position: absolute;
    top: 12px;
    left: 15px;
    display: flex;
    bottom: 12px;
    margin-bottom: 0;
  }
  #mainSlider .left-side {
    width: 100%;
  }
  .services-solutions-block .col-lg-7 .left-block-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .sphere-solutions-list {
    padding-right: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 10px !important;
    justify-content: flex-end;
  }
  .search-block .sphere-solutions-list {
    justify-content: flex-start;
    margin-left: 0 !important;
  }
  .about-company-info__hire,
  .directions-block,
  .s-info-section,
  .s-steps-section,
  .system-organization {
    padding-top: 84px;
    padding-bottom: 50px;
  }
  .s-info-section {
    padding-bottom: 0;
  }
  .s-info-section-text {
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .sphere-solutions-list {
    justify-content: flex-start;
  }
}
.services-solutions-block .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contact-col .phone *,
a small {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .services-grid .grid-item-100 {
    width: 100% !important;
  }
  .services-grid .grid-item-100 .flex-row .flex-item {
    max-width: fit-content;
  }
  .services-grid .grid-item-100 .custom-tile .flex-row {
    justify-content: space-between;
  }
  .services-grid .grid-item-100 .custom-tile h3 {
    text-align: center;
  }
  .services-grid .grid-item-100 .flex-row .flex-item-5 {
    width: 20%;
    min-width: 20%;
  }
}
.new_service_design .solution-hero__title {
  font-size: 45px;
}
@media (max-width: 768px) {
  .new_service_design .solution-hero__title {
    font-size: 35px;
  }
}
.centr-title-block,
.isb-head h1,
.new_service_design .solution-hero__wrapper,
.news-page .header-bar .main-text,
.object-type-hero .object-type-hero__wrapper,
.solution-hero__wrapper,
body .object-type-hero .object-type-hero__wrapper {
  margin-top: 0;
  padding-top: 8rem;
}
.solution-hero__title {
  margin-top: 0 !important;
}
@media (max-width: 430px) {
  .centr-title-block,
  .isb-head h1,
  .new_service_design .solution-hero__wrapper,
  .news-page .header-bar .main-text,
  .object-type-hero .object-type-hero__wrapper,
  .solution-hero__wrapper,
  body .object-type-hero .object-type-hero__wrapper {
    padding-top: 4rem;
    margin-top: 0;
  }
}
.sol__btn {
  border: 2px solid transparent;
  text-decoration: none !important;
}
.press-center__all-news:hover span,
.sol__btn:hover {
  text-decoration: none !important;
  color: #ce1518;
}
.press-center__all-news:hover,
.sol__btn:hover {
  background-color: #fff;
  border: 2px solid #ce1518;
}
.faq-box {
  -webkit-box-shadow: 0 14px 29px #dcddde;
  box-shadow: 0 14px 29px #dcddde;
}
.press-center__news {
  flex-wrap: wrap;
}

.press-center__date-label {
  background-color: #727272;
}

.contacts-page {
  padding-bottom: 0 !important;
}

.new-info-wrap_tel-group {
  width: auto;
  margin-left: auto;
}

.footer-new .contacs-info-new__tel,
.footer-new .contacs-info-new__mail,
.footer-new .contacs-info-new__mail a {
  color: #ce1518 !important;
}



  .flex-custom {
    height: auto;
    background: #fff !important;
    box-shadow: 0px 6px 10px 1px #a7a7a7 !important;
  }
  /* .flex-custom:hover {
    background: #c1171e !important;
  } */
  .solutions-list a:hover {
      background: #c1171e;
      color: #fff;
      -webkit-transform: scale(1.1) !important;
      transform: scale(1.1) !important;
      transition: all 0.25s !important;
  }
  .solutions-list a:hover img {
      filter: brightness(0) invert(1);
  }

  .color-white {
    filter: brightness(0) invert(1);
  }

  .flex-custom:not(:nth-child(3)),.flex-custom:not(:nth-child(6)) {
    margin-right: 50px;
  }
  .solutions-list {
    justify-content: center;
      /*padding-left: 0;*/
  }

  .wrap_img__text {
    align-items: flex-start ;
    height: 100px;
  }
  .wrap_img__text p {
    padding: 0 0 10px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 22px;
      line-height: 24.9px;
      padding-right: 18px;
  }
  .flex-custom .wrap_img__text {
    display: flex;
    margin-bottom: 35px;
  }
  .flex-custom .wrap_img__text img {
    width: 30%;
    height: auto;
  }
  .solutions-list a::before {
    content: unset !important;
  }
  .solutions-list a {
    content: unset !important;
    padding: 15px 30px;
    color: #000;
    text-transform: none;
  }
  .wrap_description {
      height: 95px;
      max-height: 100%;
  }
  .wrap_description p {
    margin-bottom: 0px;
    font-size: 17px;
  }
  .solutions-block {
      padding-top: 10px;
      padding-bottom: 10px;
      background-image: url(/local/templates/imperator/images/фон.png);
      background-position: center;
      background-size: cover;
      color: white;
  }
  .main-text-wrap .description {
    font-size: 16pt;
    font-family: "Circe";
    font-weight: bold!important;
  }
  .solutions-block .main-text-wrap .main-text {
    font-family: "Circe";
    font-weight: 900;
  }

  @media (min-width: 768px) {
  .solutions-block .main-text-wrap {
    margin-top: 70px;
  }
  .solutions-block .main-text {
    color:#be141e;
  }
}
  .solutions-block .description {
    color: #000;
  }
  .solutions-block .main-text-wrap {
    padding-left: 0px !important;
  }
  .solutions-list .flex-item {
    width: calc(100% / 3.7);
    background: white !important;
  }
  .solutions-list .flex-item:hover {
    transform: none !important;
  }
  @media (min-width: 1200px) and (max-width: 1280px) {
  .solutions-list .flex-item:nth-of-type(1), .solutions-list .flex-item:nth-of-type(4), .solutions-list .flex-item:nth-of-type(5), .solutions-list .flex-item:nth-of-type(8) {
      background: white !important;
  }
}
  @media screen and (max-width: 1280px) {
    .solutions-list .flex-item {
      width: 33%;
    }
  }
  @media (min-width: 1920px) {
    .solutions-list {
        padding-top: unset !Important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .solutions-list .flex-item {
        width: 41% !important;
    }
  }
  @media (max-width: 550px) {
    .solutions-list a{
      transform: scale(1) !important;
      margin-right: 0px;
      margin-left: 0px;
    }
    .solutions-list a:hover{
      transform: scale(1) !important;
      margin-right: 0px;
      margin-left: 0px;
      background:none !important;
    }
    .solutions-list .flex-item:hover{      
      background:#c1171e !important;
      border-bottom: 2px solid #c1171e;
    }
  }

/* End */
/* /local/templates/imperator/css/libs.css?1678876425107030 */
/* /local/templates/imperator/css/form.css?15789933923523 */
/* /local/templates/imperator/components/bitrix/search.title/custom/style.css?16146817262122 */
/* /local/templates/imperator/css/jquery.fancybox.min.css?167465686012795 */
/* /local/templates/imperator/css/slick.css?16862291451776 */
/* /local/templates/imperator/css/slick-theme.css?16862291453145 */
/* /local/templates/imperator/styles.css?175066518120712 */
/* /local/templates/imperator/template_styles.css?1750665181383926 */
