body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 80px;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(/sites/all/themes/nasosdon/images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
table:not(.products-table) td.header {
    background-color: #5e9ad6 !important;
    color: #fff !important;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url(/sites/all/themes/nasosdon/images/sort_both.png)
}

table.dataTable thead .sorting_asc {
    background-image: url(/sites/all/themes/nasosdon/images/sort_asc.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(/sites/all/themes/nasosdon/images/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(/sites/all/themes/nasosdon/images/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(/sites/all/themes/nasosdon/images/sort_desc_disabled.png)
}

table.dataTable tbody tr {
    background-color: #ffffff
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
        float: left;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(/sites/all/themes/nasosdon/css/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/sites/all/themes/nasosdon/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/sites/all/themes/nasosdon/css/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/sites/all/themes/nasosdon/css/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/sites/all/themes/nasosdon/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/sites/all/themes/nasosdon/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/sites/all/themes/nasosdon/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/sites/all/themes/nasosdon/css/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(/sites/all/themes/nasosdon/css/chosen-sprite.png) no-repeat 100% -20px;
    background: url(/sites/all/themes/nasosdon/css/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/sites/all/themes/nasosdon/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(/sites/all/themes/nasosdon/css/chosen-sprite.png) no-repeat -30px -20px;
    background: url(/sites/all/themes/nasosdon/css/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(/sites/all/themes/nasosdon/css/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-size: 75%;
    font-size: 87.5%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em
}

button, input, select, textarea {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif
}

body {
    margin: 0;
    padding: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

p, pre {
    margin: 1.5em 0
}

blockquote {
    margin: 1.5em 30px
}

h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em
}

h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em
}

h3 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

h5 {
    font-size: 0.83em;
    line-height: 1.80723em;
    margin-top: 1.80723em;
    margin-bottom: 1.80723em
}

h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin-top: 2.23881em;
    margin-bottom: 2.23881em
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 1px solid #666;
    margin: 1.5em 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp, tt, var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    font-size: 1em;
    line-height: 1.5em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl, menu, ol, ul {
    margin: 1.5em 0
}

ol ol, ol ul, ul ol, ul ul {
    margin: 0
}

dd {
    margin: 0 0 0 30px
}

menu, ol, ul {
    padding: 0 0 0 30px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.5em 0.625em 1em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

label {
    display: block;
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

#page, .region-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word
}

#header:before, #header:after, #main:before, #main:after, #footer:before, #footer:after {
    content: "";
    display: table
}

#header:after, #main:after, #footer:after {
    clear: both
}

@media all and (min-width: 480px) {
    #main {
        padding-top: 3em;
        position: relative
    }

    #navigation {
        position: absolute;
        top: 0;
        height: 3em;
        width: 100%
    }
}

@media all and (min-width: 480px) and (max-width: 959px) {
    .sidebar-first #content {
        float: left;
        width: 66.66667%;
        margin-left: 33.33333%;
        margin-right: -100%
    }

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: -33.33333%
    }

    .sidebar-second #content {
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: -66.66667%
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        width: 33.33333%;
        margin-left: 66.66667%;
        margin-right: -100%
    }

    .two-sidebars #content {
        float: left;
        width: 66.66667%;
        margin-left: 33.33333%;
        margin-right: -100%
    }

    .two-sidebars .region-sidebar-first {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: -33.33333%
    }

    .two-sidebars .region-sidebar-second {
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: -100%;
        padding-left: 0;
        padding-right: 0;
        clear: left
    }

    .two-sidebars .region-sidebar-second .block {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word
    }

    .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: -33.33333%;
        clear: left
    }

    .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
        float: left;
        width: 33.33333%;
        margin-left: 33.33333%;
        margin-right: -66.66667%
    }

    .two-sidebars .region-sidebar-second .block:nth-child(3n) {
        float: left;
        width: 33.33333%;
        margin-left: 66.66667%;
        margin-right: -100%
    }
}

@media all and (min-width: 960px) {
    .sidebar-first #content {
        float: left;
        width: 80%;
        margin-left: 20%;
        margin-right: -100%
    }

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 20%;
        margin-left: 0%;
        margin-right: -20%
    }

    .sidebar-second #content {
        float: left;
        width: 80%;
        margin-left: 0%;
        margin-right: -80%
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        width: 20%;
        margin-left: 80%;
        margin-right: -100%
    }

    .two-sidebars #content {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: -80%
    }

    .two-sidebars .region-sidebar-first {
        float: left;
        width: 20%;
        margin-left: 0%;
        margin-right: -20%
    }

    .two-sidebars .region-sidebar-second {
        float: left;
        width: 20%;
        margin-left: 80%;
        margin-right: -100%
    }
}

.with-wireframes #header, .with-wireframes #main, .with-wireframes #content, .with-wireframes #navigation, .with-wireframes .region-sidebar-first, .with-wireframes .region-sidebar-second, .with-wireframes #footer, .with-wireframes .region-bottom {
    outline: 1px solid #ccc
}

.lt-ie8 .with-wireframes #header, .lt-ie8 .with-wireframes #main, .lt-ie8 .with-wireframes #content, .lt-ie8 .with-wireframes #navigation, .lt-ie8 .with-wireframes .region-sidebar-first, .lt-ie8 .with-wireframes .region-sidebar-second, .lt-ie8 .with-wireframes #footer, .lt-ie8 .with-wireframes .region-bottom {
    border: 1px solid #ccc
}

.element-invisible, .element-focusable, #navigation .block-menu .block__title, #navigation .block-menu-block .block__title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.element-focusable:active, .element-focusable:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto
}

#skip-link {
    margin: 0
}

#skip-link a, #skip-link a:visited {
    display: block;
    width: 100%;
    padding: 2px 0 3px 0;
    text-align: center;
    background-color: #666;
    color: #fff
}

.header__logo {
    float: left;
    margin: 0;
    padding: 0
}

.header__logo-image {
    vertical-align: bottom
}

.header__name-and-slogan {
    float: left
}

.header__site-name {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em
}

.header__site-link:link, .header__site-link:visited {
    color: #000;
    text-decoration: none
}

.header__site-link:hover, .header__site-link:focus {
    text-decoration: underline
}

.header__site-slogan {
    margin: 0
}

.header__secondary-menu {
    float: right
}

.header__region {
    clear: both
}

#navigation .block {
    margin-bottom: 0
}

#navigation .links, #navigation .menu {
    margin: 0;
    padding: 0;
    text-align: left
}

#navigation .links li, #navigation .menu li {
    float: left;
    padding: 0 10px 0 0;
    list-style-type: none;
    list-style-image: none
}

.breadcrumb ol {
    margin: 0;
    padding: 0
}

.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.page__title, .node__title, .block__title, .comments__title, .comments__form-title, .comment__title {
    margin: 0
}

.messages, .messages--status, .messages--warning, .messages--error {
    margin: 1.5em 0;
    padding: 10px 10px 10px 50px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid #be7
}

.messages--warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
    border-color: #ed5
}

.messages--error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
    border-color: #ed541d
}

.messages__list {
    margin: 0
}

.messages__item {
    list-style-image: none
}

.messages--error p.error {
    color: #333
}

.ok, .messages--status {
    background-color: #f8fff0;
    color: #234600
}

.warning, .messages--warning {
    background-color: #fffce5;
    color: #840
}

.error, .messages--error {
    background-color: #fef5f1;
    color: #8c2e0b
}

.tabs-primary, .tabs-secondary {
    overflow: hidden;
    list-style: none;
    margin: 1.5em 0;
    padding: 0 2px;
    white-space: nowrap
}

.tabs-primary__tab, .tabs-secondary__tab, .tabs-secondary__tab.is-active {
    float: left;
    margin: 0 3px
}

a.tabs-primary__tab-link, a.tabs-secondary__tab-link {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    display: block;
    line-height: 1.5em;
    text-decoration: none
}

.tabs-primary__tab, .tabs-primary__tab.is-active {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px 0 white;
    border: 1px solid #bbbbbb;
    border-bottom-color: transparent
}

.is-active.tabs-primary__tab {
    border-bottom-color: white
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #333;
    background-color: #dedede;
    letter-spacing: 1px;
    padding: 0 1em;
    text-align: center
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
    background-color: #e9e9e9;
    border-color: #f2f2f2
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
    background-color: transparent;
    background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    border-color: #fff
}

.tabs-secondary {
    font-size: .9em;
    margin-top: -1.5em
}

.tabs-secondary__tab, .tabs-secondary__tab.is-active {
    margin: 0.75em 3px
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -ms-border-radius: 0.75em;
    -o-border-radius: 0.75em;
    border-radius: 0.75em;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-shadow: 1px 1px 0 white;
    background-color: #f2f2f2;
    color: #666;
    padding: 0 .5em
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
    background-color: #dedede;
    border-color: #999;
    color: #333
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
    text-shadow: 1px 1px 0 #333333;
    background-color: #666;
    border-color: #000;
    color: #fff
}

.inline {
    display: inline;
    padding: 0
}

.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 1em 0 0
}

span.field-label {
    padding: 0 1em 0 0
}

.more-link {
    text-align: right
}

.more-help-link {
    text-align: right
}

.more-help-link a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 1px 0 1px 20px
}

.pager {
    clear: both;
    padding: 0;
    text-align: center
}

.pager-item, .pager-first, .pager-previous, .pager-next, .pager-last, .pager-ellipsis, .pager-current {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
    background-image: none
}

.pager-current {
    font-weight: bold
}

.block {
    margin-bottom: 1.5em
}

.menu__item.is-leaf {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
    list-style-type: square
}

.menu__item.is-expanded {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
    list-style-type: circle
}

.menu__item.is-collapsed {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
    list-style-type: disc
}

.menu a.active {
    color: #000
}

.new, .update {
    color: #c00;
    background-color: transparent
}

.unpublished {
    height: 0;
    overflow: visible;
    background-color: transparent;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word
}

.lt-ie8 .node-unpublished > *, .lt-ie8 .comment-unpublished > * {
    position: relative
}

.comments {
    margin: 1.5em 0
}

.comment-preview {
    background-color: #ffffea
}

.comment .permalink {
    text-transform: uppercase;
    font-size: 75%
}

.indented {
    margin-left: 30px
}

.form-item {
    margin: 1.5em 0
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin: 0
}

tr.odd .form-item, tr.even .form-item {
    margin: 0
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid #c00
}

.form-item .description {
    font-size: 0.85em
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em
}

.form-required {
    color: #c00
}

label.option {
    display: inline;
    font-weight: normal
}

.password-parent, .confirm-parent {
    margin: 0
}

#user-login-form {
    text-align: left
}

.openid-links {
    margin-bottom: 0
}

.openid-link, .user-link {
    margin-top: 1.5em
}

html.js #user-login-form li.openid-link, #user-login-form li.openid-link {
    margin-left: -20px
}

#user-login ul {
    margin: 1.5em 0
}

form th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc
}

form tbody {
    border-top: 1px solid #ccc
}

form table ul {
    margin: 0
}

tr.even, tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em
}

tr.even {
    background-color: #fff
}

.lt-ie8 tr.even th, .lt-ie8 tr.even td, .lt-ie8 tr.odd th, .lt-ie8 tr.odd td {
    border-bottom: 1px solid #ccc
}

td.active {
    background-color: #ddd
}

td.checkbox, th.checkbox {
    text-align: center
}

td.menu-disabled {
    background: #ccc
}

#autocomplete .selected {
    background: #0072b9;
    color: #fff
}

html.js .collapsible .fieldset-legend {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
    background-position: 5px 65%;
    background-repeat: no-repeat;
    padding-left: 15px
}

html.js .collapsed .fieldset-legend {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
    background-position: 5px 50%
}

.fieldset-legend .summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em
}

tr.drag {
    background-color: #fffff0
}

tr.drag-previous {
    background-color: #ffd
}

.tabledrag-toggle-weight {
    font-size: 0.9em
}

tr.selected td {
    background: #ffc
}

.progress {
    font-weight: bold
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.progress .filled {
    background-color: #0072b9;
    background-image: url(/sites/all/themes/nasosdon/images/progress.gif)
}

@media print {
    a:link, a:visited {
        text-decoration: underline !important;
    }

    a:link.header__site-link, a:visited.header__site-link {
        text-decoration: none !important;
    }

    #content a[href]:after {
        content: " (" attr(href) ")";
        font-weight: normal;
        font-size: 16px;
    }

    #content a[href^="javascript:"]:after, #content a[href^="#"]:after {
        content: "";
    }

    #content abbr[title]:after {
        content: " (" attr(title) ")";
    }

    #content {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body, #page, #main, #content {
        color: #000;
        background-color: transparent !important;
        background-image: none !important;
    }

    #skip-link, #toolbar, #navigation, .region-sidebar-first, .region-sidebar-second, #footer, .breadcrumb, .tabs, .action-links, .links, .book-navigation, .forum-topic-navigation, .pager, .feed-icons {
        visibility: hidden;
        display: none;
    }
}

html {
    width: 100% !important;
    display: table;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: Arial;
    line-height: 16px;
    min-width: 1200px;
}

a {
    color: #003399;
}

a:hover {
    color: #0000FF;
    text-decoration: none;
}

h2 {
    line-height: 1.5em;
}

p {
    margin: 0;
    padding-bottom: 20px;
}

ul, ol {
    margin: 10px 0;
}

*:focus {
    outline: 0;
}

#page-title {
    margin: 15px 0;
}

#main {
    max-width: 1600px !important;
    margin: 0 auto;
}

.breadcrumb {
    position: relative;
    z-index: 10;
}

.page-taxonomy-term .term-description img {
    margin: 15px;
}

.term-description img {
    margin: 15px;
}

.page-taxonomy-term .term-description a > img.file-icon {
    margin: 0
}

.lSSlideOuter .lSPager.lSGallery li {
    width: auto !important;
}

.lSSlideOuter .lSPager.lSGallery li:hover, .lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 0;
}

.ya-page_js_yes .ya-site-form_inited_no {
    display: none;
}

.tabledrag-processed {
    width: 100%;
}

#block-admin-configure .vertical-tabs, #edit-visibility-title, #edit-regions, .tabledrag-toggle-weight-wrapper, .ckeditor_links, .filter-wrapper.form-wrapper {
    display: none !important;
}

.node-form {
    padding: 10px;
}

a.fancybox {
    text-decoration: none;
}

.fancybox-show-caption .fancybox-caption {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.node.view-mode-full {
    position: relative;
    margin: -15px 0;
}

.edit-link {
    position: absolute;
    right: 0;
    top: -40px;
}

.edit-link a {
    display: inline-block;
}

.edit-link a.term {
    top: 0;
}

.node-mainpage .edit-link a {
    top: 0;
}

.header__logo-image {
    width: 50px;
}

.btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #5e9ad6;
    border: none;
}

.btn:hover {
    background-color: rgba(94, 154, 214, 0.77);
    color: white;
}

.btn:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.form {
}

.form input[type=text] {
    width: 80%;
}

.form textarea {
    width: 80%;
    height: 80px;
}

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

.term-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 18px;
}

.table .list-item, .table p {
    line-height: 17px;
}

.row-1 {
}

.row-2 {
}

.row-3 {
}

.row-4 {
}

.cell-1 {
    width: 15%;
}

.cell-2 {
    width: 30%;
}

.cell-3 {
}

.node-mainpage .table .row-10 {
    height: 200px;
}

.cell-1-1, .cell-1-2 {
    background: #FBEEEE;
}

.cell-1-3 {
    background: #FFFAFA;
}

.cell-2-1, .cell-2-2 {
    background: #F6F2EE;
}

