html,
body {
    background-color: #fefefe;
    color: #002338;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #002338;
    font-family: 'Open Sans', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #007bc1;
}

h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    color: #5f99c8;
    text-decoration: underline;
}

blockquote,
q {
    margin: 30px 0 30px 0;
    padding: 0 0 0 59px;
    color: #9c8464;
    display: block;
    background: transparent url(./i/quote.png) scroll no-repeat 14px 1px;
}

strong,
dfn {
    font-weight: bold;
}

em,
dfn {
    font-style: italic;
}

sup,
sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

li ul,
li ol {
    margin: 0;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 21px;
}

ul {
    list-style-type: none;
    list-style-image: url(./i/list.png);
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

hr {
    border: none;
    border-top: 1px solid #cccccc;
    margin: 0 0 16px 0;
}

strong,
b {
    font-weight: bold;
}

i {
    font-style: italic;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* ::-moz-selection {
    background: #e0e0bc;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #e0e0bc;
    color: #000;
    text-shadow: none;
}

::-webkit-selection {
    background: #e0e0bc;
    color: #000;
    text-shadow: none;
} */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 20;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.clear-line {
    clear: both;
    height: 1px;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}

.hero-unit p {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

/* .clearfix{*zoom:1;} */
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font-size: 0px;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

.muted {
    color: #999999;
}

.actions {
    padding: 19px 4px 20px;
    margin: 20px 0 20px;
    border-top: 1px dashed #e5e5e5;
    /* *zoom: 1; */
}

.actions:before,
.actions:after {
    display: table;
    line-height: 0;
    content: '';
}

.actions:after {
    clear: both;
}

.actions .checkbox {
    position: relative;
    top: -4px;
    margin: 0 4px;
}

.group-label {
    font-size: 0.9em;
    color: #777;
    margin: 0 0 4px 2px;
    font-weight: normal;
}

.tip {
    margin: 0 0 12px 6px;
    padding: 0;
    font-size: 0.9em;
    color: #333;
}

[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-right: 0.3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(./i/icons.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-white,
.nav > .active > a > [class^='icon-'],
.nav > .active > a > [class*=' icon-'],
.dropdown-menu > li > a:hover > [class^='icon-'],
.dropdown-menu > li > a:hover > [class*=' icon-'],
.dropdown-menu > .active > a > [class^='icon-'],
.dropdown-menu > .active > a > [class*=' icon-'] {
    background-image: url(./i/iconsw.png);
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    width: 16px;
    background-position: -216px -120px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
}

.icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
/* .btn-primary[disabled]{*zoom:1;} */
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 11px;
}

.btn-group > .btn-small {
    font-size: 12px;
}

.btn-group > .btn-large {
    font-size: 16px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow:
        inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 1px 0 0 rgba(255, 255, 255, 0.125),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.dropup .btn-large .caret {
    border-top: 0;
    border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.badge {
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    vertical-align: baseline;
    background: #eeeeee;
    padding: 2px 8px 3px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid #d0d0d0;
}

a.badge:hover {
    text-decoration: none;
    cursor: pointer;
}

.badge-important {
    background-color: #f99f1f;
    border-color: #e1962d;
}

.badge-warning {
    background-color: #ce443e;
    border-color: #c44741;
}

.badge-success {
    background-color: #57ae57;
    border-color: #52a552;
}

.badge-info {
    background-color: #3ca3c1;
    border-color: #419db8;
}

.badge-inverse {
    background-color: #2d2d2d;
    border-color: #303030;
}

.badge-important,
.badge-warning,
.badge-success,
.badge-info,
.badge-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .badge {
    top: 0;
}

.label {
    font-size: 0.97em;
    line-height: 0.97em;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    vertical-align: baseline;
    padding: 2px 7px 3px;
    margin: 0 2px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #eeeeee;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid #d0d0d0;
}

a.label:hover {
    text-decoration: none;
    cursor: pointer;
}

.label-important {
    background-color: #f99f1f;
    border-color: #e1962d;
}

.label-warning {
    background-color: #ce443e;
    border-color: #c44741;
}

.label-success {
    background-color: #57ae57;
    border-color: #52a552;
}

.label-info {
    background-color: #3ca3c1;
    border-color: #419db8;
}

.label-inverse {
    background-color: #2d2d2d;
    border-color: #303030;
}

.label-important,
.label-warning,
.label-success,
.label-info,
.label-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.btn-large .label {
    font-size: 0.8em;
}

.nav-pull .glyphicon {
    top: 4px;
}

.nav-pull .item a {
    display: block;
    margin: 0;
    padding: 13px 0 16px 10px;
    margin: 0 0 0 0;
    background: transparent url(/img/white.png) scroll no-repeat right center;
}

.nav-pull .item a:hover {
    color: #fff;
    background: transparent url(/img/blue.png) scroll no-repeat right center;
}

.nav-pull a {
    color: #007bc1;
    text-decoration: none;
    font-size: 1em;
    border-bottom: #efefef 1px solid;
    display: block;
    margin: 0;
    padding-bottom: 8px;
}

.nav-pull a:hover {
    color: #007bc1;
}

.b {
    margin: 0px 0 32px 0px;
}

.b-title {
    font-size: 1.2em;
    margin: 0 0 11px 0;
    font-family: arial, verdana, sans-serif;
}

.form-dealer {
    margin: 0;
}

.form-dealer .group {
    float: left;
    margin: 0 8px 0 0;
}

.form-dealer .password,
.form-dealer .login {
    width: 79px;
    margin: 0;
}

.form-dealer .signin {
    background: #007bc1;
    color: #ffffff;
    margin: 25px 0 0 0;
    width: 78px;
}

.b-dealer {
    margin-bottom: 0;
    margin-top: 30px;
}

.showcase {
    border: 1px solid #dedede;
    padding: 11px 13px;
    margin: 0 0 10px 0;
    background: #ffffff;
    overflow: hidden;
    width: 703px;
    height: 263px;
    position: relative;
}

.showcase .slides {
    width: 703px;
    height: 263px;
    position: relative;
    overflow: hidden;
}

.showcase .slides,
.showcase .knobs {
    margin: 0;
    padding: 0;
}

.showcase .slide {
    margin: 0;
    position: relative;
    width: 703px;
    height: 263px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.showcase .wrap {
    width: 703px;
    height: 263px;
    overflow: hidden;
}

.showcase .next,
.showcase .prev {
    position: absolute;
    top: 131px;
    display: block;
    width: 25px;
    height: 45px;
    z-index: 11;
    background: transparent url(./i/sprite.png) scroll no-repeat -10px -133px;
    opacity: 0.8;
}

.showcase .next:hover,
.showcase .prev:hover {
    opacity: 1;
}

.showcase .prev {
    left: 20px;
}

.showcase .next {
    right: 20px;
    background-position: -43px -133px;
}

.showcase .knobs {
    position: absolute;
    bottom: 16px;
    right: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    display: none;
}

.showcase .knob {
    float: left;
    background: none;
    margin: 4px;
    opacity: 0.6;
    font-size: 1em;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.showcase .knob span {
    display: none;
}

.showcase .knobs .selected,
.showcase .knob:hover {
    opacity: 1;
}

.showcase .before {
    z-index: 2;
}

.showcase .selected {
    z-index: 3;
}

.showcase-text {
    color: #026eac;
    padding: 17px 17px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.1em;
    text-transform: uppercase;
}

.post {
    margin: 0 0 20px 0;
}

.post .title {
    font-size: 1.2em;
    display: block;
    margin: 2px 0 13px 0;
}

.post .title a {
    color: #1d6dff;
    text-decoration: none;
    font-family: arial;
}

.post .title .label {
    font-size: 0.6em;
    line-height: 0.3em;
    padding: 0px 5px 2px;
    position: relative;
    top: -2px;
}

.post .heading .title {
    display: inline;
    font-size: 2.75em;
}

.post .heading .label {
    font-size: 1.1em;
    position: relative;
    top: -6px;
    margin: 6px 2px 0 0;
    display: inline-block;
}

.post-wrap {
    float: left;
    display: block;
    overflow: hidden;
    margin: 6px 12px 6px 2px;
    padding: 5px;
    border: 1px solid #efefef;
    background: #ffffff;
}

.post-wrap .img {
    display: block;
    margin: 0;
    padding: 0;
}

.post .teaser {
    padding: 0 0 8px;
    clear: both;
}

.post .content {
    font-size: 1em;
}

.post .user {
    float: left;
}

.post .user a {
    text-decoration: none;
}

.post .info {
    clear: both;
    display: block;
    height: 44px;
}

.post-comments {
    float: left;
    padding: 10px 0 10px 20px;
    margin: 0;
    color: #a9987b;
    clear: none;
}

.post-category {
    float: left;
    color: #ffa512;
    padding: 10px 0 10px 20px;
    text-decoration: none;
}

.post .date,
.post .time {
    float: left;
    color: #a9987b;
    margin: 10px 0;
}

.post .date {
    font-size: 0.9em;
}

.post .time {
    padding: 0 0 0 6px;
    font-size: 0.9em;
}

.post-small {
    margin: 0 0 8px;
}

.post-small .user {
    float: left;
}

.post-small .post-wrap {
    display: none;
}

.post-tall {
    overflow: hidden;
    margin: 0;
    padding: 0 10px 10px;
}

.post-tall .post-topcategory {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    line-height: 1.1em;
    margin: 0 0 4px 0;
    color: #007bc1;
}

.post-tall .title {
    font-size: 1em;
    line-height: 1.1em;
    margin: 0.2em 0 0.4em 0;
}

.post-tall .post-wrap {
    border: 0;
    float: none;
    margin: 0 0 8px -1px;
    height: 168px;
}

.post-tall .desc {
    margin: 0.5em 0 0.25em 0;
    font-size: 0.9em;
    line-height: 1.2em;
}

.section-wrap {
    text-align: center;
    clear: both;
}

.section {
    margin: 0 auto;
    padding: 22px 0 5px;
    text-align: left;
}

.container {
    background: #ffffff;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

#header .logo {
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    margin: 0 0 15px 7px;
}

#header .logo-overlay {
    height: 66px;
    width: 263px;
    background: transparent url(./i/sprite.png) scroll no-repeat -7px 0;
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo-overlay_en,
#header .logo-overlay_cn {
    height: 66px;
    width: 263px;
    background: transparent url(./i/sprite.png) scroll no-repeat -196px -189px;
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo-overlay_de {
    height: 66px;
    width: 266px;
    background: transparent url(./i/sprite.png) scroll no-repeat -197px -327px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-header {
    background: #007bc1;
    border-radius: 0;
    margin-bottom: 0;
    min-height: auto;
}

.nav-header ul li {
    margin: 0;
}

.nav-header .navbar-nav > li > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 15px 11px;
    font-weight: normal;
    display: block;
}

.nav-header .navbar-nav > li > a:hover,
.nav-header .navbar-nav > li > a:focus,
.nav-header .navbar-nav > .open > a,
.nav-header .navbar-nav > .open > a:hover,
.nav-header .navbar-nav > .open > a:focus {
    background: #47b4d9;
    color: #fff;
    background: -moz-linear-gradient(top, #47b4d9 0%, #1a71b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b4d9), color-stop(100%, #1a71b5));
    background: -webkit-linear-gradient(top, #47b4d9 0%, #1a71b5 100%);
    background: -o-linear-gradient(top, #47b4d9 0%, #1a71b5 100%);
    background: -ms-linear-gradient(top, #47b4d9 0%, #1a71b5 100%);
    background: linear-gradient(to bottom, #47b4d9 0%, #1a71b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b4d9', endColorstr='#1a71b5', GradientType=0);
}

.nav-header .navbar-nav > li > a:focus {
    color: #fff;
}

.nav-header .navbar-nav .open .dropdown-menu > li.item {
    display: block;
    text-align: left;
    margin: 0;
    color: #fff;
}

.nav-header .navbar-nav .open .dropdown-menu > li.item a {
    display: block;
    padding: 8px 20px;
}

.nav-header .navbar-nav .open .dropdown-menu > li.item:hover,
.nav-header .navbar-nav .open .dropdown-menu > li.item a:hover {
    background-color: #3091c6;
    color: #fff;
}

li.item_item {
    display: block;
    text-align: left;
    padding: 0px 20px;
    margin: 0;
}

.nav-header .dropdown-menu {
    background-color: #f7f7f7;
    color: #616466;
}

li.item_item:hover,
li.item_item a:hover {
    background-color: #3091c6;
    color: #fff;
}

li.item_item a:hover {
    border-top: 1px solid #3091c6;
}

li.item_border {
    border-top: 1px solid #dfdfdf;
}

.nav-header .nav .item:hover {
    background: none;
}

.nav-header .item:hover .nav {
    display: block;
}

.nav-header .shop {
    width: 280px;
}

.nav-header td.shop a {
    display: block;
    background: #4cbadc;
    padding: 11px 20px 10px;
    width: 280px;
    border-radius: 3px;
    border: 1px solid #06bfbf;
    box-shadow: 0 1px 0 #7dcfe7;
    background: #51bfdf;
    background: -moz-linear-gradient(top, #51bfdf 0%, #40a9d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bfdf), color-stop(100%, #40a9d4));
    background: -webkit-linear-gradient(top, #51bfdf 0%, #40a9d4 100%);
    background: -o-linear-gradient(top, #51bfdf 0%, #40a9d4 100%);
    background: -ms-linear-gradient(top, #51bfdf 0%, #40a9d4 100%);
    background: linear-gradient(to bottom, #51bfdf 0%, #40a9d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51bfdf', endColorstr='#40a9d4', GradientType=0);
}

.nav-header .shop span {
    padding: 0 0 0 36px;
    background: transparent url(./i/sprite.png) scroll no-repeat -235px -168px;
}

.nav-secondary {
    float: right;
    margin: 15px 0 0 0;
    background-color: #007bc1;
}

.nav-secondary .item {
    display: block;
    padding: 5px 0 0;
    margin-bottom: 5px;
}

.nav-secondary .item a {
    font-size: 13px;
    padding: 1px 10px 0 27px;
    margin: 0 0 0 10px;
    text-decoration: none;
    color: #fff;
    background: transparent url(/img/book.png) no-repeat left;
    text-transform: uppercase;
}

#header .search {
    position: relative;
    margin: 14px 0 0 0px;
}

#header .search .query {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    height: 17px;
    background: #ebebeb;
    font-size: 0.8em;
}

#header .search .find {
    position: absolute;
    top: 3px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: transparent url(./i/sprite.png) scroll no-repeat -237px -79px;
    text-indent: -99em;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.lang {
    margin: 19px 0 0 0;
}

.col-lang {
    padding-left: 0;
}

.lang .item {
    width: 24px;
    height: 25px;
    padding-left: 0px;
}

.lang a {
    color: #c5c5c5;
    text-decoration: none;
    font-size: 1.1em;
    margin: 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.lang.lang-xs {
    margin: 11px 15px 0;
}

#main .section {
    padding: 0 22px;
}

.content {
    display: block;
}

.sidebar {
    padding-bottom: 13px;
}

.clear-split {
    border-top: 1px solid #dedede;
    clear: both;
    padding: 17px 0 0 0;
}

#footer {
    padding: 22px 22px 0;
}

#footer .section {
    border-bottom: 1px solid #d3d3d3;
}

#footer .logo,
#footer .logo_en,
#footer .logo_cn {
    width: 212px;
    height: 51px;
    float: left;
    background: transparent url(./i/sprite.png) scroll no-repeat -238px -258px;
    text-indent: -99em;
    overflow: hidden;
}

#footer .info {
    text-align: right;
    font-size: 0.75em;
    line-height: 1.4em;
    color: #6f6f6f;
    float: right;
}

#footer mark {
    color: #007bc1;
    background: none;
    font-weight: normal;
    padding: 0;
}

.copyright {
    font-size: 0.75em;
    color: #6f6f6f;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}

@media print {
}

div.subline {
    width: 100%;
    height: 4px;
    background: url(./i/sub_line.jpg);
    float: right;
    margin-top: 20px;
}

h2.post-topcategory a {
    text-transform: uppercase;
    font-size: 0.85em;
}

div.morelinks dl dt {
    text-transform: uppercase;
    font-size: 1em;
}

dd ul li a {
    font-size: 0.8em;
}

.top {
    vertical-align: top;
}

table.video_item_table td {
    vertical-align: top;
}

table.news_item_table td {
    vertical-align: top;
}

div.news_itm_img2 {
    width: 200px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 4px;
}

div.news_itm_img {
    overflow: hidden;
}

.news_itm_img2 img.thumb {
    vertical-align: middle;
}

div.news_itm_line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 4px;
    background: url(./i/sub_line.jpg);
}

.news_itm h2 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
}

.news_itm p {
    font-size: 1em;
    margin-bottom: 0.8em;
}

.news_itm_more {
    background-image: url(./i/bl.jpg);
    background-repeat: no-repeat;
    background-position-y: 6px;
    margin-left: 220px;
}

.news_itm_more a {
    margin-left: 10px;
    text-decoration: none;
    color: #007bc1;
}

table.pub_item_table td {
    vertical-align: top;
}

div.pub_itm_img2 {
    width: 200px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 4px;
}

div.pub_itm_img {
    width: 109px;
    height: 108px;
    overflow: hidden;
    border: #f7f7f7 1px solid;
    margin-right: 10px;
    float: left;
}

.pub_itm_img2 img.thumb {
    vertical-align: middle;
}

div.pub_itm_line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 4px;
    background: url(./i/sub_line.jpg);
}

.pub_itm h2 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
}

.pub_itm p {
    font-size: 1em;
    margin-bottom: 0.8em;
}

.pub_itm_more {
    background-image: url(./i/bl.jpg);
    background-repeat: no-repeat;
    background-position-y: 6px;
    margin-left: 122px;
}

.pub_itm_more a {
    margin-left: 10px;
    text-decoration: none;
    color: #007bc1;
}

.pub_itm_more a {
    margin-left: 10px;
    text-decoration: none;
    color: #007bc1;
}

div.pub_itm_line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background: url(./i/sub_line.jpg);
}

.pub_itm p {
    margin-left: 122px;
}

.table {
    border: 1px solid #333;
}

.table tr td {
    border: 1px solid #007bc1;
    padding: 3px 5px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #007bc1;
}

.table tr th {
    border: 1px solid #007bc1;
    padding: 5px 7px;
    background-color: #c9e3f1;
    color: #007bc1;
    font-weight: bold;
}

div.docs_itm_img2 {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 4px;
}

div.docs_itm_img {
    width: 108px;
    height: 108px;
    overflow: hidden;
    float: left;
}

.docs_itm_img2 img.thumb {
    vertical-align: middle;
}

div.news_itm_line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background: url(./i/sub_line.jpg);
}

.docs_itm h2 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
    margin-left: 118px;
}

.docs_itm p {
    font-size: 1em;
    margin-bottom: 0.8em;
    margin-left: 118px;
}

.docs_itm_more {
    background: url(./i/bl.jpg) no-repeat 0 6px;
    margin-left: 118px;
    padding-left: 10px;
}

.news_itm_more a {
    margin-left: 10px;
    text-decoration: none;
    color: #007bc1;
}

.list-inline.lang {
    list-style: none;
}

.lang {
    margin: 19px 0 0 0;
}

ul.list-inline.lang li {
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    display: inline-block;
}

ul.list-inline.lang li a {
    font-family: Arial;
    font-stretch: condensed;
    font-size: 10px;
    font-weight: bold;
    color: #a3a3a3;
    text-transform: uppercase;
    text-decoration: none;
}

ul.list-inline.lang li a div {
    padding: 5px;
    transform: scale(1, 1.8);
    -ms-transform: scale(1, 1.8);
    -webkit-transform: scale(1, 1.8);
    -o-transform: scale(1, 1.8);
    -moz-transform: scale(1, 1.8);
}

ul.list-inline.lang li:hover,
ul.list-inline.lang li.active {
    background: linear-gradient(to bottom, #4ea9d8, #1f77ba);
    border-color: #0f6a9e;
}

ul.list-inline.lang li:hover a,
ul.list-inline.lang li.active a {
    color: #fff;
}

/*
div.ru{background:transparent url(./i/sprite.png) scroll no-repeat -162px -197px;height:25px;width:24px;}
div.ru:hover, div.ru_sel{background:transparent url(./i/sprite.png) scroll no-repeat -132px -195px;height:25px;width:24px;}
div.en{background:transparent url(./i/sprite.png) scroll no-repeat -102px -196px;height:25px;width:24px;}
div.en:hover, div.en_sel{background:transparent url(./i/sprite.png) scroll no-repeat -72px -196px;height:25px;width:24px;}
div.cn{background:transparent url(./i/sprite.png) scroll no-repeat -39px -196px;height:25px;width:24px;}
div.cn:hover, div.cn_sel{background:transparent url(./i/sprite.png) scroll no-repeat -9px -195px;height:25px;width:24px;}
div.de{background:transparent url(./i/sprite.png) scroll no-repeat -160px -167px;height:25px;width:24px;}
div.de:hover, div.de_sel{background:transparent url(./i/sprite.png) scroll no-repeat -130px -165px;height:25px;width:24px;}
*/
.facebook {
    background: transparent url(./i/sprite.png) scroll no-repeat -41px -231px;
    height: 27px;
    width: 27px;
    display: inline-block;
}

.vkontakte {
    background: transparent url(./i/sprite.png) scroll no-repeat -72px -231px;
    height: 27px;
    width: 27px;
    display: inline-block;
}

.youtube {
    background: transparent url(./i/sprite.png) scroll no-repeat -7px -230px;
    height: 27px;
    width: 27px;
    display: inline-block;
}

.socio {
    margin-left: 460px;
}

.pagination {
    color: #007bc3;
}

.pagination b,
.pagination a {
    margin: 0 10px;
    padding: 2px 6px;
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover {
    background-color: #007bc3;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
}

.pagination b {
    background-color: #007bc3;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
}

.form-dealer .group input {
    width: 70px;
}

table.trader {
    border: 1px solid #5767a2;
}

.back {
    border-top: 1px solid #5767a2;
    background: #fff url(/img/layout/hydrosila-new/back-trader.gif) repeat-x scroll center top;
}

.trader-title {
    color: #fff;
    padding-left: 20px;
    background: #5767a2 url(/img/layout/hydrosila-new/menu-back.jpg) repeat-x scroll center top;
    font-weight: bold;
    height: 32px;
}

table.trader div {
    margin-top: 5px;
    margin-right: 10px;
    max-width: 300px;
    font-size: 0.8em;
}

.trader-big {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    font-family: arial, verdana, sans-serif;
}

table.trader div div {
    margin: 12px 0px 25px 0px;
    font-size: 1.1em;
}

table.trader img {
    margin: 10px 15px;
}

div.prod_itm_img2 {
    overflow: hidden;
    float: left;
    margin: 4px;
}

div.prod_itm_img {
    margin: 4px 0;
}

.prod_itm_img img.thumb {
    vertical-align: middle;
}

.prod_itm h2 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
    margin-top: 0;
}

.prod_itm p {
    font-size: 1em;
    margin-bottom: 0.8em;
}

.prod_itm_more {
    background: url(./i/bl.jpg) no-repeat 0 6px;
    padding-left: 10px;
}

.descript {
    padding-left: 15px;
}

#specification {
    overflow-x: auto;
}

#specification table th,
#specification table td {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
    padding: 1px 10px 1px 15px;
}

#specification table td {
    font-size: 0.9em;
    padding: 5px;
}

.applicability h2 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
}

div.cat-pr a {
    text-decoration: none;
}

.piston-engines {
    background: url(/img/catalog.jpg) no-repeat -532px -2109px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.piston-engines:hover {
    background: url(/img/catalog.jpg) no-repeat -532px -2356px;
    height: 240px;
    width: 240px;
}

.gear-pump {
    background: url(/img/catalog.jpg) no-repeat -287px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gear-pump:hover {
    background: url(/img/catalog.jpg) no-repeat -286px -578px;
    height: 240px;
    width: 240px;
}

.hydro-controllers {
    background: url(/img/catalog.jpg) no-repeat -533px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hydro-controllers:hover {
    background: url(/img/catalog.jpg) no-repeat -532px -578px;
    height: 240px;
    width: 240px;
}

.hidrotsilindri {
    background: url(/img/catalog.jpg) no-repeat -39px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hidrotsilindri:hover {
    background: url(/img/catalog.jpg) no-repeat -39px -829px;
    height: 240px;
    width: 240px;
}

.quick-release-couplings {
    background: url(/img/catalog.jpg) no-repeat -38px -1088px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.quick-release-couplings:hover {
    background: url(/img/catalog.jpg) no-repeat -285px -1088px;
    height: 240px;
    width: 240px;
}

.quick-release-couplings-en {
    background: url(/img/catalog_en.jpg) no-repeat -39px -1081px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.quick-release-couplings-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -285px -1081px;
    height: 240px;
    width: 240px;
}

.quick-release-couplings-de {
    background: url(/img/catalog_de.jpg) no-repeat -39px -1078px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.quick-release-couplings-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -285px -1078px;
    height: 240px;
    width: 240px;
}

.quick-release-couplings-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -38px -1088px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.quick-release-couplings-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -285px -1088px;
    height: 240px;
    width: 240px;
}

.fandrive {
    background: url(/img/catalog.jpg) no-repeat -38px -1354px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
}

.fandrive:hover {
    background: url(/img/catalog.jpg) no-repeat -285px -1354px;
    height: 240px;
    width: 240px;
}

.fandrive_ua {
    background: url(/img/catalog_ua.jpg) no-repeat -38px -1354px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
}

.fandrive_ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -285px -1354px;
    height: 240px;
    width: 240px;
}

.controllers {
    background: url(/img/catalog.jpg) no-repeat -532px -1088px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
}

.controllers:hover {
    background: url(/img/catalog.jpg) no-repeat -532px -1354px;
    height: 240px;
    width: 240px;
}

.controllers-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -532px -1088px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
}

.controllers-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -532px -1354px;
    height: 240px;
    width: 240px;
}

.controllers-en {
    background: url(/img/catalog_en.jpg) no-repeat -540px -1345px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.controllers-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -540px -1601px;
    height: 240px;
    width: 240px;
}

.controllers-de {
    background: url(/img/catalog_de.jpg) no-repeat -532px -1329px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.controllers-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -532px -1591px;
    height: 240px;
    width: 240px;
}

.otherprod {
    background: url(/img/catalog.jpg) no-repeat -37px -1610px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.otherprod:hover {
    background: url(/img/catalog.jpg) no-repeat -35px -2356px;
    height: 240px;
    width: 240px;
}

.otherprod-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -37px -1610px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.otherprod-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -37px -2353px;
    height: 240px;
    width: 240px;
}

.otherprod-en {
    background: url(/img/catalog_en.jpg) no-repeat -532px -1079px;
    height: 240px;
    width: 240px;
    float: left;
}

.otherprod-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -539px -1852px;
    height: 240px;
    width: 240px;
}

.seriesk-en {
    background: url(/img/catalog_en.jpg) no-repeat -38px -1598px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.seriesk-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -287px -1598px;
    height: 240px;
    width: 240px;
}

.otherprod-de {
    background: url(/img/catalog_de.jpg) no-repeat -532px -1077px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.otherprod-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -532px -1077px;
    height: 240px;
    width: 240px;
}

.seriesk-de {
    background: url(/img/catalog_de.jpg) no-repeat -32px -1592px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.seriesk-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -284px -1592px;
    height: 240px;
    width: 240px;
}

.fandrive-en {
    background: url(/img/catalog_en.jpg) no-repeat -38px -1328px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.fandrive-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -285px -1328px;
    height: 240px;
    width: 240px;
}

.fandrive-de {
    background: url(/img/catalog_de.jpg) no-repeat -38px -1328px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.fandrive-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -285px -1328px;
    height: 240px;
    width: 240px;
}

.rvd {
    background: url(/img/catalog.jpg) no-repeat -286px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.rvd:hover {
    background: url(/img/catalog.jpg) no-repeat -285px -829px;
    height: 240px;
    width: 240px;
}

.apm {
    background: url(/img/catalog.jpg) no-repeat -533px -302px;
    height: 240px;
    width: 240px;
    float: left;
}

.apm:hover {
    background: url(/img/catalog.jpg) no-repeat -532px -829px;
    height: 240px;
    width: 240px;
}

.old-1piston-engines-en {
    background: url(/img/catalog_en.jpg) no-repeat -40px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.old-1piston-engines-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -40px -578px;
    height: 240px;
    width: 240px;
}

.piston-engines-en {
    background: url(/img/catalog_en.jpg) no-repeat -541px -2360px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.piston-engines-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -541px -2607px;
    height: 240px;
    width: 240px;
}

.gear-pump-en {
    background: url(/img/catalog_en.jpg) no-repeat -287px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gear-pump-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -286px -578px;
    height: 240px;
    width: 240px;
}

.hydro-controllers-en {
    background: url(/img/catalog_en.jpg) no-repeat -533px -51px;
    height: 240px;
    width: 240px;
    float: left;
}

.hydro-controllers-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -532px -578px;
    height: 240px;
    width: 240px;
}

.hidrotsilindri-en {
    background: url(/img/catalog_en.jpg) no-repeat -39px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hidrotsilindri-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -39px -829px;
    height: 240px;
    width: 240px;
}

.rvd-en {
    background: url(/img/catalog_en.jpg) no-repeat -286px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.rvd-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -285px -829px;
    height: 240px;
    width: 240px;
}

.apm-en {
    background: url(/img/catalog_en.jpg) no-repeat -533px -302px;
    height: 240px;
    width: 240px;
    float: left;
}

.apm-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -532px -829px;
    height: 240px;
    width: 240px;
}

.hydro-monoblock-en {
    background: url(/img/catalog1_en.jpg) no-repeat -6px -7px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.hydro-monoblock-en:hover {
    background: url(/img/catalog1_en.jpg) no-repeat -253px -6px;
    height: 240px;
    width: 240px;
}

.hydro-section-en {
    background: url(/img/catalog1_en.jpg) no-repeat -4px -254px;
    height: 240px;
    width: 240px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.hydro-section-en:hover {
    background: url(/img/catalog1_en.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.hydro-monoblock {
    background: url(/img/catalog1.jpg) no-repeat -6px -7px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.hydro-monoblock:hover {
    background: url(/img/catalog1.jpg) no-repeat -253px -6px;
    height: 240px;
    width: 240px;
}

.piston-engines-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -532px -2104px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.piston-engines-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -532px -2350px;
    height: 240px;
    width: 240px;
}

.gear-pump-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -287px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gear-pump-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -286px -578px;
    height: 240px;
    width: 240px;
}

.hydro-controllers-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -533px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hydro-controllers-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -532px -578px;
    height: 240px;
    width: 240px;
}

.hidrotsilindri-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -39px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hidrotsilindri-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -39px -829px;
    height: 240px;
    width: 240px;
}

.rvd-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -286px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.rvd-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -285px -829px;
    height: 240px;
    width: 240px;
}

.apm-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -533px -302px;
    height: 240px;
    width: 240px;
    float: left;
}

