#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1
}

html.js input.form-autocomplete {
    background-image: url(/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat
}

html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none
}

fieldset.collapsible {
    position: relative
}

fieldset.collapsible .fieldset-legend {
    display: block
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.resizable-textarea .grippie {
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden
}

body.drag {
    cursor: move
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none
}

a.tabledrag-handle:hover {
    text-decoration: none
}

a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -.4em .5em;
    padding: .42em .5em;
    width: 13px
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center
}

div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center
}

div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center
}

.tabledrag-toggle-weight-wrapper {
    text-align: right
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0
}

.progress .bar {
    background-color: #fff;
    border: 1px solid
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px
}

.progress .percentage {
    float: right
}

.ajax-progress {
    display: inline-block
}

.ajax-progress .throbber {
    background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px
}

.ajax-progress .message {
    padding-left: 20px
}

tr .ajax-progress .throbber {
    margin: 0 2px
}

.ajax-progress-bar {
    width: 16em
}

.container-inline div,
.container-inline label {
    display: inline
}

.container-inline .fieldset-wrapper {
    display: block
}

.nowrap {
    white-space: nowrap
}

html.js .js-hide {
    display: none
}

.element-hidden {
    display: none
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

*:first-child + html .clearfix {
    min-height: 1%
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left
}

ul.menu li {
    margin: 0 0 0 .5em
}

ul li.expanded {
    list-style-image: url(/misc/menu-expanded.png);
    list-style-type: circle
}

ul li.collapsed {
    list-style-image: url(/misc/menu-collapsed.png);
    list-style-type: disc
}

ul li.leaf {
    list-style-image: url(/misc/menu-leaf.png);
    list-style-type: square
}

li.expanded,
li.collapsed,
li.leaf {
    padding: .2em .5em 0 0;
    margin: 0
}

li a.active {
    color: #000
}

td.menu-disabled {
    background: #ccc
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 .5em
}

.breadcrumb {
    padding-bottom: .5em
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap
}

ul.primary li {
    display: inline
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: .5em;
    padding: 0 1em;
    text-decoration: none
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: .5em 1em;
    margin: 5px
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em
}

ul.secondary a {
    padding: 0;
    text-decoration: none
}

ul.secondary a.active {
    border-bottom: 4px solid #999
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px
}

div.status {
    background-image: url(/misc/message-24-ok.png);
    border-color: #be7
}

div.status,
.ok {
    color: #234600
}

div.status,
table tr.ok {
    background-color: #f8fff0
}

div.warning {
    background-image: url(/misc/message-24-warning.png);
    border-color: #ed5
}

div.warning,
.warning {
    color: #840
}

div.warning,
table tr.warning {
    background-color: #fffce5
}

div.error {
    background-image: url(/misc/message-24-error.png);
    border-color: #ed541d
}

div.error,
.error {
    color: #8c2e0b
}

div.error,
table tr.error {
    background-color: #fef5f1
}

div.error p.error {
    color: #333
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0
}

div.messages ul li {
    list-style-image: none
}

fieldset {
    margin-bottom: 1em;
    padding: .5em
}

form {
    margin: 0;
    padding: 0
}

hr {
    border: 1px solid gray;
    height: 1px
}

img {
    border: 0
}

table {
    border-collapse: collapse
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left
}

tbody {
    border-top: 1px solid #ccc
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: .1em .6em
}

th.active img {
    display: inline
}

td.active {
    background-color: #ddd
}

.item-list .title {
    font-weight: 700
}

.item-list ul {
    margin: 0 0 .75em;
    padding: 0
}

.item-list ul li {
    margin: 0 0 .25em 1.5em;
    padding: 0
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}

.form-item .description {
    font-size: .85em
}

label {
    display: block;
    font-weight: 700
}

label.option {
    display: inline;
    font-weight: 400
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: .4em;
    margin-bottom: .4em
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em
}

input.form-checkbox,
input.form-radio {
    vertical-align: middle
}

.marker,
.form-required {
    color: #f00
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0
}

.more-link {
    text-align: right
}

.more-help-link {
    text-align: right
}

.more-help-link a {
    background: url(/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px
}

.item-list .pager {
    clear: both;
    text-align: center
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em
}

.pager-current {
    font-weight: 700
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/menu-collapsed.png);
    background-position: 5px 50%
}

.fieldset-legend span.summary {
    color: #999;
    font-size: .9em;
    margin-left: .5em
}

tr.drag {
    background-color: ivory
}

tr.drag-previous {
    background-color: #ffd
}

.tabledrag-toggle-weight {
    font-size: .9em
}

body div.tabledrag-changed-warning {
    margin-bottom: .5em
}

tr.selected td {
    background: #ffc
}

td.checkbox,
th.checkbox {
    text-align: center
}

.progress {
    font-weight: 700
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 .2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress .filled {
    background: #0072b9 url(/misc/progress.gif)
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/images/ekran/misc/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}
/*
.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(/images/ekran/misc/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}*/
/*
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/images/ekran/misc/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}
*/

/*
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(/images/ekran/misc/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}*/

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none
}
/*
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(/images/ekran/misc/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}*/

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-widget :active {
    outline: none
}
/*
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/images/ekran/misc/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}*/

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}
/*
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/images/ekran/misc/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}*/

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/images/ekran/misc/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/images/ekran/misc/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-off {
    background-position: -96px -144px
}

.ui-icon-radio-on {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(/images/ekran/misc/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/images/ekran/misc/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}



.ui-tabs {
    position: relative;
    padding: .2em;
    zoom:1}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tabs .ui-tabs-hide {
    display: none !important
}


.field .field-label {
    font-weight: 700
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left
}

form .field-multiple-table {
    margin: 0
}

form .field-multiple-table th.field-label {
    padding-left: 0
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em
}

form .field-add-more-submit {
    margin: .5em 0 0
}

.node-unpublished {
    background-color: #fff4f4
}

.preview .node {
    background-color: #ffffea
}

td.revision-current {
    background: #ffc
}

.search-form {
    margin-bottom: 1em
}

.search-form input {
    margin-top: 0;
    margin-bottom: 0
}

.search-results {
    list-style: none
}

.search-results p {
    margin-top: 0
}

.search-results .title {
    font-size: 1.2em
}

.search-results li {
    margin-bottom: 1em
}

.search-results .search-snippet-info {
    padding-left: 1em
}

.search-results .search-info {
    font-size: .85em
}

.search-advanced .criterion {
    float: left;
    margin-right: 2em
}

.search-advanced .action {
    float: left;
    clear: left
}

#permissions td.module {
    font-weight: 700
}

#permissions td.permission {
    padding-left: 1.5em
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal
}

#user-admin-settings fieldset .fieldset-description {
    font-size: .85em;
    padding-bottom: .5em
}

#user-admin-roles td.edit-name {
    clear: both
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em
}

.password-strength-title {
    display: inline
}

.password-strength-text {
    float: right;
    font-weight: 700
}

.password-indicator {
    background-color: #c4c4c4;
    height: .3em;
    width: 100%
}

.password-indicator div {
    height: 100%;
    width: 0;
    background-color: #47c965
}

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: .4em
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em
}

div.form-item div.password-suggestions {
    padding: .2em .5em;
    margin: .7em 0;
    width: 38.5em;
    border: 1px solid #b4b4b4
}

div.password-suggestions ul {
    margin-bottom: 0
}

.confirm-parent,
.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em
}

.profile {
    clear: both;
    margin: 1em 0
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0
}

.profile h3 {
    border-bottom: 1px solid #ccc
}

.profile dl {
    margin: 0 0 1.5em
}

.profile dt {
    margin: 0 0 .2em;
    font-weight: 700
}

.profile dd {
    margin: 0 0 1em
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0
}

.views-exposed-form label {
    font-weight: 700
}

.views-exposed-widgets {
    margin-bottom: .5em
}

.views-align-left {
    text-align: left
}

.views-align-right {
    text-align: right
}

.views-align-center {
    text-align: center
}

.views-view-grid tbody {
    border-top: none
}

.view .progress-disabled {
    float: none
}

.rteindent1 {
    margin-left: 40px
}

.rteindent2 {
    margin-left: 80px
}

.rteindent3 {
    margin-left: 120px
}

.rteindent4 {
    margin-left: 160px
}

.rteleft {
    text-align: left
}

.rteright {
    text-align: right
}

.rtecenter {
    text-align: center
}

.rtejustify {
    text-align: justify
}

.ibimage_left {
    float: left
}

.ibimage_right {
    float: right
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#cboxTopLeft {
    width: 15px;
    height: 15px
}

#cboxTopCenter {
    height: 15px
}

#cboxTopRight {
    width: 15px;
    height: 15px
}

#cboxBottomLeft {
    width: 15px;
    height: 10px
}

#cboxBottomCenter {
    height: 10px
}

#cboxBottomRight {
    width: 15px;
    height: 10px
}

#cboxMiddleLeft {
    width: 15px
}

#cboxMiddleRight {
    width: 15px
}

#cboxContent {
    background: #fff;
    overflow: hidden
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxLoadingOverlay {
    background: #fff
}

#cboxLoadingGraphic {
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/loading_animation.gif) no-repeat center center
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: -25px -25px
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em
}

.ctools-owns-lock {
    background: #ffd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat
}

li.dhtml-menu-cloned-leaf {
    font-size: .7em;
    font-style: italic
}

li.dhtml-menu.start-collapsed ul {
    display: none
}

li.dhtml-menu-open > a {
    font-style: italic
}

a.dhtml-menu-icon {
    position: relative;
    float: left;
    width: 16px;
    height: 16px
}

li.dhtml-folder.expanded {
    list-style-image: url(/sites/all/modules/contrib/dhtml_menu/images/folder-open-white.png) !important
}

li.dhtml-folder.collapsed {
    list-style-image: url(/sites/all/modules/contrib/dhtml_menu/images/folder-closed-white.png) !important
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em
}

.st-head-row.st-head-row-main {
    font-size: 1.5em
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%
}