.cell-2-3 {
    background: #F8F6F3;
}

.cell-3-1, .cell-3-2 {
    background: #EAEFF7;
}

.cell-3-3 {
    background: #F6F9FD;
}

.cell-4-1, .cell-4-2 {
    background: #ECF6ED;
}

.cell-4-3 {
    background: #F7FCF6;
}

.cell-5-1, .cell-5-2 {
    background: #FAFAEE;
}

.cell-5-3 {
    background: #FDFDF5;
}

.cell-6-1, .cell-6-2 {
    background: #E3E7F2;
}

.cell-6-3 {
    background: #F3F6FB;
}

.cell-7-1, .cell-7-2 {
    background: #F1E8E9;
}

.cell-7-3 {
    background: #FAF6F5;
}

.cell-8-1, .cell-8-2 {
    background: #F9F9F9;
}

.cell-8-3 {
    background: #FFFFFF;
}

.cell-9-1, .cell-9-2 {
    background: #EAEEF7;
}

.cell-9-3 {
    background: #F6F9FE;
}

.cell-10-1, .cell-10-2 {
    background: #FBEEEE;
}

.cell-10-3 {
    background: #FFFAFA;
}

.cell-11-1 {
    height: 180px;
}

.address-block {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.address-block .department {
    display: flex;
}

.address-block .department .name {
    font-weight: bold;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    width: 110px;
}

.address-block .department .contacts {
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    width: 100%;
}

.address-block .department .address {
    margin-right: 20px;
}

.address-block .department .phones:before, .address-block .department .address:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 5px -2px 0;
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -34px -248px;
}

.address-block .department .phones:before {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -248px;
}

html body.admin-menu {
    margin-top: 144px !important
}

#header {
    position: relative;
    background-color: rgb(0, 69, 207);
    color: #fff;
    padding: 10px;
    height: 150px;
}

#header .header-contact {
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

#header .header-contact .logo2 {
    background: url(/sites/all/themes/nasosdon/images/logo.gif) no-repeat;
    width: 239px;
    height: 34px;
}

#header .header-contact .phone-contact {
    position: absolute;
    right: 330px;
    top: 27px;
}

#header .header-contact .phone-contact a {
    text-decoration: none;
    font-size: 1.6em;
}

#header .header-contact .phone-contact span {
    position: relative;
    top: -2px;
}

#header a {
    color: #fff;
}

#secondary-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.field-name-field-contact-header {
    font-size: 0.8em;
    line-height: 14px;
    float: left;
}

.ya-site-form {
    float: right;
    width: 300px;
}

.ya-site-form table, .ya-site-form tr, .ya-site-form td {
    margin: 0 !important;
    padding: 0 !important;
}

#ya-site-form0 {
    float: right;
}

.ya-site-form__form {
    padding-top: 15px;
}

.ya-page_js_yes .ya-site-form_inited_no {
    display: none;
}

body {
    margin-top: 140px;
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
    overflow: visible !important;
}

body.scrolled {
    margin-top: 60px;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.main_menu_wrapper.main_menu_v2 {
    background: #0045cf;
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 24;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
}

.scrolled .main_menu_wrapper.main_menu_v2 {
    top: 0;
}

.main_menu_wrapper.main_menu_v2 .main_menu_flex_wrapper {
    max-width: 1600px;
}

body .main_menu_wrapper.main_menu_v2 #ya-site-form0 .ya-site-form__search td {
    background-color: transparent !important;
}

body .main_menu_wrapper.main_menu_v2 #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-color: #003994 !important;
}

.main_menu_wrapper .logo {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.main_menu_wrapper .logo .logo2 {
    background: url(/sites/all/themes/nasosdon/images/logo.png) no-repeat;
    width: 217px;
    height: 23px;
    margin-left: 5px;
    display: block;
}

.address-block .city-name {
    position: relative;
    color: white;
    margin: 0 0 0 30px;
    text-decoration: none;
}

.city-name img {
    position: absolute;
    width: 17px;
    left: -19px;
}

.city-name .city {
    display: inline-block;
    border-bottom: 1px dashed white;
}

.city-name .city-change {
    display: block;
    white-space: nowrap;
    text-align: center;
    top: 17px;
    font-size: 11px;
    opacity: 0.7;
}

.address-block .cities_popup, .address-block .region_definite_popup {
    display: none;
}

.cities_popup .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.cities_popup li {
    margin-bottom: 7px;
}

.region_definite_popup ul {
    padding: 0;
}

.region_definite_popup li {
    list-style-type: none;
    display: inline-block;
}

.region_definite_popup li a {
    padding: 4px 10px;
    margin: 0 10px 10px 0;
}

.cities_popup .block {
    margin-bottom: 0;
}

.address-block.address-block_v2 {
    background: #003994;
    margin: 0;
    position: fixed;
    top: 0;
    height: 65px;
    width: 100%;
    display: block;
    z-index: 23;
    overflow: hidden;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
}

.scrolled .address-block.address-block_v2 {
    top: -5px;
}

.address-block-hidden .address-block.address-block_v2 {
    top: -34px;
}

.address-block.address-block_v2 a {
    color: white;
}

.address-block.address-block_v2 .address_block_wrapper {
    margin: 10px auto;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-address-hide {
    position: fixed;
    top: 139px;
    width: 100%;
    z-index: 22;
    opacity: 1;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
}

.address-block-hidden .btn-address-hide {
    top: 45px;
}

.address-block-hidden .btn-address-hide .btn:before {
    background-image: url(/sites/all/themes/nasosdon/images/down.svg);
}

.btn-address-hide .btn {
    cursor: pointer;
    width: 200px;
    text-align: center;
    font-size: 12px;
    border-radius: 15px;
    z-index: 25;
    margin: 0 auto;
    padding-top: 18px;
    color: white;
    background: #003994;
    display: flex;
    align-items: center;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.address-block-hidden .btn-address-hide .btn {
    opacity: .2;
}

.btn-address-hide .btn:hover {
    background-color: #0045cf;
    opacity: 1;
}

.btn-address-hide .btn:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    margin-right: 5px;
    background: url(/sites/all/themes/nasosdon/images/close.svg) no-repeat 0 0;
    background-size: 100%;
}

#block-system-main-menu {
    background-color: rgb(0, 51, 153);
}

#block-system-main-menu #main_menu {
    text-align: center;
    padding: 0;
    margin: 0;
}

#block-system-main-menu a {
    color: #fff;
    font-size: .9rem;
}

#block-system-main-menu .menu__item {
    display: inline-block;
    width: 12%;
    text-align: center;
}

#block-system-main-menu .menu__item a {
    padding: 10px 9px;
    display: block;
}

#block-system-main-menu .menu__item a:hover, #block-system-main-menu .menu__item.active a {
    background-color: rgb(0, 69, 207);
}

.node-product .field-name-field-image {
    width: 220px;
    text-align: center;
    float: left;
    margin: 3px 15px 7px 0;
}

.offers {
    margin-top: 200px;
}