.apm-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -532px -829px;
    height: 240px;
    width: 240px;
}

.hydro-monoblock-ua {
    background: url(/img/catalog1_ua.jpg) no-repeat -6px -7px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.hydro-monoblock-ua:hover {
    background: url(/img/catalog1_ua.jpg) no-repeat -253px -6px;
    height: 240px;
    width: 240px;
}

.hydro-section {
    background: url(/img/catalog1.jpg) no-repeat -4px -254px;
    height: 240px;
    width: 240px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.hydro-section:hover {
    background: url(/img/catalog1.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.hydro-section-ua {
    background: url(/img/catalog1_ua.jpg) no-repeat -4px -254px;
    height: 240px;
    width: 240px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.hydro-section-ua:hover {
    background: url(/img/catalog1_ua.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.hydro-truck-cont {
    background: url(/img/catalog1.jpg) no-repeat -5px -501px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.hydro-truck-cont:hover {
    background: url(/img/catalog1.jpg) no-repeat -252px -501px;
    height: 240px;
    width: 240px;
}

.hydro-truck-cont-ua {
    background: url(/img/catalog1_ua.jpg) no-repeat -5px -501px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.hydro-truck-cont-ua:hover {
    background: url(/img/catalog1_ua.jpg) no-repeat -252px -501px;
    height: 240px;
    width: 240px;
}

.hydro-truck-cont-en {
    background: url(/img/catalog1_en.jpg) no-repeat -5px -501px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.hydro-truck-cont-en:hover {
    background: url(/img/catalog1_en.jpg) no-repeat -253px -501px;
    height: 240px;
    width: 240px;
}

.delpot {
    background: url(/img/catalog.jpg) no-repeat -284px -1610px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
}

.delpot:hover {
    background: url(/img/catalog.jpg) no-repeat -533px -1610px;
    height: 240px;
    width: 240px;
}

.delpot-en {
    background: url(/img/catalog_en.jpg) no-repeat -40px -1855px;
    height: 240px;
    width: 240px;
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
}

.delpot-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -288px -1855px;
    height: 240px;
    width: 240px;
}

.delpot-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -283px -1611px;
    height: 240px;
    width: 240px;
    float: left;
    margin-left: 4px;
}

.delpot-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -531px -1611px;
    height: 240px;
    width: 240px;
}

.news_itm p {
    margin-left: 220px;
}

.content .nav-pull .item {
    background: transparent url(./i/bl2.png) scroll no-repeat;
    background-position-y: 2px;
    display: block;
    padding: 1px 0px 6px 30px;
    margin: 0;
}

.content ul li a,
.content .nav-pull a {
    color: #007bc1;
    text-decoration: none;
}

.content ul.job-ul li a .glyphicon {
    font-size: 10px;
    margin-right: 10px;
    top: -1px;
}

.content ul.job-ul li {
    background: none;
    padding: 0;
}

.content ul.job-ul {
    padding: 0;
}

#carousel-job {
    margin-bottom: 20px;
}

#carousel-job .carousel-indicators {
    bottom: -5px;
}

.content ul li.slide {
    background: none;
    padding: 0;
}

#specification table {
    width: 100%;
}

.cat-hc {
    margin: 0;
    padding: 0;
    width: 740px;
}

.cat-hc div.hydroc-1 {
    background: url(/img/hydroc-ru-en.png) no-repeat -28px -28px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-1:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -291px -28px;
}

.cat-hc div.hydroc-2 {
    background: url(/img/hydroc-ru-en.png) no-repeat -615px -28px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-2:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -868px -28px;
}

.cat-hc div.hydroc-3 {
    background: url(/img/hydroc-ru-en.png) no-repeat -28px -560px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-3:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -291px -560px;
}

.cat-hc div.hydroc-4 {
    background: url(/img/hydroc-ru-en.png) no-repeat -613px -559px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-4:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -871px -557px;
}

.cat-hc div.hydroc-1-en {
    background: url(/img/hydroc-ru-en.png) no-repeat -291px -286px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-1-en:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -28px -286px;
}

.cat-hc div.hydroc-2-en {
    background: url(/img/hydroc-ru-en.png) no-repeat -615px -286px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-2-en:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -868px -286px;
}

.cat-hc div.hydroc-3-en {
    background: url(/img/hydroc-ru-en.png) no-repeat -28px -836px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-3-en:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -291px -836px;
}

.cat-hc div.hydroc-4-en {
    background: url(/img/hydroc-ru-en.png) no-repeat -615px -835px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-4-en:hover {
    background: url(/img/hydroc-ru-en.png) no-repeat -871px -834px;
}

.cat-hc div.hydroc-1-ua {
    background: url(/img/hydroc-ru-ua.png) no-repeat -28px -28px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-1-ua:hover {
    background: url(/img/hydroc-ru-ua.png) no-repeat -291px -28px;
}

.cat-hc div.hydroc-2-ua {
    background: url(/img/hydroc-ru-ua.png) no-repeat -615px -28px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-2-ua:hover {
    background: url(/img/hydroc-ru-ua.png) no-repeat -868px -28px;
}

.cat-hc div.hydroc-3-ua {
    background: url(/img/hydroc-ru-ua.png) no-repeat -28px -560px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-3-ua:hover {
    background: url(/img/hydroc-ru-ua.png) no-repeat -291px -560px;
}

.cat-hc div.hydroc-4-ua {
    background: url(/img/hydroc-ru-ua.png) no-repeat -613px -559px;
    float: left;
    height: 240px;
    width: 240px;
    margin: 2px;
    border: 1px solid #ccc;
}

.cat-hc div.hydroc-4-ua:hover {
    background: url(/img/hydroc-ru-ua.png) no-repeat -871px -557px;
}

.content ul.upsizefont li a {
    font-size: 1.3em;
}

#product_table #specification img {
    width: 727px;
    height: auto;
}

td.traders {
    vertical-align: top;
    padding: 0 20px;
}

td.traders h3 {
    font-size: 16px;
    color: #007bc1;
    font-weight: bold;
}

td.traders span {
    color: #007bc1;
}

td.traders div.d {
    color: #777;
    margin-bottom: 20px;
}

td.traders div {
    margin: 4px 0;
}

.traders-table {
    margin: 20px 0;
}

.traders-table tr {
    border-top: 1px solid #efefef;
}

.traders-table td {
    padding: 20px 10px;
}

.job-menu {
    width: 230px;
}

#job {
    background-color: #ececec;
    padding: 10px;
    box-shadow: #d0d0d0 2px 2px 5px;
}

#job .job_table table {
    border-collapse: separate;
    margin-bottom: 20px;
    border: 0;
}

#job .job_table table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

#job .job_table table td:first-child {
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

#job .job_button a {
    text-transform: uppercase;
    border-radius: 5px;
    margin: auto;
    background-color: #f3f3f3;
    text-decoration: none;
    color: #7a7a7a;
    font-size: 12px;
    display: block;
    border: 1px solid #b6b7b9;
    width: 120px;
    height: 30px;
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
}

#job .job_button.anketa a {
    background: #f3f3f3 url(/img/anketa.png) no-repeat 8px;
    padding: 10px 8px 0 45px;
    width: 125px;
}

#job .job_button.resume a {
    background: #f3f3f3 url(/img/resume.png) no-repeat 8px;
    padding: 5px 8px 5px 54px;
}

#form_resume {
    margin-top: 10px;
}

.resume_submit {
    background-color: #007bc1;
    color: #fff;
    border: 1px solid #00598b;
    border-radius: 3px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.resume_message {
    text-align: center;
    background-color: #e3fde0;
    border: 1px solid #9fd589;
    color: #346322;
    padding: 10px 10px;
    margin: 20px 0;
}

.resume_error {
    text-align: center;
    background-color: #ffe4e1;
    border: 1px solid #d6918a;
    color: #c13a2c;
    padding: 10px 10px;
    margin: 20px 0;
}

.send_friend {
    background: transparent url(/img/send.png) no-repeat;
    height: 24px;
    padding: 5px 0 0 30px;
    text-decoration: underline;
    color: #8d8d8d;
    width: 150px;
    float: right;
}

.send_friend:hover {
    cursor: pointer;
}

#form_friend label {
    font-size: 12px;
}

#form_friend input[type='text'] {
    width: 96%;
}