.st-val {
    width: 49%;
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media(max-width:800px) {
    .stacktable.large-only {
        display: none
    }

    .stacktable.small-only {
        display: table
    }

    .st-key .small {
        text-align: center
    }
}

.ui-accordion {
    width: 100%
}

.ui-accordion-header {
    position: relative;
    background: #ccc;
    border: solid 1px #ccc;
    padding: .2rem 2rem;
    border-radius: 0
}

.ui-accordion-header.ui-state-hover,
.ui-accordion-header.ui-state-active {
    border: solid 1px #000
}

.ui-accordion-header.ui-state-active {
    border-bottom: 0
}

.ui-accordion-content {
    border: solid 1px #ccc;
    border-radius: 0
}

.ui-accordion-content.ui-accordion-content-active {
    border: solid 1px #000;
    border-top: 0
}

.front.i18n-en .region-page-home .threats,
.front.i18n-de .region-page-home .threats {
    height: 528px
}

.front.i18n-en .region-page-home .threats .threat-text-top h1,
.front.i18n-de .region-page-home .threats .threat-text-top h1 {
    margin-bottom: 40px
}

.front.i18n-en .region-page-home .threats .threat-text-middle,
.front.i18n-de .region-page-home .threats .threat-text-middle {
    margin-bottom: 49px
}

.front.i18n-en .region-page-home .threats .threat-text-middle span,
.front.i18n-de .region-page-home .threats .threat-text-middle span {
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #fff
}

.front.i18n-en .region-page-home .threats .treat-buttons,
.front.i18n-de .region-page-home .threats .treat-buttons {
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 44px;
    width: auto
}

.front.i18n-en .region-page-home .threats .treat-buttons a,
.front.i18n-de .region-page-home .threats .treat-buttons a {
    display: inline-block
}

.front.i18n-en .region-page-home .threats .treat-buttons a.button,
.front.i18n-de .region-page-home .threats .treat-buttons a.button {
    width: 260px !important;
    padding: 22px 0;
    box-sizing: border-box
}

.front.i18n-en .region-page-home .threats .treat-buttons a.button-2,
.front.i18n-de .region-page-home .threats .treat-buttons a.button-2 {
    padding: 19px 0;
    margin-left: 35px
}

.front.i18n-en .region-page-home .threats .threats-content__list,
.front.i18n-de .region-page-home .threats .threats-content__list {
    text-align: center;
    margin-bottom: 40px;
    position: relative
}

.front.i18n-en .region-page-home .threats .threats-content__list ul,
.front.i18n-de .region-page-home .threats .threats-content__list ul {
    display: inline-block
}

.front.i18n-en .region-page-home .threats .threats-content__list ul li,
.front.i18n-de .region-page-home .threats .threats-content__list ul li {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.35;
    text-align: left
}

.front.i18n-en .region-page-home .threats .threats-content__list ul li:before,
.front.i18n-de .region-page-home .threats .threats-content__list ul li:before {
    content: '';
    width: 21px;
    height: 16px;
    background-image: url(/images/ekran/main-page/main-sprite.png);
    background-position-x: 0;
    background-position-y: 0;
    display: inline-block;
    padding-right: 15px
}

.front.i18n-en .region-page-home .threats .threats-content__footer p,
.front.i18n-de .region-page-home .threats .threats-content__footer p {
    font-size: 26px;
    color: #fff;
    line-height: 1.6;
    font-weight: 600
}

.front.i18n-en .wrapper-solution,
.front.i18n-de .wrapper-solution {
    background-color: #fff;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

.front.i18n-en .solution,
.front.i18n-de .solution {
    max-width: 1180px;
    background-color: #fff;
    padding-bottom: 30px
}

.front.i18n-en .solution .why-title,
.front.i18n-de .solution .why-title {
    padding-top: 78px;
    font-size: 29px;
    font-weight: 700;
    color: #537da7;
    letter-spacing: normal
}

.front.i18n-en .solution .why-title:after,
.front.i18n-de .solution .why-title:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.front.i18n-en .solution .solution-item .sol,
.front.i18n-de .solution .solution-item .sol {
    width: 137px;
    height: 137px;
    border: 3px solid #537da7;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

.front.i18n-en .solution .solution-item .sol:hover,
.front.i18n-de .solution .solution-item .sol:hover {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12)
}

.front.i18n-en .solution .solution-item .sol.sol1,
.front.i18n-de .solution .solution-item .sol.sol1 {
    background: url(/images/ekran/main-page/Identity-Management-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.front.i18n-en .solution .solution-item .sol.sol1:hover,
.front.i18n-de .solution .solution-item .sol.sol1:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.front.i18n-en .solution .solution-item .sol.sol2,
.front.i18n-de .solution .solution-item .sol.sol2 {
    background: url(/images/ekran/main-page/privileged-access-management-icon.png) center no-repeat;
    background-position-x: 11px;
    background-position-y: 13px;
    background-size: 219px
}

.front.i18n-en .solution .solution-item .sol.sol2:hover,
.front.i18n-de .solution .solution-item .sol.sol2:hover {
    background-position-x: -99px;
    background-position-y: 12px;
    background-color: #537da7
}

.front.i18n-en .solution .solution-item .sol.sol3,
.front.i18n-de .solution .solution-item .sol.sol3 {
    background: url(/images/ekran/main-page/subcontractor-monitoring.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.front.i18n-en .solution .solution-item .sol.sol3:hover,
.front.i18n-de .solution .solution-item .sol.sol3:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.front.i18n-en .solution .solution-item .sol.sol4,
.front.i18n-de .solution .solution-item .sol.sol4 {
    background: url(/images/ekran/main-page/insider-monitoring-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.front.i18n-en .solution .solution-item .sol.sol4:hover,
.front.i18n-de .solution .solution-item .sol.sol4:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.front.i18n-en .solution .solution-item .sol.sol5,
.front.i18n-de .solution .solution-item .sol.sol5 {
    background: url(/images/ekran/main-page/security-compliance-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.front.i18n-en .solution .solution-item .sol.sol5:hover,
.front.i18n-de .solution .solution-item .sol.sol5:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.front.i18n-en .solution .solution-item .sol.sol6,
.front.i18n-de .solution .solution-item .sol.sol6 {
    background: url(/images/ekran/main-page/internal-incident-investigation-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.front.i18n-en .solution .solution-item .sol.sol6:hover,
.front.i18n-de .solution .solution-item .sol.sol6:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.front.i18n-en .solution .solution-item .sol-title,
.front.i18n-de .solution .solution-item .sol-title {
    font-size: 18px;
    font-weight: 700;
    color: #537da7;
    line-height: 1.33;
    height: auto;
    margin: 35px 0 30px
}

.front.i18n-en .solution .solution-item .sol-title a,
.front.i18n-de .solution .solution-item .sol-title a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.front.i18n-en .solution .solution-item .sol-title a:hover,
.front.i18n-de .solution .solution-item .sol-title a:hover {
    color: #6da6d0
}

.front.i18n-en .solution .solution-item .sol-container,
.front.i18n-de .solution .solution-item .sol-container {
    height: auto
}

.front.i18n-en .solution .solution-item .sol-container .sol-text,
.front.i18n-de .solution .solution-item .sol-container .sol-text {
    width: 345px;
    font-size: 16px;
    color: #404040;
    line-height: 25px
}

.front.i18n-en .solution .solution-item .sol-container .sol-text a,
.front.i18n-de .solution .solution-item .sol-container .sol-text a {
    color: #649ac4;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: lowercase;
    font-weight: 600
}

.front.i18n-en .solution .solution-item .sol-container .sol-text a:hover,
.front.i18n-de .solution .solution-item .sol-container .sol-text a:hover {
    color: #6da6d0
}

.front.i18n-en .solution .solution-item .sol-container .sol-text a:active,
.front.i18n-de .solution .solution-item .sol-container .sol-text a:active {
    color: #6da6d0
}

.front.i18n-en .solution .solution-item .sol-container .sol-text a:visited,
.front.i18n-de .solution .solution-item .sol-container .sol-text a:visited {
    color: #649ac4
}

.front.i18n-en .solution .solution-item .sol-container .sol-list p a,
.front.i18n-de .solution .solution-item .sol-container .sol-list p a {
    font-weight: 600;
    color: #649ac4;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: underline
}

.front.i18n-en .solution .solution-item .sol-container .sol-list p a:hover,
.front.i18n-de .solution .solution-item .sol-container .sol-list p a:hover {
    color: #6da6d0
}

.front.i18n-en .solution .solution-item .sol-container .sol-list p a:active,
.front.i18n-de .solution .solution-item .sol-container .sol-list p a:active {
    color: #6da6d0
}

.front.i18n-en .solution .solution-item .sol-container .sol-list p a:visited,
.front.i18n-de .solution .solution-item .sol-container .sol-list p a:visited {
    color: #649ac4
}

.front.i18n-en .solution .solution-item .sol-container .sol-list .sol-round,
.front.i18n-de .solution .solution-item .sol-container .sol-list .sol-round {
    width: 5px;
    height: 5px;
    margin: 4px 10px
}

.front.i18n-en .main-block-3,
.front.i18n-de .main-block-3 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    background-color: #f6f8fa;
    position: relative;
    z-index: 1
}

.front.i18n-en .main-block-3 .product .why-title,
.front.i18n-de .main-block-3 .product .why-title {
    margin-bottom: 50px
}

.front.i18n-en .main-block-3 .product__description,
.front.i18n-de .main-block-3 .product__description {
    margin-bottom: 40px
}

.front.i18n-en .main-block-3 .product__description p,
.front.i18n-de .main-block-3 .product__description p {
    font-size: 18px;
    color: #404040;
    line-height: 25px;
    word-spacing: normal
}

.front.i18n-en .main-block-3 .product .video-preview-decoration,
.front.i18n-de .main-block-3 .product .video-preview-decoration {
    max-width: 100%;
    max-height: 657px;
    padding-bottom: 55px
}

.front.i18n-en .main-block-3 .product .video-preview-decoration .video-preview-container iframe,
.front.i18n-de .main-block-3 .product .video-preview-decoration .video-preview-container iframe {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

.front.i18n-en .industry-recognition,
.front.i18n-de .industry-recognition {
    box-shadow: 0 0 5px 0 rgba(83, 125, 167, 0.2);
    background-color: #fcfcfc;
    padding-bottom: 20px
}

.front.i18n-en .industry-recognition .solution,
.front.i18n-de .industry-recognition .solution {
    background-color: #fcfcfc
}

.front.i18n-en .industry-recognition__container,
.front.i18n-de .industry-recognition__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.front.i18n-en .industry-recognition__container > *,
.front.i18n-de .industry-recognition__container > * {
    width: 25%
}

.front.i18n-en .main-block-6,
.front.i18n-de .main-block-6 {
    position: relative;
    z-index: 1
}

.front.i18n-en .main-block-7,
.front.i18n-de .main-block-7 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

.front.i18n-en .main-block-7 .text,
.front.i18n-de .main-block-7 .text {
    max-width: 1180px
}

.front.i18n-en .main-block-7 .text .item,
.front.i18n-de .main-block-7 .text .item {
    width: calc(24% - 16px);
    margin: 0 12px
}

.front.i18n-en .main-block-8,
.front.i18n-de .main-block-8 {
    padding-bottom: 50px
}

.front.i18n-en .main-our-blog,
.front.i18n-de .main-our-blog {
    padding-bottom: 50px
}

.front.i18n-en .main-our-blog h2,
.front.i18n-de .main-our-blog h2 {
    padding-top: 78px;
    font-size: 29px;
    font-weight: 700;
    color: #537da7;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 45px
}

.front.i18n-en .main-our-blog h2:after,
.front.i18n-de .main-our-blog h2:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.front.i18n-en .main-our-blog__slider,
.front.i18n-de .main-our-blog__slider {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    outline: none
}

.front.i18n-en .main-our-blog__slider *,
.front.i18n-de .main-our-blog__slider * {
    outline: none
}

.front.i18n-en .main-our-blog__slider-item,
.front.i18n-de .main-our-blog__slider-item {
    margin-bottom: 40px
}

.front.i18n-en .main-our-blog__slider-item .item__photo-block,
.front.i18n-de .main-our-blog__slider-item .item__photo-block {
    max-width: 100%;
    height: 127px
}

.front.i18n-en .main-our-blog__slider-item .item__photo-block img,
.front.i18n-de .main-our-blog__slider-item .item__photo-block img {
    height: 100%;
    width: 100%;
    border-radius: 3px 3px 0 0
}

.front.i18n-en .main-our-blog__slider-item .item__description,
.front.i18n-de .main-our-blog__slider-item .item__description {
    max-width: 100%;
    padding: 0 20px 35px
}

.front.i18n-en .main-our-blog__slider-item .item__description .description__time,
.front.i18n-de .main-our-blog__slider-item .item__description .description__time {
    padding: 0 10px;
    position: relative;
    left: -10px;
    top: -24px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #a9a1a3;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    display: inline-block
}

.front.i18n-en .main-our-blog__slider-item .item__description-title,
.front.i18n-de .main-our-blog__slider-item .item__description-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #649ac4;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none
}

.front.i18n-en .main-our-blog__slider-item .item__description p,
.front.i18n-de .main-our-blog__slider-item .item__description p {
    font-size: 14px;
    line-height: 23px;
    color: #404040;
    font-size: 14px;
    line-height: 23px;
    color: #404040;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-champ: 4
}

.front.i18n-en .main-our-blog__slider-item .item__content,
.front.i18n-de .main-our-blog__slider-item .item__content {
    border-radius: 3px;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    max-width: 370px;
    margin: 0 auto;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.front.i18n-en .main-our-blog__slider-item .item__content:hover,
.front.i18n-de .main-our-blog__slider-item .item__content:hover {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.4)
}

.front.i18n-en .main-our-blog__slider-item .item__content a,
.front.i18n-de .main-our-blog__slider-item .item__content a {
    text-decoration: none !important
}

.front.i18n-en .main-our-blog__slider .slick-arrow i,
.front.i18n-de .main-our-blog__slider .slick-arrow i {
    font-size: 20px;
    color: #649ac4
}

.front.i18n-en .main-our-blog__slider .slick-arrow.slick-prev,
.front.i18n-de .main-our-blog__slider .slick-arrow.slick-prev {
    left: -20px
}

.front.i18n-en .main-our-blog__slider .slick-arrow.slick-next,
.front.i18n-de .main-our-blog__slider .slick-arrow.slick-next {
    right: -20px
}

.front.i18n-en .main-our-blog__slider .slick-arrow.slick-disabled,
.front.i18n-de .main-our-blog__slider .slick-arrow.slick-disabled {
    opacity: .1
}

.front.i18n-en .main-our-blog__button,
.front.i18n-de .main-our-blog__button {
    text-align: center
}

.front.i18n-en .main-our-blog__button a,
.front.i18n-de .main-our-blog__button a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 55px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 10px 30px 0 rgba(83, 125, 167, 0.4);
    background-color: #649ac4;
    text-decoration: none
}

.front.i18n-en .main-our-blog__button a:hover,
.front.i18n-de .main-our-blog__button a:hover {
    opacity: .8
}

@media screen and (max-width:1250px) {

    .front.i18n-en .main-our-blog__slider,
    .front.i18n-de .main-our-blog__slider {
        max-width: 870px
    }
}

@media screen and (max-width:1200px) {

    .front.i18n-en .solution,
    .front.i18n-de .solution {
        max-width: 1070px
    }

    .front.i18n-en .main-our-blog h2,
    .front.i18n-de .main-our-blog h2 {
        padding-top: 0
    }
}

@media screen and (max-width:1070px) {

    .front.i18n-en .solution,
    .front.i18n-de .solution {
        max-width: 870px
    }

    .front.i18n-en .solution-item,
    .front.i18n-de .solution-item {
        width: 50%
    }

    .front.i18n-en .industry-recognition__item,
    .front.i18n-de .industry-recognition__item {
        width: 50%;
        margin-bottom: 30px
    }

    .front.i18n-en .main-block-7 .text .item,
    .front.i18n-de .main-block-7 .text .item {
        max-width: 50%;
        width: 30%;
        margin-bottom: 30px;
        padding: 0 37px
    }
}

@media screen and (max-width:920px) {

    .front.i18n-en .threats .threats-content__list ul li,
    .front.i18n-de .threats .threats-content__list ul li {
        font-size: 16px !important
    }

    .front.i18n-en .threats .threats-content__footer p,
    .front.i18n-de .threats .threats-content__footer p {
        font-size: 16px !important
    }

    .front.i18n-en .solution .sol,
    .front.i18n-de .solution .sol {
        width: 137px !important;
        height: 137px !important;
        background-size: auto !important
    }

    .front.i18n-en .solution .sol.sol2,
    .front.i18n-de .solution .sol.sol2 {
        background-size: 219px !important
    }

    .front.i18n-en .main-our-blog__slider,
    .front.i18n-de .main-our-blog__slider {
        max-width: 758px
    }
}

@media screen and (max-width:870px) {

    .front.i18n-en .solution,
    .front.i18n-de .solution {
        max-width: 90%
    }

    .front.i18n-en .main-our-blog__slider,
    .front.i18n-de .main-our-blog__slider {
        max-width: 80%
    }
}

@media screen and (max-width:860px) {

    .front.i18n-en .main-our-blog .slick-arrow,
    .front.i18n-de .main-our-blog .slick-arrow {
        display: block !important
    }
}

@media screen and (max-width:768px) {

    .front.i18n-en .solution-item,
    .front.i18n-de .solution-item {
        width: 100%
    }

    .front.i18n-en .solution-item .sol-container .sol-text,
    .front.i18n-de .solution-item .sol-container .sol-text {
        width: 100% !important
    }

    .front.i18n-en .main-block-7,
    .front.i18n-de .main-block-7 {
        padding-bottom: 30px
    }

    .front.i18n-en .main-block-7 .text .item,
    .front.i18n-de .main-block-7 .text .item {
        max-width: 90%;
        width: 90%;
        padding: 0;
        margin: 0 auto 30px auto
    }

    .front.i18n-en .industry-recognition__item,
    .front.i18n-de .industry-recognition__item {
        width: 100%
    }

    .front.i18n-en .region-page-home .threats .treat-buttons,
    .front.i18n-de .region-page-home .threats .treat-buttons {
        margin-bottom: 20px
    }

    .front.i18n-en .region-page-home .threats .treat-buttons a.button,
    .front.i18n-de .region-page-home .threats .treat-buttons a.button {
        margin-bottom: 20px !important
    }

    .front.i18n-en .region-page-home .threats .treat-buttons a.button-2,
    .front.i18n-de .region-page-home .threats .treat-buttons a.button-2 {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {

    .front.i18n-en .threats .threats-content__list ul li,
    .front.i18n-de .threats .threats-content__list ul li {
        font-size: 14px !important
    }

    .front.i18n-en .threats .threats-content__footer p,
    .front.i18n-de .threats .threats-content__footer p {
        font-size: 14px !important
    }

    .front.i18n-en .threats .treat-buttons .button-2,
    .front.i18n-de .threats .treat-buttons .button-2 {
        margin-left: 0 !important
    }

    .front.i18n-en .main-our-blog .slick-arrow,
    .front.i18n-de .main-our-blog .slick-arrow {
        display: none !important
    }
}

.employee-block-2 p,
.employee-block-3 p,
.employee-block-4 p,
.employee-block-5 p,
.employee-block-6 p,
.employee-block-7 p,
.employee-block-8 p,
.employee-block-9 p,
.employee-block-10 p,
.employee-block-11 p,
.employee-block-12 p,
.employee-block-13 p,
.employee-block-14 p,
.employee-block-15 p,
.employee-block-16 p,
.employee-block-17 p {
    line-height: 25px
}

.employee-block-2 h2,
.employee-block-3 h2,
.employee-block-4 h2,
.employee-block-5 h2,
.employee-block-6 h2,
.employee-block-7 h2,
.employee-block-8 h2,
.employee-block-9 h2,
.employee-block-10 h2,
.employee-block-11 h2,
.employee-block-12 h2,
.employee-block-13 h2,
.employee-block-14 h2,
.employee-block-15 h2,
.employee-block-16 h2,
.employee-block-17 h2 {
    text-align: center;
    font-size: 1.8rem;
    color: #537da7 !important;
    line-height: 1.2;
    letter-spacing: normal;
    padding-bottom: 3.9rem;
    text-transform: uppercase
}

.employee-block-2 h2 b,
.employee-block-3 h2 b,
.employee-block-4 h2 b,
.employee-block-5 h2 b,
.employee-block-6 h2 b,
.employee-block-7 h2 b,
.employee-block-8 h2 b,
.employee-block-9 h2 b,
.employee-block-10 h2 b,
.employee-block-11 h2 b,
.employee-block-12 h2 b,
.employee-block-13 h2 b,
.employee-block-14 h2 b,
.employee-block-15 h2 b,
.employee-block-16 h2 b,
.employee-block-17 h2 b {
    font-weight: 700
}

.employee-block-2 h2:after,
.employee-block-3 h2:after,
.employee-block-4 h2:after,
.employee-block-5 h2:after,
.employee-block-6 h2:after,
.employee-block-7 h2:after,
.employee-block-8 h2:after,
.employee-block-9 h2:after,
.employee-block-10 h2:after,
.employee-block-11 h2:after,
.employee-block-12 h2:after,
.employee-block-13 h2:after,
.employee-block-14 h2:after,
.employee-block-15 h2:after,
.employee-block-16 h2:after,
.employee-block-17 h2:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.employee-banner-container {
    position: relative;
    text-transform: uppercase;
    min-height: 860px
}

.pum .employee-banner-container {
    position: relative;
    text-transform: uppercase;
    min-height: unset;
}

.employee-banner-container .wrapper-banner {
    display: inline-block;
    background: transparent none no-repeat left top;
    background-size: 100% 90%;
    height: auto
}

.pum .employee-banner-container .wrapper-banner {
    display: inline-block;
    background: url(/images/ekran/employee-block-1/bg-top-employee.jpg) no-repeat center;
    background-size: cover;
    min-height: 28.1rem
}

.employee-banner-container .text-middle {
    font-size: 2.5rem;
    color: #fff !important;
    font-weight: 700;
    padding-top: 9rem
}

.employee-banner-container .under-banner {
    padding-top: 3rem;
    text-transform: none;
    color: #fff
}

.employee-banner-container .under-banner u {
    text-decoration: underline
}

.employee-banner-container a {
    color: #fff
}

.employee-banner-container .subheader {
    color: #fff !important;;
    padding-top: 2rem;
    text-transform: none;
    font-size: 25px;
    line-height: 34px
}

.employee-banner-container .subheader span {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    text-decoration: underline
}

.employee-banner-container .treat-buttons {
    display: inline-block;
    width: 100%;
    padding-top: 3rem;
    height: auto
}

.employee-banner-container .treat-buttons .button-1,
.employee-banner-container .treat-buttons .button-2 {
    /*float: none;
    height: .5rem;
    padding-top: 20px;
    border: .1575rem solid #fff;
    margin: 1rem*/
        
        
        float: none;
    height: .5rem;
    padding-top: 20px;
    border: .1575rem solid #444548;
    margin: 1rem;
   /* box-shadow: 0 5px 15px 0 #cce9ff;*/
    color: #444548 !important;
    line-height: 0.5;
    text-transform: uppercase
}

.employee-banner-container .treat-buttons .button-1 {
   /* border: .1575rem solid #ff4144*/
        
        border: .1575rem solid #ff4144;
    color: #fff !important
}

.employee-banner-container .employee-banner-screenshots {
    display: block;
    top: 50px;
    left: 50%;
    background: transparent left top no-repeat;
    max-width: 1166px;
    width: 80%;
    height: 0;
    padding-top: 29%;
    background-size: cover;
    margin: 50px auto 0
}

@media screen and (min-width:1500px) {
    .employee-banner-container .employee-banner-screenshots {
        width: 1166px;
        height: 447px;
        padding-top: 0
    }
}

@media screen and (max-width:1166px) {
    .employee-banner-container {
        min-height: auto;
        padding-bottom: 50px
    }
}

@media screen and (max-width:920px) {}

@media screen and (max-width:500px) {
    .wrapper-banner {
        min-height: 614px !important;
        height: auto !important;
        max-height: 768px
    }
}


.employee-banner-container.privileged .wrapper-banner {
    background: url(/images/ekran/privileged-1/bg.jpg) no-repeat center;
    background-size: cover
}


.employee-block-2 {
    padding: 5rem 0
}

.employee-block-2 .platform-links {
    text-align: center;
    max-width: 1166px;
    margin: 0 auto
}

.employee-block-2 .platform-links .platform-link {
    display: inline-block;
    margin: 20px 0;
    width: 160px;
    height: 40px;
    background: no-repeat center
}

.employee-block-2 .platform-links .platform-link.citrix {
    background-image: url(/images/ekran/employee-201901/employee-block-2/citrix-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.citrix:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/citrix-logo-black-min.png)
}

.employee-block-2 .platform-links .platform-link.linux {
    background-image: url(/images/ekran/employee-201901/employee-block-2/linux-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.linux:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/linux-logo-black-min.png)
}

.employee-block-2 .platform-links .platform-link.unix {
    background-image: url(/images/ekran/employee-201901/employee-block-2/unix-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.unix:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/unix-logo-black-min.png)
}

.employee-block-2 .platform-links .platform-link.windows {
    background-image: url(/images/ekran/employee-201901/employee-block-2/windows-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.windows:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/windows-logo-black-min.png)
}

.employee-block-2 .platform-links .platform-link.vmware {
    background-image: url(/images/ekran/employee-201901/employee-block-2/vmware-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.vmware:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/vmware-logo-black-min.png)
}

.employee-block-2 .platform-links .platform-link.macos {
    background-image: url(/images/ekran/employee-201901/employee-block-2/macos-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.macos:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/macos-logo-black-min.png)
}

.employee-block-2 .platform-links .platform-link.xwindow {
    background-image: url(/images/ekran/employee-201901/employee-block-2/xwindow-logo-gray-min.png)
}

.employee-block-2 .platform-links .platform-link.xwindow:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-2/xwindow-logo-black-min.png)
}

.employee-block-2 .platform-button {
    display: block;
    text-align: center;
    margin: 62px auto 0;
    font-size: 14px;
    line-height: 56px;
    width: 280px;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0px 10px 30px 0 rgba(255, 65, 68, 0.3);
    background-color: #ff4144;
    font-weight: 700;
    text-transform: uppercase
}

.pum .employee-block-2 .platform-button {
    display: block;
    text-align: center;
    margin: 62px auto 0;
    font-size: 14px;
    line-height: 40px;
    width: 280px;
    height: 100px;
    border-radius: 2px;
    box-shadow: 0px 10px 30px 0 rgba(255, 65, 68, 0.3);
    background-color: #ff4144;
    font-weight: 700;
    text-transform: uppercase
}

.employee-block-3 {
    background: transparent none center top repeat-x;
    min-height: 450px;
    position: relative;
    margin-bottom: 50px
}

/* ems */
.itemid-2214 .employee-block-3 h2 {
    color: #404040 !important;
}

.employee-block-3 h2 {
    color: #404040;
    padding: 3.9rem 0 3rem;
    font-weight: 600;
    max-width: 850px;
    margin: 0 auto;
    text-transform: none
}

.employee-block-3 h2 b {
    color: #537da7
}

.employee-block-3 h2:after {
    border-bottom: 2px solid #537da7
}

.employee-block-3 ul {
    display: block;
    margin: 0 auto;
    top: 200px;
    left: calc(50% - 570px);
    text-align: center
}

.employee-block-3 ul li {
    vertical-align: top;
    position: relative;
    margin: 15px;
    display: inline-block;
    width: 220px;
    height: 60px;
    padding: 220px 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #537da7;
    top: 0;
    background-size: 145px 145px !important;
    border-radius: 3px;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    transition-duration: .7s
}

.employee-block-3 ul li.servers {
    background: #fff url(/images/ekran/employee-201901/employee-block-3/servers.svg) 60px 50px no-repeat
}

.employee-block-3 ul li.desktops {
    background: #fff url(/images/ekran/employee-201901/employee-block-3/desktops.svg) 60px 50px no-repeat
}

.employee-block-3 ul li.laptops {
    background: #fff url(/images/ekran/employee-201901/employee-block-3/laptops.svg) 60px 50px no-repeat
}

.employee-block-3 ul li.jumpservers {
    background: #fff url(/images/ekran/employee-201901/employee-block-3/jumpservers.svg) 60px 50px no-repeat
}

.employee-block-3 ul li:hover {
    top: -20px;
    box-shadow: 0px 10px 24px 6px rgba(60, 93, 126, 0.2)
}


/* */

.pum .employee-block-3 {
    text-align: center;
    min-height: 760px;
    background-image: radial-gradient(circle at 50% 47%,#323a46,#1c2327);
    overflow: hidden
}

.pum .employee-block-3 h2 {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 700;
    padding-top: 5.9rem;
    text-transform: uppercase;
    line-height: 30px
}

.pum  .employee-block-3 h2:after {
    border-bottom: unset !important;
}

.pum .employee-block-3 .line {
    width: 59px;
    height: 3px;
    border-top: solid 1px #626a73;
    margin: 2rem auto
}

.pum .employee-block-3 .text {
    color: #fff;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify
}

.pum .employee-block-3 .text p {
    margin: 2rem 0
}

.pum .employee-block-3 .text .insider-threats {
    font-size: 23px;
    margin-top: 90px;
    line-height: 1.2
}

.pum .employee-block-3 .diagrams {
    text-align: center
}

.pum .employee-block-3 .diagrams .diagram1,.pum .employee-block-3 .diagrams .diagram2 {
    display: inline-block;
    margin: 0 auto;
    max-width: 300px;
    height: 58px;
    padding-top: 262px;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    font-weight: 700;
    width: 310px;
    text-align: center;
    text-transform: uppercase;
    font-size: 85%
}

.pum .employee-block-3 .diagrams .diagram1 .bg,.pum .employee-block-3 .diagrams .diagram2 .bg {
    position: absolute;
    top: 59px;
    left: 95px;
    display: block;
    width: 295px;
    height: 183px;
    background: url(/images/ekran/employee-block-3/bar1.svg) bottom left no-repeat;
    background-size: contain
}

.pum .employee-block-3 .diagrams .diagram2 .bg {
    top: 0;
    height: 242px;
    background: url(/images/ekran/employee-block-3/bar2.svg) bottom left no-repeat;
    background-size: contain
}

.pum .employee-block-3 .diagrams p {
    font-size: 80%;
    font-style: italic;
    margin-top: 120px
}

.pum .employee-block-3.priviledged-2 .diagrams .diagram1 .bg,.pum .employee-block-3.priviledged-2 .diagrams .diagram2 .bg {
    top: 0;
    left: 12px;
    height: 300px;
    background: url(/images/ekran/privileged-2/icon1.svg) bottom left no-repeat
}

.pum .employee-block-3.priviledged-2 .diagrams .diagram2 .bg {
    left: 0;
    background: url(/images/ekran/privileged-2/icon2.svg) bottom left no-repeat
}


.pum #block-block-66 {
    background-image: radial-gradient(circle at 50% 47%,#353d49,#1a1f22);

}


/* */


.employee-block-4 h2 {
    padding: 3.9rem 0;
    text-transform: uppercase;
    font-weight: 700
}

.employee-block-4 .uitabs {
    max-width: 1166px;
    width: calc(100% - 50px);
    margin: 0 auto;
    border: none;
    border-radius: 3px;
    background-color: #fff
}

.employee-block-4 .uitabs > ul {
    display: none
}

.employee-block-4 .uitabs > ul.ui-widget-header {
    display: inline-block
}

.employee-block-4 .uitabs ul {
    background: transparent;
    border: none;
  /*  height: 80px;*/
    width: 100%;
    padding: 0
}

.employee-block-4 .uitabs ul li {
    border: none;
    margin: 0;
    padding: 10px 0 0;
    height: 50px;
    background: #fff;
    width: 25%;
    white-space: normal;
    box-shadow: 0px -7px 18px 7px rgba(83, 125, 167, 0.15);
    overflow-wrap: hyphenate;
    display: inline-block;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.employee-block-4 .uitabs ul li a {
    color: #649ac4;
    display: inline;
    width: calc(100% - 36px);
    height: 50px;
    text-align: center;
    vertical-align: middle;
    overflow-wrap: hyphenate;
    font-weight: 600;
    font-size: 16px
}

.employee-block-4 .uitabs ul li.ui-state-default {
    margin-top: 20px
}

.employee-block-4 .uitabs ul li.ui-state-hover {
    height: 70px;
    margin-top: 0;
    border-radius: 3px;
    background-color: #fff
}

.employee-block-4 .uitabs ul li.ui-state-active {
    height: 70px;
    margin-top: 0;
    background-color: #537da7
}

.employee-block-4 .uitabs ul li.ui-state-active a {
    color: #fff !important
}

.employee-block-4 .uitabs ul::after {
    display: none
}

.employee-block-4 .uitabs .tabsPanel {
    width: 100%;
    min-height: 500px;
    margin-bottom: 2rem;
    background: transparent url(/images/ekran/employee-201901/employee-block-4/tabs-bg.jpg) right bottom no-repeat;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.15);
    overflow: hidden;
    padding: 0
}

.employee-block-4 .uitabs .tabsPanel h3 {
    color: #537da7;
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: 700
}

.employee-block-4 .uitabs .tabsPanel h4 {
    font-size: 1.1rem;
    margin: 2rem 0 1rem;
    font-weight: 700
}

.employee-block-4 .uitabs .tabsPanel .rightCol,
.employee-block-4 .uitabs .tabsPanel .leftCol {
    display: inline-block;
    width: calc(50% - 45px);
    vertical-align: top;
    line-height: 1.2;
    padding: 20px;
    color: #404040
}

.employee-block-4 .uitabs .tabsPanel .rightCol img,
.employee-block-4 .uitabs .tabsPanel .leftCol img {
    width: 100%;
    height: auto;
    max-width: 596px
}

.employee-block-4 .uitabs .tabsPanel .rightCol a,
.employee-block-4 .uitabs .tabsPanel .leftCol a {
    color: #649ac4
}

.employee-block-4 .uitabs .tabsPanel .leftCol p {
    font-size: 15px
}

.employee-block-4 .uitabs .tabsPanel .leftCol p:first-of-type {
    font-size: 17px;
    color: #000
}

@media screen and (max-width:1100px) {
    .employee-block-4 .uitabs {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width:1023px) {
    .employee-block-4 .uitabs .tabsPanel {
        display: table;
        padding: 20px;
        width: calc(100% - 40px)
    }

    .employee-block-4 .uitabs .tabsPanel .rightCol {
        display: table-header-group;
        text-align: center
    }

    .employee-block-4 .uitabs .tabsPanel .leftCol {
        display: table-footer-group
    }
}

@media screen and (max-width:767px) {
    .employee-block-4 {
        padding: 20px 0
    }

    .employee-block-4 .uitabs .tabsPanel {
        padding: 0 10px;
        margin: 0;
        box-shadow: none;
        background: none
    }
}

.employee-block-4 .ui-tabs-nav {
    position: relative;
    z-index: 2
}

.employee-block-4 .ui-tabs-panel {
    z-index: 2;
    opacity: 1
}

.employee-block-4 .ui-tabs-panel.ui-tabs-hide {
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    z-index: auto;
    opacity: 0;
    pointer-events: none
}

insider-threat-4 .employee-block-5 {
    width: 100%;
    background-image: radial-gradient(circle at 0 0, #323a46, #1c2327)
}

insider-threat-4 .employee-block-5 h2 {
    color: #fff !important;
    padding: 3.9rem 0;
    font-weight: 700
}

insider-threat-4 .employee-block-5 .video-preview-decoration {
    max-width: 1170px !important;
    max-height: 657px !important
}


/* */
.pum h2 {
    padding-bottom: 0px !important;
}

.pum .employee-block-5 {
    text-align: center;
    min-height: 65rem;
    background-image: url(/images/ekran/privileged-3/section_bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 5.9rem 1.5rem 1.5rem
}

.pum .employee-block-5.rsa {
    min-height: 45rem
}

.pum .employee-block-5 h2 {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase
}

.pum .employee-block-5 h2:after {
    content: unset;
}

.pum .employee-block-5 .line {
    width: 59px;
    height: 3px;
    border-top: solid 1px #444548;
    margin: 2rem auto
}

.pum .employee-block-5 .gallery {
    position: relative;
    width: 100%;
    max-width: 975px;
    margin: 0 auto 3rem;
    max-height: 500px
}

.pum .employee-block-5 .gallery .prev,.employee-block-5 .gallery .next {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 45%;
    cursor: pointer
}

.pum .employee-block-5 .gallery .prev {
    left: 0;
    background: transparent url(/images/ekran/employee-block-5/arrow-left.png) top left no-repeat
}

.pum .employee-block-5 .gallery .next {
    right: 0;
    background: transparent url(/images/ekran/employee-block-5/arrow-right.png) top left no-repeat
}

.pum .employee-block-5 .gallery img {
    display: block;
    width: 100%;
    height: auto
}

.pum .employee-block-5 .text {
    display: inline-block;
    color: #fff;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify
}

.pum .employee-block-5 .text p {
    margin: 2rem 0
}

/* */


.ems .employee-block-5, .uam .user-activity-monitoring-5 {
    width: 100%;
    background-image: radial-gradient(circle at 0 0,#323a46,#1c2327)
}

.ems .employee-block-5 h2, .uam .user-activity-monitoring-5 h2 {
    color: #fff !important;
    padding: 3.9rem 0;
    font-weight: 700
}

.ems .employee-block-5 .video-preview-decoration, .uam .user-activity-monitoring-5 .video-preview-decoration{
    max-width: 1170px !important;
    max-height: 657px !important;
    padding-bottom: 47.875rem !important;
}


/* */

.employee-block-6 {
    color: #404040
}

.employee-block-6 h2 {
    padding: 3.9rem 0;
    font-weight: 700
}

.employee-block-6 p {
    text-align: center
}

.employee-block-6 .platform-links {
    text-align: center;
    max-width: 1166px;
    margin: 2rem auto
}

.employee-block-6 .platform-links .platform-link {
    display: inline-block;
    margin: 1rem;
    width: 170px;
    height: 70px;
    background: no-repeat center
}

.employee-block-6 .platform-links .platform-link.active-directory {
    background-image: url(/images/ekran/employee-201901/employee-block-6/microsoft-active-directory-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.active-directory:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/microsoft-active-directory-min.png)
}

.employee-block-6 .platform-links .platform-link.splunk {
    background-image: url(/images/ekran/employee-201901/employee-block-6/splunk-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.splunk:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/splunk-min.png)
}

.employee-block-6 .platform-links .platform-link.sysaid {
    background-image: url(/images/ekran/employee-201901/employee-block-6/sysaid-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.sysaid:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/sysaid-min.png)
}

.employee-block-6 .platform-links .platform-link.arcsight {
    background-image: url(/images/ekran/employee-201901/employee-block-6/arcsight-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.arcsight:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/arcsight-min.png)
}

.employee-block-6 .platform-links .platform-link.ibm {
    background-image: url(/images/ekran/employee-201901/employee-block-6/ibm-radar-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.ibm:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/ibm-radar-min.png)
}

.employee-block-6 .platform-links .platform-link.servicenow {
    background-image: url(/images/ekran/employee-201901/employee-block-6/servicenow-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.servicenow:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/servicenow-min.png)
}

.employee-block-6 .platform-links .platform-link.paragon {
    background-image: url(/images/ekran/employee-201901/employee-block-6/paragon-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.paragon:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/paragon-min.png)
}

.employee-block-6 .platform-links .platform-link.hideez {
    background-image: url(/images/ekran/employee-201901/employee-block-6/hideez-bw-min.png)
}

.employee-block-6 .platform-links .platform-link.hideez:hover {
    background-image: url(/images/ekran/employee-201901/employee-block-6/hideez-min.png)
}

.employee-block-7, .uam .user-activity-monitoring-6 {
    background-image: radial-gradient(circle at 0 0, #537da7, #335b7b)
}

.employee-block-7 .topBg{
    display: block;
    width: 100%;
    height: 50px;
    background: transparent url(/images/ekran/employee-201901/employee-block-7/bg-top.png) left top no-repeat;
    background-size: contain
}

.uam .user-activity-monitoring-6 .topBg {
    background: transparent url(/images/ekran/employee-201901/insider-threat-page/bg-top-dark.png) left top no-repeat ;
    display: block;
    width: 100%;
    height: 50px;
   
    background-size: contain
}

.employee-block-7 .bottomBg, .uam .user-activity-monitoring-6 .bottomBg {
    display: block;
    width: 100%;
    height: 50px;
    background: transparent url(/images/ekran/employee-201901/employee-block-7/bg-top.png) left top no-repeat;
    background-size: contain;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

 

.employee-block-7 h2, .uam .user-activity-monitoring-6 h2 {
    color: #fff !important;
    padding: 3.9rem 0;
    font-weight: 700
}

.employee-block-7 h2:after, .uam .user-activity-monitoring-6 h2:after{
    border-bottom: 2px solid #fff
}

.pum .employee-block-7 h2:after {
    content: unset;
}

.employee-block-7 .text, .uam .user-activity-monitoring-6 .text {
    max-width: 1166px;
    margin: 0 auto;
    background: transparent url(/images/ekran/employee-201901/employee-block-7/eye-centered-min.png) center center no-repeat
}

.employee-block-7 .dl, .uam .user-activity-monitoring-6 .dl {
    padding: 0 20px
}

.employee-block-7 .dl .item, .uam .user-activity-monitoring-6 .dl .item{
    vertical-align: top;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px
}

.employee-block-7 .dl .item .photo-block, .uam .user-activity-monitoring-6 .dl .item .photo-block{
    width: 120px;
    height: 120px
}

.employee-block-7 .dl .item .photo-block img, .uam .user-activity-monitoring-6  .dl .item .photo-block img {
    width: 100%;
    height: 100%
}

.employee-block-7 .dl .item .description, .uam .user-activity-monitoring-6 .dl .item .description {
    color: #fff;
    width: calc(100% - 190px);
    line-height: 20px
}

.employee-block-7 .dl .item .description h3, .uam .user-activity-monitoring-6 .dl .item .description h3{
    color: #fff !important;
    font-weight: 700;
    margin: 1rem 0;
    padding-left: 0;
    font-size: 18px
}

.employee-block-7 .dl .item .description h3:before, .uam .user-activity-monitoring-6 .dl .item .description h3:before {
    content: none
}

@media screen and (max-width:767px) {
    .employee-block-7 .dl .item, .uam .user-activity-monitoring-6 .dl .item {
        display: inline-block;
        text-align: center
    }

    .employee-block-7 .dl .item .photo-block, .uam .user-activity-monitoring-6 .dl .item .photo-block {
        display: block;
        width: 100%
    }

    .employee-block-7 .dl .item .photo-block img, .uam .user-activity-monitoring-6 .dl .item .photo-block img{
        width: 120px
    }

    .employee-block-7 .dl .item .description, .uam .user-activity-monitoring-6 .dl .item .description{
        width: 100%
    }
}



/* solutions/privileged-user-monitoring */


.pum .employee-block-7 {
    text-align: center;
    min-height: 60rem;
    background-image: url(/images/ekran/privileged-3/bg-form.png);
    background-position: center center;
    background-size: cover;
    padding: 0 1.5rem
}

.pum .employee-block-7 h2 {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding-top: 5.9rem !important;
    padding-top: 0px;
    text-transform: uppercase;
    line-height: 1.5 !important
}

.pum .employee-block-7 .line {
    width: 59px;
    height: 3px;
    border-top: solid 1px #586575;
    margin: 2rem auto
}

.pum .employee-block-7 .parts {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden
}

.pum .employee-block-7 .parts p {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 90px;
    padding: 280px 10px 0;
    margin: 0;
    line-height: 1.2rem;
    vertical-align: top;
    text-align: left;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 80%;
    text-align: center;
    overflow: visible
}

.pum .employee-block-7 .parts p .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 60px;
    overflow: visible
}

.pum .employee-block-7 .parts p.part1 .bg {
    z-index: 5;
    width: 202px;
    height: 220px;
    background: transparent url(/images/ekran/employee-block-7/image-1.svg) 0 0px no-repeat;
    background-size: 202px 220px
}

.pum .employee-block-7 .parts p.part2 .bg {
    z-index: 4;
    width: 202px;
    height: 220px;
    background: transparent url(/images/ekran/employee-block-7/image-2.svg) 0 16px no-repeat;
    background-size: 202px 205px
}

.pum .employee-block-7 .parts p.part3 .bg {
    z-index: 3;
    width: 202px;
    height: 220px;
    background: transparent url(/images/ekran/employee-block-7/image-3.svg) 0 26px no-repeat;
    background-size: 202px 194px
}

.pum .employee-block-7 .parts p.part4 .bg {
    z-index: 2;
    width: 202px;
    height: 220px;
    background: transparent url(/images/ekran/employee-block-7/image-4.svg) 0 54px no-repeat;
    background-size: 202px 166px
}

.pum .employee-block-7 .parts p.part5 .bg {
    z-index: 1;
    width: 202px;
    height: 220px;
    background: transparent url(/images/ekran/employee-block-7/image-5.svg) 0 80px no-repeat;
    background-size: 202px 139px
}

.pum .employee-block-7 p {
    width: 95%;
    max-width: 1000px;
    color: #fff;
    text-align: justify;
    margin: 2rem auto
}

.pum .employee-block-7 .text {
    display: inline-block;
    padding: 1rem
}

.pum .employee-block-7 .text li {
    width: 95%;
    max-width: 1000px;
    color: #fff;
    text-align: justify;
    margin: 2rem auto;
    list-style: none
}

.pum .employee-block-7 .text li a {
    color: #fff
}

.pum .employee-block-7 .text li b {
    font-weight: 700
}

.pum .employee-block-7 .text li .icon {
    margin-right: 15px
}

.pum .employee-block-7 .text-content li {
    display: flex
}


/*  */



/* */ 

.pum #block-block-60 .employee-block-8 .dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pum #block-block-60 .employee-block-8 .dl .item {
    max-width: 48%;
    vertical-align: top;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px
}

.pum #block-block-60 .employee-block-8 .dl .item .photo-block {
    width: 145px;
    height: 145px
}

.pum #block-block-60 .employee-block-8 .dl .item .photo-block img {
    width: 100%;
    height: 100%
}

.pum #block-block-60 .employee-block-8 .dl .item .description {
    width: calc(100% - 190px)
}

.pum #block-block-60 .employee-block-8 .dl .item .description h3 {
    font-weight: 700;
    margin: 1rem 0;
    padding-left: 0;
    color: #537da7;
    font-size: 18px;
    text-align: left;
}

.pum #block-block-60 .employee-block-8 .dl .item .description h3:before {
    content: none
}

.pum #block-block-60 .employee-block-8 .dl .item .description p:last-child {
    text-align: right
}

.pum #block-block-60 .employee-block-8 .dl .item .description p:last-child a {
    color: #649ac4
}

.pum #block-block-60 .employee-block-8 .dl .item .description p:last-child a:hover {
    color: #6da6d0
}


.pum .employee-block-8 {
    text-align: center;
    min-height: 45rem;
    background: #fff;
   /* margin-bottom: 5rem*/
}

.pum .employee-block-8 .text {
    max-width: 1166px;
    margin: 0 auto;
    text-align: center;
     padding-bottom: unset !important;
}



.pum .employee-block-8 h2 {
    display: inline-block;
    font-size: 1.8rem;
    color: #444548;
    font-weight: 700;
    padding-top: 5.9rem;
    text-transform: uppercase;
    line-height: 30px
}

.pum .employee-block-8 .line {
    width: 59px;
    height: 3px;
    border-top: solid 1px #444548;
    margin: 2rem auto;
    margin-bottom: 70px
}

.pum .employee-block-8 .dl {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.pum .employee-block-8 .dl h3 {
    font-weight: 700;
    margin: 1rem 0;
    padding-left: 0
}

.pum .employee-block-8 .dl h3:before {
    content: "■";
    font-size: 6px;
    vertical-align: middle;
    padding-right: .8rem
}

.pum .employee-block-8 .dl .item {
    display: inline-block;
    max-width: 290px;
    margin: 1rem 3rem;
    vertical-align: top;
    text-align: left
}

.pum .employee-block-8 .dl .item p {
    padding-bottom: 1rem;
    text-align: left;
        
}

.pum .employee-block-8 .platform-button{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 20rem;
    height: 3rem;
    padding-top: 2rem;
    background-color: #4f98ca;
    box-shadow: 0 5px 15px 0 #cce9ff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 2rem;
    border-radius: 2px
}

.ems .employee-block-2 .platform-button{
    width: 280px;
    height: 100px;
}

.pum .employee-block-8 h2:after {
    content: unset !important;
}



/* */


.employee-block-8 h2 {
    padding: 3.9rem 0;
    font-weight: 700
}

.employee-block-8 .text {
    max-width: 1166px;
    margin: 0 auto;
    text-align: center;
   padding-bottom: 80px
}

.employee-block-8 .text .item {
    vertical-align: top;
    margin: 0 20px;
    display: inline-block;
    max-width: calc(30% - 40px)
}

.employee-block-8 .text .item .photo-block {
    width: 144px;
    height: 144px;
    margin: 0 auto
}

.employee-block-8 .text .item h3 {
    margin-top: 2rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #537da7
}

.employee-block-8 .text .item p {
    margin-top: 2rem;
    line-height: 1.56;
    text-align: center;
    vertical-align: top;
    color: #404040
}

.employee-block-9 {
    background: #537da7 url(/images/ekran/employee-201901/employee-block-9/#fff.png) left top repeat-x;
    background-size: auto 450px;
    min-height: 550px;
    position: relative
}

.employee-block-9 h2 {
    color: #404040 ;
    padding: 3.9rem 0;
    text-transform: none
}

.ems .employee-block-9 h2 {
    color: #404040 !important ;
 
}

.employee-block-9 h2 b {
    color: #537da7;
    font-weight: 400
}

.employee-block-9 h2:after {
    border-bottom: 2px solid #537da7
}

.employee-block-9 ul {
    display: block;
    margin: 0 auto;
    top: 200px;
    left: calc(50% - 570px);
    text-align: center
}


.employee-block-9 ul li {
    vertical-align: top;
    position: relative;
    margin: 15px;
    display: inline-block;
    width: 220px;
    height: 60px;
    padding: 220px 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #537da7;
    top: 0;
    border-radius: 3px;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}


.ems .employee-block-9 ul li, .ems .employee-block-3 ul li,.uam .employee-block-3 ul li {
    width: 260px;
    height: 280px;
}

.employee-block-9 ul li.servers {
    background: #fff url(/images/ekran/employee-201901/employee-block-9/icon-1_.svg) 102px 60px no-repeat;
    background-size: 65px 89px
}

.employee-block-9 ul li.desktops {
    background: #fff url(/images/ekran/employee-201901/employee-block-9/icon-2_.svg) 89px 59px no-repeat;
    background-size: 91px 93px
}

.employee-block-9 ul li.laptops {
    background: #fff url(/images/ekran/employee-201901/employee-block-9/icon-3_.svg) 74px 66px no-repeat;
    background-size: 121px 79px
}

.employee-block-9 ul li.jumpservers {
    background: #fff url(/images/ekran/employee-201901/employee-block-9/icon-4_.svg) 90px 59px no-repeat;
    background-size: 72px 92px
}

.employee-block-9 ul li:hover  {
    top: -20px;
    box-shadow: 0px 10px 24px 6px rgba(60, 93, 126, 0.2);
    transition-duration: 1s
}



.uam .user-activity-monitoring-3 {
    margin-bottom: 0 !important
}

.uam .user-activity-monitoring-3 .servers {
    background: #fff url(/images/ekran/user_activity_monitoring/user-activity-monitoring-3/1-u.png) 60px 50px no-repeat !important
}

.uam .user-activity-monitoring-3 .infrastructures {
    background: #fff url(/images/ekran/user_activity_monitoring/user-activity-monitoring-3/2-u.png) 60px 50px no-repeat !important
}

.uam .user-activity-monitoring-3 .hybrids {
    background: #fff url(/images/ekran/user_activity_monitoring/user-activity-monitoring-3/3-u.png) 60px 50px no-repeat !important
}

.uam .user-activity-monitoring-3 .combined {
    background: #fff url(/images/ekran/user_activity_monitoring/user-activity-monitoring-3/4-u.png) 60px 50px no-repeat !important
}


.uam .user-activity-monitoring-3 {
    background-image: url(/images/ekran/employee-201901/employee-block-3/section-3-bg.jpg);
    height: 450px;
    position: relative;
    margin-bottom: 50px;
    z-index: 1
}

@media screen and (max-width: 1110px) {
    .uam .user-activity-monitoring-3  {
        height:auto !important;
        min-height: auto;
        background-size: cover
    }
}

.uam .user-activity-monitoring-3 h2  {
    color: #404040;
    padding: 3.9rem 0 3rem;
    font-weight: 600;
    max-width: 1160px;
    margin: 0 auto;
    text-transform: none;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: normal;
    padding-bottom: 3.9rem
}

.uam .user-activity-monitoring-3 h2 b  {
    color: #537da7 !important
}

.uam .user-activity-monitoring-3 .platforms {
    display: block;
    margin: 0 auto;
    top: 200px;
    left: calc(50% - 570px);
    text-align: center;
    list-style: none
}

@media screen and (max-width: 1110px) {
    .uam .user-activity-monitoring-3 .platforms {
        width:600px
    }
}

@media screen and (max-width: 640px) {
    .uam .user-activity-monitoring-3 .platforms {
        width:300px
    }
}

.uam .user-activity-monitoring-3 .platforms li  {
    vertical-align: top;
    position: relative;
    margin: 15px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #537da7 !important;
    top: 0;
    border-radius: 3px;
    box-shadow: 0 0 24px 6px rgba(83,125,167,0.1);
    transition-duration: .7s;
    font-size: 18px !important;
    line-height: 24px;
    width: 260px;
    height: 280px;
    padding: 210px 15px 0
}

.uam .user-activity-monitoring-3 .platforms li:hover {
    top: -20px;
    box-shadow: 0px 10px 24px 6px rgba(60,93,126,0.2)
}

@media screen and (max-width: 640px) {
    .uam .user-activity-monitoring-3 .platforms li {
        padding:210px 15px 15px
    }
}

@media screen and (max-width: 1166px) {
    .uam .user-activity-monitoring-3 .platforms li {
        width:210px;
        padding: 220px 10px 10px;
        margin: 15px
    }
}

.uam .user-activity-monitoring-3 .platforms .servers,.uam .user-activity-monitoring-3 .platforms .infrastructures,.uam .user-activity-monitoring-3 .platforms .hybrids,.uam .user-activity-monitoring-3 .platforms .combined  {
    background-size: 145px 145px !important
}

@media screen and (max-width: 1166px) {
    .uam .user-activity-monitoring-3 .platforms .servers,.uam .user-activity-monitoring-3 .platforms .infrastructures,.uam .user-activity-monitoring-3 .platforms .hybrids,.uam .user-activity-monitoring-3 .platforms .combined {
        background-position:45px 50px !important
    }
}

.uam .user-activity-monitoring-4,.uam .third-party-vendor-monitoring-3 {
    background-color: #f0f4f8;
    padding: 5rem 0;
    padding-bottom: 0
}

/* */

.swift-block-3 {
    background: #f0f4f8 url(/images/ekran/employee-201901/swift-block-3/section-3-bg-top.jpg) center top repeat-x;
    position: relative;
    height: 455px
}

.swift-block-3 ul li {
    font-size: 18px;
    line-height: 24px;
    width: 235px;
    height: 70px;
    padding: 210px 15px 0
}

.swift-block-3 ul li.servers {
    background: #fff url(/images/ekran/employee-201901/swift-block-3/icon-16.svg) 60px 40px no-repeat
}

.swift-block-3 ul li.infrastructures {
    background: #fff url(/images/ekran/employee-201901/swift-block-3/icon-11.svg) 60px 40px no-repeat
}

.swift-block-3 ul li.hybrids {
    background: #fff url(/images/ekran/employee-201901/swift-block-3/icon-29.png) 60px 40px no-repeat
}

.swift-block-3 ul li.combined {
    background: #fff url(/images/ekran/employee-201901/swift-block-3/icon-17.svg) 60px 40px no-repeat
}

@media screen and (max-width:1193px) {
    .swift-block-3 ul {
        width: 980px
    }

    .swift-block-3 ul li {
        width: 210px;
        padding: 220px 10px 0;
        margin: 5px;
        background-position: 45px 50px !important
    }
}

@media screen and (max-width:1166px) {

    .employee-block-3 ul,
    .employee-block-9 ul {
        width: 980px
    }

    .employee-block-3 ul li,
    .employee-block-9 ul li {
        width: 210px;
        padding: 220px 10px 0;
        margin: 5px
    }

    .employee-block-3 ul li {
        background-position: 45px 50px !important
    }
}

@media screen and (max-width:980px) {

    .employee-block-3,
    .employee-block-9 {
        background-size: cover
    }

    .employee-block-3 ul,
    .employee-block-9 ul {
        width: 600px
    }

    .employee-block-3 ul li,
    .employee-block-9 ul li {
        width: 220px;
        padding: 220px 20px 0;
        margin: 15px
    }

    .employee-block-3 ul li:hover,
    .employee-block-9 ul li:hover {
        top: 0;
        box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
    }

    .employee-block-3 ul li {
        background-position: 60px 50px !important
    }
}

@media screen and (max-width:767px) {

    .employee-block-3,
    .employee-block-9 {
        background: #f0f4f8 none !important
    }
}

@media screen and (max-width:640px) {

    .employee-block-3 ul,
    .employee-block-9 ul {
        width: 300px
    }
}

.employee-block-10 {
    background: #537da7;
    background: linear-gradient(to bottom, #537da7 0%, #537da7 90%, #fff 90%, #fff 100%);
    max-height: 1040px;
    width: 100%
}

.employee-block-10 h2 {
    color: #fff !important;
    padding: 3.9rem 0;
    font-weight: 700
}

.employee-block-10 h2:after {
    border-bottom: 2px solid #fff
}

.employee-block-10 .topBg {
    position: relative;
    display: block;
    max-width: 1018px;
    height: 0;
    margin: 0 auto;
    width: 100%;
    padding-top: 49%;
    background: transparent none top left no-repeat;
    background-size: contain
}

.employee-block-10 .gallery {
    position: relative;
    top: -80px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 4rem
}

.employee-block-10 .gallery .gallery-content {
    background-color: #fff;
    border-radius: 3px;
    margin: auto;
    height: 100%;
    position: relative;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

.employee-block-10 .gallery .gallery-content .slick-list li {
    padding: 0 45px 60px 80px;
    text-align: justify;
    display: inline-block;
    font-style: italic;
    position: relative;
    line-height: 26px
}

.employee-block-10 .gallery .gallery-content .slick-list li:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 130px;
    width: 50px;
    height: 50px;
    font-size: 100px;
    color: #537da7;
    background-image: url(/images/ekran/quotes.png);
    background-repeat: no-repeat
}

.employee-block-10 .gallery .gallery-content .slick-list li .author {
    position: relative;
    top: 0;
    z-index: 3;
    font-style: normal;
    min-height: 70px;
    margin-top: 1rem;
    text-align: left;
    padding: 2rem 0 0 120px;
    font-weight: 700;
    overflow: visible
}

.employee-block-10 .gallery .gallery-content .slick-list li .author img {
    position: absolute;
    left: 0;
    top: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

@media screen and (min-width:1018px) {
    .employee-block-10 .topBg {
        padding-top: 504px
    }
}

.authorImg {
    position: absolute;
    top: -14px;
    left: 80px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    background: #fff
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 45%;
    cursor: pointer;
    border: none;
    font-size: 0;
    z-index: 1;
    outline: none
}

.slick-prev i,
.slick-next i {
    font-size: 30px;
    color: #fff
}

.slick-prev {
    left: -150px
}

.slick-next {
    right: -150px
}


.slick-dots {
    position: absolute;
    width: 100%;
    bottom: -2.5rem
}

.slick-dots li {
    padding: 0 .5rem;
    display: inline-block !important
}

.slick-dots li button {
    width: 25px;
    height: 5px;
    margin: 0;
    padding: 0;
    opacity: .45;
    background-color: #fff;
    font-size: 1px;
    border: none
}

.slick-dots li button[aria-selected="true"] {
    opacity: 1
}


.slickSlider li {
    display: none
}

.slickSlider li:first-child {
    display: inline-block
}

@media screen and (max-width:1100px) {
    .slick-prev {
        left: -30px
    }

    .slick-next {
        right: -30px
    }
}

@media screen and (max-width:860px) {

    .slick-prev,
    .slick-next {
        display: none !important
    }

    .employee-block-10 {
        max-height: none
    }

    .employee-block-10 .gallery {
        padding-bottom: 0
    }

    .employee-block-10 .gallery .gallery-content {
        height: auto
    }
}

.employee-block-11 {
    text-align: center;
    max-width: 1160px;
    overflow: hidden;
    margin: 0 auto
}

.employee-block-11 h2 {
    padding: 3.9rem 0;
    font-weight: 700
}

/* solutions/privileged-user-monitoring */

.pum .employee-block-11 {
    text-align: center;
    min-height: 40rem;
    /*background-image: radial-gradient(circle at 50% 47%,#353d49,#1a1f22)*/
}

.pum .employee-block-11 h2 {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 700;
    padding-top: 5.9rem;
    padding-bottom: 0;
    text-transform: uppercase
}
.pum .employee-block-11 h2:after {
    content: unset;
}

.pum .employee-block-11 .line {
    width: 59px;
    height: 3px;
    border-top: solid 1px #fff;
    margin: 2rem auto
}

.pum .employee-block-11 .gallery {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 4rem
}

.pum .employee-block-11 .gallery .gallery-border {
    display: inline-block;
    margin: 0 auto 3rem;
    width: 90%;
    max-width: 770px;
    border: solid 1px #3d434a;
    padding: 10px
}

.pum .employee-block-11 .gallery .gallery-content {
    background-color: #fff;
    margin: auto;
    height: 100%
}

.pum .employee-block-11 .gallery .gallery-content .slick-list li {
    padding: 50px 100px;
    text-align: justify;
    display: inline-block;
    font-style: italic;
    position: relative
}

.pum .employee-block-11 .gallery .gallery-content .slick-list li:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 60px;
    width: 50px;
    height: 50px;
    font-size: 100px;
    color: #537da7;
    background-image: url(/images/ekran/privileged-3/quotes.png);
    background-repeat: no-repeat
}

.pum .employee-block-11 .gallery .gallery-content .slick-list li .author {
    font-style: normal;
    height: 70px;
    position: relative;
    margin-top: 1rem;
    padding: 2rem 0 0 120px;
    font-weight: 700
}

.pum .employee-block-11 .gallery .gallery-content .slick-list li .author img {
    position: absolute;
    left: 0;
    top: .8rem;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.pum #block-block-87 {
    background-image: radial-gradient(circle at 50% 47%,#353d49,#1a1f22);
}

/* */


.employee-block-12 {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto
}

.employee-block-12 h2 {
    padding: 3.9rem 0;
    font-weight: 700;
    text-transform: none
}

.employee-block-12 h2:after {
    display: none
}

.employee-block-12 .text {
    max-width: 1166px;
    margin: 0 auto;
    padding-bottom: 3.9rem
}

.employee-block-12 .text .item {
    vertical-align: top;
    margin: 20px;
    display: inline-block;
    width: calc(30% - 40px)
}

.employee-block-12 .text .item .photo-block {
    width: 144px;
    height: 144px;
    margin: 0 auto
}

.employee-block-12 .text .item h3 {
    margin-top: 2rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #537da7 !important;
}

.employee-block-13,
.employee-block-17 {
    background: #fff url(/images/ekran/privileged-3/bg_try_now.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 2rem 0
}

.employee-block-13 .line,
.employee-block-17 .line {
    height: 20px
}

.employee-block-13 h2,
.employee-block-17 h2 {
    color: #404040  !important;
    padding: 3rem 0 2rem;
    font-weight: 700
}

.employee-block-13 h2:after,
.employee-block-17 h2:after {
    display: none
}

.employee-block-13 .treat-buttons,
.employee-block-17 .treat-buttons {
    width: 100%;
    margin: 1rem 0 1rem;
    display: inline-block;
    height: auto
}

.employee-block-13 .treat-buttons .button-1,
.employee-block-13 .treat-buttons .button-2,
.employee-block-17 .treat-buttons .button-1,
.employee-block-17 .treat-buttons .button-2 {
    float: none;
    height: .5rem;
    padding-top: 20px;
    border: .1575rem solid #444548;
    margin: 1rem;
    box-shadow: 0 5px 15px 0 #cce9ff;
    color: #444548 !important;
    line-height: 0.5;
    text-transform: uppercase
}

.employee-block-13 .treat-buttons .button-1,
.employee-block-17 .treat-buttons .button-1 {
    border: .1575rem solid #ff4144;
    color: #fff !important
}

.employee-block-13 {
    background: #f0f4f8 url(/images/ekran/employee-201901/employee-block-13/section-13-bg-min.png)
}


/* */

.pum .employee-block-13.priviledged-8 {
    background-image: url(/images/ekran/privileged-3/bg_try_now.jpg);
    background-position: center center;
    background-size: cover
}


.pum .employee-block-13.priviledged-8 h2 {
    padding-bottom: 38px !important;
}

/* */ 




.employee-block-14 {
    background-image: linear-gradient(to top, #323a46, #1c2327);
    color: #fff;
    box-sizing: border-box
}

.employee-block-14 h2 {
    color: #fff  !important;
    padding: 3.9rem 1rem;
    font-weight: 700
}

.employee-block-14 h2 b {
    color: #537da7  !important;
}

.employee-block-14 .section1,
.employee-block-14 .section2 {
    display: block;
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 25px
}

.employee-block-14 .section1 h3,
.employee-block-14 .section2 h3 {
    font-size: 1.5rem;
    color: #fff !important;
}

.employee-block-14 .section1 p,
.employee-block-14 .section1 div.p,
.employee-block-14 .section2 p,
.employee-block-14 .section2 div.p {
    margin-top: 50px
}

.employee-block-14 .section1 .text,
.employee-block-14 .section1 .diagram,
.employee-block-14 .section2 .text,
.employee-block-14 .section2 .diagram {
    display: inline-block;
    vertical-align: top
}

.employee-block-14 .section1 .text .footnotes,
.employee-block-14 .section1 .diagram .footnotes,
.employee-block-14 .section2 .text .footnotes,
.employee-block-14 .section2 .diagram .footnotes {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-transform: none
}

.employee-block-14 .section1 .text,
.employee-block-14 .section2 .text {
    width: calc(60% - 100px);
    font-weight: 600;
    margin: 0 50px
}

.employee-block-14 .section1 .text ul li,
.employee-block-14 .section2 .text ul li {
    list-style: none
}

.employee-block-14 .section1 .text ul li:before,
.employee-block-14 .section2 .text ul li:before {
    content: "•";
    color: #649ac4;
    margin-right: 10px
}

.employee-block-14 .section1 .diagram,
.employee-block-14 .section2 .diagram {
    width: calc(40% - 50px);
    margin: 0
}

.employee-block-14 .section1 .diagram {
    padding-left: 20px;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 85%
}

.employee-block-14 .section1 .diagram .bg {
    display: block;
    top: 0;
    left: 12px;
    height: 210px;
    background: transparent none center -50px no-repeat
}

.employee-block-14 .section2 .diagram {
    padding-left: 20px;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 85%
}

.employee-block-14 .section2 .diagram .bg {
    display: block;
    top: 0;
    left: 12px;
    height: 302px;
    background: transparent none right -30px no-repeat;
    background-size: 100%
}

.employee-block-14 .scroll-blue {
    height: 50px;
    background: transparent url(/images/ekran/employee-201901/employee-block-14/scroll-blue.svg) center center no-repeat
}

@media screen and (max-width:767px) {

    .employee-block-14 .section1 .text,
    .employee-block-14 .section2 .text {
        width: calc(100% - 100px);
        padding: 0 20px;
        margin: 0
    }

    .employee-block-14 .section1 .diagram,
    .employee-block-14 .section2 .diagram {
        display: block;
        width: 100%;
        padding: 20px 0;
        margin: 0
    }

    .employee-block-14 .section2 {
        display: table
    }

    .employee-block-14 .section2 .text {
        padding: 0 20px 20px
    }

    .employee-block-14 .section2 .diagram {
        display: table-footer-group
    }

    .employee-block-14 .section2 .diagram .bg {
        background-position: center -50px;
        background-size: contain
    }
}

.employee-block-15 {
    background-image: linear-gradient(to bottom, #333a47, #6e9ec9);
    background-size: cover;
    min-height: 554px;
    color: #fff
}

.employee-block-15 b {
    font-weight: 700
}

.employee-block-15 h2 {
    color: #fff !important;
    padding: 3.9rem 0;
    text-transform: none
}

.employee-block-15 h2:after {
    display: none
}

.employee-block-15 .text {
    max-width: 1166px;
    margin: 0 auto
}

.employee-block-15 .text .item {
    vertical-align: top;
    margin: 0 20px;
    display: inline-block;
    max-width: calc(33% - 40px)
}

.employee-block-15 .text .item .photo-block {
    width: 144px;
    height: 144px;
    margin: 0 auto
}

.employee-block-15 .text .item p {
    margin-top: 2rem;
    line-height: 1.56;
    text-align: center;
    vertical-align: top
}

.employee-block-15 .footnotes {
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
    font-style: italic
}

@media screen and (max-width:767px) {

    .employee-block-8 .text,
    .employee-block-12 .text,
    .employee-block-15 .text {
        width: 100%;
        padding-bottom: 0
    }

    .employee-block-8 .text .item,
    .employee-block-12 .text .item,
    .employee-block-15 .text .item {
        display: block;
        width: 100%;
        max-width: calc(100% - 20px);
        margin: 10px 10px 80px;
        font-size: 16px;
        text-align: center
    }

    .employee-block-8 .text .item .photo-block,
    .employee-block-12 .text .item .photo-block,
    .employee-block-15 .text .item .photo-block {
        display: block;
        width: 100%
    }

    .employee-block-8 .text .item .photo-block img,
    .employee-block-12 .text .item .photo-block img,
    .employee-block-15 .text .item .photo-block img {
        width: 120px
    }

    .employee-block-8 .text .item .description,
    .employee-block-12 .text .item .description,
    .employee-block-15 .text .item .description {
        width: 100%
    }

    .employee-block-8 .footnotes,
    .employee-block-12 .footnotes,
    .employee-block-15 .footnotes {
        padding: 0 0 50px
    }
}

.employee-block-16 {
    max-width: 1066px;
    margin: 0 auto;
    padding: 0 20px
}

.employee-block-16 a {
    color: #649ac4
}

.employee-block-16 h2 {
    padding: 3.9rem 0;
    font-weight: 700
}

.employee-block-16 .ui-accordion-header {
    background: #fff;
    border-width: 1px 0 0 0;
    padding: .5rem 2rem;
    border-radius: 0;
    border-color: #eee
}

.employee-block-16 .ui-accordion-header:first-child {
    border-top-width: 0
}

.employee-block-16 .ui-accordion-header.ui-state-active,
.employee-block-16 .ui-accordion-header.ui-state-hover {
    border-color: #eee;
    border-width: 1px 0 0 0
}

.employee-block-16 .ui-accordion-header.ui-state-active:first-child,
.employee-block-16 .ui-accordion-header.ui-state-hover:first-child {
    border-top-width: 0
}

.employee-block-16 .ui-accordion-header.ui-state-hover {
    background: #f6f8fb;
    text-decoration: underline
}

.employee-block-16 .ui-accordion-content,
.employee-block-16 .ui-accordion-content.ui-accordion-content-active {
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.18);
    background-color: #fff;
    margin: 1rem 0 2rem;
    padding: 1em 2.2em;
    font-size: 16px
}

.employee-block-16 .ui-accordion .ui-accordion-header {
    color: #649ac4 !important;
    font-weight: 700;
    line-height: 25px;
    border-radius: 2px;
    font-size: 18px
}

.employee-block-16 .ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    right: .5em;
    left: auto;
    top: 50%;
    margin-top: -8px;
    background: url(/images/ekran/employee-201901/employee-block-15/plus.png) left top no-repeat;
    border: none
}

.employee-block-16 .ui-accordion .ui-accordion-header.ui-state-active {
    border: none
}

.employee-block-16 .ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
    background: url(/images/ekran/employee-201901/employee-block-15/minus.png) left top no-repeat
}

.employee-block-16 .faq-button {
    display: block;
    margin: 3rem auto;
    width: 260px;
    height: 39px;
    border-radius: 2px;
    box-shadow: 0px 10px 30px 0 rgba(83, 125, 167, 0.4);
    background-color: #649ac4;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    padding-top: 20px;
    font-size: 14px;
    text-transform: uppercase
}

.employee-block-17 h2 {
    color: #404040;
    padding: 3.9rem 0 2rem;
    font-weight: 700
}

.employee-block-17 h2:after {
    display: none
}

@media only screen and (max-width:920px) and (min-width:481px) {
    .footer-subscribe {
        padding-top: 0 !important
    }
}

.swift-helper {
    font-size: 0
}

.swift-helper > * {
    display: inline-block !important;
    vertical-align: middle !important
}

.swift-helper:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    padding: 0
}

.button-hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.button-hover:hover {
    opacity: .8
}

.swift-banner-container .wrapper-banner {
    background: url(/images/ekran/employee-201901/swift-block-1/banner-bg.jpg) no-repeat left top;
    background-size: 100% 94%
}

.swift-banner-container .wrapper-banner .treat-buttons .button-2 {
    background-color: #ff4144;
    border: .1575rem solid #ff4144
}

.swift-banner-container .wrapper-banner .treat-buttons .button-1 {
    background: transparent;
    border: .1575rem solid #fff
}

.swift-banner-container .wrapper-banner .swift-banner-screenshots {
    margin: 15px auto 0
}

.swift-block-2__container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: center
}

.swift-block-2__container > * {
    width: 42.3%
}

.swift-block-2__container-photo-block {
    text-align: center
}

.swift-block-2__container-photo-block img {
    position: relative;
    top: -10px;
    max-width: 100%;
    object-fit: cover
}

.swift-block-2__container-description p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px
}

.swift-block-2__container-description p a {
    display: inline-block;
    font-weight: 700;
    color: #649ac4
}

.swift-block-2__container-description p a:hover {
    color: #6da6d0
}

.swift-block-2__container-description p a:active {
    color: #6da6d0
}

.swift-block-2__container-description p a:visited {
    color: #649ac4
}

.swift-block-4 {
    box-shadow: 0 10px 20px 0 rgba(83, 125, 167, 0.3)
}

.swift-block-5 {
    padding-bottom: 55px;
    box-shadow: 0 10px 30px 0 rgba(83, 125, 167, 0.3);
    position: relative;
    z-index: 1
}

.swift-block-5 .uitabs ul li a {
    padding-top: .1rem
}

.swift-block-5 .uitabs .tabsPanel {
    margin-bottom: 50px
}

.swift-block-5 .uitabs .tabsPanel .leftCol ol li {
    background: transparent url(/images/ekran/icons_1608/point.svg) left .1rem top 16px no-repeat;
    background-size: 6px 6px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 40px;
    color: #000
}

.swift-block-5__download {
    text-align: center
}

.swift-block-5__download a {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #649ac4;
    margin: 0 auto;
    padding: 20px 20px 20px 40px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 30px 0 rgba(83, 125, 167, 0.3);
    border-radius: 2px
}

.swift-block-5__download a:before {
    content: '';
    background: url(/images/ekran/employee-201901/swift-block-5/download.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 17px;
    left: 15px
}

.swift-block-6 {
    background-color: #ebf7ff;
    box-shadow: inset 0 -10px 30px 0 rgba(83, 125, 167, 0.3)
}

.swift-block-6__container {
    margin: 0 auto;
    width: 1200px;
    padding-top: 70px
}

.swift-block-6__container h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #537da7;
    font-weight: 600;
    text-align: center;
    width: 100% !important;
    margin-bottom: 50px
}

.swift-block-6__container > * {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.swift-block-6__container > * > * {
    width: 25%
}

.swift-block-6__container > * > * .title p {
    font-size: 18px;
    line-height: 24px;
    color: #537da7;
    font-weight: 700;
    text-align: center;
    padding: 0 20px
}

.swift-block-6__container > * > * .photo-block {
    height: 140px;
    text-align: center
}

.swift-block-6__container > * > * .photo-block img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

.swift-block-6__container-secure-solution {
    margin-bottom: 80px
}

.swift-block-6__container-flexible-deployment .flexible-deployment__item {
    margin-bottom: 80px
}

.swift-block-6__container-flexible-deployment .flexible-deployment__item:last-child img {
    height: 80px
}

.swift-block-7 {
    box-shadow: 0 10px 30px 0 rgba(83, 125, 167, 0.3)
}

.swift-block-7__container {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.swift-block-7__container h3 {
    font-size: 23px;
    line-height: 28px;
    color: #252c46;
    font-weight: 700;
    margin-bottom: 30px
}

.swift-block-7__container .architecture {
    padding-bottom: 70px
}

.swift-block-7__container .architecture-photo-block img {
    max-width: 100%;
    object-fit: cover
}

.swift-block-9 .treat-buttons .button-2 {
    border: .1575rem solid #ff4144;
    color: #fff !important;
    background-color: #ff4144
}

.swift-block-9 .treat-buttons .button-1 {
    border: .1575rem solid #444548;
    color: #444548 !important;
    background: transparent
}

@media screen and (max-width:1260px) {
    .swift-block-8 {
        overflow: hidden
    }
}

@media screen and (max-width:1200px) {

    .swift-block-2__container,
    .swift-block-6__container,
    .swift-block-7__container {
        width: 1024px
    }

    .swift-block-3 ul li {
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {

    .swift-block-2__container,
    .swift-block-6__container,
    .swift-block-7__container {
        width: 980px
    }
}

@media screen and (max-width:980px) {

    .swift-block-2__container,
    .swift-block-6__container,
    .swift-block-7__container {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    .swift-banner-container .wrapper-banner .swift-banner-screenshots {
        margin-top: 40px
    }

    .swift-block-2__container > * {
        width: 50%
    }

    .swift-block-3 {
        height: auto !important;
        min-height: auto
    }

    .swift-block-6__container > * > * {
        width: 50%;
        margin-bottom: 40px !important
    }
}

@media screen and (max-width:920px) {
    .swift-banner-container .wrapper-banner {
        padding-bottom: 0
    }
}

@media screen and (max-width:780px) {
    .swift-block-2__container {
        display: block
    }

    .swift-block-2__container > * {
        width: 100%
    }
}

@media screen and (max-width:500px) {
    .swift-banner-container .wrapper-banner {
        min-height: 560px !important;
        height: auto !important;
        max-height: 580px
    }

    .swift-banner-container .wrapper-banner .swift-banner-screenshots {
        width: 100%;
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .swift-banner-container .wrapper-banner {
        max-height: 630px
    }

    .swift-block-2 {
        padding: 1rem 0
    }

    .swift-block-2__container-photo-block img {
        height: 300px
    }

    .swift-block-5__download {
        margin: 0 20px
    }

    .swift-block-5__download a:before {
        top: 25px
    }

    .swift-block-6__container > * > * {
        width: 100%;
        margin-bottom: 20px !important
    }

    .swift-block-7__container h3 {
        font-size: 18px
    }
}

.mssp-banner-container .mssp-banner {
    background: url(/images/ekran/employee-201901/mssp-banner/background.jpg) no-repeat center;
    height: 528px;
    text-align: center;
    background-size: cover
}

.mssp-banner-container .mssp-banner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.mssp-banner-container .mssp-banner > * {
    display: inline-block;
    vertical-align: middle
}

.mssp-banner-container .mssp-banner__content .text-middle {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    margin-bottom: 45px;
    text-transform: uppercase;
    width: 892px
}

.mssp-banner-container .mssp-banner__content .text-middle span {
    text-decoration: underline
}

.mssp-banner-container .mssp-banner__content .treat-buttons {
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 44px;
    width: auto
}

.mssp-banner-container .mssp-banner__content .treat-buttons a.button {
    width: 260px !important;
    padding: 22px 0;
    box-sizing: border-box
}

.mssp-banner-container .mssp-banner__content .treat-buttons a.button-2 {
    padding: 19px 0;
    margin-left: 35px
}

.mssp-banner-container .mssp-banner__content .mssp-title h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 40px
}

.mssp-block-2 .solution {
    max-width: 1160px;
    padding-bottom: 30px
}

.mssp-block-2 .solution .why-title {
    padding-top: 78px;
    font-size: 29px;
    font-weight: 600;
    color: #537da7;
    letter-spacing: normal;
    margin-bottom: 50px
}

.mssp-block-2 .solution .why-title strong {
    font-weight: 800
}

.mssp-block-2 .solution .why-title:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.mssp-block-2 .solution .solution-item {
    width: 25%
}

.mssp-block-2 .solution .solution-item .sol {
    width: 137px;
    height: 137px;
    border: 3px solid #537da7;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

.mssp-block-2 .solution .solution-item .sol:hover {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12)
}

.mssp-block-2 .solution .solution-item .sol.sol1 {
    background: url(/images/ekran/main-page/Identity-Management-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.mssp-block-2 .solution .solution-item .sol.sol1:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.mssp-block-2 .solution .solution-item .sol.sol2 {
    background: url(/images/ekran/main-page/privileged-access-management-icon.png) center no-repeat;
    background-position-x: 11px;
    background-position-y: 13px;
    background-size: 219px
}

.mssp-block-2 .solution .solution-item .sol.sol2:hover {
    background-position-x: -99px;
    background-position-y: 12px;
    background-color: #537da7
}

.mssp-block-2 .solution .solution-item .sol.sol4 {
    background: url(/images/ekran/main-page/insider-monitoring-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.mssp-block-2 .solution .solution-item .sol.sol4:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.mssp-block-2 .solution .solution-item .sol.sol5 {
    background: url(/images/ekran/main-page/security-compliance-icon.png) center;
    background-position-x: 3px;
    background-position-y: 0
}

.mssp-block-2 .solution .solution-item .sol.sol5:hover {
    background-position-x: -127px;
    background-position-y: 0;
    background-color: #537da7
}

.mssp-block-2 .solution .solution-item .sol-title {
    font-size: 18px;
    font-weight: 700;
    color: #537da7;
    line-height: 1.33;
    height: auto;
    margin: 35px 0 30px
}

.mssp-block-2 .solution .solution-item .sol-title a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mssp-block-2 .solution .solution-item .sol-title a:hover {
    color: #6da6d0
}

.mssp-block-2 .solution__description {
    font-size: 18px;
    line-height: 25px;
    color: #404040;
    word-spacing: normal;
    margin-bottom: 55px
}

.mssp-block-3 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    max-width: 100%
}

.mssp-block-3 h2 {
    font-weight: 600
}

.mssp-block-4 h2 {
    font-size: 25px;
    max-width: 940px
}

.mssp-block-5 {
    box-shadow: none
}

.mssp-block-6 .swift-block-6__container-flexible-deployment h3 {
    text-transform: inherit
}

.mssp-block-6__title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #404040;
    margin-bottom: 30px
}

.mssp-block-7 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

.mssp-block-7 .text {
    display: flex;
    justify-content: space-around
}

.mssp-block-7 .text .item {
    width: 25%
}

.mssp-block-8 {
    background: radial-gradient(circle at 0 0, #537da7, #335b7b)
}

.mssp-block-8 .gallery {
    top: 50px;
    padding-bottom: 0
}

.mssp-block-9 {
    padding-bottom: 110px
}

.mssp-block-9 h2 {
    padding-top: 140px
}

.mssp-block-9__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.mssp-block-9__content-photo-block {
    width: 25%;
    position: relative;
    cursor: pointer
}

.mssp-block-9__content-photo-block .hover_block {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.mssp-block-9__content-photo-block:hover .hover_block {
    opacity: 1
}

.mssp-block-10 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mssp-block-10 .line {
    margin-bottom: 20px
}

.mssp-block-10__description p {
    font-size: 18px;
    color: #404040
}

.mssp-block-10__description p span a {
    color: #649ac4;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mssp-block-10__description p span a:hover {
    color: #6da6d0
}

@media screen and (max-width:1160px) {
    .mssp-block-2 .solution {
        max-width: 1024px
    }
}

@media screen and (max-width:1024px) {
    .mssp-banner-container .mssp-banner__content .text-middle {
        font-size: 30px
    }

    .mssp-banner-container .mssp-banner__content .mssp-title h4 {
        font-size: 20px
    }

    .mssp-banner-container .mssp-banner {
        height: 500px
    }

    .mssp-block-2 .solution {
        max-width: 780px
    }

    .mssp-block-2 .solution .solution-item {
        width: 50%
    }

    .mssp-block-9__content-photo-block {
        width: 35%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:920px) {
    .mssp-banner-container .mssp-banner__content .mobile-width {
        margin: 20px auto;
        width: 600px !important;
        padding: 0
    }

    .mssp-banner-container .mssp-banner {
        height: 450px
    }

    .mssp-block-2 .solution .sol {
        width: 137px !important;
        height: 137px !important;
        background-size: auto !important
    }

    .mssp-block-2 .solution .sol.sol2 {
        background-size: 219px !important
    }
}

@media screen and (max-width:780px) {
    .mssp-banner-container .mssp-banner__content .mobile-width {
        width: 470px !important
    }

    .mssp-banner-container .mssp-banner__content .text-middle {
        font-size: 25px;
        line-height: 40px
    }

    .mssp-banner-container .mssp-banner__content .treat-buttons .button-1 {
        margin-bottom: 10px
    }

    .mssp-banner-container .mssp-banner__content .treat-buttons .button-2 {
        margin-left: 0 !important
    }

    .mssp-banner-container .mssp-banner__content .mssp-title h4 {
        font-size: 18px
    }

    .mssp-banner-container .mssp-banner {
        height: 450px
    }

    .mssp-block-2 .solution {
        max-width: 90%;
        margin: 0 auto
    }

    .mssp-block-3 .text .item {
        width: calc(49% - 20px) !important;
        margin: 10px 10px 80px;
        display: inline-block !important
    }

    .mssp-block-7 .text {
        justify-content: center;
        flex-wrap: wrap
    }

    .mssp-block-7 .text .item {
        width: 40%;
        max-width: 40%;
        margin-bottom: 30px
    }

    .mssp-block-9 {
        padding-bottom: 50px
    }

    .mssp-block-9__content-photo-block {
        width: 45%
    }
}

@media screen and (max-width:480px) {
    .mssp-banner-container .mssp-banner__content .mobile-width {
        width: 300px !important
    }

    .mssp-banner-container .mssp-banner__content .text-middle {
        font-size: 23px;
        line-height: 35px
    }

    .mssp-banner-container .mssp-banner__content .mssp-title h4 {
        font-size: 16px;
        line-height: 25px
    }

    .mssp-block-2 .solution .solution-item {
        width: 100%
    }

    .mssp-block-3 .text .item {
        width: 100% !important
    }

    .mssp-block-7 .text .item {
        width: 100%;
        max-width: 100%
    }

    .mssp-block-9__content-photo-block {
        width: 100%
    }
}

.identity-management-block-2 {
    padding-top: 45px
}

.identity-management-block-2 h2 {
    font-weight: 700
}

.identity-management-block-2__content {
    max-width: 1076px;
    margin: 0 auto
}

.identity-management-block-2__content p {
    font-size: 17px;
    line-height: 25px;
    color: #404040;
    margin-bottom: 40px
}

.identity-management-block-2__content p a {
    color: #649ac4;
    font-weight: 600
}

.identity-management-block-2__content p a:hover {
    color: #6da6d0
}

.identity-management-block-2__content p:last-child {
    margin-bottom: 0
}

.identity-management-block-2__content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px
}

.identity-management-block-2__content ul {
    list-style: none;
    padding-left: 50px;
    padding-bottom: 40px
}

.identity-management-block-2__content ul li {
    font-size: 17px;
    line-height: 40px;
    color: #000;
    background: transparent url(/images/ekran/icons_1608/point.svg) left 1rem no-repeat;
    background-size: 6px 6px;
    padding-left: 20px
}

.identity-management-block-3 {
    box-shadow: 0 0 16px 4px rgba(83, 125, 167, 0.2);
    background-color: #f0f4f8;
    padding-bottom: 0
}

.identity-management-block-3 h2 {
    font-weight: 700
}

.identity-management-block-3__description {
    max-width: 1170px;
    padding-bottom: 50px;
    margin: 0 auto
}

.identity-management-block-3__description p {
    font-size: 17px;
    line-height: 25px;
    color: #404040;
    text-align: center
}

.identity-management-block-3 .content__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto
}

.identity-management-block-3 .content__container > * {
    width: 50%
}

.identity-management-block-3 .content__description h3 {
    font-size: 23px;
    font-weight: 700;
    color: #537da7;
    line-height: 24px;
    margin-bottom: 39px
}

.identity-management-block-3 .content__description p {
    font-size: 15px;
    color: #404040;
    margin-bottom: 30px
}

.identity-management-block-3 .content__description p strong {
    font-weight: 600
}

.identity-management-block-3 .content__description p:last-child {
    margin-bottom: 39px
}

.identity-management-block-3 .content__description ul {
    margin-bottom: 30px
}

.identity-management-block-3 .content__description ul li {
    font-size: 15px;
    color: #404040;
    line-height: 30px;
    background: transparent url(/images/ekran/icons_1608/point.svg) left .7rem no-repeat;
    background-size: 6px 6px;
    padding-left: 20px
}

.identity-management-block-3 .content__description-learn-more span {
    font-size: 15px;
    font-weight: 700;
    color: #404040;
    display: block;
    margin-bottom: 10px
}

.identity-management-block-3 .content__description-learn-more a {
    font-size: 17px;
    font-weight: 700;
    color: #649ac4;
    cursor: pointer
}

.identity-management-block-3 .content__description-learn-more a i {
    padding-right: 10px
}

.identity-management-block-3 .content__description-learn-more a:hover {
    color: #6da6d0
}

.identity-management-block-3 .content__photo-block {
    padding: 10px;
    box-sizing: border-box
}

.identity-management-block-3 .content__photo-block img {
    max-width: 100%
}

.identity-management-block-3 .secondary-authentication {
    background: rgba(255, 255, 255, 0.5);
    padding: 35px 20px
}

.identity-management-block-3 .multi-factor-authentication {
    padding-bottom: 25px
}

.identity-management-block-3 .privileged-access-management {
    padding: 40px 10px
}

.identity-management-block-4 {
    padding: 80px 0
}

.identity-management-block-4 h2 {
    font-size: 25px;
    font-weight: 600;
    color: #404040;
    line-height: 30px;
    text-align: center;
    max-width: 970px;
    margin: 0 auto 60px auto
}

.identity-management-block-4 h2:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.identity-management-block-4 h2 span {
    color: #537da7
}

.identity-management-block-4 .text {
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
    flex-wrap: wrap
}

.identity-management-block-4 .text__title {
    width: 100%;
    margin-bottom: 50px
}

.identity-management-block-4 .text__title p {
    font-size: 17px;
    text-align: center;
    color: #404040;
    line-height: 25px
}

.identity-management-block-4 .text .item {
    width: 25%;
    text-align: center
}

.identity-management-block-4 .text .item .photo-block {
    height: 100px;
    margin-bottom: 40px
}

.identity-management-block-4 .text .item .photo-block:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.identity-management-block-4 .text .item .photo-block > * {
    display: inline-block;
    vertical-align: middle
}

.identity-management-block-4 .text .item .photo-block img {
    max-height: 100%
}

.identity-management-block-4 .text .item .description a {
    font-size: 18px;
    font-weight: 700;
    color: #649ac4 !important;
}

.identity-management-block-4 .text .item .description a:hover {
    color: #6da6d0 !important;
}

.identity-management-block-5 h2 {
    font-size: 25px;
    font-weight: 600;
    max-width: 1110px
}

.identity-management-block-5 .text ul li {
    z-index: 1
}

.identity-management-block-6 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    margin-top: -50px;
    padding-top: 130px
}

.identity-management-block-7 p {
    font-size: 17px
}

@media screen and (max-width:1200px) {
    .identity-management-block-2__content {
        max-width: 1070px
    }

    .identity-management-block-3__description {
        max-width: 1070px
    }

    .identity-management-block-3 .content__container {
        max-width: 1070px
    }

    .identity-management-block-9 {
        max-width: 1070px
    }
}

@media screen and (max-width:1076px) {
    .identity-management-block-2__content {
        max-width: 770px
    }

    .identity-management-block-3__description {
        max-width: 770px
    }

    .identity-management-block-3 .content__container {
        max-width: 770px
    }

    .identity-management-block-4 .text {
        max-width: 770px
    }

    .identity-management-block-9 {
        max-width: 900px
    }
}

@media screen and (max-width:780px) {
    .identity-management-block-2 {
        padding-top: 0
    }

    .identity-management-block-2__content {
        max-width: 90%
    }

    .identity-management-block-3__description {
        max-width: 90%
    }

    .identity-management-block-3 .content__container {
        max-width: 90%
    }

    .identity-management-block-3 .content__container > * {
        width: 100%;
        margin-bottom: 30px
    }

    .identity-management-block-4 .text {
        max-width: 90%
    }

    .identity-management-block-4 .text .item {
        width: 50%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .identity-management-block-2__content ul li {
        line-height: 30px
    }

    .identity-management-block-4 .text .item {
        width: 100%
    }
}

.wrapper-banner.two-factor {
    min-height: 530px !important;
    background: url(/images/ekran/employee-201901/two-factor-authentication/2fa_banner.jpg) no-repeat center !important;
    background-size: cover !important;
    height: 530px !important
}

.wrapper-banner.two-factor .treat-buttons a {
    height: 60px;
    box-sizing: border-box;
    line-height: 54px;
    padding: 0
}

.wrapper-banner.two-factor .monitoring-wrapper h1 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700
}

.wrapper-banner.two-factor .monitoring-wrapper p {
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    margin: 25px 0 40px
}

.wrapper-banner.two-factor .monitoring-wrapper p span {
    font-weight: 800
}

.two-factor-authentication-2__description {
    background: #f0f4f8 url(/images/ekran/employee-201901/employee-block-13/section-13-bg-min.png) center;
    padding: 55px 0 60px;
    background-size: cover
}

.two-factor-authentication-2__description p {
    max-width: 960px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    color: #404040;
    text-align: center
}

.two-factor-authentication-2__description p a {
    color: #649ac4
}

.two-factor-authentication-2__description p a:hover {
    color: #6da6d0
}

.two-factor-authentication-2__challenge-container {
    max-width: 1110px;
    margin: 0 auto
}

.two-factor-authentication-2__challenge-container p {
    font-size: 17px;
    color: #404040;
    margin-bottom: 20px
}

.two-factor-authentication-3 {
    box-shadow: 0 0 16px 4px rgba(83, 125, 167, 0.2);
    background: radial-gradient(circle at 0 0, #537da7, #335b7b);
    padding-bottom: 80px
}

.two-factor-authentication-3 h2 {
    color: #fff;
    font-weight: 700
}

.two-factor-authentication-3 h2 strong {
    font-weight: 800
}

.two-factor-authentication-3 h2:after {
    border-color: #fff
}

.two-factor-authentication-3__container {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.two-factor-authentication-3__container-photo-block {
    width: 53%
}

.two-factor-authentication-3__container-photo-block img {
    max-width: 95%
}

.two-factor-authentication-3__container-description {
    width: 47%
}

.two-factor-authentication-3__container-description p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 30px
}

.two-factor-authentication-3__container-description p:last-child {
    margin-bottom: 0
}

.two-factor-authentication-4 h2 {
    font-weight: 700;
    text-transform: inherit
}

.two-factor-authentication-4__container {
    max-width: 1080px;
    margin: 0 auto
}

.two-factor-authentication-4__container-authentication-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.two-factor-authentication-4__container-authentication-process > * {
    width: 47%
}

.two-factor-authentication-4__container-authentication-process .authentication-process__description ul {
    margin-bottom: 25px
}

.two-factor-authentication-4__container-authentication-process .authentication-process__description ul li {
    font-size: 15px;
    padding-left: 20px;
    line-height: 30px;
    color: #404040;
    background: transparent url(/images/ekran/icons_1608/point.svg) left .7rem no-repeat;
    background-size: 6px 6px
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block {
    display: flex;
    max-width: 350px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block-step-2 .step__photo-block {
    text-align: right
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * {
    width: 152px;
    text-align: center
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * .step__photo-block {
    margin-bottom: 25px
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * .step__description h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #404040;
    margin-bottom: 25px
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * .step__description p {
    font-size: 15px;
    line-height: 25px;
    color: #404040
}

.two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * .step__description p span {
    font-weight: 600
}

.two-factor-authentication-4__container-supported-factors h3,
.two-factor-authentication-4__container-authentication-process .authentication-process__description h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #537da7;
    text-transform: uppercase;
    margin-bottom: 30px
}

.two-factor-authentication-4__container-supported-factors p,
.two-factor-authentication-4__container-authentication-process .authentication-process__description p {
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    margin-bottom: 25px
}

.two-factor-authentication-4__container-supported-factors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px
}

.two-factor-authentication-4__container-supported-factors > * {
    width: 47%
}

.two-factor-authentication-4__container-supported-factors .supported-factors__description {
    padding-top: 30px;
    width: 49%
}

.two-factor-authentication-4__container-supported-factors .supported-factors__photo-block img {
    max-width: 100%
}

.two-factor-authentication-block-5 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    background-color: #f6f8fa;
    position: relative;
    z-index: 1
}

.two-factor-authentication-block-5 .product .why-title {
    margin-bottom: 50px;
    padding-top: 78px;
    font-size: 29px;
    font-weight: 700;
    color: #537da7;
    letter-spacing: normal
}

.two-factor-authentication-block-5 .product .why-title:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.two-factor-authentication-block-5 .product__description {
    margin-bottom: 40px
}

.two-factor-authentication-block-5 .product__description p {
    font-size: 18px;
    color: #404040;
    line-height: 25px;
    word-spacing: normal
}

.two-factor-authentication-block-5 .product .video-preview-decoration {
    max-width: 100%;
    max-height: 657px;
    padding-bottom: 55px
}

.two-factor-authentication-block-5 .product .video-preview-decoration .video-preview-container iframe {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

.two-factor-authentication-block-6 {
    background: #f0f4f8 url(/images/ekran/employee-201901/employee-block-13/section-13-bg-min.png) no-repeat center;
    padding: 50px 0;
    background-size: cover
}

.two-factor-authentication-block-6 h2 {
    margin-bottom: 40px;
    padding: 0
}

.two-factor-authentication-block-6 h2 strong {
    font-weight: 700
}

.two-factor-authentication-block-6 h2:after {
    content: none
}

.two-factor-authentication-block-6__container {
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.two-factor-authentication-block-6__container-photo-block {
    width: 110px
}

.two-factor-authentication-block-6__container-description {
    width: calc(100% - 110px);
    padding-left: 60px;
    box-sizing: border-box;
    margin-bottom: 50px
}

.two-factor-authentication-block-6__container-description p {
    font-size: 17px;
    color: #000
}

.two-factor-authentication-block-6__container-download {
    margin: 0 auto
}

.two-factor-authentication-block-6__container-download a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
    box-shadow: 0 10px 30px 0 rgba(255, 65, 68, 0.3);
    font-size: 14px
}

.two-factor-authentication-block-6__container-download a:hover {
    opacity: .8
}

.two-factor-authentication-block-7 p {
    font-size: 18px;
    color: #404040;
    margin-bottom: 40px;
    text-align: center;
    line-height: 30px
}

.two-factor-authentication-block-7 .text {
    display: flex
}

.two-factor-authentication-block-7 .text .item {
    width: 25%
}

.two-factor-authentication-block-8 {
    position: relative;
    z-index: 1
}

.two-factor-authentication-block-9 {
    box-shadow: 0 0 16px 4px rgba(83, 125, 167, 0.1)
}

.two-factor-authentication-block-9a {
    box-shadow: 0 4px 16px 2px rgba(83, 125, 167, 0.1);
    padding-bottom: 40px
}

.two-factor-authentication-block-11 {
    padding: 80px 0;
    background-size: cover;
    text-align: center
}

.two-factor-authentication-block-11 h2 {
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    color: #537da7;
    margin-bottom: 30px
}

.two-factor-authentication-block-11 .line {
    margin-bottom: 30px
}

.two-factor-authentication-block-11 p a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
    box-shadow: 0 10px 30px 0 rgba(255, 65, 68, 0.3);
    font-size: 14px
}

.two-factor-authentication-block-11 p a:hover {
    opacity: .8
}

.two-factor-authentication-block-12 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    background-color: #f6f8fa
}

.two-factor-authentication-block-12 h2 {
    font-weight: 700
}

.two-factor-authentication-block-12__container {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
}

.two-factor-authentication-block-12__container > * {
    width: 46%
}

.two-factor-authentication-block-12__container .item__content {
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 9px 1px rgba(83, 125, 167, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff
}

.two-factor-authentication-block-12__container .item__content * {
    text-decoration: none
}

.two-factor-authentication-block-12__container .item__content .item__photo-block img {
    width: 100%;
    height: 172px;
    border-radius: 3px 3px 0 0
}

.two-factor-authentication-block-12__container .item__content .item__category {
    padding: 0 16px;
    background-color: #ff4144;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -20px;
    border-radius: 3px 3px 0 0
}

.two-factor-authentication-block-12__container .item__content .item__category p {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 20px
}

.two-factor-authentication-block-12__container .item__content .item__category.color {
    background-color: #537da7
}

.two-factor-authentication-block-12__container .item__content .item__description {
    padding: 0 20px 50px
}

.two-factor-authentication-block-12__container .item__content .item__description .description__time {
    padding: 0 10px;
    position: relative;
    left: 10px;
    top: -24px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #a9a1a3;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    display: inline-block
}

.two-factor-authentication-block-12__container .item__content .item__description .item__description-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #649ac4
}

.two-factor-authentication-block-12__container .item__content .item__learn-more {
    text-align: center;
    padding-bottom: 20px
}

.two-factor-authentication-block-12__container .item__content .item__learn-more p {
    font-size: 14px;
    font-weight: 700;
    color: #649ac4;
    text-transform: uppercase
}

.two-factor-authentication-block-12__container .item__content .item__learn-more p:after {
    padding-left: 5px;
    content: ' \2192';
    font-size: 20px
}

.two-factor-authentication-block-12__container .item__content:hover {
    box-shadow: 0 0 9px 1px rgba(83, 125, 167, 0.5)
}

.product_page_video-block {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    background-color: #f6f8fa;
    position: relative;
    z-index: 1
}

.product_page_video-block .product {
    max-width: 870px;
    margin: 0 auto
}

.product_page_video-block .product .title {
    margin-bottom: 50px;
    padding-top: 78px;
    font-size: 29px;
    font-weight: 700;
    color: #537da7;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center
}

.product_page_video-block .product .title:after {
    padding-top: 2rem;
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #ff4144
}

.product_page_video-block .product__description {
    margin-bottom: 40px
}

.product_page_video-block .product__description p {
    font-size: 18px;
    color: #404040;
    line-height: 25px;
    word-spacing: normal;
    text-align: center
}

.product_page_video-block .product .video-preview-decoration {
    max-width: 100%;
    max-height: 657px
}

.product_page_video-block .product .video-preview-decoration .video-preview-container iframe {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1)
}

@media screen and (max-width:1200px) {
    .two-factor-authentication-2__challenge-container {
        max-width: 1050px
    }

    .two-factor-authentication-3__container,
    .two-factor-authentication-4__container,
    .two-factor-authentication-block-7__container,
    .two-factor-authentication-block-12__container {
        max-width: 1050px
    }
}

@media screen and (max-width:1070px) {
    .two-factor-authentication-2__challenge-container {
        max-width: 760px
    }

    .two-factor-authentication-3__container,
    .two-factor-authentication-4__container,
    .two-factor-authentication-block-6__container,
    .two-factor-authentication-block-7__container,
    .two-factor-authentication-block-12__container {
        max-width: 760px
    }
}

@media screen and (max-width:780px) {
    .wrapper-banner.two-factor {
        min-height: 350px !important
    }

    .two-factor-authentication-2__description p {
        max-width: 90%;
        font-size: 20px;
        line-height: 30px
    }

    .two-factor-authentication-2__challenge-container {
        max-width: 90%
    }

    .two-factor-authentication-3 {
        padding: 50px 0
    }

    .two-factor-authentication-3__container {
        max-width: 90%
    }

    .two-factor-authentication-3__container > * {
        width: 100%
    }

    .two-factor-authentication-3__container-photo-block {
        text-align: center;
        margin-bottom: 20px
    }

    .two-factor-authentication-4__container {
        max-width: 90%
    }

    .two-factor-authentication-4__container-authentication-process > * {
        width: 100%
    }

    .two-factor-authentication-4__container-authentication-process .authentication-process__photo-block {
        padding-top: 0;
        margin-bottom: 30px
    }

    .two-factor-authentication-4__container-authentication-process .authentication-process__photo-block .step__description h5 {
        margin-bottom: 15px
    }

    .two-factor-authentication-4__container-authentication-process .authentication-process__description h3 {
        text-align: center
    }

    .two-factor-authentication-4__container-supported-factors .supported-factors__description {
        width: 100%;
        margin-bottom: 30px
    }

    .two-factor-authentication-4__container-supported-factors .supported-factors__description h3 {
        text-align: center
    }

    .two-factor-authentication-4__container-supported-factors .supported-factors__photo-block {
        width: 100%;
        text-align: center
    }

    .two-factor-authentication-block-5 .product .video-preview-decoration {
        max-width: 90%
    }

    .two-factor-authentication-block-6__container {
        max-width: 90%
    }

    .two-factor-authentication-block-7 p {
        margin-bottom: 20px;
        line-height: 25px
    }

    .two-factor-authentication-block-7 .text {
        max-width: 90%;
        flex-wrap: wrap
    }

    .two-factor-authentication-block-7 .text .item {
        width: 50%;
        max-width: 50%;
        margin: 0 0 30px
    }

    .two-factor-authentication-block-12__container {
        max-width: 90%
    }

    .two-factor-authentication-block-12__item {
        width: 80%;
        margin: 0 auto 50px auto
    }
}

@media screen and (max-width:480px) {
    .wrapper-banner.two-factor .monitoring-wrapper .treat-buttons {
        padding-top: 20px
    }

    .wrapper-banner.two-factor .monitoring-wrapper p {
        margin: 15px 0 0
    }

    .two-factor-authentication-4__container-authentication-process .authentication-process__photo-block {
        max-width: 100%
    }

    .two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * {
        width: 50%
    }

    .two-factor-authentication-block-6__container > * {
        width: 100%
    }

    .two-factor-authentication-block-6__container-photo-block {
        text-align: center;
        margin-bottom: 20px
    }

    .two-factor-authentication-block-6__container-description {
        padding-left: 0
    }

    .two-factor-authentication-block-6__container-download {
        text-align: center
    }

    .two-factor-authentication-block-6__container-download a {
        height: auto;
        line-height: 20px;
        padding: 10px 20px
    }

    .two-factor-authentication-block-7 .text .item {
        width: 100%;
        max-width: 100%
    }

    .two-factor-authentication-block-11 {
        padding: 50px 0
    }

    .two-factor-authentication-block-11 p {
        max-width: 90%;
        margin: 0 auto
    }

    .two-factor-authentication-block-11 p a {
        height: auto;
        line-height: 20px;
        padding: 10px 20px
    }

    .two-factor-authentication-block-12__item {
        width: 100%
    }

    .two-factor-authentication-block-12__item .item__photo-block img {
        height: auto !important
    }
}

@media screen and (max-width:320px) {
    .two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * {
        width: 100%;
        margin-bottom: 20px
    }

    .two-factor-authentication-4__container-authentication-process .authentication-process__photo-block > * .step__photo-block {
        text-align: center
    }
}

.privileged-access-management-block-2 h2 {
    font-weight: 700
}

.privileged-access-management-block-2__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1075px;
    margin: 0 auto;
    justify-content: space-between
}

.privileged-access-management-block-2__container-photo-block {
    width: 53%;
    text-align: center;
    padding-top: 20px
}

.privileged-access-management-block-2__container-photo-block img {
    max-width: 100%
}

.privileged-access-management-block-2__container-description {
    width: 44%
}

.privileged-access-management-block-2__container-description p {
    font-size: 17px;
    color: #404040;
    margin-bottom: 30px
}

.privileged-access-management-block-2__container-description ul {
    margin-left: 50px
}

.privileged-access-management-block-2__container-description ul li {
    font-size: 17px;
    line-height: 40px;
    background: transparent url(/images/ekran/icons_1608/point.svg) left 1rem no-repeat;
    background-size: 6px 6px;
    padding-left: 20px;
    color: #404040
}

.privileged-access-management-block-3 {
    box-shadow: 0 0 16px 4px rgba(83, 125, 167, 0.2);
    background-color: #f6fafe;
    padding-bottom: 0
}

.privileged-access-management-block-3__section-1,
.privileged-access-management-block-3__section-2 {
    max-width: 1200px;
    margin: 0 auto
}

.privileged-access-management-block-3__section-1 .content,
.privileged-access-management-block-3__section-2 .content {
    padding: 40px 30px 45px 45px
}

.privileged-access-management-block-3__section-1 .content__container,
.privileged-access-management-block-3__section-2 .content__container {
    display: flex;
    flex-wrap: wrap
}

.privileged-access-management-block-3__section-1 .content__container > *,
.privileged-access-management-block-3__section-2 .content__container > * {
    width: 50%
}

.privileged-access-management-block-3__section-1 .content__description h3,
.privileged-access-management-block-3__section-2 .content__description h3 {
    font-size: 23px;
    font-weight: 700;
    color: #537da7;
    line-height: 24px;
    margin-bottom: 39px
}

.privileged-access-management-block-3__section-1 .content__description p,
.privileged-access-management-block-3__section-2 .content__description p {
    font-size: 15px;
    color: #404040;
    margin-bottom: 30px
}

.privileged-access-management-block-3__section-1 .content__description p a,
.privileged-access-management-block-3__section-2 .content__description p a {
    font-size: 17px;
    font-weight: 700;
    color: #649ac4;
    cursor: pointer
}

.privileged-access-management-block-3__section-1 .content__description p a i,
.privileged-access-management-block-3__section-2 .content__description p a i {
    padding-right: 10px
}

.privileged-access-management-block-3__section-1 .content__description p a:hover,
.privileged-access-management-block-3__section-2 .content__description p a:hover {
    color: #6da6d0
}

.privileged-access-management-block-3__section-1 .content__description p strong,
.privileged-access-management-block-3__section-2 .content__description p strong {
    font-weight: 600
}

.privileged-access-management-block-3__section-1 .content__description p:last-child,
.privileged-access-management-block-3__section-2 .content__description p:last-child {
    margin-bottom: 39px
}

.privileged-access-management-block-3__section-1 .content__description ul,
.privileged-access-management-block-3__section-2 .content__description ul {
    margin-bottom: 30px
}

.privileged-access-management-block-3__section-1 .content__description ul li,
.privileged-access-management-block-3__section-2 .content__description ul li {
    font-size: 15px;
    color: #404040;
    line-height: 30px;
    background: transparent url(/images/ekran/icons_1608/point.svg) left .8rem no-repeat;
    background-size: 6px 6px;
    padding-left: 20px
}

.privileged-access-management-block-3__section-1 .content__description-learn-more span,
.privileged-access-management-block-3__section-2 .content__description-learn-more span {
    font-size: 15px;
    font-weight: 700;
    color: #404040;
    display: block;
    margin-bottom: 10px
}

.privileged-access-management-block-3__section-1 .content__description-learn-more a,
.privileged-access-management-block-3__section-2 .content__description-learn-more a {
    font-size: 17px;
    font-weight: 700;
    color: #649ac4;
    cursor: pointer
}

.privileged-access-management-block-3__section-1 .content__description-learn-more a i,
.privileged-access-management-block-3__section-2 .content__description-learn-more a i {
    padding-right: 10px
}

.privileged-access-management-block-3__section-1 .content__description-learn-more a:hover,
.privileged-access-management-block-3__section-2 .content__description-learn-more a:hover {
    color: #6da6d0
}

.privileged-access-management-block-3__section-1 .content__photo-block,
.privileged-access-management-block-3__section-2 .content__photo-block {
    padding: 10px;
    box-sizing: border-box;
    text-align: center
}

.privileged-access-management-block-3__section-1 .content__photo-block img,
.privileged-access-management-block-3__section-2 .content__photo-block img {
    max-width: 90%
}

.privileged-access-management-block-3__section-1 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    background-color: #fff
}

.privileged-access-management-block-3__section-1 .one-time-passwords {
    border-top: solid 2px rgba(83, 125, 167, 0.15);
    border-bottom: solid 2px rgba(83, 125, 167, 0.15);
    background: rgba(255, 255, 255, 0.15)
}

.privileged-access-management-block-3__section-1 .one-time-passwords .content__container {
    position: relative;
    z-index: 1
}

.privileged-access-management-block-3__section-2-line {
    height: 2px;
    opacity: .3;
    border-radius: .5px;
    box-shadow: 0 0 8px 2px rgba(83, 125, 167, 0.1);
    background-color: #9fbdda
}

.privileged-access-management-block-3 h2 {
    font-weight: 700
}

.privileged-access-management-block-5 h2 {
    font-size: 25px
}

.privileged-access-management-block-6 {
    box-shadow: 0 0 24px 6px rgba(83, 125, 167, 0.1);
    margin-bottom: 0;
    padding-bottom: 40px
}

.privileged-access-management-block-6 p {
    font-size: 17px
}

.insider-threat-2 {
    background-color: #fff
}

.insider-threat-2 .content__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 3.9rem
}

.insider-threat-2 .content__container > * {
    width: 50%
}

.insider-threat-2 .content__description {
    padding-top: 10px
}

.insider-threat-2 .content__description p {
    color: #404040;
    margin-bottom: 30px;
    font-size: 17px
}

.insider-threat-2 .content__description p strong {
    font-weight: 600
}

.insider-threat-2 .content__description p:last-child {
    margin-bottom: 39px
}

.insider-threat-2 .content__photo-block {
    padding: 0 10px;
    box-sizing: border-box
}

.insider-threat-2 .content__photo-block img {
    max-width: 100%
}

.insider-threat-2 .identity-management-block-2__content ul li {
    color: #404040 !important
}

.insider-threat-3 a,
.insider-threat-3 a:hover,
.insider-threat-3 a:visited {
    color: #649ac4
}

.insider-threat-3 .identity-management-block-3__description {
    padding-bottom: 0
}

.insider-threat-3 .identity-management-block-3__description p {
    text-align: left;
    margin-bottom: 40px;
    color: #000
}

.insider-threat-3 h4 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 30px;
    color: #404040
}

.insider-threat-3 .content__description p.introduction {
    font-size: 17px;
    color: #000
}

.insider-threat-4 p {
    max-width: 1170px;
    margin: 0 auto 3.9rem;
    color: #fff;
    text-align: center
}

.insider-threat-5 .topBg {
    background-image: url(/images/ekran/employee-201901/insider-threat-page/bg-top-dark.png) !important
}

.insider-threat-6 .text .item {
    max-width: calc(25% - 60px)
}

@media screen and (max-width:1200px) {
    .privileged-access-management-block-2__container {
        max-width: 1010px
    }

    .privileged-access-management-block-3__section-1,
    .privileged-access-management-block-3__section-2 {
        max-width: 1010px
    }
}

@media screen and (max-width:1024px) {
    .privileged-access-management-block-2__container {
        max-width: 760px
    }

    .privileged-access-management-block-2__container-description p {
        margin-bottom: 20px
    }

    .privileged-access-management-block-2__container-description ul li {
        line-height: 30px
    }

    .privileged-access-management-block-3__section-1,
    .privileged-access-management-block-3__section-2 {
        max-width: 760px
    }
}

@media screen and (max-width:768px) {
    .privileged-access-management-block-2 {
        padding-top: 0
    }

    .privileged-access-management-block-2__container {
        max-width: 90%
    }

    .privileged-access-management-block-2__container > * {
        width: 100%
    }

    .privileged-access-management-block-2__container-photo-block {
        padding-top: 0;
        padding-bottom: 20px
    }

    .privileged-access-management-block-2__container-description p {
        margin-bottom: 20px
    }

    .privileged-access-management-block-2__container-description ul li {
        line-height: 30px
    }

    .privileged-access-management-block-3__section-1,
    .privileged-access-management-block-3__section-2 {
        max-width: 90%
    }

    .privileged-access-management-block-3__section-1 .content__container > *,
    .privileged-access-management-block-3__section-2 .content__container > * {
        width: 100%;
        margin-bottom: 30px
    }

    .insider-threat-2 .content__photo-block,
    .insider-threat-2 .content__description {
        display: block;
        width: 100%;
        text-align: center
    }

    .insider-threat-6 .text .item {
        max-width: calc(100% - 20px)
    }
}

@media screen and (max-width:480px) {

    .privileged-access-management-block-3__section-1 .content,
    .privileged-access-management-block-3__section-2 .content {
        padding: 20px
    }

    .privileged-access-management-block-3__section-1 .content.ticketing-system-integrations .content__description,
    .privileged-access-management-block-3__section-2 .content.ticketing-system-integrations .content__description {
        margin-bottom: 0
    }

    .privileged-access-management-block-3__section-1 .content.ticketing-system-integrations .content__description p:last-child,
    .privileged-access-management-block-3__section-2 .content.ticketing-system-integrations .content__description p:last-child {
        margin-bottom: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

.ui-selectmenu {
    display: block;
    display: inline-block;
    position: relative;
    height: 2.2em;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    zoom: 1
}

.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    display: none;
    z-index: 1005
}

.ui-selectmenu-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-menu-popup {
    margin-top: -1px
}

.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: 400 !important
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
    line-height: 1.4em;
    display: block;
    padding: .405em 2.1em .405em 1em;
    outline: none;
    text-decoration: none
}

.ui-selectmenu-menu li.ui-state-disabled a,
.ui-state-disabled {
    cursor: default
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 20px;
    position: relative;
    margin-left: 5px
}

.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0
}

.ui-selectmenu-status {
    line-height: 1.4em
}

.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: 700
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8
}

.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: 700
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0
}

* html .ui-selectmenu-menu li {
    border-color: pink;
    filter: chroma(color=pink);
    width: 100%
}

* html .ui-selectmenu-menu li a {
    position: relative
}

* + html .ui-state-disabled,
* + html .ui-state-disabled a {
    color: silver
}

.g-main-nav .g-toplevel {
    text-align: center !important;
}