.node-article .offers {
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-taxonomy-term .offers {
    margin-top: 50px;
}

.offers-items, .similar {
    display: flex;
    flex-wrap: wrap;
}

.offers-items .offers-item, .similar .similar-item {
    width: 49%;
    margin: 0 1% 10px 0;
    border: 1px solid #21b32e;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

.offers-items .offers-item .logo, .similar .similar-item .logo {
    cursor: pointer;
    flex-basis: 45%;
    max-width: 205px;
}

.offers-items .offers-item .right, .similar .similar-item .right {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 5px;
    margin-left: 25px;
}

.offers-items .offers-item h3, .similar .similar-item h3 {
    margin: 0;
}

.offers-items .offers-item .more, .similar .similar-item .more {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}

.offers-items .offers-item .more .price, .similar .similar-item .more .price {
    font-size: 1.2rem;
    font-weight: bold;
}

.offers-items .offers-item .more .price del, .similar .similar-item .more .price .del, .similar-item .more .price del {
    font-size: 1rem;
    font-weight: normal;
    opacity: .7;
    display: inline-block;
    margin-bottom: 5px;
}

.offers-items .offers-item .more .available, .similar .similar-item .more .available {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 5px;
    color: #56bb56;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.offers-items .offers-item .more .available .icon-ok, .similar .similar-item .more .available .icon-ok {
    background: url(/sites/all/themes/nasosdon/images/ok.png);
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.offers-items .offers-item .more .btn, .similar .similar-item .more .btn {
    font-size: 1.15rem;
    margin-top: 10px;
    border-radius: 0;
    color: white;
    background-color: #21b32e;
    padding: 3px 30px;
    float: right;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
}

.offers-items .offers-item .btn:hover, .similar .similar-item .btn:hover {
    background-color: rgba(33, 181, 46, 0.77);
}

.node-product .field-name-field-files {
    clear: both;
}

.node-product .field-name-field-files .field-items {
    margin: 0 0 0 10px;
}

.node-product .field-name-field-files .field-items .file-icon {
    position: relative;
    top: 2px;
}

.node-product .some-nodes {
    margin-top: 50px;
}

.node-product .some-nodes .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #003399;
}

.node-product .some-nodes h3 {
    margin: 15px 0 10px 0;
}

.node-product .some-nodes > ul {
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
}

.node-product .some-nodes > ul > li {
    list-style-type: none;
    background-color: rgba(192, 226, 251, 0.3);
    padding: 10px;
    width: 50%;
}

.node-product .some-nodes > ul > li > a {
    display: inline-block;
    margin-bottom: 5px;
}

.node-product .some-nodes > ul li ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.node-product .some-nodes > ul li ul li {
    list-style-type: none;
    border-left: 1px solid #C0E2FB;
    margin-left: 1em;
}

.node-product .some-nodes > ul li ul li b, .node-product .some-nodes > ul li ul li a {
    display: inline-block;
    padding: 5px 5px 5px 15px;
    position: relative;
}

.node-product .some-nodes > ul li ul li b::before, .node-product .some-nodes > ul li ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 50%;
    width: 0.75em;
    border: 1px solid #C0E2FB;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}

.node-product .some-nodes > ul li ul > li:last-child {
    border-left: 1px solid transparent;
}

.node-product .field-name-body table {
    margin: 10px auto;
    clear: both;
    border: 0;
}

.node-product .field-name-body table tr th {
    padding: 4px 10px;
    color: white;
    background-color: #5e9ad6;
    border: 1px solid #C0E2FB;
}

.node-product .field-name-body table tr td {
    padding: 4px 4px;
    background-color: #E6F0F8;
    border: 1px solid #C0E2FB;
}

.node-product .field-name-body dl {
    padding-left: 40px;
}

.node-product .field-name-body dl dt {
    margin: 25px 0;
}

.node-product .field-name-body h2 {
    line-height: 1em;
}

.open-chat {
    opacity: 0;
    text-align: center;
    text-decoration: none;
    padding: 20px 30px 20px 30px;
    display: block;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 30px auto;
    color: white;
    background-color: #21b32e;
    font-size: 1.1rem;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
}

.open-chat:before {
    display: inline-block;
    float: left;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/sites/all/themes/nasosdon/images/message.png) 0 -25px no-repeat;
    position: relative;
    top: -5px;
    left: -5px;
}

.open-chat:hover:before {
}

.open-chat:hover {
    color: white;
    background-color: rgba(33, 181, 46, 0.77);
}

.node-product .tables {
    position: relative;
    clear: both;
}

.node-product .tables h2 {
    padding-top: 90px;
    text-align: center;
}

.node-product .tables table {
    max-width: 100%;
    width: 100%;
    border: 1px solid #C0E2FB;
}

.node-product .tables table tr {
    height: auto !important;
}

.node-product .tables table tr td, .view-taxonomy-term .term-description table tr td {
    height: auto;
    color: black;
    font-size: 1.1em;
    padding: 5px 5px;
    border: 1px solid #C0E2FB;
    text-align: center;
}

.node-product .tables table tr td.left-align, .view-taxonomy-term .term-description table tr td.left-align {
    text-align: left;
}

.node-product .tables table tr td:nth-child(2) {
    max-width: 110px;
}

.node-product .tables table tr td:nth-child(2) a svg, .view-taxonomy-term .term-description table tr td:nth-child(2) a svg {
    margin-bottom: -6px;
}

.node-product .tables table tr td:nth-child(2) a svg path, .view-taxonomy-term .term-description table tr td:nth-child(2) a svg path {
    fill: #003399;
}

.node-product .tables table tr td:nth-child(2) a:hover svg path, .view-taxonomy-term .term-description table tr td:nth-child(2) a:hover svg path {
    fill: #0000FF;
}

.node-product .tables table tr:nth-child(even) td, .view-taxonomy-term .term-description table tr:nth-child(even) td {
    background-color: rgba(192, 226, 251, 0.3);
}

.node-product .tables table tr:hover td, .view-taxonomy-term .term-description table tr:hover td {
    background-color: rgba(192, 226, 251, 0.5);
}

.node-product .tables table thead tr td.header, .node-product .tables table thead tr:first-child td, .view-taxonomy-term .term-description table thead tr:first-child td {
    background-color: #5e9ad6;
    border-color: #92bde8;
    color: white;
    text-align: center;
}

.filials, .node-product .filials {
    margin: 50px 0;
}

.filials h2, .node-product .filials h2 {
    font-size: 1.2rem;
    color: #003399;
    line-height: 1.8rem;
}

.filials .departments, .node-product .filials .departments {
    display: flex;
    flex-wrap: wrap;
}

.filials .departments .department, .node-product .filials .departments .department {
    width: 30%;
    margin: 0 3% 20px 0;
    background-color: rgba(192, 226, 251, 0.3);
    padding: 10px;
    box-sizing: border-box;
}

.filials .departments .department .name, .node-product .filials .departments .department .name {
    font-weight: bold;
}

.filials .departments .department .address, .filials .departments .department .phones, .filials .departments .department .email, .node-product .filials .departments .department .address, .node-product .filials .departments .department .phones, .node-product .filials .departments .department .email {
    margin-top: 5px;
}

.page-taxonomy-term .table-shops, .node-product .table-shops {
    width: 100%;
    text-align: center;
    border: 1px solid black;
    line-height: 1em;
    font-size: .8em;
}

.page-taxonomy-term .table-shops tr td, .node-product .table-shops tr td {
    border: 1px solid black;
    padding: 10px;
}

.page-taxonomy-term .table-shops .blue, .node-product .table-shops .blue {
    color: rgb(0, 0, 255);
}

.node-type-product .page__title, .section-catalog .page__title {
    font-size: 1.6em;
    margin: 15px 0;
}

.view-taxonomy-term li a.main {
    font-size: 1.2em;
}

.view-taxonomy-term .left {
    float: left;
    width: 230px;
}

.view-taxonomy-term .right {
    margin-left: 230px;
}

.view-taxonomy-term .right .title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.view-taxonomy-term .right .desc {
    margin-bottom: 10px;
}

.view-taxonomy-term .right .price {
    font-weight: bold;
    font-size: 1.1em;
}

.view-taxonomy-term .right.list {
    margin-left: 0;
}

.page-taxonomy-term-1 .view-taxonomy-term .links-blocks.view-content {
    display: flex;
    flex-wrap: wrap;
}

.view-taxonomy-term .links-blocks {
    clear: both;
    width: 100%;
}

.view-taxonomy-term .links-blocks.without-parent {
    margin-left: 15px;
}

.view-taxonomy-term .links-blocks .ul-list {
    background-color: rgba(192, 226, 251, 0.3);
    margin: 0;
    padding: 10px 20px;
}

.background-text {
    background-color: rgba(0, 255, 127, .4);
    border-radius: 5px 100px 5px 100px;
    text-align: -webkit-center;
}

.view-taxonomy-term .links-blocks .ul-list.ul-childs-202 {
    padding-left: 30px;
    background-color: transparent;
}

.view-taxonomy-term .links-blocks a {
    text-decoration: none;
}

.view-taxonomy-term .links-blocks a:hover {
    text-decoration: underline;
}

.view-taxonomy-term .links-blocks > ul {
    box-sizing: border-box;
    width: 50%;
}

.view-taxonomy-term .links-blocks > ul.ul-grid, .view-taxonomy-term .links-blocks.grid > ul {
    width: 100%;
}

.page-taxonomy-term-8 .view-taxonomy-term .links-blocks > ul {
    background-color: transparent;
}

.page-taxonomy-term-8 .view-taxonomy-term .links-blocks > ul.ul-childs-12 {
    position: absolute;
    right: 0;
    top: 0;
}

.page-taxonomy-term-8 .view-taxonomy-term .links-blocks > ul.ul-childs-14 {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.page-taxonomy-term-8 .view-taxonomy-term .links-blocks {
    background-color: #ECF6FE;
    position: relative;
}

.view-taxonomy-term .links-blocks > ul > li {
    list-style-type: none;
}

.view-taxonomy-term .links-blocks > ul > li.with-sub {
    text-align: center;
    border: 2px solid rgba(192, 226, 251, 0.3);
}

.view-taxonomy-term .links-blocks > ul > li.with-sub > a {
    background-color: rgba(192, 226, 251, 0.3);
    margin: 0;
    padding: 10px 20px;
}

.view-taxonomy-term .links-blocks > ul > li.none-sub {
    text-align: center;
    background-color: rgba(192, 226, 251, 0.3);
    padding: 10px 20px;
}

.view-taxonomy-term .links-blocks > ul > li > a {
    display: block;
    margin-bottom: 5px;
}

.view-taxonomy-term .links-blocks a.plus {
    width: 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8em;
    position: relative;
    top: 0;
}

.view-taxonomy-term .links-blocks ul li a.plus:hover {
    text-decoration: none;
}

.view-taxonomy-term .links-blocks ul.list-view {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.view-taxonomy-term .links-blocks ul.list-view li {
    list-style-type: none;
    border-left: 1px solid #C0E2FB;
    margin-left: 1em;
}

.view-taxonomy-term .links-blocks ul.list-view li a {
    display: inline-block;
    padding: 5px 5px 5px 15px;
    position: relative;
}

.view-taxonomy-term .links-blocks ul.list-view li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 50%;
    width: 0.75em;
    border: 1px solid #C0E2FB;
    border-top: none;
    border-right: none;
}

.view-taxonomy-term .links-blocks.without-parent ul.list-view {
    background-color: rgba(192, 226, 251, 0.3);
    padding: 10px 20px;
}

.view-taxonomy-term .links-blocks.without-parent ul.list-view li:first-child {
    border-left: 0 none transparent;
}

.view-taxonomy-term .links-blocks.without-parent ul.list-view li:first-child a::before {
    top: 50%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #C0E2FB;
    border-bottom: 0 none transparent;
}

.view-taxonomy-term .links-blocks ul.list-view > li:last-child {
    border-left: 1px solid transparent;
}

.view-taxonomy-term .links-blocks ul.grid-view {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.view-taxonomy-term .links-blocks ul.grid-view li {
    list-style: none;
    display: block;
    flex-basis: 33%;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.view-taxonomy-term .links-blocks ul.grid-view li .item {
    border: 2px solid rgba(192, 226, 251, 0.3);
    padding: 10px;
    height: 350px;
}

.view-taxonomy-term .links-blocks ul.grid-view li .logo {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.view-taxonomy-term .links-blocks ul li .price {
    display: block;
    color: #003399;
    font-weight: bold;
    border-radius: 4px;
}

.view-taxonomy-term .links-blocks ul.list-view li .price {
    display: inline-block;
}

.view-taxonomy-term .links-blocks ul.grid-view li .btn {
    display: block;
    padding: 5px 0;
    margin: 10px auto;
    width: 110px;
}

.view-taxonomy-term .term-desc li, .view-taxonomy-term .term-description li {
    list-style-type: inherit;
    padding-left: 7px;
}

.view-taxonomy-term .term-description .catalogs {
    display: inline-block;
    padding: 10px;
    border: 1px solid #C0E2FB;
}

.view-taxonomy-term .term-description .catalogs img {
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

.page-taxonomy-term-1 .view-taxonomy-term .term-description .block-right {
    width: 500px;
    float: right;
    text-align: center;
}

.page-taxonomy-term-1 .view-taxonomy-term .term-description .block-right > p.title {
    text-align: left;
    font-size: 1.3em;
    padding-left: 90px;
}

.page-taxonomy-term-1 .view-taxonomy-term .term-description .block-right + p + .rtecenter {
    display: none;
}

.page-taxonomy-term-1 .view-taxonomy-term .term-description .block-right a {
    text-decoration: none;
}

.page-taxonomy-term-1 .view-taxonomy-term .term-description .block-right a img {
    margin: 0;
}

.view-taxonomy-term .term-desc {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.view-taxonomy-term .term-desc:first-child {
    margin-top: 0;
}

.view-taxonomy-term .term-desc .kompressory {
    background: #e1e2e1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.view-taxonomy-term .term-desc .kompressory > div {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}

.view-taxonomy-term .term-desc .kompressory > div h3 {
    font-size: 1em;
    margin-bottom: 10px;
}

.view-taxonomy-term .term-desc .kompressory > div .image {
    cursor: pointer;
}

.view-taxonomy-term .term-desc .kompressory > div .image img {
    max-width: 80%;
}

.view-taxonomy-term .term-links {
    margin: 25px 0 0 30px;
    padding-top: 45px;
    display: flex;
    border-top: 1px solid #C0E2FB;
}

.view-taxonomy-term .term-links > div {
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 0 30px;
}

.view-taxonomy-term .term-links > div:first-child {
    padding-left: 0;
}

.view-taxonomy-term .term-links > div .term-block {
    padding: 10px;
    background-color: rgba(192, 226, 251, 0.3);
}

.view-taxonomy-term .term-links > div .term-block div {
    color: #a5c7f3;
    font-weight: bold;
    margin-bottom: 3px;
}

.view-taxonomy-term .term-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.view-taxonomy-term .term-links ul li {
    list-style-type: none;
    border-left: 1px solid #C0E2FB;
    margin-left: 1em;
}

.view-taxonomy-term .term-links ul li a {
    display: inline-block;
    padding: 5px 5px 5px 15px;
    position: relative;
    text-decoration: none;
}

.view-taxonomy-term .term-links ul li a:hover {
    text-decoration: underline;
}

.view-taxonomy-term .term-links ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 50%;
    width: 0.75em;
    border: 1px solid #C0E2FB;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}

.view-taxonomy-term .term-links ul li:last-child {
    border-left: 1px solid transparent;
}

.breadcrumb {
    display: none;
    background: rgba(192, 226, 251, 0.3);
    padding: 10px;
    color: #003399;
}

.node-type-engine .breadcrumb, .node-type-kran .breadcrumb, .node-type-compressor .breadcrumb, .page-taxonomy-term .breadcrumb, .node-type-product .breadcrumb, .node-type-remaining .breadcrumb {
    display: block;
}

.sidebar-first .region-sidebar-first {
    width: 30%;
}

.sidebar-first .region-sidebar-first.modify {
    width: 18.5%;
}

.sidebar-first #content {
    margin-left: 30%;
    width: 70%;
}

.sidebar-first #content.modify {
    margin-left: 18.5%;
    width: 81.5%;
}

#footer {
    border-top: 7px solid #e9e9e9;
    border-bottom: 7px solid #003399;
    background-color: rgb(244, 244, 244);
    padding: 10px;
    margin-top: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#footer .counter {
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

#footer .counter a {
    margin: 0 5px;
}

.field-name-field-contact-footer-1 {
    float: left;
}

.field-name-field-contact-footer-1 .field-item {
    width: 530px;
    margin: 0 auto;
    text-align: center;
}

.field-name-field-contact-footer-1 .field-item a {
    color: #2963d6;
}

.field-name-field-contact-footer-1 .field-item a:hover {
    color: #2155bb;
}

.field-name-field-contact-footer-1 .field-item .footer-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.field-name-field-contact-footer-2 {
    float: left;
    margin-left: 300px;
}

.footer-menu {
    margin-top: 20px;
}

.footer-bottom {
    margin-bottom: 20px;
}

.footer-bottom a {
    line-height: 20px;
}

.node-contact {
}

.node-contact .departments {
    display: flex;
    flex-wrap: wrap;
}

.node-contact .departments > div {
    width: 47%;
    margin: 0 3% 3% 0;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(192, 226, 251, 0.3);
}

.node-contact .departments > div:first-child {
    outline: 3px solid #003399;
}

.node-contact .departments > div .open-chat {
    width: 230px;
    margin: 40px auto;
}

.node-contact .departments > div h3 {
    margin-top: 0;
    color: #003399;
}

.node-contact .departments > div > div {
    margin-bottom: 10px;
}

.node-contact .field-name-field-map {
    margin-bottom: 50px;
}

.node-certificate .field-name-field-images .field-item {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.cke_button__ocupload object {
    width: 16px;
    height: 16px;
    margin-left: -16px;
}

@media (min-width: 480px) {
    #main {
        padding-top: 1em;
    }

    .page-node-5 .price_from {
        display: none;
    }
}

.site-map-menus .menu_icon, .breadcrumb .menu_icon {
    background: none;
    padding-left: 0;
}

.node-mainpage table {
    margin: 0;
    width: 100%;
}

.node-mainpage table td {
    vertical-align: top;
}

.node-mainpage .certificate-img {
    background: url(/sites/all/themes/nasosdon/images/void.gif) no-repeat;
    width: 15px;
    height: 115px;
}

.node-mainpage td .field-name-field-images img {
    width: 100%;
    height: 100%;
}

.node-type-contact .form-name {
    margin: 0;
}

.node-type-contact .company-info {
}

#block-menu-menu-catalog > ul.menu > li > a.menu-icon-152 {
    background: url(/sites/all/themes/nasosdon/images/menu-86.png) no-repeat 10px 5px !important;
}

.view-display-id-page_filter {
}

tr.even, tr.odd {
    border-bottom: none;
    background-color: #fff;
}

.view-display-id-page_filter th {
    padding: 5px 5px;
    color: white;
    background-color: #039;
    border: 1px solid #D2D2D2;
}

.view-display-id-page_filter th a {
    color: white;
}

.view-display-id-page_filter th a img {
    margin-left: 5px;
}

.view-display-id-page_filter td {
    padding: 5px 5px;
    border: 1px solid #D2D2D2;
}

.view-display-id-page_filter tr td {
    background-color: white !important;
}

.view-display-id-page_filter tr.odd td {
    background-color: #E6F0F8 !important;
}

.view-display-id-page_filter tr:hover td {
    background-color: #d2dbe3 !important;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget {
    margin: 5px 10px 0 0;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget .chosen-container {
    min-width: 80px;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget .chosen-container.chosen-container-multi {
    width: 400px !important;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget label {
    margin-bottom: 5px;
    font-size: .9em;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
    margin-top: 20px;
    height: 28px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(to top, #003399, #0045CF);
    color: white;
    white-space: nowrap;
    line-height: 24px;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget.views-submit-button .form-submit:hover {
    background: linear-gradient(to bottom, #003399, #0045CF);
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget.views-reset-button .form-submit {
    margin-top: 20px;
    height: 28px;
    border: 1px solid grey;
    border-radius: 5px;
    background: linear-gradient(to top, #dddddd, #FFFFFF);
    color: black;
    white-space: nowrap;
    line-height: 24px;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget.views-reset-button .form-submit:hover {
    background: linear-gradient(to bottom, #FFFFFF, #dddddd);
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget .form-type-textfield {
    display: inline-block;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget .form-type-textfield:first-child:after {
    content: "-";
    display: inline-block;
    width: 4px;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget .form-type-textfield input[type=text] {
    width: 50px;
}

.view-display-id-page_filter .views-exposed-form .views-exposed-widget .description, .view-display-id-page_filter .views-exposed-form .views-exposed-widget .form-type-textfield label {
    display: none;
}

.view-engines .views-exposed-form .views-exposed-widget.views-widget-filter-field_engine_value, .view-engines .views-exposed-form .views-exposed-widget.views-widget-filter-field_country_tid, .view-nasosy .views-exposed-form .views-exposed-widget.views-widget-filter-field_innings_value {
    clear: left;
}

.node-engine {
}

.node-engine .field {
    margin: 5px 0;
}

.node-engine .field.field-name-field-modification .field-items > div {
    display: inline-block;
}

.node-engine .prices > div {
    margin: 0 0 20px 10px;
    font-size: 1.2em;
    border: 2px solid #c0e2fb;
    padding: 14px;
}

.node-engine .engine-wrapper .prices > div {
    border: none;
    padding: 0;
    margin: 0 0 0 10px;
}

.price-get-container {
    display: none;
}

.price-get-container .price-get {
    width: 300px;
    margin: 0 auto;
}

.price-get-container .price-get h3 {
    text-align: center;
    font-size: 1.2em;
}

.price-get-container .price-get .field {
    clear: left;
    margin-bottom: 5px;
}

.price-get-container .price-get .field label {
    float: left;
    width: 100px;
    margin-right: 5px;
    text-align: right;
}

.price-get-container .price-get .field textarea {
    width: 156px;
    height: 60px;
}

.price-get-container .price-get .submit {
    padding: 10px 0 0 105px;
}

.price-get-container .confirm {
    display: none;
    margin: 20px 0;
    text-align: center;
    font-size: 1.2em;
}

.views-table tr {
    position: relative;
}

.views-table tr:hover .call-btn {
    display: block;
    opacity: 1;
    margin-left: 0;
    background-color: #fff !important;
}

.view-display-id-page_filter tr:hover td.call-btn {
    background-color: transparent !important;
    opacity: 1 !important;
    margin-left: 0 !important;
}

.view-display-id-page_filter tr:hover td.call-btn > .btn {
    opacity: 1;
}

.view-display-id-page_filter tr.odd td.call-btn, .view-display-id-page_filter td.call-btn {
    border: none;
    background-color: transparent !important;
    line-height: 50px;
    transition: all 250ms ease-in;
    opacity: 0;
    margin-left: -10px;
}

.view-display-id-page_filter td.call-btn > .btn {
    transition: all 250ms ease-in;
    opacity: 0;
}

#experts-btn .title, #call-price-btn .title {
    font-size: 1.7em;
    margin: 20px auto 35px;
    width: 90%;
}

#call-price-btn .form-msg {
    margin: 0 auto;
    width: 90%;
}

#call-price-btn .form-msg .form-success {
    color: green;
}

#call-price-btn .form-msg .form-error {
    color: green;
}

.experts-btn {
    display: inline-block;
    margin-bottom: 15px;
    background: linear-gradient(to bottom, #0045CF, #003399);
    color: #fff;
}

.experts-btn:hover {
    background: linear-gradient(to bottom, #003399, #0045CF);
    color: #fff;
}

#experts-btn .title {
    width: 83%;
}

#experts-btn .form-item, #call-price-btn .form-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#experts-btn .form-item textarea, #experts-btn .form-item input[type=text], #call-price-btn .form-item textarea, #call-price-btn .form-item input[type=text], #call-price-btn .form-item select {
    width: 100%;
}

.lSSlideOuter {
    width: 700px;
}

.view-taxonomy-term .lSSlideOuter, .node-product .lSSlideOuter {
    margin: 50px auto;
    clear: both;
    text-align: center;
}

.view-taxonomy-term .lSSlideOuter .lSAction > a, .node-product .lSSlideOuter .lSAction > a {
    background-color: #0045cf;
    border-radius: 50%;
}

.node-product .pages-links .some-nodes > ul > li > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.node-product .pages-links .some-nodes > ul > li > ul li a {
    padding-left: 0;
}

.node-product .pages-links .some-nodes > ul > li {
    width: 70%;
    margin: 20px auto 200px;
}

.node-product .pages-links .some-nodes > ul > li ul li {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 5px;
    justify-content: flex-end;
    border: none;
    padding: 0 15px;
}

.node-product .pages-links .some-nodes > ul > li ul li > a {
    text-align: center;
}

.node-product .pages-links .some-nodes > ul > li > ul li a:before {
    border: none;
}

.node-product .pages-links .some-nodes > ul > li ul li > a img {
    display: block;
    margin: 10px auto 0;
}

.product-desc-bottom {
    margin-top: 50px;
}

.page-node-4180 .block-views h2 {
    text-align: center;
    width: 542px;
}

.page-node-4180 .block-views table {
    border: 1px solid #c1c1c1;
}

.page-node-4180 .block-views table caption {
    margin-bottom: 10px;
    font-weight: bold;
}

.page-node-4180 .block-views table tr.even {
    background-color: #efefef;
}

.page-node-4180 .block-views table tr td, .page-node-4180 .block-views table tr th {
    padding: 5px 10px;
}

.page-node-4180 .block-views table tr td:first-child {
    width: 400px;
}

.page-node-4180 .block-views table tr td input {
    width: 100px;
}

.page-node-edit.user-moderator .form-item-title, .page-node-edit.user-moderator .form-field-name-field-alt-title, .page-node-edit.user-moderator .form-field-name-field-head-bread, .page-node-edit.user-moderator .form-field-name-field-title-listing, .page-node-edit.user-moderator .form-field-name-field-short-desc, .page-node-edit.user-moderator .form-field-name-field-catalog, .page-node-edit.user-moderator .form-field-name-field-price, .page-node-edit.user-moderator .form-field-name-field-image, .page-node-edit.user-moderator .field-name-body, .page-node-edit.user-moderator .form-field-name-field-files, .page-node-edit.user-moderator .form-field-name-field-desc-bottom, .page-node-edit.user-moderator .vertical-tabs, .page-taxonomy-term-edit.user-moderator .form-item-name, .page-taxonomy-term-edit.user-moderator .field-name-field-head-bread, .page-taxonomy-term-edit.user-moderator .field-name-field-alt-title, .page-taxonomy-term-edit.user-moderator .field-name-field-title, .page-taxonomy-term-edit.user-moderator .field-name-field-hide, .page-taxonomy-term-edit.user-moderator .text-format-wrapper, .page-taxonomy-term-edit.user-moderator .field-name-field-description-2, .page-taxonomy-term-edit.user-moderator .collapsible, .page-taxonomy-term-edit.user-moderator .field-name-field-links, .user-moderator .form-field-name-field-offers .field-name-field-offer-desc, .user-moderator .form-field-name-field-offers .field-name-field-offer-photo, .user-moderator .field-name-field-offers .field-name-field-offer-desc, .user-moderator .field-name-field-offers .field-name-field-offer-photo, .user-moderator #edit-preview-changes, .user-moderator #edit-delete, .user-moderator .vertical-tabs {
    display: none;
}

.user-moderator .field-name-field-offers .draggable td:nth-child(2), .user-moderator .form-field-name-field-offers .draggable td:nth-child(2) {
    display: flex;
}

.user-moderator .field-name-field-offers .draggable td:nth-child(2) > div, .user-moderator .form-field-name-field-offers .draggable td:nth-child(2) > div {
    margin-right: 15px;
}

.user-moderator .field-name-field-offers .draggable.even, .user-moderator .form-field-name-field-offers .draggable.even {
    background: #ececec;
}

.price-node-parser-result {
    border-collapse: collapse;
}

.price-node-parser-result tr:hover {
    background: #94b9ff !important;
}

.price-node-parser-result tr th {
    font-weight: bold;
    text-align: left;
    padding: 3px 28px;
}

.price-node-parser-result tr td {
    padding: 7px 28px;
    font-weight: normal;
}

.node-price-parser-engines .form input[type="text"], .node-price-parser .form input[type="text"] {
    width: 160px;
    margin-top: 7px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding: 3px 4px;
}

.node-price-parser-engines .controls, .node-price-parser .controls {
    margin-top: 20px;
    margin-bottom: 10px;
}

.node-type-engine .node-engine .top-side, .node-type-compressor .compressor .top-side, .node-type-kran .kran .top-side, .node-type-pump .pump .top-side {
    display: flex;
    margin-bottom: 30px;
}

.node-type-pump .pump .top-side .price-wrapper, .node-type-compressor .compressor .top-side .price-wrapper, .node-type-kran .kran .top-side .price-wrapper, .node-type-engine .node-engine .top-side .price-wrapper {
    padding-left: 35px;
}

.node-type-engine .top-side .logo, .node-type-compressor .compressor .top-side .logo, .node-type-kran .kran .top-side .logo, .node-type-pump .pump .top-side .logo {
    position: relative;
    height: 100%;
}

.node-type-pump .tabs a[data-fancybox], .node-type-engine .top-side .logo a, .node-type-compressor .compressor .top-side .logo a, .node-type-kran .kran .top-side .logo a, .node-type-pump .pump .top-side .logo a {
    display: inline-block;
    border: 2px solid #c0e2fb;
    padding: 5px;
    position: relative;
}

.node-type-pump .tabs a[data-fancybox]:before, .node-type-engine .top-side .logo a:before, .node-type-compressor .compressor .top-side .logo a:before, .node-type-kran .kran .top-side .logo a:before, .node-type-pump .pump .top-side .logo a:before {
    content: "";
    display: block;
    background: #0044cc url(/sites/all/themes/nasosdon/images/zoom-in.svg) 9px 7px no-repeat;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 40px;
    opacity: 0.3;
    transition: opacity .3s ease;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    cursor: pointer;
}

.node-type-pump .tabs a[data-fancybox]:hover:before, .node-type-engine .top-side .logo a:hover:before, .node-type-compressor .top-side .logo a:hover:before, .node-type-kran .top-side .logo a:hover:before, .node-type-pump .pump .top-side .logo a:hover:before {
    opacity: 0.6;
}

.node-type-pump .pump .top-side .logo a img + .node-type-pump .pump .top-side .logo a:hover:before {
    opacity: 0.6;
}

.node-type-engine .top-side .logo a img, .node-type-compressor .top-side .logo a img, .node-type-kran .top-side .logo a img, .node-type-pump .pump .top-side .logo a img {
    display: block;
}

.node-type-engine .top-side .description, .node-type-compressor .top-side .description, .node-type-kran .top-side .description, .node-type-pump .pump .top-side .description {
    width: 100%;
    padding: 0 20px;
}

.node-type-engine .top-side .description p + ul, .node-type-compressor .top-side .description p + ul, .node-type-kran .top-side .description p + ul, .node-type-pump .pump .top-side .description p + ul {
    margin-top: -10px;
    margin-bottom: 15px;
}

.node-type-engine .node-engine .available, .node-type-pump .pump .available, .node-type-kran .kran .available, .node-type-compressor .compressor .available {
    font-size: 1rem;
    margin-top: 10px;
    color: #56bb56;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.node-type-engine .node-engine .available .icon-ok, .node-type-compressor .compressor .available .icon-ok .node-type-pump .pump .available .icon-ok {
    background: url(/sites/all/themes/nasosdon/images/ok.png);
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.node-type-engine .characteristics .title {
    font-weight: bold;
    font-size: 1.2em;
}

.node-type-engine .prices .btn-engine-buy, .node-type-compressor .btn-compressor-buy, .node-type-pump .pump .btn-pump-buy, .node-type-kran .kran .btn-kran-buy, .node-type-engine .node-engine .btn-engine-buy {
    font-size: 1.15rem;
    border: none;
    border-radius: 0;
    color: white;
    background-color: #21b32e;
    padding: 5px 30px;
    float: none;
    display: block;
    width: 100px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
}

.node-type-engine .price .btn-engine-buy, .node-type-compressor .price .btn-compressor-buy, .node-type-kran .price .btn-kran-buy, .node-type-pump .pump .price .btn-pump-buy {
    width: 150px;
    margin: 10px 0 0 0;
    display: block;
    box-sizing: border-box;
}

.node-type-engine .btn-engine-buy:hover, .node-type-compressor .btn-engine-buy:hover, .node-type-kran .btn-kran-buy:hover, .node-type-pump .pump .btn-pump-buy:hover {
    background-color: rgba(33, 181, 46, 0.77);
}

.node-type-engine .discount, .node-type-pump .pump .discount, .node-type-kran .kran .discount, .node-type-compressor .compressor .discount {
    font-size: .9rem;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.node-type-engine .characteristics table, .node-type-compressor .characteristics table, .node-type-kran .characteristics table, .node-type-pump .pump .characteristics table {
    width: 100%;
    border: 1px solid #C0E2FB;
}

.node-type-engine .characteristics table tr td, .node-type-compressor .characteristics table tr td, .node-type-kran .kran .characteristics table tr td, .node-type-pump .pump .characteristics table tr td {
    height: auto;
    color: black;
    font-size: 1.1em;
    padding: 5px 5px;
    border: 1px solid #C0E2FB;
    text-align: center;
}

.node-type-engine .characteristics table tr td:first-child, .node-type-compressor .characteristics table tr td:first-child, .node-type-kran .characteristics table tr td:first-child, .node-type-pump .pump .characteristics table tr td:first-child {
    text-align: left;
}

.node-type-engine .characteristics table tr:nth-child(even) td, .node-type-compressor .characteristics table tr:nth-child(even) td, .node-type-pump .pump .characteristics table tr:nth-child(even) td {
    background-color: rgba(192, 226, 251, 0.3);
}

.node-type-engine .characteristics table tr:hover td, .node-type-compressor .characteristics table tr:hover td, .node-type-kran .characteristics table tr:hover td, .node-type-pump .pump .characteristics table tr:hover td {
    background-color: rgba(192, 226, 251, 0.5);
}

.node-type-engine .characteristics table tr.t-title td, .node-type-engine .characteristics table tr td.header, .node-type-engine .characteristics table tr:first-child td, .node-type-kran .kran .characteristics table tr td.header, .node-type-kran .kran .characteristics table tr:first-child td, .node-type-pump .pump .characteristics table tr:first-child td, .node-type-compressor .compressor .characteristics table tr:first-child td {
    background-color: #5e9ad6;
    border-color: #92bde8;
    color: white;
    text-align: center;
}

.node-type-engine .engine h2, .node-type-kran .kran h2, .node-type-pump .pump h2 {
    line-height: 1.5rem;
}

body .node-type-kran .characteristics table tr.t-title td, body .node-type-engine .characteristics table tr.t-title td {
    background-color: #5e9ad6;
    border-color: #92bde8;
    color: white;
    text-align: center;
}

.node-type-pump .breadcrumb {
    display: block;
}

.node-price-parser-engines .form input[name="series"], .node-price-parser .form input[name="series"] {
    width: 323px;
    display: none;
}

.node-type-engine .engine-wrapper {
    display: flex;
}

.node-type-engine .prices.price-left {
    flex-direction: column;
}

.node-type-engine .prices {
    display: flex;
    flex-wrap: wrap;
}

.node-type-engine .prices .prices-item {
    opacity: 0.5;
    cursor: pointer;
    transition: all .3s ease;
    margin: 12px 2px;
}

.node-type-engine .prices .prices-item:hover {
    opacity: 1;
}

.node-type-engine .prices .prices-item.active {
    opacity: 1;
}

.node-type-engine .prices .prices-item .desc {
    font-size: 11px;
    padding-left: 26px;
}

.node-type-engine .prices .prices-item .prices-item-equipment {
    margin-left: 25px;
    padding-top: 4px;
}

.node-type-engine .prices .prices-item .icon-ok {
    border: 1px solid #cecece;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: absolute;
    display: block;
}

.node-type-engine .prices .prices-item input {
    display: none;
}

.node-type-engine .prices .prices-item input:checked + .icon-ok {
    background: url(/sites/all/themes/nasosdon/images/ok.png);
    background-size: cover;
}

.node-type-engine .prices.price-right, .node-type-engine .prices.price-left {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 2px solid #c0e2fb;
    height: max-content;
    margin-left: 7px;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.node-type-engine .engine-wrapper .hint span:hover + .hint-text {
    display: block;
    opacity: 1;
    cursor: pointer;
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
}

.node-type-engine .engine-wrapper .hint .hint-text {
    display: none;
    opacity: 0;
    position: absolute;
    background: #f2f2f2;
    top: -96px;
    padding: 7px;
    font-size: 14px;
}

.node-type-engine .prices > div .title {
    font-weight: bold;
}

.node-type-engine .prices > div .engine-version span {
    display: block;
    font-size: 1.3em;
    margin-top: 5px;
}

.node-type-pump .pump .price, .node-type-compressor .compressor .price, .node-type-engine .prices > div .price {
    padding: 20px 30px;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
}

.node-type-engine .prices > div .price {
    padding: 0;
}

.node-type-pump .pump .price, .node-type-compressor .compressor .price {
    border: 2px solid #21b32e;
    display: inline-flex;
    flex-direction: column;
}

.node-type-pump .pump .price del, .node-type-compressor .compressor .price del, .node-type-engine .prices > div .price del {
    font-weight: 700;
    opacity: .3;
    margin-bottom: 15px;
    font-size: 20px;
    padding-top: 13px;
}

.node-type-pump .pump .price > div:nth-child(2), .node-type-compressor .compressor .price > div:nth-child(2), .node-type-engine .prices > div .price div:nth-child(2) {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 13px;
}

.node-type-engine .prices div .price-content {
    display: none;
}

.node-type-engine .prices .price-wrapper .price-content {
    display: block;
    text-align: center;
}

.node-type-engine .prices .price-wrapper .price-content .equipment {
    display: none;
}

.node-price-parser-engines .form input[name="series"] + label, .node-price-parser .form input[name="series"] + label {
    margin-bottom: 15px;
}

.node-price-parser-engines .form input[name="series"].visible, .node-price-parser .form input[name="series"].visible {
    display: block;
}

.page-node-5 .beefup {
    border: 1px solid #C0E2FB;
    border-radius: 0;
}

.page-node-5 .beefup__head {
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.page-node-5 .beefup.is-open > .beefup__head::after {
    border-color: transparent transparent rgba(192, 226, 251, 0.5);
}

.page-node-5 .beefup__head::after {
    border-color: rgba(192, 226, 251, 0.5) transparent transparent;
}

.page-node-5 .beefup__body {
    padding: 0 10px;
    margin-bottom: 25px;
}

.page-node-5 .link a {
    padding: 5px 10px;
    background-color: #013894;
    margin-top: 15px;
    color: white;
    text-decoration: none;
}

.page-node-5 .link a:hover {
    background-color: #0143ba;
    text-decoration: none;
}

.page-node-5 .link {
    text-align: center;
    padding-top: 25px;
}

.page-node-5 .list--item {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid #C0E2FB;
}

.page-node-5 .list--item:nth-child(even) {
    background-color: rgba(192, 226, 251, 0.5);
}

.page-node-5 .price_from {
    display: inline-block;
    background-color: #89bde2;
    color: white;
    padding: 0 5px;
    border-radius: 4px;
}

.node-type-article .breadcrumb {
    display: block;
}

.article-list-item {
    margin-bottom: 50px;
}

.article-list-item img {
    width: 150px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.article-list-item .article-title {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.article-main-image {
    width: 100%;
    max-width: 300px;
    float: left;
    margin: 0 15px 15px 0;
}

.article-main-image > img {
    width: 100%;
    height: auto;
}

.article-related-products {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
    justify-items: center;
    align-items: center;
    margin: 30px 0;
}

.article-related-products .article-related-item {
    max-width: 300px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 10px;
}

.article-related-products .article-related-item:hover {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
}

.article-related-products .article-related-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.article-related-products .article-related-item .article-related-title {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #f0f8ff;
    margin-bottom: 30px;
    border: 2px solid #c0e2fb;
}

.advantages .advantages-item {
    width: 150px;
    text-align: center;
    padding: 15px 0;
}

.advantages .advantages-item .advantages-item-img {
    text-align: center;
}

.advantages .advantages-item .advantages-item-img img {
    width: 100px;
}

.advantages .advantages-item .advantages-item-caption {
    font-weight: bold;
    padding-top: 5px;
}

.beefup button {
    border: none;
    background: none;
    color: #083d8d;
    border-bottom: 1px solid #ffffff;
}

.beefup button:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

.node-remaining.page-body {
    margin: 0;
}

.node-remaining .remaining-buy-wrapper {
    padding: 15px 0;
    text-align: center;
}

.node-remaining .remaining-block {
    text-align: center;
}

.node-remaining table {
    margin-top: 0;
    margin-bottom: 0;
}

.node-remaining .remaining-block img {
    height: 160px;
}

@media (max-width: 480px) {
    .article-main-image {
        display: block;
        text-align: center;
        max-width: 100%;
        float: none;
    }

    .view-display-id-page_filter .view .view-content .views-table tr > *:nth-child(n+3):nth-child(-n+8) {
        display: none;
    }

    .node-5012 .view-display-id-page_filter .view .view-content .views-table tr > *:nth-child(2) {
        width: 15px;
    }

    #edit-field-manufacture-tid-wrapper {
        max-width: 300px;
    }

    .btn {
        padding: 8px 4px;
        font-size: 13px;
    }

    .view-taxonomy-term .term-desc .kompressory > div {
        width: 100%;
    }
}

.node-certificate .field-name-field-images .field-item {
    margin-bottom: 20px;
}

#bottom-form-wrap {
    background: #00317F;
    padding: 25px;
}

#bottom-form-wrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bottom-form-wrap .flex > div, #bottom-form-wrap .flex > input, #bottom-form-wrap .flex > button {
    margin-bottom: 10px;
}

#bottom-form-wrap .flex .title {
    text-align: center;
    min-width: 250px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
}

#bottom-form-wrap .flex > input {
    padding: 5px 15px;
    height: 50px;
    min-width: 230px;
}

#bottom-form-wrap .flex > button {
    border: 2px solid #fff;
    background: none;
    width: 150px;
    height: 50px;
}

#bottom-form-wrap .flex > button:hover {
    background: #1C2634;
}

#bottom-form-wrap .policy {
    text-align: right;
    padding: 5px 0;
    margin-top: -15px;
}

#bottom-form-wrap .policy a {
    color: #fff;
    font-weight: bold;
}

#bottom-form-wrap .policy a:hover {
    color: #fff;
    text-decoration: dotted;
}

#bottom-form-wrap #bottom-success {
    display: none;
    text-align: center;
    padding: 15px;
    border: 2px solid #fff;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1115px) {
    #bottom-form-wrap .flex > input {
        min-width: 175px;
    }

    #bottom-form-wrap .flex .title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    #bottom-form-wrap, #bottom-form-wrap .policy {
        text-align: center;
        margin-top: 0;
    }

    #bottom-form-wrap .flex > div, #bottom-form-wrap .flex > input, #bottom-form-wrap .flex > button {
        width: 100%;
    }

    #bottom-form-wrap .flex .title {
        font-size: 1.5rem;
    }
}

.node-type-sales .breadcrumb {
    display: block;
}

.offers {
    clear: both;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-39, #block-menu-menu-catalog > ul.menu > li > span.menu-icon-40, #block-menu-menu-catalog > ul.menu > li > span.menu-icon-41 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -10px;
}

.node-type-mainpage .categories .category_item.nth-child-39 .image, .node-type-mainpage .categories .category_item.nth-child-40 .image, .node-type-mainpage .categories .category_item.nth-child-41 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer5.png/);
}

.certificates_images_wrap .field-name-field-images, .certificates_images_wrap .field-name-field-images-alt, .node-certificate .field-name-field-images, .node-certificate .field-name-field-images-alt {
    display: none;
    border: 2px solid #c0e2fb;
    padding: 20px;
    margin-bottom: 15px;
}

.node-certificate .field-name-field-images-alt .field-label {
    display: none;
}

.node-certificate .field-name-field-images .field-items, .node-certificate .field-name-field-images-alt .field-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.node-certificate .field-name-field-images-alt .field-item {
    margin-bottom: 15px;
}

.node-certificate .field-name-field-images-alt img {
    max-width: 160px;
}

.node-certificate .field-name-field-images-alt figcaption {
    text-align: center;
    max-width: 160px;
    padding-top: 5px;
}

.certificates_images_wrap .sert-tabs-nav, .node-certificate .sert-tabs-nav {
    margin-top: 25px;
}

.certificates_images_wrap .sert-tabs-nav > div, .node-certificate .sert-tabs-nav > div {
    display: inline-block;
    margin-right: 15px;
    padding: 15px 25px;
    cursor: pointer;
    border: 2px solid #c0e2fb;
    border-radius: 15px 15px 0 0;
    background: #f0f8ff;
    border-bottom: 0;
}

.certificates_images_wrap .sert-tabs-nav > div.active, .node-certificate .sert-tabs-nav > div.active {
    background: #5e9ad6;
}

.certificates_images_wrap .sert-tabs-nav > div > span, .node-certificate .sert-tabs-nav > div > span {
    color: #333;
}

.certificates_images_wrap .sert-tabs-nav > div.active > span, .node-certificate .sert-tabs-nav > div.active > span {
    color: #fff;
}

@media (max-width: 576px) {
    .certificates_images_wrap .sert-tabs-nav, .node-certificate .sert-tabs-nav {
        text-align: center;
    }

    .certificates_images_wrap .sert-tabs-nav > div, .node-certificate .sert-tabs-nav > div {
        border-radius: 0;
        border: none;
        margin: 10px;
        width: 200px;
    }
}

.article-list-item .article-title {
    line-height: 1;
}

#jvlabelWrap {
    z-index: 9000 !important;
}