#slideshow1 {
    margin-bottom: 20px;
}

.input-group .search-field {
    background-color: #ebebeb;
    font-size: 0.8em;
    width: 100%;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.nav-pills > li > a {
    border-radius: 0;
}

ul li.item {
    margin: 0;
}

.bottom-menu {
    background: #ececec;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 28px 0;
}

.footer-title {
    color: #262626;
    font-size: 1em;
    text-transform: uppercase;
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.footer-title-expand {
    color: #262626;
    font-size: 1em;
    text-transform: uppercase;
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    margin: 0 0 8px 0;
    padding: 5px 10px;
    background-color: #ddd;
}

.bottom-menu li {
    margin: 0;
}

.morelinks dl {
    margin: 0 0 0 60px;
    float: left;
}

.morelinks dt {
    color: #262626;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.bottom-menu a {
    text-decoration: none;
    color: #007bc1;
    font-size: 0.9em;
}

.social {
    text-align: center;
}

.news-view img {
    width: 100%;
    height: auto !important;
}

.video_itm_img {
    overflow: hidden;
}

.video_itm_img img {
    width: 100%;
}

.nav-products {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    min-height: auto;
    border: 0;
}

.nav-products ul li {
    margin: 0;
}

.nav-header-xs {
    border-radius: 0;
    margin-bottom: 0;
    min-height: auto;
}

.navbar-xs {
    float: left;
    margin-left: 15px;
}

.nav-header .navbar-text {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 13px;
}

.nav-header button {
    margin-left: 15px;
}

.nav-header .navbar-toggle {
    padding: 6px;
    border-color: #fff;
}

.nav-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.more_descript {
    background-color: #eee;
    padding: 10px 20px;
    cursor: pointer;
    margin: 10px 0;
    text-transform: uppercase;
}

.carousel-inner img {
    width: 100%;
}

#carousel {
    padding: 10px;
    border: 1px solid #dedede;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control {
    width: 10%;
    opacity: 1;
}

.bottom-menu-list {
    margin-left: 20px;
}

@media (max-width: 768px) {
    #footer .info {
        font-size: 1em;
        float: none;
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0;
    }

    .copyright {
        text-align: left;
    }

    .post-tall .post-wrap {
        height: 60%;
    }
}