.view-taxonomy-term .links-blocks ul.grid-view li .item {
    border: 2px solid #00317F;
    position: relative;
}

.view-taxonomy-term .links-blocks ul.grid-view li:hover .item {
    box-shadow: 0 0 10px rgba(0, 127, 255, 0.5);
}

.view-taxonomy-term .links-blocks ul.grid-view li .item > a:nth-child(2) {
    display: inline-block;
    min-height: 35px;
}

.view-taxonomy-term .links-blocks ul.grid-view li .item > .btn {
    bottom: 0;
    position: absolute;
    width: 94%;
    text-decoration: none;
    background-color: #00317F;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.view-taxonomy-term .links-blocks ul.grid-view li:hover .item > .btn {
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 127, 255, 0.5);
}

.navbar_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section ul {
    margin-left: 0;
    padding-left: 0;
}

.section h3 {
    line-height: 1;
}

.underline {
    border-bottom: 1.5px solid currentColor;
    display: inline-block;
    line-height: 1;
}

.section h3 a {
    color: #fff;
    text-decoration: none;
}

.section li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.section ul a {
    text-decoration: none;
    color: #fff;
}

.section1 {
    width: 26%;
}

.section1 .callback-open-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section1 a {
    color: white;
}

.section .h3 {
    margin-bottom: 5px;
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 1.28205em;
}

.h3 {
    margin-bottom: 5px;
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 1.28205em;
    height: 50px;
}

.section1 p {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.section2 {
    width: 20%;
}

.section3 {
    width: 18%;
}

.section4 {
    width: 36%;
}

.text {
    margin-left: 3px;
}

.h3_t {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
}

.anchor_links_wrapper {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.anchor_links_wrapper .link_item {
    padding: 5px 5px;
}

.anchor_links_wrapper a {
    display: inline-block;
    border: 1px solid #5E9AD6;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
}

.anchor_links_wrapper.img {
    margin: 0 -3px;
}

.anchor_links_wrapper.img .link_item {
    padding: 3px 3px;
}

.anchor_links_wrapper.img a {
    display: flex;
    align-items: center;
    padding: 4px 6px;
}

.anchor_links_wrapper a:hover {
    background-color: #F6FBFE;
    color: #003399;
    text-decoration: none !important;
}

.table_category {
    padding-top: 25px;
}

.table_category .category_link a {
    font-size: 24px;
    text-decoration: underline;
    line-height: 1.3;
}

.anchor_links_wrapper img {
    height: 38px;
    margin-left: 10px;
}

.table_category .link_all {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.table_category .link_all span {
    font-size: 1.15rem;
    border-radius: 0;
    color: white;
    background-color: #21b32e;
    -webkit-box-shadow: 4px 4px 5px 0 rgb(50 50 50 / 40%);
    -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 4px 4px 5px 0 rgb(50 50 50 / 40%);
    text-decoration: none;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.category_link {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.anchor_links_grid {
    display: flex;
    flex-wrap: wrap;
}

.anchor_links_grid__item {
    width: 275px;
    max-width: 100%;
    position: relative;
    margin: 0px 0px -1px -1px;
}

.anchor_links_grid__item a {
    position: relative;
    display: block;
    padding: 25px;
    border: 1px solid #C0E2FB;
    box-sizing: border-box;
    height: 100%;
}

.anchor_links_grid__item .img {
    padding: 30px;
    margin: 0 auto auto;
    display: block;
    height: 133px;
    width: 163px;
    box-sizing: border-box;
}

.anchor_links_grid__item .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.anchor_links_grid__title {
    display: block;
    margin-top: auto;
    text-align: center;
    font-weight: 600;
}

.anchor_links_grid__item a:hover {
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.n-list {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 20px;
}

.n-list li {
    margin-bottom: 10px;
}

.version {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.version__item {
    width: 200px;
    margin-bottom: 20px;
}

.version__title {
    font-weight: bold;
    text-align: center;
}

.version__text {
    text-align: center;
}

table.no-style tr td {
    border: 1px solid black !important;
    background: transparent !important;
}

.cont-wrapper {
    padding-top: 10px;
}

.address-block .department .phones_wrap .phones {
    margin-bottom: 5px;
}

.term-description p, .description p, .prev_description p, .product-desc-bottom p {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.term-description ul, .description ul, .prev_description ul, .product-desc-bottom ul {
    margin-bottom: 20px;
    line-height: 1.3;
}

.description {
    padding: 20px 0;
}

.pump-tech-img {
    display: flex;
    margin: 0 -15px;
}

.pump-tech-img__item {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.pump-tech-img__item a {
    max-height: 120px;
    max-width: 172px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.pump-tech-img__item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pump-tech-img__title {
    text-align: center;
    margin-bottom: 5px;
    flex-grow: 1;
}

.tables .table_title {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 10px;
}

.pt20 {
    padding-top: 20px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.strong {
    font-weight: bold;
}

.h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
}

.prkvp-content .prkvp_img img {
    max-width: 176px;
    height: auto;
    float: left;
}

.prkvp-content .h2-offset {
    margin-right: 176px;
}

.ppr_img img:first-child {
    margin-right: 53px;
    float: left;
}

.page-taxonomy-term .image_after_catalog {
    margin-top: 30px;
}

.node-product .tables .title_tech {
    padding-top: 20px;
}

.node-type-pump-page .breadcrumb {
    display: block;
}

.table-plan, .node-type-engine .characteristics table.table-plan {
    border-collapse: collapse;
    max-width: 100%;
    width: auto;
}

.table-plan tr:first-child {
    font-weight: bold;
}

.table-plan td, .node-type-engine .characteristics table.table-plan tr:nth-child(even) td, .node-type-engine .characteristics table.table-plan tr:first-child td {
    border: 1px solid black;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    background-color: transparent;
    color: #000;
}

.additioanal_text {
    margin-top: 5px;
}

.additioanal_text p {
    padding: 0;
}

.red {
    color: red;
}

.filters.fixed {
    overflow-y: auto;
    max-height: 90%;
}

.filters.fixed #filter_hide-in {
    display: none;
}

.tab-plan-column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.tab-plan-column__item.img {
    flex-basis: 300px;
    flex-grow: 1;
}

.tab-plan-column__item.img img {
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

.table-scrollable {
    overflow-y: auto;
}

.table-fixed-width td:first-child {
    white-space: nowrap;
}

.node-product .tables .table-fixed-width {
    max-width: 1098px;
}

a.to-top {
    background: rgba(59, 60, 57, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 100;
    display: none;
    cursor: pointer;
}

a.to-top.active {
    display: block;
}

@media (max-width: 767px) {
    a.to-top {
        bottom: 110px;
        right: 30px;
    }
}

a.to-top::before {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    right: 0;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.to-top::after {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.to-top:hover {
    background: rgba(59, 60, 57, 0.8);
}

.mainadvantages {
    background: #f6f8fc;
    padding: 70px 15px;
}

.mainadvantages__cont {
    background: url(/sites/all/themes/nasosdon/images/advantages/advantages-bkg.svg) center no-repeat;
    background-size: contain;
    display: grid;
    grid-gap: 20px;
    padding: 30px 30px 0;
}

@media screen and (min-width: 576.98px) {
    .mainadvantages__cont {
        grid-template-columns:repeat(6, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .mainadvantages__cont {
        padding-left: 0;
        padding-right: 0;
    }
}

.mainadvantages__item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(25px);
    padding: 25px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 576.98px) {
    .mainadvantages__item {
        grid-column: span 2;
    }

    .mainadvantages__item:nth-child(2), .mainadvantages__item:nth-child(1) {
        grid-column: span 3;
    }
}

.mainadvantages__item-imgcont {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mainadvantages__item-imgcont::before {
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    background: #45c4b0;
    border-radius: 100%;
    z-index: 2;
}

.mainadvantages__item-imgcont::after {
    content: '';
    width: 19px;
    height: 19px;
    background: rgba(69, 196, 176, 0.31);
    border-radius: 100%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: 1;
}

.mainadvantages__item-img {
    position: relative;
    z-index: 3;
}

.mainadvantages__item-title {
    color: #13678a;
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
    .mainadvantages__item-title {
        font-size: 22px;
    }
}

.mainadvantages__item-text {
    color: #3a3a3a;
    font-size: 20px;
    line-height: normal;
    margin-top: auto;
}

@media screen and (max-width: 576px) {
    .mainadvantages__item-text {
        font-size: 16px;
    }
}

.category__header {
    padding: 32px 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.like-h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

#bottom-form-wrap #bottom-name, #bottom-form-wrap #bottom-phone {
    min-width: 400px;
}

#bottom-form-wrap #bottom-submit {
    justify-content: center;
}

.table-style {
    max-width: calc(100vw - 25px);
    overflow-y: auto;
}

.table-style table {
    width: 100%;
}

.table-style th, .table-style td {
    padding: 5px;
}

.ul-childs-14 {
    position: relative !important;
    bottom: 0 !important;
    right: 0;
}

.custom_page_title {
    margin-top: 20px;
}

.excel-with-image img {
    display: block;
    margin: 10px auto;
    max-width: 60px;
}

#block-menu-menu-catalog {
}

#block-menu-menu-catalog a {
    font-size: 0.85em;
    background-position: 2px 50%;
    text-decoration: none;
}

#block-menu-menu-catalog a:hover {
    text-decoration: underline;
}

#block-menu-menu-catalog > ul.menu {
    padding: 0;
    list-style: none;
}

#block-menu-menu-catalog > ul.menu > ul {
    padding: 0 0 0 10px;
}

#block-menu-menu-catalog > ul.menu, li.is-collapsed {
    margin: 0 0 10px 0;
}

#block-menu-menu-catalog > ul.menu li.menu__item.is-leaf {
    margin: 0 0 0 38px;
    padding: 0;
    list-style: initial;
}

#block-menu-menu-catalog .menu_icon {
    display: inline-block;
    padding-left: 55px;
}

#block-menu-menu-catalog > ul.menu ul.menu {
    padding: 0 0 5px 10px;
}

#block-menu-menu-catalog > ul.menu ul.menu .menu__item {
    list-style: none;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#block-menu-menu-catalog > ul.menu ul.menu ul.menu {
    display: none;
}

#block-menu-menu-catalog > ul.menu > li {
    font-size: 1.1em;
    list-style: none;
    margin: 0;
    padding: 7px 0 5px 10px;
    display: flex;
    background-color: rgba(192, 226, 251, 0.3);
}

#block-menu-menu-catalog > ul.menu > li.active-trail {
    background-color: rgba(192, 226, 251, 0.15);
}

#block-menu-menu-catalog > ul.menu > li ul li {
    border-left: 1px solid #C0E2FB;
    margin-left: 1em;
}

#block-menu-menu-catalog > ul.menu > li ul li:last-child {
    border-left: 1px solid transparent;
}