.post-wrap img {
    width: 100%;
}

#product-menu .nav-pull a {
    color: #fff;
}

#product-menu .nav-pull a:hover {
    color: #007bc1;
}

.nav-header-xs .navbar-nav > li > a {
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-header-xs .navbar-nav > li > a:hover {
    background-color: #e7e7e7;
}

.nav-header-xs .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.nav-header-xs .navbar-nav > li {
    margin: 0;
}

.nav-header-xs .nav .open > a,
.nav-header-xs .nav .open > a:hover,
.nav-header-xs .nav .open > a:focus {
    background-color: #e7e7e7;
    border-color: #f8f8f8;
}

.nav-header-xs .navbar-nav .open .dropdown-menu {
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-decoration: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #007bc1;
}

.job-title {
    margin-top: 0;
}

.btn-job {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    padding: 4px 6px 6px;
    width: 100%;
    text-align: left;
}

.btn-job .glyphicon {
    color: #007bc1;
    font-size: 24px;
    top: 5px;
}

.btn-job glyphicon-envelope {
    top: 5px;
}

#form_resume .btn {
    margin-top: 10px;
}

h1.showcase-text {
    line-height: inherit;
    margin: 0;
}

h3.pdf {
    display: inline-block;
}

.more_descript h2 {
    margin: 0;
    font-size: 1em;
    font-family: arial, verdana, sans-serif;
    display: inline-block;
}

.more_descript .glyphicon {
    top: 4px;
}

.job_table h3 {
    font-size: 1.3em;
}

.trader-title h3 {
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.cat-pr h2 {
    margin: 0;
}

/*------*/
.piston-engines-de {
    background: url(/img/catalog_de.jpg) no-repeat -40px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.piston-engines-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -40px -578px;
    height: 240px;
    width: 240px;
}

.gear-pump-de {
    background: url(/img/catalog_de.jpg) no-repeat -287px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gear-pump-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -286px -578px;
    height: 240px;
    width: 240px;
}

.hydro-controllers-de {
    background: url(/img/catalog_de.jpg) no-repeat -533px -51px;
    height: 240px;
    width: 240px;
    float: left;
}

.hydro-controllers-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -532px -578px;
    height: 240px;
    width: 240px;
}

.hidrotsilindri-de {
    background: url(/img/catalog_de.jpg) no-repeat -39px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hidrotsilindri-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -39px -829px;
    height: 240px;
    width: 240px;
}

.rvd-de {
    background: url(/img/catalog_de.jpg) no-repeat -286px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.rvd-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -285px -829px;
    height: 240px;
    width: 240px;
}

.apm-de {
    background: url(/img/catalog_de.jpg) no-repeat -533px -302px;
    height: 240px;
    width: 240px;
    float: left;
}

.apm-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -532px -829px;
    height: 240px;
    width: 240px;
}

.piston-engines-de {
    background: url(/img/catalog_de.jpg) no-repeat -40px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.piston-engines-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -40px -578px;
    height: 240px;
    width: 240px;
}

.gear-pump-de {
    background: url(/img/catalog_de.jpg) no-repeat -287px -51px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gear-pump-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -286px -578px;
    height: 240px;
    width: 240px;
}

.hydro-controllers-de {
    background: url(/img/catalog_de.jpg) no-repeat -533px -51px;
    height: 240px;
    width: 240px;
    float: left;
}

.hydro-controllers-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -532px -578px;
    height: 240px;
    width: 240px;
}

.hidrotsilindri-de {
    background: url(/img/catalog_de.jpg) no-repeat -39px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hidrotsilindri-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -39px -829px;
    height: 240px;
    width: 240px;
}

.rvd-de {
    background: url(/img/catalog_de.jpg) no-repeat -286px -302px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.rvd-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -285px -829px;
    height: 240px;
    width: 240px;
}

.apm-de {
    background: url(/img/catalog_de.jpg) no-repeat -533px -302px;
    height: 240px;
    width: 240px;
    float: left;
}

.apm-de:hover {
    background: url(/img/catalog_de.jpg) no-repeat -532px -829px;
    height: 240px;
    width: 240px;
}

/*------*/

.google_translate {
    text-align: right;
}

#google_translate_element {
    margin-right: 20px;
}

.btn-btn {
    background-color: #007bc1;
    color: #fff;
    text-decoration: none;
}

.btn-btn span {
    font-size: 10px;
}

.btn-btn:hover {
    color: #fff;
}

.prod-border {
    border: 1px solid #ddd;
    padding: 15px 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.prod_name {
    margin-left: 10px;
}

.product_tabs ul.nav {
    background-color: #eee;
    margin-top: 20px;
    margin-right: 0;
}

.product_tabs ul li h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.product_tabs .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}

.button-pdf {
    position: relative;
}

.btn-pdf {
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: -41px;
    margin-bottom: 20px;
}

h1.title {
    width: 80%;
}