#block-menu-menu-catalog > ul.menu > li ul li a {
    position: relative;
    display: block;
    padding: 5px 0 5px 15px;
}

#block-menu-menu-catalog > ul.menu > li ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 50%;
    width: 0.75em;
    border: 1px solid #C0E2FB;
    border-top: none;
    border-right: none;
}

#block-menu-menu-catalog > ul.menu > li > div > a.active-trail, #block-menu-menu-catalog > ul.menu > li ul li a.active-trail {
    font-weight: bold;
}

#block-menu-menu-catalog > ul.menu > li:hover {
    background-color: rgba(192, 226, 251, 0.15);
}

#block-menu-menu-catalog > ul.menu > li:first-child {
    margin-top: 0;
}

#block-menu-menu-catalog > ul.menu > li > div {
    padding-left: 10px;
    position: relative;
}

#block-menu-menu-catalog > ul.menu > li > div > a {
    font-size: 1.1em;
    text-decoration: none;
    line-height: 23px;
    box-sizing: border-box;
    height: 45px;
    display: flex;
    align-items: center;
}

#block-menu-menu-catalog > ul.menu > li > div > a:hover {
    text-decoration: underline;
}

#block-menu-menu-catalog > ul.menu > li > span {
    display: block;
    min-width: 50px;
    height: 45px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-1 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -205px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-8 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -140px -10px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-10 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -140px -75px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-45 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -75px -140px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-50 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -140px -75px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-42 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -140px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-37 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -10px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-32 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -205px -10px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-19 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -75px -75px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-15 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -75px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-85 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -140px -140px;
}

#block-menu-menu-catalog > ul.menu > li > span.menu-icon-152 {
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -75px -10px;
}

.parser {
}

.parser tr:nth-child(odd) {
    background-color: #F3F3F3;
}

.parser td {
    padding: 5px 10px;
    border: 1px solid grey;
}

.parser td.error {
    background-color: red;
}

.dataTables_filter {
    height: 25px;
}

.filters {
    position: absolute;
    top: 25px;
    left: -360px;
    width: 350px;
    margin-right: 1%;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(234, 246, 255);
    z-index: 1;
    box-shadow: 0px 0px 10px 7px rgba(255, 255, 255, 1);
}

.filters.fixed {
    position: fixed;
    top: 70px;
}

.filters .filter-btns {
    margin-bottom: 15px;
    padding: 5px;
    background: rgba(192, 226, 251, 0.5);
}

.filters .filter-btns .title {
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
    cursor: pointer;
    color: #003399;
}

.filters .filter-btns .title:hover {
    color: #0000FF;
    text-decoration: none;
}

.filters .filter-btns.open .title:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filters .filter-btns .title:before {
    display: inline-block;
    content: '►';
    width: 16px;
    height: 16px;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.filters .filter-btns .title:after {
    display: inline-block;
    margin-left: 10px;
    content: '[нажмите, чтобы увидеть]';
    font-weight: 100;
    opacity: 1;
    -webkit-animation: display-none-transition 1s both;
    animation: display-none-transition 1s both;
}

@-webkit-keyframes display-none-transition {
    0% {
        opacity: 0;
    }
}

@keyframes display-none-transition {
    0% {
        opacity: 0;
    }
}

.filters .filter-btns .group-btns {
    display: none;
    opacity: 0;
    flex-wrap: wrap;
}

.filters .filter-btns.open .title:after {
    display: none;
    opacity: 0;
}

.filters .filter-btns.open .group-btns {
    display: flex;
    opacity: 1;
    -webkit-animation: display-none-transition 1s both;
    animation: display-none-transition 1s both;
}

.filters .filter-btns[data-filter='series'] .group-btns button {
    width: calc(33% - 5px);
}

.filters .filter-btns .group-btns button {
    margin: 5px 5px 0 0;
    width: calc(20% - 5px);
    background: #5e9ad6;
    border-radius: 2px;
    color: #FFF;
    font-weight: 700;
    padding: 3px 0 3px 3px;
    border: none;
    text-align: left
}

.filters .filter-btns .group-btns button:hover {
    background: #277ed4;
}

.filters .filter-btns .group-btns button[disabled] {
    opacity: .5;
    background-color: grey;
}

.filters .filter-btns .group-btns button.active {
    background: #013993;
}

.filters .filter-btns .group-btns button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f10c";
    color: white;
    line-height: 0;
    margin-left: 2px;
    margin-right: 7px;
}

.filters .filter-btns .group-btns button.active:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f05d";
    color: white;
    line-height: 0;
    margin-left: 2px;
    margin-right: 7px;
}

.copyright a, .copyright a:hover, .copyright a:visited {
    color: white;
}

.copyright {
    padding-bottom: 25px;
    text-align: left;
    color: white;
}

.hide {
    display: none;
}

.hide-filter-btn {
    padding: 2px 10px;
    background: white;
    color: #5e9ad6;
    border: 1px solid #5e9ad6;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    margin-left: 5px;
}

.hide-filter-btn:hover {
    background: #5e9ad6;
    color: #FFFFFF;
}

.hide-filter-btn-in {
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    position: absolute;
    top: -9px;
    right: -7px;
    border-radius: 50%;
}

.mobile-icon-call {
    display: none;
}

#callback-form {
    display: none;
}

#callback-form .title {
    font-size: 1.7em;
    margin: 20px auto 35px;
    width: 90%;
}

#callback-form .form-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#callback-form .form-item textarea, #callback-form .form-item input[type=text] {
    width: 100%;
}

#callback-form .form-msg {
    margin: 0 auto;
    width: 90%;
}

#callback-form .confirm {
    display: none;
    margin: 20px 0;
    text-align: center;
    font-size: 1.2em;
}

.callback-open-wrap {
    margin-top: -12px;
}

.callback-open-wrap .callback-open {
    text-decoration: none;
    border: 1px solid;
    padding: 12px 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.callback-open-wrap .callback-open span {
    z-index: 20;
}

.callback-open-wrap .callback-open:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 10px -2px 0;
    background: url(/sites/all/themes/nasosdon/images/css_sprites3.png) no-repeat -10px -248px;
}

.callback-open-wrap .callback-open:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.callback-open-wrap .callback-open:hover:after {
    left: 120%;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1280px) {
    .callback-open-wrap {
        margin-top: -5px;
    }
}

@media (max-width: 1125px) {
    .callback-open-wrap {
        display: none;
    }
}

.hide-filter-btn {
    border: 3px solid rgb(0, 51, 153);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: -22px;
    color: rgb(0, 51, 153);
}

.hide-filter-btn-in {
    left: -10px;
    top: -20px;
    width: 30px;
}

.hide-filter-btn-in:before {
    content: "Скрыть фильтр";
    position: absolute;
    left: 35px;
    font-weight: bold;
    top: 0;
    border: 2px solid rgb(0, 51, 153);
    background: #fff;
    padding: 1px 5px;
    color: rgb(0, 51, 153);
}

[tooltip] {
    position: relative;
}

[tooltip]::before, [tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

[tooltip]:hover::before, [tooltip]:hover::after {
    display: block;
}

[tooltip='']::before, [tooltip='']::after {
    display: none !important;
}

[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

#filter_hide-img {
    display: inline-block;
    margin-bottom: -22px;
    height: 32px;
}

.filters.fixed {
    top: 85px;
}

@media (max-width: 576px) {
    #filter_hide-img {
        display: none;
    }
}

.offers {
    margin-top: 50px;
}

.hide-filter-btn-closed::before, .hide-filter-btn-closed::after {
    display: none !important;
}

table.products-table img.product-table-img {
    display: block;
    margin: 10px auto;
}

table.products-table .btn {
    display: block;
    max-width: 200px;
    margin: 10px auto;
}

.table_category {
    position: relative;
}

.custom-table {
    max-width: 100%;
    width: 100%;
    border: 1px solid #C0E2FB;
}

.custom-table > thead td {
    background-color: #5e9ad6;
    color: white;
}

.custom-table td {
    padding: 5px 5px;
    border-color: #92bde8;
    border: 2px solid #C0E2FB;
    text-align: center;
    font-size: 1.1em;
}

.custom-table > tbody tr:nth-child(odd) {
    background-color: #fff;
}

.custom-table > tbody tr:nth-child(even) {
    background-color: rgba(192, 226, 251, 0.3);
}

.big-img {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000052;
}

.big-img .big-img__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 95vw;
    max-height: 80vh;
}

.big-img .big-img__wrapper img {
    object-fit: contain;
}

.big-img .big-img__wrapper .close-btn {
    position: fixed;
    top: 4px;
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 30px;
    transform: rotate(45deg);
    cursor: pointer;
    user-select: none;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

#header .header-contact a {
    display: flex;
}

#header .header-contact a .header__logo-image {
    width: 50px;
    height: 45px;
}

#header {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
}

.main_menu_wrapper {
    background: #003994;
}

.main_menu_wrapper .main_menu {
    max-width: 1300px;
    height: 40px;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_menu_wrapper .main_menu_flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}

.main_menu_wrapper .main_menu_flex_wrapper .ya-site-form__form {
    padding-top: 0;
}

body #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    width: 150px;
    padding: 6px 11px;
    border-radius: 20px;
    border: none !important;
    color: #fff !important;
    font-size: 1.2em !important;
    background-color: #004BC9 !important;
}

body #ya-site-form0 .ya-site-form__search td {
    background-color: #2f4bc9 !important;
    border-radius: 21px;
}

body #ya-site-form0 .ya-site-form__submit_type_image {
    margin-right: 9px;
}

body #ya-site-form0 .ya-site-form__submit {
    background: url(/sites/all/themes/nasosdon/images/menu_icons/search.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 80%;
}

#ya-site-form0.ya-site-form {
    width: 184px;
}

#ya-site-form0 .ya-site-form__form {
    width: 150px;
}

.main_menu_wrapper .main_menu_item > a {
    height: 40px;
}

.main_menu_wrapper .main_menu_item a {
    text-decoration: none;
    transition: all 250ms ease-in-out;
    padding: 12px 15px;
    box-sizing: border-box;
    font-size: 1.1em;
    color: #fff;
    display: inline-block;
}

.main_menu_wrapper .main_menu_item.production > ul {
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: none;
    left: 0;
    padding: 0;
}

.main_menu_wrapper .main_menu_item.production > ul a {
    color: #000;
}

.main_menu_wrapper .main_menu_item.production .hamburger-icon {
    width: 30px;
    height: 21px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 13px;
}

.main_menu_wrapper .main_menu_item.production .hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.main_menu_wrapper .main_menu_item.production a {
    display: flex;
}

.main_menu_wrapper .main_menu_item.production .hamburger-icon span:nth-child(1) {
    top: 0;
}

.main_menu_wrapper .main_menu_item.production .hamburger-icon span:nth-child(2), .main_menu_wrapper .main_menu_item.production .hamburger-icon span:nth-child(3) {
    top: 7px;
}

.main_menu_wrapper .main_menu_item.production .hamburger-icon span:nth-child(4) {
    top: 14px;
}

.main_menu_wrapper .main_menu_item.production .hamburger-icon span:nth-child(1) {
    top: 0;
}

.main_menu_wrapper .main_menu_item.production:hover .hamburger-icon span {
    background: #000;
}

.main_menu_wrapper .main_menu_item.production:hover .hamburger-icon span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.main_menu_wrapper .main_menu_item.production:hover .hamburger-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main_menu_wrapper .main_menu_item.production:hover .hamburger-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main_menu_wrapper .main_menu_item.production:hover .hamburger-icon span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.main_menu_wrapper .main_menu_item.production:hover > ul {
    display: flex;
    flex-wrap: wrap;
    z-index: 24;
    list-style: none;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.27);
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 18px;
}

#nav-icon3 span:nth-child(4) {
    top: 36px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.lSAction > a {
    z-index: 0;
}

.main_menu_wrapper .main_menu_item.production > ul > li {
    display: block;
    position: relative;
    float: left;
    width: 22%;
    padding: 10px 1%;
}

.main_menu_wrapper .main_menu_item.production > ul > li > a {
    font-size: .95em;
    font-weight: bold;
    display: block;
    padding: 14px 20px;
}

.main_menu_wrapper .main_menu_item.production > ul > li a:hover {
    color: #0045cf;
}

.menu-list {
    background: #fff;
}

.main_menu_wrapper .main_menu_item.production > ul > li > ul {
    list-style: none;
    background: white;
    padding: 0;
}

.main_menu_wrapper .main_menu_item.production > ul > li > ul a {
    font-size: .9em;
    padding: 2px 20px;
}

.main_menu_wrapper .main_menu_item.production > ul > li > ul > li a:hover {
    color: #0045cf;
}

.main_menu_wrapper .main_menu_item.production > ul li.active {
    background: #D6DFEA;
}

.main_menu_wrapper .main_menu_item.production > ul li.active li:hover {
    background: #D6DFEA;
}

.main_menu_wrapper .main_menu_item.production > ul > li.active > ul {
    display: flex;
    flex-direction: column;
}

.main_menu_wrapper .main_menu_item.production:hover {
    transition: all 250ms ease-in-out;
    background: #fff;
    color: #000;
}

.main_menu_wrapper .main_menu_item.production:hover a {
    transition: all 250ms ease-in-out;
    color: #000;
}

.main_menu_wrapper .main_menu_item a:hover {
    background: inherit;
}

.main_menu_wrapper .main_menu_item:hover > a, .main_menu_wrapper .main_menu_item.active a {
    background: #fff;
    color: #000;
}

.cities_popup {
    width: 560px;
    height: 500px;
}

.cities_popup .popup-map {
    height: 100%;
}

.cities_popup .popup-map .popup-map-item {
    position: absolute;
    width: 309px;
    display: flex;
    align-items: center;
}

.cities_popup .popup-map .popup-map-item:nth-child(1) {
    top: 204px;
    left: 82px;
    height: 70px;
    width: 402px;
}

.cities_popup .popup-map .popup-map-item:nth-child(1) > .pointer {
    bottom: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(1) > .line {
    width: 80%;
    transform: rotate(-10deg);
}

.cities_popup .popup-map .popup-map-item:nth-child(1) > .city {
    right: 0;
    top: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(2) {
    top: 279px;
    left: 62px;
    height: 20px;
    width: 331px;
}

.cities_popup .popup-map .popup-map-item:nth-child(2) > .pointer {
    top: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(2) > .line {
    width: 72%;
    transform: rotate(1deg);
    left: 10px;
    position: relative;
}

.cities_popup .popup-map .popup-map-item:nth-child(2) > .city {
    right: 0;
    bottom: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(3) {
    top: 299px;
    left: 80px;
    height: 122px;
    width: 258px;
}

.cities_popup .popup-map .popup-map-item:nth-child(3) > .pointer {
    top: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(3) > .line {
    width: 72%;
    transform: rotate(31deg);
}

.cities_popup .popup-map .popup-map-item:nth-child(3) > .city {
    right: 0;
    bottom: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(4) {
    top: 72px;
    left: 160px;
    height: 116px;
    width: 279px;
}

.cities_popup .popup-map .popup-map-item:nth-child(4) > .pointer {
    bottom: 0;
}

.cities_popup .popup-map .popup-map-item:nth-child(4) > .line {
    width: 80%;
    transform: rotate(-26deg);
}

.cities_popup .popup-map .popup-map-item:nth-child(4) > .city {
    right: 0;
    top: 0;
}

.cities_popup .popup-map .popup-map-item .pointer {
    background: #fff;
    border: 2px solid #0045cf;
    border-radius: 50%;
    width: 15px;
    position: absolute;
    height: 15px;
    cursor: pointer;
    z-index: 1;
}

.cities_popup .popup-map .popup-map-item .line {
    display: block;
    height: 1px;
    width: 100%;
    background: white;
    outline: 2px solid #0045cf;
    transform: rotate(-23deg);
    cursor: pointer;
}

.cities_popup .popup-map .popup-map-item .city {
    display: block;
    position: absolute;
    border: 2px solid #0045cf;
    border-radius: 13px;
    padding: 3px 16px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}

.cities_popup .popup-map .popup-map-item > * {
    transition: all .5s ease-out;
}

.cities_popup .popup-map .popup-map-item > .hover {
    background: #0045cf;
    color: white;
}

.footer {
    border: none;
    background: #1C2634;
    color: #fff;
    margin-top: 0;
    padding: 0;
    display: block;
}

.footer .find_us {
    padding: 95px 0;
}

.footer .find_us_title {
    font-size: 2.31em;
    font-weight: bold;
    margin-bottom: 62px
}

.footer .find_us_departs_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.footer .find_us_departs_item {
    width: 50%;
    margin-bottom: 54px;
}

.footer .find_us_departs_item .depart_title {
    font-size: 1.4em;
    font-weight: bold;
    padding: 11px 16px;
    display: inline-block;
    margin-left: -16px;
    cursor: pointer;
}

.footer .find_us_departs_item .depart_title > span {
    border-bottom: 1px solid #FFF;
    vertical-align: text-top;
}

.footer .find_us_departs_item .depart_title > span:hover {
    border-bottom: 1px solid transparent;
    transition: all 250ms ease-in-out;
}

.footer .find_us_departs_item .depart_title.active > span:hover {
    border-bottom: none;
}

.footer .find_us_departs_item .depart_title.active {
    background: #004AC5;
    border-radius: 17px;
    box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.22);
}

.footer .find_us_departs_item:nth-child(1) .depart_title {
    padding: 11px 16px;
    display: inline-block;
    box-sizing: border-box;
}

.footer .find_us_departs_item .depart_contacts > div {
    padding: 4px 0;
}

.footer .find_us_departs_item .depart_contacts > div a {
    line-height: 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: all 250ms ease-in-out;
    padding-bottom: 6px;
}

.footer .find_us_departs_item .depart_contacts > div a:hover {
    border-bottom: 0 solid #1C2634;
}

.footer .navbar_bottom .field-item .footer-bottom {
    display: none;
}

.footer .navbar_bottom .field-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.footer .navbar_bottom .field-name-field-contact-footer-1 {
    float: none;
}

.footer .navbar_bottom .field-name-field-contact-footer-1 .field-item .footer-menu {
    margin: 0;
}

.footer .navbar_bottom .field-name-field-contact-footer-1 .field-item .footer-menu a {
    line-height: 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: all 250ms ease-in-out;
    padding: 0 0 6px;
    margin: 0 8px;
}

.footer .navbar_bottom .field-name-field-contact-footer-1 .field-item .footer-menu a:hover {
    border-bottom: 0 solid #1C2634;
}

.footer .navbar_bottom .field-name-field-contact-footer-1 p {
    padding: 0;
}

.node-type-mainpage .certificates {
    background: #F6F8FC;
    padding: 40px 0 140px
}

.node-type-mainpage .certificates_title {
    text-align: center;
    padding: 55px 0;
    font-weight: bold;
    font-size: 2.3em;
}

.node-type-mainpage .certificates .field-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.node-type-mainpage .certificates .field-items .field-item {
    margin: 25px 25px;
    width: 20%;
    text-align: center;
}

.node-type-mainpage .certificates .field-items .field-item a {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.39);
}

.node-type-mainpage .categories {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.node-type-mainpage .categories .category_item > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.node-type-mainpage .categories .category_item .border-bottom {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #004BC9;
    transition: height 250ms ease-in-out;
}

.node-type-mainpage .categories .category_item:hover .border-bottom {
    height: 7px;
}

.node-type-mainpage .categories .category_item:hover .category_item_title {
    color: #004BC9;
}

.node-type-mainpage .categories .category_item {
    width: 25%;
    padding: 25px;
    height: 465px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgb(228, 233, 242) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgb(228, 233, 242)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgb(228, 233, 242) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgb(228, 233, 242) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgb(228, 233, 242) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(228, 233, 242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f8fc', GradientType=1);
}

.node-type-mainpage .categories .category_item .category_item_title {
    color: #000;
    text-align: center;
    font-size: 1.4em;
    line-height: 120%;
    padding: 35px 0;
    transition: color 250ms ease-in-out;
}

.node-type-mainpage .categories .category_item .image {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 65%;
}

.node-type-mainpage .categories .category_item.nth-child-1 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/nasos1.png);
}

.node-type-mainpage .categories .category_item.nth-child-8 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer2.png);
}

.node-type-mainpage .categories .category_item.nth-child-50 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer3.png);
}

.node-type-mainpage .categories .category_item.nth-child-19 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer7.png);
}

.node-type-mainpage .categories .category_item.nth-child-42 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer4.png);
}

.node-type-mainpage .categories .category_item.nth-child-45 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/337_big.png);
}

.node-type-mainpage .categories .category_item.nth-child-37 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer5.png);
}

.node-type-mainpage .categories .category_item.nth-child-32 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer6.png);
}

.node-type-mainpage .categories .category_item.nth-child-15 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer8.png);
}

.node-type-mainpage .categories .category_item.nth-child-85 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer99.png);
}

.node-type-mainpage .categories .category_item.nth-child-152 .image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/Layer9.png);
}

.node-type-mainpage .categories .category_item:nth-child(9), .node-type-mainpage .categories .category_item:nth-child(10), .node-type-mainpage .categories .category_item:nth-child(11) {
    width: 33.33%;
}

.node-type-mainpage .hero_image {
    background-image: url(/sites/all/themes/nasosdon/images/category_images/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.node-type-mainpage .hero_image .desc {
    padding: 5% 0;
}

.node-type-mainpage .hero_image .desc {
    color: #fff;
    max-width: 60%;
}

.node-type-mainpage .hero_image .desc p {
    max-width: 70%;
    line-height: 130%;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: .2px;
    font-style: italic;
}

.node-type-mainpage .hero_image .desc h1 {
    font-size: 2em;
}

.node-product .tabs-caption, .node-type-pump .tabs-caption, .node-type-kran .tabs-caption, .node-type-compressor .tabs-caption, .node-type-engine .tabs-caption {
    display: flex;
}

.node-product .tabs-caption div, .node-type-pump .tabs-caption div, .node-type-kran .tabs-caption div, .node-type-compressor .tabs-caption div, .node-type-engine .tabs-caption div {
    width: 100%;
    text-align: center;
    padding: 19px 0 19px 0;
    background: aliceblue;
    cursor: pointer;
    margin-right: 16px;
    border: 2px solid #c0e2fb;
    border-radius: 15px 15px 0 0;
}

.node-type-pump .tabs-caption div, .node-type-kran .tabs-caption div, .node-type-compressor .tabs-caption div, .node-type-engine .tabs-caption div {
    max-width: 220px;
}

.node-product .tabs-caption div.active, .node-type-pump .tabs-caption div.active, .node-type-kran .tabs-caption div.active, .node-type-engine .tabs-caption div.active, .node-type-compressor .tabs-caption div.active, .node-product .tabs-caption div.active:hover, .node-type-pump .tabs-caption div.active:hover, .node-type-kran .tabs-caption div.active:hover, .node-type-engine .tabs-caption div.active:hover, .node-type-compressor .tabs-caption div.active:hover {
    background: #5e9ad6;
    color: #fff;
}

.node-product .tabs-caption div:hover, .node-type-pump .tabs-caption div:hover, .node-type-kran .tabs-caption div:hover, .node-type-engine .tabs-caption div:hover, .node-type-compressor .tabs-caption div:hover {
    background: #d4eafd;
}

.node-product .tabs-content, .node-type-pump .tabs-content, .node-type-kran .tabs-content, .node-type-engine .tabs-content, .node-type-compressor .tabs-content {
    display: none;
}

.node-type-pump .tabs-content, .node-type-kran .tabs-content, .node-type-compressor .tabs-content, .node-type-engine .tabs-content {
    border: 2px solid #c0e2fb;
    padding: 5px 20px;
    margin-top: -2px;
}

.node-product .tabs-content.active, .node-type-pump .tabs-content.active, .node-type-kran .tabs-content.active, .node-type-compressor .tabs-content.active, .node-type-engine .tabs-content.active {
    display: block;
}

.prev-table .three-ecv-table td, .prev-table .three-ecv-table th, .prev-table .three-ecv-table tr, .node-product .tabs-content .three-ecv-table td, .node-product .tabs-content .three-ecv-table th, .node-product .tabs-content .three-ecv-table tr {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 226, 251);
    border-image: initial;
}

.node-type-pump .tabs-content .characteristics .description, .node-type-kran .tabs-content .characteristics .description, .node-type-compressor .tabs-content .characteristics .description, .node-type-engine .tabs-content .characteristics .description {
    padding-top: 20px;
}

.node-product .tabs-content .ciris-table, .node-type-pump .tabs-content .ciris-table, .node-type-kran .tabs-content .ciris-table, .node-type-compressor .tabs-content .ciris-table, .node-type-engine .tabs-content .ciris-table, .prev-table .three-ecv-table, .tabs-content .three-ecv-table {
    border: 1px solid #c0e2fb;
}

.node-product .tabs-content .ciris-table thead, .node-type-pump .tabs-content .ciris-table thead, .node-type-kran .tabs-content .ciris-table thead, .node-type-compressor .tabs-content .ciris-table thead, .node-type-engine .tabs-content .ciris-table thead, .prev-table .three-ecv-table thead, .tabs-content .three-ecv-table thead {
    background: #5e9ad6;
    color: #fff;
}

.node-product .tabs-content .ciris-table td, .node-product .tabs-content .ciris-table th, .node-product .tabs-content .ciris-table tr, .prev-table .three-ecv-table tr, .tabs-content .three-ecv-table tr {
    border: 1px solid #c0e2fb;
}

.node-type-pump .tabs-content .ciris-table td, .node-type-pump .tabs-content .ciris-table th, .node-type-pump .tabs-content .ciris-table tr, .node-type-kran .tabs-content .ciris-table td, .node-type-kran .tabs-content .ciris-table th, .node-type-kran .tabs-content .ciris-table tr, .node-type-compressor .tabs-content .ciris-table td, .node-type-compressor .tabs-content .ciris-table th, .node-type-compressor .tabs-content .ciris-table tr, .prev-table .three-ecv-table tr, .tabs-content .three-ecv-table tr {
    border: 1px solid #c0e2fb;
}

.node-type-engine .tabs-content .ciris-table td, .node-type-engine .tabs-content .ciris-table th, .node-type-engine .tabs-content .ciris-table tr, .prev-table .three-ecv-table tr, .tabs-content .three-ecv-table tr {
    border: 1px solid #c0e2fb;
}

.personal-data {
    z-index: 9999999999 !important;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    background: rgba(28, 38, 52, 0.8);
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.personal-data.d-flex {
    display: flex;
}

.personal-data a {
    color: #fff;
}

.personal-data .btn {
    margin-left: 15px;
    padding: 5px 20px;
}

.text_under_image {
    padding-bottom: 0;
    padding-top: 5px;
    text-align: center;
}

.slicknav_menu {
    display: none;
    min-width: 320px;
}

@media (max-width: 1280px) {
    .address-block .department .name {
        margin-bottom: 5px;
    }

    .address-block .department .address {
        margin-bottom: 5px;
    }

    .main_menu_wrapper .main_menu .main_menu_item:nth-child(5) {
        display: none;
    }

    div.main_menu_wrapper li.main_menu_item a {
        font-size: 1em;
    }

    div.tables {
        max-width: 87% !important;
    }

    .node-product .tables {
        max-width: 100% !important;
    }

    div.main_menu_wrapper {
        margin: 0;
    }

    div.lSSlideOuter img {
        max-width: 85%;
    }

    .product-desc-bottom img {
        max-width: 100%;
    }

    .footer .navbar_bottom {
        padding: 0 15px;
    }
}

@media (min-width: 1100px) {
    #main-menu li {
        width: 11%;
    }
}

@media (max-width: 1100px) {
    #ya-site-form0.ya-site-form {
        display: none;
    }
}

@media (max-width: 960px) {
    .node-type-product table, .view-taxonomy-term table {
        border-collapse: collapse;
        overflow-x: auto;
        display: block;
        width: fit-content;
        max-width: 100%;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    }

    .page-taxonomy {
        max-width: 100vw;
    }

    #ya-site-form0.ya-site-form, #address-block {
        display: none;
    }

    .main_menu_wrapper.main_menu_v2 {
        top: 0 !important;
    }

    html body.admin-menu {
        margin-top: 64px !important;
    }

    html body {
        margin-top: 60px !important;
    }
}