.add_prod_img {
    border: 1px solid #ddd;
    height: 180px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_prod_img img {
    max-height: 180px;
    margin: auto;
}

.add_prod {
    text-align: center;
    min-width: 200px;
}

.add_prod h3 {
    font-size: 16px;
    margin-top: 5px;
    min-height: 34px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -55px;
    right: 6px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    background-color: #007bc1 !important;
}

.product-image {
    display: flex;
    align-items: center;
    width: 280px;
    height: 180px;
    text-align: center;
    padding: 5px;
    position: relative;
}

.product-image .prod-img {
    margin: auto;
    max-height: 165px;
}

.product-image .l {
    display: none;
}

.product-image:hover .l {
    background: rgba(0, 0, 0, 0.1) url('/img/l.png') no-repeat center center;
    width: 280px;
    height: 180px;
    display: block;
    top: 0;
    left: 0px;
    position: absolute;
}

div.app-class a {
    text-decoration: none;
}

.traktora {
    background: url(/img/apply2.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kombayni {
    background: url(/img/apply2.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.posevnaya {
    background: url(/img/apply2.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.opriskivateli {
    background: url(/img/apply.jpg) no-repeat -1038px -20px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telev {
    background: url(/img/apply2.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ekspo {
    background: url(/img/apply1.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.frontpo {
    background: url(/img/apply2.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telekovpo {
    background: url(/img/apply2.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.betonosmesiteli {
    background: url(/img/apply1.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtosamosvali {
    background: url(/img/apply1.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtokrani {
    background: url(/img/apply1.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.manip {
    background: url(/img/apply2.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gorno {
    background: url(/img/apply1.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kommunalnie {
    background: url(/img/apply2.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.katki {
    background: url(/img/apply2.jpg) no-repeat -42px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtogreyderi {
    background: url(/img/apply1.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.asfaltoukladchiki {
    background: url(/img/apply1.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.traktora:hover {
    background: url(/img/apply2.jpg) no-repeat -552px -808px;
}

.kombayni:hover {
    background: url(/img/apply2.jpg) no-repeat -807px -808px;
}

.posevnaya:hover {
    background: url(/img/apply2.jpg) no-repeat -807px -297px;
}

.opriskivateli:hover {
    background: url(/img/apply.jpg) no-repeat -1038px -20px;
}

.telev:hover {
    background: url(/img/apply2.jpg) no-repeat -297px -297px;
}

.ekspo:hover {
    background: url(/img/apply1.jpg) no-repeat -297px -808px;
}

.frontpo:hover {
    background: url(/img/apply2.jpg) no-repeat -552px -297px;
}

.telekovpo:hover {
    background: url(/img/apply2.jpg) no-repeat -297px -297px;
}

.betonosmesiteli:hover {
    background: url(/img/apply1.jpg) no-repeat -552px -297px;
}

.avtosamosvali:hover {
    background: url(/img/apply1.jpg) no-repeat -42px -297px;
}

.avtokrani:hover {
    background: url(/img/apply1.jpg) no-repeat -807px -808px;
}

.manip:hover {
    background: url(/img/apply2.jpg) no-repeat -42px -297px;
}

.gorno:hover {
    background: url(/img/apply1.jpg) no-repeat -807px -297px;
}

.kommunalnie:hover {
    background: url(/img/apply2.jpg) no-repeat -297px -808px;
}

.katki:hover {
    background: url(/img/apply2.jpg) no-repeat -42px -808px;
}

.avtogreyderi:hover {
    background: url(/img/apply1.jpg) no-repeat -552px -808px;
}

.asfaltoukladchiki:hover {
    background: url(/img/apply1.jpg) no-repeat -297px -297px;
}

.traktora_en {
    background: url(/img/apply2-en.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kombayni_en {
    background: url(/img/apply2-en.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.posevnaya_en {
    background: url(/img/apply2-en.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.opriskivateli_en {
    background: url(/img/apply-en.jpg) no-repeat -1038px -20px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telev_en {
    background: url(/img/apply2-en.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ekspo_en {
    background: url(/img/apply1-en.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.frontpo_en {
    background: url(/img/apply2-en.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telekovpo_en {
    background: url(/img/apply2-en.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.betonosmesiteli_en {
    background: url(/img/apply1-en.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtosamosvali_en {
    background: url(/img/apply1-en.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtokrani_en {
    background: url(/img/apply1-en.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.manip_en {
    background: url(/img/apply2-en.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gorno_en {
    background: url(/img/apply1-en.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kommunalnie_en {
    background: url(/img/apply2-en.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.katki_en {
    background: url(/img/apply2-en.jpg) no-repeat -42px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtogreyderi_en {
    background: url(/img/apply1-en.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.asfaltoukladchiki_en {
    background: url(/img/apply1-en.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.powerpacks_en {
    background: url(/img/apply1-en.jpg) no-repeat -42px -1062px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.traktora_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -552px -808px;
}

.kombayni_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -807px -808px;
}

.posevnaya_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -807px -297px;
}

.opriskivateli_en:hover {
    background: url(/img/apply-en.jpg) no-repeat -1038px -20px;
}

.telev_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -297px -297px;
}

.ekspo_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -297px -808px;
}

.frontpo_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -552px -297px;
}

.telekovpo_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -297px -297px;
}

.betonosmesiteli_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -552px -297px;
}

.avtosamosvali_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -42px -297px;
}

.avtokrani_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -807px -808px;
}

.manip_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -42px -297px;
}

.gorno_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -807px -297px;
}

.kommunalnie_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -297px -808px;
}

.katki_en:hover {
    background: url(/img/apply2-en.jpg) no-repeat -42px -808px;
}

.avtogreyderi_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -552px -808px;
}

.asfaltoukladchiki_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -297px -297px;
}

.powerpacks_en:hover {
    background: url(/img/apply1-en.jpg) no-repeat -298px -1062px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.traktora_de {
    background: url(/img/apply2-de.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kombayni_de {
    background: url(/img/apply2-de.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.posevnaya_de {
    background: url(/img/apply2-de.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.opriskivateli_de {
    background: url(/img/apply-de.jpg) no-repeat -1038px -20px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telev_de {
    background: url(/img/apply2-de.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ekspo_de {
    background: url(/img/apply1-de.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.frontpo_de {
    background: url(/img/apply2-de.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telekovpo_de {
    background: url(/img/apply2-de.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.betonosmesiteli_de {
    background: url(/img/apply1-de.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtosamosvali_de {
    background: url(/img/apply1-de.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtokrani_de {
    background: url(/img/apply1-de.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.manip_de {
    background: url(/img/apply2-de.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gorno_de {
    background: url(/img/apply1-de.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kommunalnie_de {
    background: url(/img/apply2-de.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.katki_de {
    background: url(/img/apply2-de.jpg) no-repeat -42px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtogreyderi_de {
    background: url(/img/apply1-de.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.asfaltoukladchiki_de {
    background: url(/img/apply1-de.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.traktora_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -552px -808px;
}

.kombayni_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -807px -808px;
}

.posevnaya_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -807px -297px;
}

.opriskivateli_de:hover {
    background: url(/img/apply-de.jpg) no-repeat -1038px -20px;
}

.telev_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -297px -297px;
}

.ekspo_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -297px -808px;
}

.frontpo_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -552px -297px;
}

.telekovpo_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -297px -297px;
}

.betonosmesiteli_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -552px -297px;
}

.avtosamosvali_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -42px -297px;
}

.avtokrani_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -807px -808px;
}

.manip_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -42px -297px;
}

.gorno_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -807px -297px;
}

.kommunalnie_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -297px -808px;
}

.katki_de:hover {
    background: url(/img/apply2-de.jpg) no-repeat -42px -808px;
}

.avtogreyderi_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -552px -808px;
}

.asfaltoukladchiki_de:hover {
    background: url(/img/apply1-de.jpg) no-repeat -297px -297px;
}

.traktora_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kombayni_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.posevnaya_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.opriskivateli_ua {
    background: url(/img/apply-ua.jpg) no-repeat -1038px -20px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telev_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ekspo_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.frontpo_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.telekovpo_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.betonosmesiteli_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -552px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtosamosvali_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtokrani_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -807px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.manip_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -42px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gorno_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -807px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kommunalnie_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -297px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.katki_ua {
    background: url(/img/apply2-ua.jpg) no-repeat -42px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.avtogreyderi_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -552px -553px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.asfaltoukladchiki_ua {
    background: url(/img/apply1-ua.jpg) no-repeat -297px -42px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.traktora_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -552px -808px;
}

.kombayni_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -807px -808px;
}

.posevnaya_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -807px -297px;
}

.opriskivateli_ua:hover {
    background: url(/img/apply-ua.jpg) no-repeat -1038px -20px;
}

.telev_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -297px -297px;
}

.ekspo_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -297px -808px;
}

.frontpo_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -552px -297px;
}

.telekovpo_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -297px -297px;
}

.betonosmesiteli_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -552px -297px;
}

.avtosamosvali_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -42px -297px;
}

.avtokrani_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -807px -808px;
}

.manip_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -42px -297px;
}

.gorno_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -807px -297px;
}

.kommunalnie_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -297px -808px;
}

.katki_ua:hover {
    background: url(/img/apply2-ua.jpg) no-repeat -42px -808px;
}

.avtogreyderi_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -552px -808px;
}

.asfaltoukladchiki_ua:hover {
    background: url(/img/apply1-ua.jpg) no-repeat -297px -297px;
}

.dealers-block h2,
.managers-block h2 {
    padding: 5px 10px;
    background-color: #eee;
    margin-bottom: 5px;
    font-size: 1.5em;
    margin-top: 26px;
}

.dealers-block h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 26px;
}

.dealers-block h3 img {
    height: 18px;
    width: 18px;
}

.dealers-block h3 span.service {
    color: blue;
}

.managers-block h3 {
    background-color: #fff;
    margin-bottom: 5px;
    font-size: 1.5em;
    margin-top: 17px;
}

.managers-block .mb {
    margin-bottom: 20px;
}

#map {
    height: 400px;
    width: 100%;
}

.dealers-block a {
    color: #007bc1;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    border-bottom: none;
    font-size: 1.21em;

    margin: 0;
    padding-bottom: 8px;
}

.region-select {
    margin-bottom: 20px;
}

#popupmanager {
    position: fixed;
    bottom: 0;
    right: 30px;
    bottom: 10px;
    width: 300px;
    border-radius: 25px;
    background-color: #1f77ba;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
}

#popupmanager:hover {
    cursor: pointer;
}

#popupmanagerform {
    position: fixed;
    bottom: 0;
    right: 10px;
    bottom: 10px;
    width: 820px;
    background-color: #fff;
    border: 5px solid #1f77ba;
    z-index: 1000;
}

#popupmanagerform .form-block {
    background-color: #eee;
    padding: 5px 10px 20px;
}

#popupmanagerform .manager_text {
    font-size: 12px;
}

#popupmanagerform h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

#popupmanagerform .manager_title {
    background-color: #1f77ba;
    color: #fff;
    padding: 5px 10px;
}

#managersubmit {
    background: #007bc1;
    color: #ffffff;
    margin: 25px 0 0 0;
}

.job-news .post-tall {
    padding-left: 0;
    padding-right: 0;
}

.job-news .post-wrap {
    padding: 0;
}

.job-news .post-news {
    margin-bottom: 20px;
}

.job-news h2 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0.5em;
}

.job-news .desc {
    line-height: normal;
    font-size: 1em;
}

.job-news .post-tall .title a {
    line-height: normal;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    color: #007bc1;
}

.contact-links {
    margin-top: 30px;
    margin-bottom: 50px;
}

.contact-link {
    text-align: center;
    padding-top: 30px;
}

.contact-link img {
    margin-bottom: 10px;
}

.contact-link a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.contact-link a:hover {
    text-decoration: underline;
    color: #333;
}

.btn-app_form {
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 0px;
    margin-bottom: 20px;
}

.btn-pdf {
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: -41px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .btn-pdf {
        text-decoration: none;
        position: relative;
        right: 0;
        top: 0;
        clear: both;
    }

    .btn-app_form {
        text-decoration: none;
        position: relative;
        right: 0;
        top: 0;
        clear: both;
    }
}

.nasos-al-k-ru {
    background: url(/img/nasosi-ru.jpg) no-repeat -18px -16px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-al-k-ru:hover {
    background: url(/img/nasosi-ru.jpg) no-repeat -18px -266px;
    height: 240px;
    width: 240px;
}

.nasos-ch-k-ru {
    background: url(/img/nasosi-ru.jpg) no-repeat -267px -15px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-ch-k-ru:hover {
    background: url(/img/nasosi-ru.jpg) no-repeat -266px -266px;
    height: 240px;
    width: 240px;
}

.nasos-sp-ru {
    background: url(/img/nasosi-ru.jpg) no-repeat -768px -14px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-sp-ru:hover {
    background: url(/img/nasosi-ru.jpg) no-repeat -769px -266px;
    height: 240px;
    width: 240px;
}

.nasos-za-ru {
    background: url(/img/nasosi-ru.jpg) no-repeat -518px -14px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.nasos-za-ru:hover {
    background: url(/img/nasosi-ru.jpg) no-repeat -518px -266px;
    height: 240px;
    width: 240px;
}

.nasos-al-k-ua {
    background: url(/img/nasosi-ua.jpg) no-repeat -18px -16px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-al-k-ua:hover {
    background: url(/img/nasosi-ua.jpg) no-repeat -18px -266px;
    height: 240px;
    width: 240px;
}

.nasos-ch-k-ua {
    background: url(/img/nasosi-ua.jpg) no-repeat -267px -15px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-ch-k-ua:hover {
    background: url(/img/nasosi-ua.jpg) no-repeat -266px -266px;
    height: 240px;
    width: 240px;
}

.nasos-sp-ua {
    background: url(/img/nasosi-ua.jpg) no-repeat -768px -14px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-sp-ua:hover {
    background: url(/img/nasosi-ua.jpg) no-repeat -768px -257px;
    height: 240px;
    width: 240px;
}

.nasos-za-ua {
    background: url(/img/nasosi-ua.jpg) no-repeat -518px -14px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.nasos-za-ua:hover {
    background: url(/img/nasosi-ua.jpg) no-repeat -518px -266px;
    height: 240px;
    width: 240px;
}

.nasos-al-k-en {
    background: url(/img/nasosi-en.jpg) no-repeat -18px -16px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-al-k-en:hover {
    background: url(/img/nasosi-en.jpg) no-repeat -18px -266px;
    height: 240px;
    width: 240px;
}

.nasos-ch-k-en {
    background: url(/img/nasosi-en.jpg) no-repeat -267px -15px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-ch-k-en:hover {
    background: url(/img/nasosi-en.jpg) no-repeat -266px -266px;
    height: 240px;
    width: 240px;
}

.nasos-sp-en {
    background: url(/img/nasosi-en.jpg) no-repeat -768px -14px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.nasos-sp-en:hover {
    background: url(/img/nasosi-en.jpg) no-repeat -768px -257px;
    height: 240px;
    width: 240px;
}

.nasos-za-en {
    background: url(/img/nasosi-en.jpg) no-repeat -518px -14px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.nasos-za-en:hover {
    background: url(/img/nasosi-en.jpg) no-repeat -518px -266px;
    height: 240px;
    width: 240px;
}

.gidromotor-al-k-ua {
    background: url(/img/gidromotori-ua.jpg) no-repeat -4px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.gidromotor-al-k-ua:hover {
    background: url(/img/gidromotori-ua.jpg) no-repeat -4px -248px;
    height: 240px;
    width: 240px;
}

.gidromotor-za-ua {
    background: url(/img/gidromotori-ua.jpg) no-repeat -250px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gidromotor-za-ua:hover {
    background: url(/img/gidromotori-ua.jpg) no-repeat -250px -248px;
    height: 240px;
    width: 240px;
}

.gidromotor-al-k-ru {
    background: url(/img/gidromotori-ru.jpg) no-repeat -4px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.gidromotor-al-k-ru:hover {
    background: url(/img/gidromotori-ru.jpg) no-repeat -4px -248px;
    height: 240px;
    width: 240px;
}

.gidromotor-za-ru {
    background: url(/img/gidromotori-ru.jpg) no-repeat -250px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gidromotor-za-ru:hover {
    background: url(/img/gidromotori-ru.jpg) no-repeat -250px -248px;
    height: 240px;
    width: 240px;
}

.gidromotor-al-k-en {
    background: url(/img/gidromotori-en.jpg) no-repeat -4px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.gidromotor-al-k-en:hover {
    background: url(/img/gidromotori-en.jpg) no-repeat -4px -248px;
    height: 240px;
    width: 240px;
}

.gidromotor-za-en {
    background: url(/img/gidromotori-en.jpg) no-repeat -250px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.gidromotor-za-en:hover {
    background: url(/img/gidromotori-en.jpg) no-repeat -250px -248px;
    height: 240px;
    width: 240px;
}

.axial-nasos-zk-ru {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -6px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-zk-ru:hover {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -6px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-rk-ru {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -252px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-rk-ru:hover {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-nr-ru {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-nr-ru:hover {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -498px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-za-ru {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -745px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.axial-nasos-za-ru:hover {
    background: url(/img/axial-nasos-ru.jpg) no-repeat -745px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-zk-ua {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -6px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-zk-ua:hover {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -6px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-rk-ua {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -252px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-rk-ua:hover {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-nr-ua {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-nr-ua:hover {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -498px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-za-ua {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -745px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.axial-nasos-za-ua:hover {
    background: url(/img/axial-nasos-ua.jpg) no-repeat -745px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-zk-en {
    background: url(/img/axial-nasos-en.jpg) no-repeat -6px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-zk-en:hover {
    background: url(/img/axial-nasos-en.jpg) no-repeat -6px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-rk-en {
    background: url(/img/axial-nasos-en.jpg) no-repeat -252px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-rk-en:hover {
    background: url(/img/axial-nasos-en.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-nr-en {
    background: url(/img/axial-nasos-en.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-nasos-nr-en:hover {
    background: url(/img/axial-nasos-en.jpg) no-repeat -498px -254px;
    height: 240px;
    width: 240px;
}

.axial-nasos-za-en {
    background: url(/img/axial-nasos-en.jpg) no-repeat -745px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.axial-nasos-za-en:hover {
    background: url(/img/axial-nasos-en.jpg) no-repeat -745px -254px;
    height: 240px;
    width: 240px;
}

.axial-motor-nr-ru {
    background: url(/img/axial-motors-ru.jpg) no-repeat -6px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-motor-nr-ru:hover {
    background: url(/img/axial-motors-ru.jpg) no-repeat -6px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-rk-ru {
    background: url(/img/axial-motors-ru.jpg) no-repeat -254px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-motor-rk-ru:hover {
    background: url(/img/axial-motors-ru.jpg) no-repeat -254px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-za-ru {
    background: url(/img/axial-motors-ru.jpg) no-repeat -500px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.axial-motor-za-ru:hover {
    background: url(/img/axial-motors-ru.jpg) no-repeat -500px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-nr-ua {
    background: url(/img/axial-motors-ua.jpg) no-repeat -6px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-motor-nr-ua:hover {
    background: url(/img/axial-motors-ua.jpg) no-repeat -6px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-rk-ua {
    background: url(/img/axial-motors-ua.jpg) no-repeat -254px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-motor-rk-ua:hover {
    background: url(/img/axial-motors-ua.jpg) no-repeat -254px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-za-ua {
    background: url(/img/axial-motors-ua.jpg) no-repeat -500px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.axial-motor-za-ua:hover {
    background: url(/img/axial-motors-ua.jpg) no-repeat -500px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-nr-en {
    background: url(/img/axial-motors-en.jpg) no-repeat -6px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-motor-nr-en:hover {
    background: url(/img/axial-motors-en.jpg) no-repeat -6px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-rk-en {
    background: url(/img/axial-motors-en.jpg) no-repeat -254px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.axial-motor-rk-en:hover {
    background: url(/img/axial-motors-en.jpg) no-repeat -254px -250px;
    height: 240px;
    width: 240px;
}

.axial-motor-za-en {
    background: url(/img/axial-motors-en.jpg) no-repeat -500px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.axial-motor-za-en:hover {
    background: url(/img/axial-motors-en.jpg) no-repeat -500px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-s-ru {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -8px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-s-ru:hover {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -8px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-m-ru {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -254px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-m-ru:hover {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -254px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-as-ru {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -500px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-as-ru:hover {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -500px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-sp-ru {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -748px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-sp-ru:hover {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -748px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-za-ru {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -994px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-za-ru:hover {
    background: url(/img/hydroraspred-ru.jpg) no-repeat -994px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-s-en {
    background: url(/img/hydroraspred-en.jpg) no-repeat -8px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-s-en:hover {
    background: url(/img/hydroraspred-en.jpg) no-repeat -8px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-m-en {
    background: url(/img/hydroraspred-en.jpg) no-repeat -254px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-m-en:hover {
    background: url(/img/hydroraspred-en.jpg) no-repeat -254px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-as-en {
    background: url(/img/hydroraspred-en.jpg) no-repeat -500px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-as-en:hover {
    background: url(/img/hydroraspred-en.jpg) no-repeat -500px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-sp-en {
    background: url(/img/hydroraspred-en.jpg) no-repeat -748px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-sp-en:hover {
    background: url(/img/hydroraspred-en.jpg) no-repeat -748px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-s-ua {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -8px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-s-ua:hover {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -8px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-m-ua {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -254px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-m-ua:hover {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -254px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-as-ua {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -500px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-as-ua:hover {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -500px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-sp-ua {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -748px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-sp-ua:hover {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -748px -250px;
    height: 240px;
    width: 240px;
}

.hydroraspred-za-ua {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -994px -4px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.hydroraspred-za-ua:hover {
    background: url(/img/hydroraspred-ua.jpg) no-repeat -994px -250px;
    height: 240px;
    width: 240px;
}

.catalog-motors-ru {
    background: url(/img/catalog.jpg) no-repeat -35px -1862px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.catalog-motors-ru:hover {
    background: url(/img/catalog.jpg) no-repeat -35px -2109px;
    height: 240px;
    width: 240px;
}

.catalog-axial-motors-ru {
    background: url(/img/catalog.jpg) no-repeat -284px -1861px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.catalog-axial-motors-ru:hover {
    background: url(/img/catalog.jpg) no-repeat -284px -2108px;
    height: 240px;
    width: 240px;
}

.catalog-axial-motors-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -37px -1859px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.catalog-axial-motors-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -37px -2104px;
    height: 240px;
    width: 240px;
}

.catalog-motors-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -284px -1859px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.catalog-motors-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -284px -2104px;
    height: 240px;
    width: 240px;
}

.catalog-axial-motors-en {
    background: url(/img/catalog_en.jpg) no-repeat -293px -2112px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.catalog-axial-motors-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -293px -2359px;
    height: 240px;
    width: 240px;
}

.catalog-motors-en {
    background: url(/img/catalog_en.jpg) no-repeat -44px -2113px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.catalog-motors-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -44px -2360px;
    height: 240px;
    width: 240px;
}

.cylinder-pr-ru {
    background: url(/img/hydrocil-ru.jpg) no-repeat -6px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-pr-ru:hover {
    background: url(/img/hydrocil-ru.jpg) no-repeat -6px -254px;
    height: 240px;
    width: 240px;
}

.cylinder-pl-ru {
    background: url(/img/hydrocil-ru.jpg) no-repeat -252px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-pl-ru:hover {
    background: url(/img/hydrocil-ru.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.cylinder-tl-ru {
    background: url(/img/hydrocil-ru.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-tl-ru:hover {
    background: url(/img/hydrocil-ru.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
}

.cylinder-spec-ru {
    background: url(/img/hydrocil-ru.jpg) no-repeat -744px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-spec-ru:hover {
    background: url(/img/hydrocil-ru.jpg) no-repeat -744px -252px;
    height: 240px;
    width: 240px;
}

.cylinder-za-ru {
    background: url(/img/hydrocil-ru.jpg) no-repeat -990px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-za-ru:hover {
    background: url(/img/hydrocil-ru.jpg) no-repeat -990px -252px;
    height: 240px;
    width: 240px;
}

.cylinder-pr-en {
    background: url(/img/hydrocil-en.jpg) no-repeat -6px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-pr-en:hover {
    background: url(/img/hydrocil-en.jpg) no-repeat -6px -254px;
    height: 240px;
    width: 240px;
}

.cylinder-pl-en {
    background: url(/img/hydrocil-en.jpg) no-repeat -252px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-pl-en:hover {
    background: url(/img/hydrocil-en.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.cylinder-tl-en {
    background: url(/img/hydrocil-en.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-tl-en:hover {
    background: url(/img/hydrocil-en.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
}

.cylinder-spec-en {
    background: url(/img/hydrocil-en.jpg) no-repeat -744px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-spec-en:hover {
    background: url(/img/hydrocil-en.jpg) no-repeat -744px -252px;
    height: 240px;
    width: 240px;
}

.cylinder-pr-ua {
    background: url(/img/hydrocil-ua.jpg) no-repeat -6px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-pr-ua:hover {
    background: url(/img/hydrocil-ua.jpg) no-repeat -6px -254px;
    height: 240px;
    width: 240px;
}

.cylinder-pl-ua {
    background: url(/img/hydrocil-ua.jpg) no-repeat -252px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-pl-ua:hover {
    background: url(/img/hydrocil-ua.jpg) no-repeat -252px -254px;
    height: 240px;
    width: 240px;
}

.cylinder-tl-ua {
    background: url(/img/hydrocil-ua.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-tl-ua:hover {
    background: url(/img/hydrocil-ua.jpg) no-repeat -498px -6px;
    height: 240px;
    width: 240px;
}

.cylinder-spec-ua {
    background: url(/img/hydrocil-ua.jpg) no-repeat -744px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-spec-ua:hover {
    background: url(/img/hydrocil-ua.jpg) no-repeat -744px -252px;
    height: 240px;
    width: 240px;
}

.cylinder-za-ua {
    background: url(/img/hydrocil-ua.jpg) no-repeat -990px -6px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.cylinder-za-ua:hover {
    background: url(/img/hydrocil-ua.jpg) no-repeat -990px -252px;
    height: 240px;
    width: 240px;
}

.hydrofilters {
    background: url(/img/catalog.jpg) no-repeat -533px -1861px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hydrofilters:hover {
    background: url(/img/catalog.jpg) no-repeat -284px -2357px;
    height: 240px;
    width: 240px;
}

.hydrofilters-ua {
    background: url(/img/catalog_ua.jpg) no-repeat -531px -1859px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hydrofilters-ua:hover {
    background: url(/img/catalog_ua.jpg) no-repeat -284px -2351px;
    height: 240px;
    width: 240px;
}

.hydrofilters-en {
    background: url(/img/catalog_en.jpg) no-repeat -542px -2112px;
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 4px;
}

.hydrofilters-en:hover {
    background: url(/img/catalog_en.jpg) no-repeat -293px -2608px;
    height: 240px;
    width: 240px;
}

.button-pdf p {
    width: 60%;
}

p a.editor_tree_path_link:last-child {
    color: #000;
}

/* CONTACT - EN [START] */
.contact {
    display: block;
}

/* CONTACT TABS - NAV */
.contact_tabs-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contact_tabs-nav_container {
    background: rgba(0, 123, 193, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    border-radius: 8px;
}

.contact_tabs-nav_item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact_tabs-nav_button {
    background: rgba(0, 0, 0, 0);
    color: #333333;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact_tabs-nav_item:first-child .contact_tabs-nav_button {
    border-radius: 8px 0px 0px 8px;
}

.contact_tabs-nav_item:last-child .contact_tabs-nav_button {
    border-radius: 0px 8px 8px 0px;
}

.contact_tabs-nav_button:hover {
    background: rgba(0, 123, 193, 0.1);
}

.contact_tabs-nav_button.active {
    background: rgba(0, 123, 193, 1);
    color: #ffffff;
}

.contact_tabs-nav_icon {
    background-color: rgba(255, 255, 255, 0.8);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    border: 1px solid rgba(0, 123, 193, 0.1);
    display: block;
    width: 84px;
    min-width: 84px;
    height: 84px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.contact_tabs-nav_button:hover .contact_tabs-nav_icon {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 123, 193, 0.2);
}

.contact_tabs-nav_button.active .contact_tabs-nav_icon {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 123, 193, 0);
}

.contact_tabs-nav_button::after {
    background: rgba(0, 0, 0, 0);
    border-top: 14px solid rgba(0, 123, 193, 1);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact_tabs-nav_button.active::after {
    opacity: 1;
    visibility: visible;
}

.contact_tabs-nav_icon-trading {
    background-position: 50% 50%;
}

.contact_tabs-nav_icon-sales {
    background-position: 50% 50%;
}

.contact_tabs-nav_icon-dealers {
    background-position: 50% 60%;
}

.contact_tabs-nav_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
}

/* CONTACT TABS - CONTAINER */
.contact_tabs-container {
    display: block;
}

.contact_tabs-container_item {
    display: none;
    padding-top: 40px;
}

/* CONTACT PROFILES */
.contact_profiles {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
    gap: 40px;
    border-radius: 8px;
}

.contact_profiles-title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.contact_profiles-title + .contact_profiles-content {
    margin-top: 20px;
}

.contact_profiles-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    grid-gap: 20px;
    gap: 20px;
}

/* CONTACT PROFILE */
.contact_profile {
    background: rgba(0, 123, 193, 0.1);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    gap: 20px;
    padding: 10px;
    border-radius: 8px;
}

.contact_profile-photo img {
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 8px;
}

.contact_profile-info {
    background: rgba(0, 123, 193, 0.1);
    display: none;
    padding: 0px 10px;
    border-radius: 8px;
}

.contact_profile-info::before,
.contact_profile-info::after {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    width: 100%;
    height: 8px;
}

.contact_profile-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.contact_profile-subname {
    color: rgba(51, 51, 51, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 6px;
}

.contact_profile-item {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
}

.contact_profile-item p {
    margin: 0;
    padding: 0;
}

.contact_profile-item a {
    color: rgba(0, 123, 193, 1);
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.contact_profile-item a:hover {
    text-decoration: none;
}

.contact_profile-item + .contact_profile-item {
    margin-top: 8px;
}

.contact_profile-item::before {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.contact_profile-phone::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzcwLjQgMTkyLjJDMzU4LjEgMTcyLjIgMzM3LjkgMTYwIDMxNC45IDE2MEgxOTcuMWMtMjMgMC00NC4xMiAxMi4yNS01NS41IDMyLjI1bC0xMDUuNCAxODQuNEMzMy41IDM4MS41IDMyIDM4Ni45IDMyIDM5Mi41VjQ0OGMwIDE3LjYyIDE0LjM4IDMyIDMyIDMyaDM4NGMxNy42MiAwIDMyLTE0LjM4IDMyLTMydi01NS41YzAtNS42MjUtMS41LTExLTQuMjUtMTUuODhMMzcwLjQgMTkyLjJ6TTI1NiAzODRjLTM5Ljc1IDAtNzItMzIuMjUtNzItNzJTMjE2LjMgMjQwIDI1NiAyNDBzNzIgMzIuMjUgNzIgNzJTMjk1LjggMzg0IDI1NiAzODR6TTUwNi4xIDEyM0M0MzYuOCA2NSAzNDcuNCAzMiAyNTYgMzJTNzUuMjUgNjUgNS44NzUgMTIzQzIuMTI1IDEyNi4xIDAgMTMwLjggMCAxMzUuNlYxOTJjMCA4Ljg3NSA3LjEyNSAxNiAxNiAxNmg3MC4xM2M2IDAgMTEuNjMtMy4zNzUgMTQuMjUtOC44NzVMMTI4IDEyOGMzOS44OC0xNy4yNSA4My4yNS0yNCAxMjgtMjRTMzQ0LjEgMTEwLjggMzg0IDEyOGwyNy42MiA3MS4xMkM0MTQuMiAyMDQuNiA0MTkuOSAyMDggNDI1LjkgMjA4SDQ5NkM1MDQuOSAyMDggNTEyIDIwMC45IDUxMiAxOTJWMTM1LjZDNTEyIDEzMC44IDUwOS45IDEyNi4xIDUwNi4xIDEyM3oiIGZpbGw9IiMwMDdCQzEiLz48L3N2Zz4=');
}

.contact_profile-skype::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDI0LjcgMjk5LjhjMi45LTE0IDQuNy0yOC45IDQuNy00My44IDAtMTEzLjUtOTEuOS0yMDUuMy0yMDUuMy0yMDUuMy0xNC45IDAtMjkuNyAxLjctNDMuOCA0LjdDMTYxLjMgNDAuNyAxMzcuNyAzMiAxMTIgMzIgNTAuMiAzMiAwIDgyLjIgMCAxNDRjMCAyNS43IDguNyA0OS4zIDIzLjMgNjguMi0yLjkgMTQtNC43IDI4LjktNC43IDQzLjggMCAxMTMuNSA5MS45IDIwNS4zIDIwNS4zIDIwNS4zIDE0LjkgMCAyOS43LTEuNyA0My44LTQuNyAxOSAxNC42IDQyLjYgMjMuMyA2OC4yIDIzLjMgNjEuOCAwIDExMi01MC4yIDExMi0xMTIgLjEtMjUuNi04LjYtNDkuMi0yMy4yLTY4LjF6bS0xOTQuNiA5MS41Yy02NS42IDAtMTIwLjUtMjkuMi0xMjAuNS02NSAwLTE2IDktMzAuNiAyOS41LTMwLjYgMzEuMiAwIDM0LjEgNDQuOSA4OC4xIDQ0LjkgMjUuNyAwIDQyLjMtMTEuNCA0Mi4zLTI2LjMgMC0xOC43LTE2LTIxLjYtNDItMjgtNjIuNS0xNS40LTExNy44LTIyLTExNy44LTg3LjIgMC01OS4yIDU4LjYtODEuMSAxMDkuMS04MS4xIDU1LjEgMCAxMTAuOCAyMS45IDExMC44IDU1LjQgMCAxNi45LTExLjQgMzEuOC0zMC4zIDMxLjgtMjguMyAwLTI5LjItMzMuNS03NS0zMy41LTI1LjcgMC00MiA3LTQyIDIyLjUgMCAxOS44IDIwLjggMjEuOCA2OS4xIDMzIDQxLjQgOS4zIDkwLjcgMjYuOCA5MC43IDc3LjYgMCA1OS4xLTU3LjEgODYuNS0xMTIgODYuNXoiIGZpbGw9IiMwMDdCQzEiLz48L3N2Zz4=');
}

.contact_profile-whatsapp::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMzgwLjkgOTcuMUMzMzkgNTUuMSAyODMuMiAzMiAyMjMuOSAzMmMtMTIyLjQgMC0yMjIgOTkuNi0yMjIgMjIyIDAgMzkuMSAxMC4yIDc3LjMgMjkuNiAxMTFMMCA0ODBsMTE3LjctMzAuOWMzMi40IDE3LjcgNjguOSAyNyAxMDYuMSAyN2guMWMxMjIuMyAwIDIyNC4xLTk5LjYgMjI0LjEtMjIyIDAtNTkuMy0yNS4yLTExNS02Ny4xLTE1N3ptLTE1NyAzNDEuNmMtMzMuMiAwLTY1LjctOC45LTk0LTI1LjdsLTYuNy00LTY5LjggMTguM0w3MiAzNTkuMmwtNC40LTdjLTE4LjUtMjkuNC0yOC4yLTYzLjMtMjguMi05OC4yIDAtMTAxLjcgODIuOC0xODQuNSAxODQuNi0xODQuNSA0OS4zIDAgOTUuNiAxOS4yIDEzMC40IDU0LjEgMzQuOCAzNC45IDU2LjIgODEuMiA1Ni4xIDEzMC41IDAgMTAxLjgtODQuOSAxODQuNi0xODYuNiAxODQuNnptMTAxLjItMTM4LjJjLTUuNS0yLjgtMzIuOC0xNi4yLTM3LjktMTgtNS4xLTEuOS04LjgtMi44LTEyLjUgMi44LTMuNyA1LjYtMTQuMyAxOC0xNy42IDIxLjgtMy4yIDMuNy02LjUgNC4yLTEyIDEuNC0zMi42LTE2LjMtNTQtMjkuMS03NS41LTY2LTUuNy05LjggNS43LTkuMSAxNi4zLTMwLjMgMS44LTMuNy45LTYuOS0uNS05LjctMS40LTIuOC0xMi41LTMwLjEtMTcuMS00MS4yLTQuNS0xMC44LTkuMS05LjMtMTIuNS05LjUtMy4yLS4yLTYuOS0uMi0xMC42LS4yLTMuNyAwLTkuNyAxLjQtMTQuOCA2LjktNS4xIDUuNi0xOS40IDE5LTE5LjQgNDYuMyAwIDI3LjMgMTkuOSA1My43IDIyLjYgNTcuNCAyLjggMy43IDM5LjEgNTkuNyA5NC44IDgzLjggMzUuMiAxNS4yIDQ5IDE2LjUgNjYuNiAxMy45IDEwLjctMS42IDMyLjgtMTMuNCAzNy40LTI2LjQgNC42LTEzIDQuNi0yNC4xIDMuMi0yNi40LTEuMy0yLjUtNS0zLjktMTAuNS02LjZ6IiBmaWxsPSIjMDA3QkMxIi8+PC9zdmc+');
}

.contact_profile-email::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjA3LjggMjAuNzNjLTkzLjQ1IDE4LjMyLTE2OC43IDkzLjY2LTE4NyAxODcuMWMtMjcuNjQgMTQwLjkgNjguNjUgMjY2LjIgMTk5LjEgMjg1LjFjMTkuMDEgMi44ODggMzYuMTctMTIuMjYgMzYuMTctMzEuNDlsLjAwMDEtLjY2MzFjMC0xNS43NC0xMS40NC0yOC44OC0yNi44NC0zMS4yNGMtODQuMzUtMTIuOTgtMTQ5LjItODYuMTMtMTQ5LjItMTc0LjJjMC0xMDIuOSA4OC42MS0xODUuNSAxOTMuNC0xNzUuNGM5MS41NCA4Ljg2OSAxNTguNiA5MS4yNSAxNTguNiAxODMuMmwwIDE2LjE2YzAgMjIuMDktMTcuOTQgNDAuMDUtNDAgNDAuMDVzLTQwLjAxLTE3Ljk2LTQwLjAxLTQwLjA1di0xMjAuMWMwLTguODQ3LTcuMTYxLTE2LjAyLTE2LjAxLTE2LjAybC0zMS45OCAuMDAzNmMtNy4yOTkgMC0xMy4yIDQuOTkyLTE1LjEyIDExLjY4Yy0yNC44NS0xMi4xNS01NC4yNC0xNi4zOC04Ni4wNi01LjEwNmMtMzguNzUgMTMuNzMtNjguMTIgNDguOTEtNzMuNzIgODkuNjRjLTkuNDgzIDY5LjAxIDQzLjgxIDEyOCAxMTAuOSAxMjhjMjYuNDQgMCA1MC40My05LjU0NCA2OS41OS0yNC44OGMyNCAzMS4zIDY1LjIzIDQ4LjY5IDEwOS40IDM3LjQ5QzQ2NS4yIDM2OS4zIDQ5NiAzMjQuMSA0OTUuMSAyNzcuMlYyNTYuM0M0OTUuMSAxMDcuMSAzNjEuMi05LjMzMiAyMDcuOCAyMC43M3pNMjM5LjEgMzA0LjNjLTI2LjQ3IDAtNDgtMjEuNTYtNDgtNDguMDVzMjEuNTMtNDguMDUgNDgtNDguMDVzNDggMjEuNTYgNDggNDguMDVTMjY2LjUgMzA0LjMgMjM5LjEgMzA0LjN6IiBmaWxsPSIjMDA3QkMxIi8+PC9zdmc+');
}

.contact_profile-location::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMjE1LjcgNDk5LjJDMjY3IDQzNSAzODQgMjc5LjQgMzg0IDE5MkMzODQgODYgMjk4IDAgMTkyIDBTMCA4NiAwIDE5MmMwIDg3LjQgMTE3IDI0MyAxNjguMyAzMDcuMmMxMi4zIDE1LjMgMzUuMSAxNS4zIDQ3LjQgMHpNMTkyIDEyOGE2NCA2NCAwIDEgMSAwIDEyOCA2NCA2NCAwIDEgMSAwLTEyOHoiIGZpbGw9IiMwMDdCQzEiLz48L3N2Zz4=');
}

.contact_profile-button {
    background: rgba(0, 123, 193, 1);
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 8px;
}

.contact_profile-button:hover {
    background: rgba(2, 109, 169, 1);
}

.contact_profile-button::after {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiIGZpbGw9IiNGRkZGRkYiLz48L3N2Zz4=');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact_profile-button.active::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

@media (max-width: 991px) {
    .contact_tabs-nav_container {
        grid-template-columns: 1fr;
    }

    .contact_tabs-nav_item:first-child .contact_tabs-nav_button {
        border-radius: 8px 8px 0px 0px;
    }

    .contact_tabs-nav_item:last-child .contact_tabs-nav_button {
        border-radius: 0px 0px 8px 8px;
    }

    .contact_tabs-nav_button {
        flex-direction: row;
        padding: 15px;
    }

    .contact_tabs-nav_button::after {
        content: none;
        display: none;
    }

    .contact_tabs-nav_icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .contact_tabs-nav_name {
        font-size: 14px;
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
    }

    .contact_profile-photo img {
        width: 80px;
        height: 80px;
    }

    .contact_profile-name {
        font-size: 16px;
    }

    .contact_profile-item {
        font-size: 12px;
        padding-left: 26px;
    }

    .contact_profile-item a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .contact_profiles-content {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 420px;
    }
}
/* CONTACT - EN [END] */

/* CONTACT - UA, RU [START] */
.dlr_container {
    clear: both;
    display: block;
    padding: 20px 15px 0px 15px;
}

.dlr_title {
    font-size: 1.5em;
    font-weight: normal;
    color: #002338;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.dlr_title:hover {
    color: rgba(0, 123, 193, 1);
}

.dlr_content + .dlr_content {
    margin-top: 20px;
}

.dlr_list-wrapper {
    display: none;
}

.dlr_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    gap: 20px;
    padding-top: 10px;
}

.dlr_box {
    background: rgba(0, 123, 193, 0.1);
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
}

.dlr_box-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.dlr_box-contact {
    background: rgba(0, 123, 193, 0.1);
    flex: 1 0 0%;
    padding: 10px;
    margin-top: 8px;
    border-radius: 8px;
}

.dlr_box-item {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    position: relative;
    white-space: normal;
}

.dlr_box-item + .dlr_box-item {
    margin-top: 8px;
}

.dlr_box-item::before {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.dlr_box-phone::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzcwLjQgMTkyLjJDMzU4LjEgMTcyLjIgMzM3LjkgMTYwIDMxNC45IDE2MEgxOTcuMWMtMjMgMC00NC4xMiAxMi4yNS01NS41IDMyLjI1bC0xMDUuNCAxODQuNEMzMy41IDM4MS41IDMyIDM4Ni45IDMyIDM5Mi41VjQ0OGMwIDE3LjYyIDE0LjM4IDMyIDMyIDMyaDM4NGMxNy42MiAwIDMyLTE0LjM4IDMyLTMydi01NS41YzAtNS42MjUtMS41LTExLTQuMjUtMTUuODhMMzcwLjQgMTkyLjJ6TTI1NiAzODRjLTM5Ljc1IDAtNzItMzIuMjUtNzItNzJTMjE2LjMgMjQwIDI1NiAyNDBzNzIgMzIuMjUgNzIgNzJTMjk1LjggMzg0IDI1NiAzODR6TTUwNi4xIDEyM0M0MzYuOCA2NSAzNDcuNCAzMiAyNTYgMzJTNzUuMjUgNjUgNS44NzUgMTIzQzIuMTI1IDEyNi4xIDAgMTMwLjggMCAxMzUuNlYxOTJjMCA4Ljg3NSA3LjEyNSAxNiAxNiAxNmg3MC4xM2M2IDAgMTEuNjMtMy4zNzUgMTQuMjUtOC44NzVMMTI4IDEyOGMzOS44OC0xNy4yNSA4My4yNS0yNCAxMjgtMjRTMzQ0LjEgMTEwLjggMzg0IDEyOGwyNy42MiA3MS4xMkM0MTQuMiAyMDQuNiA0MTkuOSAyMDggNDI1LjkgMjA4SDQ5NkM1MDQuOSAyMDggNTEyIDIwMC45IDUxMiAxOTJWMTM1LjZDNTEyIDEzMC44IDUwOS45IDEyNi4xIDUwNi4xIDEyM3oiIGZpbGw9IiMwMDdCQzEiLz48L3N2Zz4=');
}

.dlr_box-email::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjA3LjggMjAuNzNjLTkzLjQ1IDE4LjMyLTE2OC43IDkzLjY2LTE4NyAxODcuMWMtMjcuNjQgMTQwLjkgNjguNjUgMjY2LjIgMTk5LjEgMjg1LjFjMTkuMDEgMi44ODggMzYuMTctMTIuMjYgMzYuMTctMzEuNDlsLjAwMDEtLjY2MzFjMC0xNS43NC0xMS40NC0yOC44OC0yNi44NC0zMS4yNGMtODQuMzUtMTIuOTgtMTQ5LjItODYuMTMtMTQ5LjItMTc0LjJjMC0xMDIuOSA4OC42MS0xODUuNSAxOTMuNC0xNzUuNGM5MS41NCA4Ljg2OSAxNTguNiA5MS4yNSAxNTguNiAxODMuMmwwIDE2LjE2YzAgMjIuMDktMTcuOTQgNDAuMDUtNDAgNDAuMDVzLTQwLjAxLTE3Ljk2LTQwLjAxLTQwLjA1di0xMjAuMWMwLTguODQ3LTcuMTYxLTE2LjAyLTE2LjAxLTE2LjAybC0zMS45OCAuMDAzNmMtNy4yOTkgMC0xMy4yIDQuOTkyLTE1LjEyIDExLjY4Yy0yNC44NS0xMi4xNS01NC4yNC0xNi4zOC04Ni4wNi01LjEwNmMtMzguNzUgMTMuNzMtNjguMTIgNDguOTEtNzMuNzIgODkuNjRjLTkuNDgzIDY5LjAxIDQzLjgxIDEyOCAxMTAuOSAxMjhjMjYuNDQgMCA1MC40My05LjU0NCA2OS41OS0yNC44OGMyNCAzMS4zIDY1LjIzIDQ4LjY5IDEwOS40IDM3LjQ5QzQ2NS4yIDM2OS4zIDQ5NiAzMjQuMSA0OTUuMSAyNzcuMlYyNTYuM0M0OTUuMSAxMDcuMSAzNjEuMi05LjMzMiAyMDcuOCAyMC43M3pNMjM5LjEgMzA0LjNjLTI2LjQ3IDAtNDgtMjEuNTYtNDgtNDguMDVzMjEuNTMtNDguMDUgNDgtNDguMDVzNDggMjEuNTYgNDggNDguMDVTMjY2LjUgMzA0LjMgMjM5LjEgMzA0LjN6IiBmaWxsPSIjMDA3QkMxIi8+PC9zdmc+');
}

.dlr_box-address::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMjE1LjcgNDk5LjJDMjY3IDQzNSAzODQgMjc5LjQgMzg0IDE5MkMzODQgODYgMjk4IDAgMTkyIDBTMCA4NiAwIDE5MmMwIDg3LjQgMTE3IDI0MyAxNjguMyAzMDcuMmMxMi4zIDE1LjMgMzUuMSAxNS4zIDQ3LjQgMHpNMTkyIDEyOGE2NCA2NCAwIDEgMSAwIDEyOCA2NCA2NCAwIDEgMSAwLTEyOHoiIGZpbGw9IiMwMDdCQzEiLz48L3N2Zz4=');
}

.dlr_box-site::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzUyIDI1NmMwIDIyLjItMS4yIDQzLjYtMy4zIDY0SDE2My4zYy0yLjItMjAuNC0zLjMtNDEuOC0zLjMtNjRzMS4yLTQzLjYgMy4zLTY0SDM0OC43YzIuMiAyMC40IDMuMyA0MS44IDMuMyA2NHptMjguOC02NEg1MDMuOWM1LjMgMjAuNSA4LjEgNDEuOSA4LjEgNjRzLTIuOCA0My41LTguMSA2NEgzODAuOGMyLjEtMjAuNiAzLjItNDIgMy4yLTY0cy0xLjEtNDMuNC0zLjItNjR6bTExMi42LTMySDM3Ni43Yy0xMC02My45LTI5LjgtMTE3LjQtNTUuMy0xNTEuNmM3OC4zIDIwLjcgMTQyIDc3LjUgMTcxLjkgMTUxLjZ6bS0xNDkuMSAwSDE2Ny43YzYuMS0zNi40IDE1LjUtNjguNiAyNy05NC43YzEwLjUtMjMuNiAyMi4yLTQwLjcgMzMuNS01MS41QzIzOS40IDMuMiAyNDguNyAwIDI1NiAwczE2LjYgMy4yIDI3LjggMTMuOGMxMS4zIDEwLjggMjMgMjcuOSAzMy41IDUxLjVjMTEuNiAyNiAyMC45IDU4LjIgMjcgOTQuN3ptLTIwOSAwSDE4LjZDNDguNiA4NS45IDExMi4yIDI5LjEgMTkwLjYgOC40QzE2NS4xIDQyLjYgMTQ1LjMgOTYuMSAxMzUuMyAxNjB6TTguMSAxOTJIMTMxLjJjLTIuMSAyMC42LTMuMiA0Mi0zLjIgNjRzMS4xIDQzLjQgMy4yIDY0SDguMUMyLjggMjk5LjUgMCAyNzguMSAwIDI1NnMyLjgtNDMuNSA4LjEtNjR6TTE5NC43IDQ0Ni42Yy0xMS42LTI2LTIwLjktNTguMi0yNy05NC42SDM0NC4zYy02LjEgMzYuNC0xNS41IDY4LjYtMjcgOTQuNmMtMTAuNSAyMy42LTIyLjIgNDAuNy0zMy41IDUxLjVDMjcyLjYgNTA4LjggMjYzLjMgNTEyIDI1NiA1MTJzLTE2LjYtMy4yLTI3LjgtMTMuOGMtMTEuMy0xMC44LTIzLTI3LjktMzMuNS01MS41ek0xMzUuMyAzNTJjMTAgNjMuOSAyOS44IDExNy40IDU1LjMgMTUxLjZDMTEyLjIgNDgyLjkgNDguNiA0MjYuMSAxOC42IDM1MkgxMzUuM3ptMzU4LjEgMGMtMzAgNzQuMS05My42IDEzMC45LTE3MS45IDE1MS42YzI1LjUtMzQuMiA0NS4yLTg3LjcgNTUuMy0xNTEuNkg0OTMuNHoiIGZpbGw9IiMwMDdCQzEiLz48L3N2Zz4=');
}

@media (max-width: 767px) {
    .dlr_list {
        grid-template-columns: 1fr;
    }
}
/* CONTACT - UA, RU [END] */

/* ABOUT [START] */
.about-list,
ul.about-list,
ol.about-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-list li,
ul.about-list li,
ol.about-list li {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-list li a,
ul.about-list li a,
ol.about-list li a {
    background-color: rgba(0, 123, 193, 0.1);
    border: 1px solid rgba(0, 123, 193, 0.1);
    color: #007bc1;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 128px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-list li a:hover,
ul.about-list li a:hover,
ol.about-list li a:hover {
    background-color: rgba(0, 123, 193, 0.2);
}

@media (max-width: 991px) {
    .about-list li a,
    ul.about-list li a,
    ol.about-list li a {
        height: 96px;
    }
}

@media (max-width: 480px) {
    .about-list,
    ul.about-list,
    ol.about-list {
        grid-template-columns: 1fr;
    }
}
/* ABOUT [END] */

/* TEXT STYLES [START] */
.text-styles h2 {
    font-weight: bold;
}

.text-styles img {
    max-width: 100%;
    height: auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.text-styles table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

.text-styles td,
.text-styles th {
    border: 1px solid #000;
    padding: 4px 6px;
}

.text-styles td[align='center'],
.text-styles th[align='center'] {
    text-align: center;
}
/* TEXT STYLES [END] */

/* SHEMAS [START] */
.shemas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
    width: 100%;
    max-width: 100%;
}

.shemas-item {
    background-color: #e4e4e4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #cfcfcf;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 40% 0%;
    position: relative;
    border-radius: 0;
    -webkit-transition:
        background-size 0.5s,
        border-color 0.5s;
    transition:
        background-size 0.5s,
        border-color 0.5s;
}

.shemas-item:hover {
    background-size: 110% auto;
    border-color: #007bc1;
}

.shemas-name {
    color: #007bc1;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 16px 24px 0px 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.shemas-button {
    color: #707070;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 0px 24px 16px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.shemas-button::after {
    color: #007bc1;
    content: '>>';
    display: block;
    margin-left: 8px;
}

@media (max-width: 480px) {
    .shemas-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .shemas-name {
        font-size: 14px;
        padding: 16px 16px 0px 16px;
    }

    .shemas-button {
        padding: 0px 16px 16px 16px;
    }
}
/* SHEMAS [END] */