@media (max-width: 576px) {
    .node-type-mainpage .hero_image {
        background-image: url(/sites/all/themes/nasosdon/images/category_images/mob-header.webp);
    }

    .node-type-mainpage .categories .category_item.nth-child-8 .image {
        background-image: url(/sites/all/themes/nasosdon/images/category_images/mob-Layer2.png);
    }

    .node-type-mainpage .categories .category_item.nth-child-42 .image {
        background-image: url(/sites/all/themes/nasosdon/images/category_images/mob-Layer4.png);
    }

    .node-type-mainpage .categories .category_item.nth-child-37 .image {
        background-image: url(/sites/all/themes/nasosdon/images/category_images/mob-Layer5.png);
    }

    .node-type-mainpage .categories .category_item.nth-child-19 .image {
        background-image: url(/sites/all/themes/nasosdon/images/category_images/mob-Layer7.png);
    }

    .node-type-mainpage .categories .category_item.nth-child-1 .image {
        background-image: url(/sites/all/themes/nasosdon/images/category_images/mob-nasos1.png);
    }

    .anchor_links_grid {
        justify-content: center;
    }

    .cities_popup.fancybox-content {
        padding: 0;
    }

    .cities_popup {
        width: 100%;
        height: 410px;
    }

    .cities_popup .popup-map .popup-map-item .city {
        font-size: 11px;
        font-weight: 700;
        padding: 2px 6px;
    }

    .cities_popup .popup-map .popup-map-item .pointer {
        width: 10px;
        height: 10px;
    }

    .cities_popup .popup-map .popup-map-item:nth-child(1) {
        top: 178px;
        left: 62px;
        height: 70px;
        width: 217px;
    }

    .cities_popup .popup-map .popup-map-item:nth-child(1) > .line {
        width: 67%;
        transform: rotate(-24deg);
    }

    .cities_popup .popup-map .popup-map-item:nth-child(2) {
        top: 256px;
        left: 41px;
        height: 20px;
        width: 174px;
    }

    .cities_popup .popup-map .popup-map-item:nth-child(2) > .line {
        width: 90%;
        transform: rotate(3deg);
    }

    .cities_popup .popup-map .popup-map-item:nth-child(3) {
        top: 279px;
        left: 58px;
        height: 70px;
        width: 114px;
    }

    .cities_popup .popup-map .popup-map-item:nth-child(3) > .line {
        width: 77%;
        transform: rotate(38deg);
    }

    .cities_popup .popup-map .popup-map-item:nth-child(4) {
        top: 83px;
        left: 139px;
        height: 78px;
        width: 124px;
    }

    .cities_popup .popup-map .popup-map-item:nth-child(4) > .line {
        width: 100%;
        transform: rotate(-31deg);
    }

    .hide-filter-btn, .hide-filter-btn-in {
        display: none;
    }

    .node-type-engine .top-side .description, .node-type-compressor .top-side .description, .node-type-pump .pump .top-side .description {
        padding: 0 5px;
    }

    .node-type-engine .characteristics .prices {
        flex-direction: column;
    }

    .node.view-mode-full.node-staticpage {
        padding: 0 10px;
    }

    .node-price {
        width: 95vw;
    }

    .page-node-5 .price_from {
        display: none;
    }

    .filters {
        display: none;
    }

    .page-taxonomy-term .term-description img {
        padding: 5px;
        box-sizing: border-box;
        margin: 0;
        max-width: 100%;
    }

    #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
        width: calc(100vw - 51px - 20px);
    }

    .header__logo, #header .header-contact, #secondary-menu, #admin-menu {
        display: none;
    }

    #header:before, #header:after, #main:before, #main:after, #footer:before, #footer:after {
        display: none;
        content: "";
    }

    html body.admin-menu, body {
        min-width: 320px;
        width: 100%;
        margin-top: 54px !important;
    }

    menu, ol, ul {
        box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .address-block, .region-navigation {
        display: none;
    }

    #ya-site-form0 {
        float: none;
        width: 100%;
    }

    #ya-site-form0 .ya-site-form__form {
        padding: 0;
    }

    #ya-site-form0 .ya-site-form__submit {
        margin: 0 !important;
    }

    .slicknav_menu {
        display: block;
        background: rgb(0, 69, 207) !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .slicknav_menu .slicknav_brand {
        padding: 0 0 0 10px;
    }

    .slicknav_menu .slicknav_brand a {
        font-size: 0;
        display: block;
        background: url(/sites/all/themes/nasosdon/images/logo.png) 0 7px no-repeat;
        width: 222px;
        height: 34px;
        margin: 5px 0 0 55px;
    }

    .slicknav_menu .slicknav_brand a:before {
        content: "";
        display: block;
        position: relative;
        left: -55px;
        background: url(/sites/all/themes/nasosdon/logo.png) no-repeat;
        background-size: 50px;
        width: 50px;
        height: 42px;
    }

    .slicknav_menu .slicknav_btn {
        background: white;
    }

    .slicknav_menu .slicknav_btn .slicknav_menutxt {
        color: rgb(0, 69, 207);
        text-shadow: none;
    }

    .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background: rgb(0, 69, 207);
    }

    .slicknav_menu .slicknav_nav {
        padding-top: 10px;
        font-size: 1.1rem;
        text-align: center;
    }

    .slicknav_menu .slicknav_nav li {
        padding: 5px;
        font-size: 20px;
    }

    #header {
        height: auto;
    }

    #page-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    #main {
        display: flex;
        flex-direction: column-reverse;
    }

    #main .sidebars {
        display: none;
    }

    .node-type-pump .breadcrumb, .node-type-engine .breadcrumb, .page-taxonomy-term .breadcrumb, .node-type-product .breadcrumb {
        margin: 10px 0;
    }

    .view-taxonomy-term .links-blocks > ul {
        padding: 0;
        width: 100%;
    }

    .view-taxonomy-term .term-links {
        box-sizing: border-box;
        margin: 0;
        flex-wrap: wrap;
    }

    .view-taxonomy-term .term-links > div {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .view-taxonomy-term .links-blocks.without-parent {
        margin: 0;
    }

    .page-taxonomy-term-1 .view-taxonomy-term .term-description .block-right {
        width: 100%;
        float: none;
    }

    .sidebar-first #content {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .sidebar-first .region-sidebar-first {
        width: 100%;
    }

    .filials .departments .department, .node-product .filials .departments .department {
        width: 100%;
    }

    .node-mainpage table td:nth-child(2), .node-mainpage table td:last-child {
        display: none;
    }

    .cell-1, .cell-3 {
        display: none;
    }

    .node-mainpage .table .row-10 {
        height: auto;
    }

    .node-contact .lightSlider, .node-contact .lSSlideOuter {
        display: none;
    }

    .node-contact > h2 {
        display: none;
    }

    .node-contact .departments > div {
        width: 100%;
        margin: 0 0 20px 0;
        box-sizing: border-box;
    }

    .node-contact .departments > div b {
        display: block;
    }

    .node-contact .departments > div .open-chat {
        width: 100%;
        box-sizing: border-box;
        margin: 15px 0;
    }

    .yamaps-map-container {
        margin: 0;
    }

    #footer {
    }

    .field-name-field-contact-footer-1 .field-item {
        width: 100%;
    }

    .field-name-field-contact-footer-1 .field-item .footer-menu {
        flex-direction: column;
    }

    .counter {
        display: none;
    }

    .menu-list {
        background: inherit;
    }

    .slicknav_btn, .slicknav_nav .slicknav_item {
        cursor: pointer
    }

    .slicknav_menu, .slicknav_menu * {
        box-sizing: border-box
    }

    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: .438em .625em;
        line-height: 1.125em
    }

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em
    }

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 1px 3px #000
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: .875em;
        margin: .188em 0 0 .438em
    }

    .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: .125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
    }

    .slicknav_menu:after, .slicknav_menu:before {
        content: " ";
        display: table
    }

    .slicknav_menu:after {
        clear: both
    }

    .slicknav_nav li, .slicknav_nav ul {
        display: block
    }

    .slicknav_nav li.main_menu_item_city {
        margin-top: 20px;
        padding-bottom: 18px;
    }

    .slicknav_nav .main_menu_item_city a {
        display: inline-block;
        padding: 5px 0;
        position: relative;
    }

    .slicknav_nav .city-name .city-change {
        margin-top: 3px;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em
    }

    .slicknav_nav .slicknav_item a {
        display: inline
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        display: block
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline
    }

    .slicknav_menu {
        *zoom: 1;
        font-size: 16px;
        background: #4c4c4c;
        padding: 5px;
        min-height: 60px;
    }

    .slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #fff
    }

    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #222
    }

    .slicknav_nav {
        clear: both;
        color: #fff;
        margin: 0;
        font-size: .875em
    }

    .slicknav_nav ul {
        margin: 0 0 0 20px
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 5px 10px;
        margin: 5px 0;
    }

    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #fff
    }

    .slicknav_nav a {
        text-decoration: none;
        color: #fff
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0
    }

    .slicknav_brand {
        float: left;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 12px;
        height: 44px
    }

    .node-type-engine table, .node-type-pump table, .node-product .tables table, .node-type-product table {
        display: block;
        max-width: calc(100vw - 25px) !important;
        margin: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        font-size: 13.5px;
    }

    .node-product .tables .dataTables_wrapper .dataTables_filter label {
        font-size: .8rem;
    }

    .node-product .tables table thead tr td {
        font-size: 0.7rem;
    }

    .node-product .tables table tbody tr td {
        font-size: 12px;
    }

    .node-type-product .lSSlideOuter {
        width: calc(100vw - 30px);
    }

    .view-taxonomy-term .lSSlideOuter {
        width: calc(100vw - 30px);
    }

    .node-type-product .page-taxonomy-term .offers-items, .node-type-product .offers-items, .node-type-product .page-taxonomy-term .offers-items .offers-item, .node-type-product .offers-items .offers-item {
        flex-direction: column;
    }

    .offers-items .offers-item, .node-product .some-nodes > ul > li {
        width: 100%;
        box-sizing: border-box;
    }

    .node-product .field-name-body table {
        margin: 0;
    }

    .node-product .open-chat {
        width: 100%;
        box-sizing: border-box;
    }

    .advantages .advantages-item .advantages-item-img img {
        width: 60px;
    }

    .advantages .advantages-item .advantages-item-caption {
        font-size: 12px;
    }

    #header, .main_menu_wrapper {
        display: none;
    }

    .node-type-mainpage .hero_image .desc {
        max-width: 90%;
    }

    .node-type-mainpage .hero_image .desc p {
        max-width: 100%;
    }

    .node-type-mainpage .hero_image .desc p:last-child {
        display: none;
    }

    .node-type-mainpage .categories .category_item {
        width: 100% !important;
    }

    .node-type-mainpage .categories .category_item {
        height: 355px;
    }

    .node-type-mainpage .categories .category_item .category_item_title {
        padding: 20px 0 0 0;
    }

    .node-type-mainpage .certificates_title {
        line-height: 2rem;
    }

    .node-type-mainpage .certificates .field-items .field-item {
        margin: 10px 5px;
    }

    .footer .find_us {
        padding: 45px 0;
        max-width: 90%;
    }

    .footer .find_us_departs_item {
        width: 100%;
    }

    .footer .find_us_departs_item .depart_title > span {
        line-height: 1.7rem;
    }

    .footer .navbar_bottom .field-item {
        flex-direction: column;
    }

    .footer .navbar_bottom .field-name-field-contact-footer-1 .field-item .footer-menu {
        display: block;
    }

    .footer .navbar_bottom .field-name-field-contact-footer-1 .field-item .footer-menu a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .footer .navbar_bottom .field-name-field-contact-footer-1 p {
        margin-top: 25px;
    }

    .node-type-engine .top-side, .node-type-compressor .top-side, .node-type-pump .pump .top-side {
        flex-direction: column;
    }

    .node-type-engine .top-side .description, .node-type-pump .pump .top-side .description, .node-type-compressor .compressor .top-side .description, .node-type-compressor .compressor .top-side .logo, .node-type-engine .top-side .logo, .node-type-pump .pump .top-side .logo {
        width: 100%;
        text-align: center;
    }

    .node-type-engine .engine .top-side .price-wrapper, .node-type-compressor .compressor .top-side .price-wrapper, .node-type-pump .pump .top-side .price-wrapper {
        padding-left: 0;
        padding-top: 25px;
        text-align: center;
    }

    .node-type-engine .prices {
        justify-content: center;
    }

    .node-type-engine .engine-wrapper {
        flex-direction: column;
    }

    .node-type-engine .prices.price-right, .node-type-engine .prices.price-left {
        margin-left: 0;
        margin-top: 7px;
    }

    .view-taxonomy-term .links-blocks ul.grid-view {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .view-taxonomy-term .links-blocks ul.grid-view li {
        width: 100%;
    }

    .view-taxonomy-term .links-blocks ul.grid-view li .item {
        min-height: 0;
    }

    .view-taxonomy-term .links-blocks ul li ul.grid-view li .logo {
        height: auto;
        margin-bottom: 10px;
    }

    .view-taxonomy-term .links-blocks .ul-list.ul-childs-202 {
        padding-left: 0;
    }

    .copyright {
        text-align: center;
    }

    .mobile-icon-call {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 2px;
        box-sizing: border-box;
        position: fixed;
        left: 20px;
        bottom: 20px;
        z-index: 7;
        border: none;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        background-color: rgb(0, 69, 207);
        box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
    }

    .mobile-icon-call svg {
        width: 31px;
    }

    .similar .similar-item {
        width: 100%;
    }

    .node-product .tabs-caption, .node-type-pump .tabs-caption, .node-type-engine .tabs-caption {
        flex-direction: column;
    }

    .node-product .tabs-caption div, .node-type-pump .tabs-caption div, .node-type-engine .tabs-caption div {
        border-radius: inherit;
        max-width: 100%;
    }

    .remaining-block img {
        height: auto;
    }

    .personal-data {
        flex-wrap: wrap;
        height: auto;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 15px 0;
    }

    .personal-data a {
        color: #fff;
        padding: 10px 0;
    }

    .personal-data .btn {
        margin-top: 10px;
        margin-left: 0;
        padding: 5px 20px;
    }

    .page-taxonomy-term-8 .view-taxonomy-term .links-blocks > ul.ul-childs-12 {
        position: relative;
        top: unset;
        right: unset;
    }

    .page-taxonomy-term-8 .view-taxonomy-term .links-blocks > ul.ul-childs-14 {
        position: relative;
        bottom: unset;
        right: unset;
    }

    .footer .navbar_bottom > .section {
        width: 100%;
    }

    .footer .navbar_bottom > .section1 {
        text-align: center;
    }

    .footer .navbar_bottom > .section2, .footer .navbar_bottom > .section3 {
        width: 41%;
    }

    .footer .navbar_bottom > .section2 {
        flex-grow: 1;
        padding-right: 15px;
    }

    .footer .navbar_bottom > .section .h3 {
        height: 25px;
    }
}

@media (max-width: 440px) {
    .pump-tech-img {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pump-tech-img__item {
        width: 100%;
    }

    .pump-tech-img__item a {
        max-width: 100%;
        max-height: 150px;
        width: 200px;
    }

    .prkvp-content .prkvp_img, .ppr-content .ppr_img {
        text-align: center
    }

    .prkvp-content .prkvp_img img, .ppr-content .ppr_img img {
        float: unset;
        margin: 0;
    }

    .prkvp-content .h2-offset {
        margin-right: 0;
    }

    .ppr-content ul {
        list-style: disc !important;
    }

    .ppr-content ul span.mark {
        display: none;
    }

    .node-4164.node-product .field-name-field-image {
        float: unset;
        margin: 3px auto 7px;
    }

    .field-name-field-image, .term-description.mt-1 img {
        float: unset !important;
    }
}

@media (max-width: 400px) {
    .filials h2, .node-product .filials h2 {
        font-size: 1rem;
    }

    .slicknav_menu .slicknav_brand a {
        margin: 5px 0 0 0;
    }

    .slicknav_menu .slicknav_brand a:before {
        display: none;
    }

    .slicknav_menu .slicknav_btn .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu .slicknav_icon {
        margin-left: 0;
    }

    #bottom-form-wrap #bottom-name, #bottom-form-wrap #bottom-phone {
        min-width: 280px;
    }

    .node-mainpage .container {
        padding: 0 15px;
    }
}

@media (max-width: 320px) {
    .not-mobile-p {
        display: none;
    }
}
