/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * normalize and grid
 */
html {
    width: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    height: 100%;
}

@import url(http://fonts.googleapis.com/css?family=Scada:400,700&subset=latin,cyrillic);
/*@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/aa-bebasneue-webfont.eot');
    src: url('/fonts/aa-bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aa-bebasneue-webfont.woff2') format('woff2'),
         url('/fonts/aa-bebasneue-webfont.woff') format('woff'),
         url('/fonts/aa-bebasneue-webfont.ttf') format('truetype'),
         url('/fonts/aa-bebasneue-webfont.svg#aa_bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Scada', Arial, sans-serif;
    /*font-family: "Open Sans", Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
}

a:focus {
    outline: none;
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media screen and (max-width: 1040px) {
    .before_footer {
        height: 177px !important;
    }
}
@media screen and (max-width: 768px) {
    .before_footer {
        height: 215px !important;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

* {
    margin: 0;
    padding: 0;
}

.row-fixed .container-fluid {
    max-width: 1200px;
}

#emailSent,#emailError{
    float:left;
    display:none;
}

.text-block {
    padding-bottom: 50px;
    text-align: center;
}
.logo-bottom-padding {
    padding-bottom: 15px;
}
.moto-text_system_9 .moto-color3_3 a{color:#444 !important;}

@media (min-width: 768px) {
.logo {
    /*width: 15%;
    margin: 0 auto;
    float: none;*/
    position:absolute;z-index:999;top:10px;left:10px;max-width:160px;max-height:160px;
}
.logo1 {
    position:relative;
    display:block;
    max-width:none;
    margin:0 auto;
    top:auto;
    left:auto;
    float:none;
    /*width: 15%;
    margin: 0 auto;
    float: none;*/
}
.logo1 img{max-width:160px;}
.logo a {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
    .logo{display:none !important;}
    .logo1{display:block !important;text-align:center !important;}
    .logo1 .moto-align-left{text-align:center !important;}
}

.menu {
    width: 100%;
}

.menu-block {
    text-align: center !important;
}

/*.main-ul > li:first-child {
    display: none !important;
}*/

.main-ul li a {
    font-size: 16px !important;
    padding: 0 8px !important;

}

.block-preview p {
  text-indent: 35px;
}
/*.before_footer {height: 160px; width: 100%;background:#73CFFF;}*/

footer{
/*    position: absolute;*/
    bottom: 0;
    width: 100%;
}
.presentation-container {padding-bottom: 67.25% !important;}
.img-block {border-style: none !important;}
.none-padding {padding-bottom: 0 !important;}
.crumbs {padding: 17px 0;}
.table-expedition {width: 100%;
    font-weight: 400;
    font-style: normal;
    font-family: 'Scada', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    color: #6D6A6A;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    border: 1px solid #e7e7e7;
    border-spacing: 0px;
    border-collapse: collapse;}
.table-expedition tr td:first-child {width: 10%;}
.table-expedition tr td:nth-child(2) {width: 55%;}
.table-expedition td {border: 1px solid #e7e7e7; padding: 10px 10px;}
.table-expedition th {background: #3dbeff; color: white; border: 1px solid #e7e7e7; padding: 10px 10px;}
.table-expedition tr:nth-of-type(even) {background: #e0f3fc;}
/*.first-td {width: 10%}
.two-td {width: 55%}*/



/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.block-projects {
  margin: 0 0 0px;
}
.block-projects .projects {
  margin: 0 -10px;
}
.block-projects .projects .item {
  outline: none;
  padding: 0 10px;
}
.block-projects .projects .item .img {
  height: 111px;
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}
.block-projects .projects .item .img:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
  margin-left: -0.1%;
}
.block-projects .projects .item .img a {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.block-projects .projects .item .title {
  color: #1D7594;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
}
.block-projects .projects .item .title:hover {
  text-decoration: underline;
}
footer .box-right {
  display: block;
  float: right;
}
footer .box-right .box-city {
  display: block;
  float: left;
  margin: 0 45px 0 0;
}
footer .box-right .box-city:last-child {
  margin-right: 0;
}
footer .box-right .box-city .city {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
}
footer .box-right .box-city .phone {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}
footer .box-right .box-city .phone a {
  color: #fff;
}
footer .box-right .box-city .addr {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
}
footer .box-right .box-city .email {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
}
footer .box-right .box-city .email a {
  color: #fff;
  text-decoration: underline;
}
footer .box-right .box-city .addr a {
  color: #fff;
  text-decoration: none;
}
footer .box-right .box-city .email a:hover {
  text-decoration: none;
}
footer .box-right .box-city .addr a:hover {
  text-decoration: underline;
}
.white-popup-block{background:#FFF;padding:20px 30px;text-align:left;max-width:650px;margin:40px auto;position:relative}
.gallery .moto-widget-grid-gallery-item{margin:0 10px;position:relative;}
.gallery a .caption{position:absolute;opacity:0.4;padding:0 !important;height:100%;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;width:100%;}
.gallery a:hover .caption{opacity:0.8;}

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

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

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

.slick-next
{
    right: 20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 20px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
#invite-form *{outline:none;}
#invite-form .moto-widget-contact_form-success,#invite-form .moto-widget-contact_form-danger{max-width:368px;}
#invite-form .moto-widget-contact_form-success{color:#1a72a0;}
#invite-form .moto-widget-contact_form-danger{color:red;}
.stick_top{position:fixed !important;z-index:3;top:0;left:0;width:100%;}
.stick_top .row{background:#fff;}
.kazakevich{text-align:right;}
.menu_bg{background:#fff;}
.presentation a{font-size:17px;font-weight:bold;}
.presentation img{vertical-align: center;width:auto !important;height:auto !important;margin-right:5px;}

@media screen and (max-width: 768px) {
    .kazakevich{
        text-align:center;
    }
    .logo-inline{float:left;z-index:3;max-width:225px;}
    .copyr{text-align:center;margin-bottom:20px;}
    .contacts{text-align:center;}
    .contacts .box-right{float:none;display:inline-block}
    footer .box-right .box-city{float:none; margin: 0 0 10px 0;}
}
.fb{margin-left:10px;}
@media screen and (max-width: 1030px) {
    .fb{position:absolute !important;top:6px;right:0;padding:0 !important;}
}
@media screen and (min-width: 768px) {
    .fb, .ok, .i{background:url(/images/f.png) 0 33px no-repeat;text-indent:-9999px;padding:0 !important;}
    .ok {background:url(/images/o.png) 0 33px no-repeat;}
    .i {background:url(/images/i.png) 0 33px no-repeat;}
}
@media screen and (max-width: 768px) {
    .fb, .ok, .i{background:none;text-indent:0;position:relative !important;top:0;right:0;padding:0 !important;}
    .share{margin: 0;}

}
@media screen and (max-width: 1050px) {
    .main-ul li a{padding:0 10px !important;}
}
@media screen and (max-width: 890px) {
    .main-ul li a{padding:0 4px !important;}
}
.buttom_download {margin: 0 10px 5px 0}
.facebook-button {background-color: #305891; background-image:url(/images/fb_other.png);}
.vk-button {background-color: #2f5070; margin-bottom: 10%; background-image:url(/images/vk_other.png);}
.custom-share-button {margin-top: 1%;display: inline-block; background-position: left; background-repeat: no-repeat; line-height: 23px; padding: 10px 0 10px 40px; width: 100%; font-size: 1.3em; color: #FFF !important;}
.custom-share-button:hover {color: #FFF !important;}
.language_block {display: inline-block; position: absolute; right: 7%; top: 5%; z-index: 1003;}
.language_block a {text-transform: uppercase; color: #FFF; font-size: 1.6em; font-weight: bold; margin-right: 6px; -webkit-transition: all 500ms ease;
        transition: all 500ms ease;}
.language_block a:hover {text-shadow: 0px 0px 29px rgba(85, 182, 204, 1);}
#language-rus {padding-right: 3px !important;}
#language-en {padding-left: 3px !important;}

.background-grey{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DDD;
    z-index: 3;
}

.close-video {
    position: fixed;
    top: 25px;
    right: 50px;
}

.video_footer {
  display: inline-block;
  text-align: center;
  float: inherit;
  margin-bottom: 10px;
}

.video_footer p {
    margin-bottom: 5px;
}

#play-video {
   cursor: pointer;
}

#play-video:hover#play-video img {
   opacity: 1;

}

#play-video img {
   opacity: 0.8;
   border-radius: 4px;
   -webkit-transition: all 1s ease;
            transition: all 1s ease;
}

.close-video .fa-times {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 1s ease;
            transition: all 1s ease;
}

.close-video .fa-times:hover {
    opacity: 1;
}

.main-ul .link-fb {
    margin-right: 4px;
}
.logo_partners {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0 0 30px 0;
    line-height: 160px;
}

.logo_partners a {
    position: relative;
    display: inline-block;
}
.logo_partners a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    line-height: 10px;
}

.logo_partners a img {
       -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
}

.logo_partners a:hover img {
    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
}

.link_block {
    background: #222;
    margin-bottom: 15px;
    display: inline-block;
}

.logo_partners img {
    width: 80%;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.link_block img {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: opacity 700ms ease;
            transition: opacity 700ms ease;
}

.col_video {
    text-align: center;
}
.p_center {
    text-align: center;
}

.link_block a {
    display: inline-block;
    position: relative;
}

.link_block a:hover img {
    opacity: 1;
}

.link_block a:hover span {
    opacity: 0;
}

.link_block a span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    opacity: 1;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 700ms ease;
            transition: opacity 700ms ease;
}

.col_link {
  text-align: center;
}

.row_link {
    margin-top: 40px;
}

.padding_row {
    margin-bottom: 10px;
}

.logo_partners h2 {
    line-height: 23px;
    color: #6D6A6A;
    margin-bottom: 13px;
    font-size: 17px;
}

.letter .row {
    margin-bottom: 20px;
}

.moto-background {
    min-height: 0 !important;
}
.projects > .slick-prev::before,
.projects > .slick-next::before {
    color: #73CFFF;
}
.projects > .slick-prev {
    left: -10px;
    z-index: 1;
}
.projects > .slick-next {
    right: -10px;
}
@media all and (max-width: 1200px) {
    .projects > .slick-prev {
        left: 0px;
    }
    .projects > .slick-next {
        right: 0px;
    }
}
.slick-next::before {
    content: "\f138";
    font-family: "FontAwesome";
}
.slick-prev::before {
    content: "\f137";
    font-family: "FontAwesome";
}
.col-support a:hover > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    z-index: 2;
}
.col-support .row .col-sm-3 {
    padding-left: 2px;
    padding-right: 2px;
}
.main_href {
    display: block;
    /*position: relative;
    top: -183px;*/
    top:66%; 
    width: 100%; 
    position: absolute;
}

.main_href:hover span {
    color: #337ab7;
}
.main_href span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Scada", sans-serif;
    font-size: 16px;
    z-index: 100;
    top: 75%;
    font-weight: bold;
}
.main_href span button,
.main_href span .btn {
    width: 300px;
    background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
    
    font-weight: 700;
    display: block;
    font-size:20px;
    margin: 45px auto 0 auto;
    border: 1px solid #337AB7;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;

}
.main_href span button:hover,
.main_href span .btn:hover {
    color: #337AB7 !important;
    background: #fff;
}
@media (max-width: 900px) {
  /*.main_href span {
    display: none;
  } */
}
#map-tabs {
    margin-top: 20px;
    position: relative;
}
#map {
    width: 100%; height: 700px; margin-bottom: 20px;
    margin-top: -6px;
}
#map-tabs .tabs {
    display: inline-block;
    width: 100%;
    background: #73cfff;
}
#map-tabs .tabs .tab-title {
    float: left;
    list-style-type: none;
    background: #73cfff;
    -webkit-transition: background 0.400s ease;
            transition: background 0.400s ease;
}
#map-tabs .tabs .tab-title a {
    height: 80px;
    line-height: 80px;
    padding: 0 25px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: block;
}
#map-tabs .tabs .tab-title:hover {
    background: #4cc2ff;
}
#map-tabs .tabs .tab-title a.active {
    font-weight: bold;
}
#map-tabs .tabs-content {
    position: absolute;
    width: 300px;
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    z-index: 100;
    top: 194px;
    left: 68px;
}
#map-tabs .tabs-content .content a {
    display: block;
    font-size: 20px;
}
.main-ul .moto-widget-menu-item:nth-child(6) a:hover {
    color: #73CFFF !important;
}
.give-me-zayavka:hover {
 color: #73CFFF !important;
}
.map-subtitle {
    text-align: center;
}
.text_pages > .map-subscribe {
    font-size: 14px;
}
.map-objects {
    display: none;
    position: fixed;
    margin: auto;
    z-index: 10;
    height: 90vh;
    max-height: 90vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 467px*/
    width: 80vw;
    max-width: 80vh;
    padding: 16px 18px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    background-color: #fff;
}
.map-objects__close {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 1;
    display: block;
    width: 19px;
    height: 19px;
    padding: 0;
    color: #777;
    background-color: transparent;
    border: none;
}
.map-objects__close:hover {
    color: #0F4C7F;
}
.map-objects__slide {
    outline: none;
}
.map-objects__slide h2 {
    margin-bottom: 10px;
}
.map-objects__slide p {
    padding-bottom: 16px;
}
.map-objects__slider .slick-prev::before,
.map-objects__slider .slick-next::before {
    /*color: #69A7EA;*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
.map-objects__slide > a[href='#'] {
    pointer-events: none;
}
@media all and (min-width: 320px) {
    .map-objects__slider .slick-prev,
    .map-objects__slider .slick-next {
        top: 20%;
    }
}
@media all and (min-width: 480px) {
    .map-objects__slider .slick-prev,
    .map-objects__slider .slick-next {
        top: 32%;
    }
}
@media all and (min-width: 768px) {
    .map-objects__slider .slick-prev,
    .map-objects__slider .slick-next {
        top: 40%;
    }
}
@media all and (min-width: 1200px) {
    .map-objects__slider .slick-prev,
    .map-objects__slider .slick-next {
        top: 50%;
    }
}
.text_pages a {
    color: #6d6a6a !important;
}
.text_pages a:hover {
    color: #73cfff !important;
    text-decoration: none !important;
}
.fb, .ok, .i {
    display: none !important;
}
/*.moto-widget-menu-item .moto-widget-menu-sublist {
  display:none !important;
} */
.prev-dey, .next-dey {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0c83e7;
    color: #fff !important;
}

/* fix */

.images-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
}

.images-row__item {
    display: block;
    width: calc(25% - 20px);
    margin-bottom: 20px;
}

.images-row__image {
    display: block;
    width: 100%;
    height: auto;
}

.highlight {
    display: inline-block;
    width: auto;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #bcdff1;
    border-radius: .25rem;
    background-color: #d9edf7;
    color: #31708f;
}
.custom-btn {
    margin: 0 auto 20px;
    display: block;
    width: 18em;
    color: #fff;
    border: none;
    border-radius: 19px;
    background: #337ab7;
    padding: 6px 59px;
    line-height: 24px;
    font-size: 18px;
}
.form-tour {
    position: relative;
}

.collage{max-height:550px;overflow-y:hidden;}
.collage .slick-dots {
    position: absolute;
    bottom: 4%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.collage .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

.collage .slick-dots li button {
    border: 0;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 2.5px;
    border-radius: 50%;
    background-color: grey;
    cursor: pointer;
    opacity: .7;
}

.collage .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    opacity: 95;
}

.collage .slick-dots li.slick-active button {
    outline: none;
    opacity: .95;
}

.collage__logo {
    top: 6%;
    left: 6%;
    height: 30%;
    position: absolute;
    pointer-events: none;
    display:none;
}
.collage__social {
    top: 6%;
    right: 6%;
    position: absolute;
    background:rgba(255,255,255,0.8);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    color:#0088a1;
    font-size:20px;
    z-index:9999;
}
.soc_dev img{max-width:32px;max-height:32px;}
.collage__social p{
    font-weight:700;
    padding-bottom:10px;
}
.collage__social ul{
    list-style:none;
    padding-left:47px
}
.collage__social ul li{
    padding-left:35px;
    line-height:43px;
}
.collage__social ul li:first-child{
    background:url(/images/faceb.png) left center no-repeat;
}
.collage__social ul li:last-child{
    background:url(/images/ig.png) left center no-repeat;
}
@media screen and (max-width:1180px){
    .brhide{display:none}
    .collage__social p{padding-bottom:0;}
    .collage__social ul{display:table; padding-left:33px;}
    .collage__social li{display:table-cell;float:left}
    .collage__social li:first-child{margin-right:25px;}
}
@media screen and (max-width:1024px){
    .collage__social{top:3%;padding:5px 15px 5px 15px;right:auto;left:50%;margin-left:-180px}
    .main_href{top:45%}
}
@media screen and (max-width:768px){
    .main_href{top:40%}
}
@media screen and (max-width:420px){
    .collage__social {
        display:none;
    }  
    .main_href span button, .main_href span .btn{
        width:150px;
        padding:5px 10px 5px 10px;
        font-size:10px;
        margin:8px auto 0 auto;
    } 
    .main_href {
        top:0%; 
    }
     
}


.collage__logo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    
}
.collage__logo.shad img{
    -webkit-filter: drop-shadow(1px 1px 1px rgba(255,255,255,0.6)) drop-shadow(-1px 1px 1px rgba(255,255,255,0.6)) drop-shadow(-1px -1px 1px rgba(255,255,255,0.6)) drop-shadow(1px -1px 1px rgba(255,255,255,0.6));
    filter: drop-shadow(1px 1px 1px rgba(255,255,255,0.6)) drop-shadow(-1px 1px 1px rgba(255,255,255,0.6)) drop-shadow(-1px -1px 1px rgba(255,255,255,0.6)) drop-shadow(1px -1px 1px rgba(255,255,255,0.6));
}

a.btn-dev,
button.btn-dev {
    display: inline-block;
    width: auto;
    font-size: 14px !important;
    height: 2.75em;
    padding: 0 1em;
    border: 1px solid #337AB7;
    border-radius: 23px;
    margin: 1em auto;
    font-weight: 700;
    line-height: 2.75em;
    text-transform: uppercase;
    background: #155184;
    color: #fff !important;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.btn-dev:hover,
button.btn-dev:hover {
    background: #fff;
    color: #337AB7 !important;
}

a.btn-dev.active,
button.btn-dev.active {
    background: #fff;
    color: #337AB7 !important;
}

@media screen and (max-width: 980px) {
    .info__text {
        margin-left: 0;
        width: 100%;
    }

    .images-row__item {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .info__text-main {
        width: 100%;
        margin-bottom: 20px;
    }

    .info__img-wrap {
        width: 50%;
        min-width: 220px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .images-row__item {
        width: calc(50% - 20px);
    }
}

.dev-block {
    padding: 0 15px;
    max-width:900px;
    margin:0 auto;
}

.dev-block__top {;
}

.dev-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em 0;
}

.dev-block__col {
    width: 50%;
}

.dev-block__title {
    text-align: center;
    font-size: 21px;
    margin-bottom: .5em;
}
.dev-block_left {
    text-align:left;
}
.dev-block_left a{
    margin-left:0px;
}
.dev-block__title + div {
    text-align: center;
}
.dev-block__title.dev-block_left + div{
    text-align:left;    
}
.onlinemap{
    padding-top:20px;
}
.dev-block__icon-text {
    margin-left: 5px;
    font-size: 20px;
}

.diary {

    margin: 0 15px 40px;
}

.diary__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto .5em;
    max-width: 900px;
}

.form-tab__title {
    font-size: 20px !important;
}

.form-tab__text {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #6D6A6A;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

#diary__body {
    max-width: 900px;
    margin: 0 auto;
}

.diary-filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: calc(100% - 25em);
}

.diary-filter__select {
    display: block;
    width: 100%;
    padding: .2em;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    margin-left: 1em;
    color: #4c4c4c;
    text-align: left;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
}

.diary-item {;
}

.diary-item h3 {
    text-align: left;
    font-size: 18px;
    margin: .5em 0 .25em;
}
.diary-item__body .diary__top .taggle_list li{
    float:left;
}

.diary-item__body .diary__top .taggle_list{
    width:auto;
}
.diary-item-text__top{
    float:left;
}
.diary-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.diary-item__img {
    display: block;
    float: left;
    width: 15em;
    margin-right: 1em;
}

.diary-item__img a {
    display: block;
    width: 210px;
    height: auto;
    overflow: hidden;
}
.diary-item__img a:hover img {
    transform: scale(1.1);
}
.diary-item__img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.diary-item-text {
    width: 100%;
    padding-bottom: 1em;
}

.diary-item-text > .diary-item-text__top {
    position: relative;
    left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 7px;
}

.diary-item-text__date {
    margin: 8px 8px 8px 0;
    line-height:30px;
}
.btn-dev.btn7{
    border-radius:7px;
}
.diary-item-text__tag {
    margin: 8px;
    display: inline-block;
    width: auto;
    font-size: 14px !important;
    height: 2.75em;
    padding: 0 1em;
    border: 1px solid #337AB7;
    border-radius: 23px;
    font-weight: 700;
    line-height: 2.75em;
    text-transform: uppercase;
    background: #155184;
    color: #fff !important;
}

.diary-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
}

.igor-link {
    ;
}

button.diary-filter__btn {
    margin: 0 0 0 1em;
}

.how-to {
    margin-top: 40px;
}

.how-to-list {
    max-width: 17em;
    font-size: 25px;
    margin: 10px auto 40px;
}
.diary-item > a {
    display: block;
    color: #333;
    font-size: 20px;
    padding-bottom: .5em;
}
.diary-item > a:hover {
    color: #73cfff;
}

@media screen and (max-width: 1024px) {
    .dev-block__col {
        width: 100%;
        max-width: 20em;
        margin-bottom: 2em;
    }
}
#form-3 .taggle_input,
.menu-dropdown #form-3 .taggle_input,
#form-3 .taggle_placeholder,
#menu-dropdown .taggle_placeholder {
    display: none;
}
#form-3 .taggle_list .taggle,
.menu-dropdown .taggle_list .taggle {
    padding: 5px;
    padding-right: 15px;
}
#form-3 .taggle_list .taggle .close,
.menu-dropdown .taggle_list .taggle .close {
    display: block;
    font-size: 1.5em;
}
.menu-dropdown [type="checkbox"],
.menu-dropdown [type="checkbox"]:checked + li,
#form-3 [type="checkbox"],
#form-3 [type="checkbox"]:checked + li {
    display: none;
}
.menu-dropdown .taggle label,
#form-3 .taggle label {
    margin-right: -10px;
    cursor: pointer;
}
.menu-dropdown {
    width: 100%;
    padding: 0;
    border: none;
}
.menu-dropdown .taggle {
    float: right;
}
.collage-new {
    width: 100vw;
    left: 50%;
    transform: translateX(-50vw);
}
#form-popup {
    padding: 2.5em 2.5em 0 !important;
}
.diary_link {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}
.diary-next span {
    width: 12em;
    display: inline-block;
}
@media screen and (max-width: 991px) {
    .diary__top,
    #diary__body {
        padding: 0 1em;
    }
    .diary-item__img {
        float: none;
        width: 100%;
        margin: 0 0 1em;
        max-width: 30em;
    }
    .diary-item-text > .diary-item-text__top {
        left: 0;
    }
    .diary-item__img a {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .diary_link {
        width: 100%;
        text-align: center;
    }
    .diary-next span {
        display: none;
    }
}
.header-bunner {
    /*font-size: 20px;*/
    font-size: calc(20 / 1920 * 100vw);
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    /*height: 551px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.header-bunner__img {
    display: block;
    width: 100%;
    height: auto;
    /*width: auto;
    height: 100%;*/
}
.header-bunner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-bunner-icon__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.header-bunner-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1.95em;
}
.header-bunner-icon__img {
    height: 3.7em;
    margin: .55em;
}
.header-bunner-icon__img img {
    display: block;
    width: auto;
    height: 100%;
}
.header-bunner-icon__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .85em;
    line-height: 1.176em;
    color: #fff;
    padding: 11px;
}
.header-bunner__title {
    font-family: 'Scada', sans-serif;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 1em;
    color: #fff;
    margin: 0.42em 0;
    text-align: center;
}
.header-bunner__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.05em;
    line-height: 1.2857em;
    color: #fff;
    margin: .9em 0;
    text-align: center;
}
.header-bunner__btn {
    border-radius: 1.2em;
    width: 10.92em;
    padding: 0;
    border: 0;
    margin: 1.8em 0;
    font-family: 'Scada', sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 2.36em;
    color: #fff;
    background-color: #ff3e62;
    cursor: pointer;
}
.header-bunner__btn:hover {
    background-color: #a6283f;
}
[src="https://www.youtube.com/embed/cGXV2admmKU"] {
    height: 50vw;
    max-height: 600px;
}
.sl3{
    width:977px;
    text-align:right;
    margin:0 auto;
    padding-top:283px;
}
.social_likes{
    text-align:center;
}
.social_likes>div{
    margin:0 auto;
    display:inline-block;
}
.participate_form{
    margin:40px auto 20px auto;
    text-align:center;
}
.participate_form #emailSent,.participate_form #emailError,.participate_form #emailNotValidate{
    text-align:center;
}

.journal_nav.prev,
.journal_nav.next
{
    font-size: 0;
    line-height: 0;

    position: relative;
    

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.journal_nav.prev:hover,
.journal_nav.prev:focus,
.journal_nav.next:hover,
.journal_nav.next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.journal_nav.prev:hover:before,
.journal_nav.prev:focus:before,
.journal_nav.next:hover:before,
.journal_nav.next:focus:before
{
    opacity: 1;
}


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

    opacity: .75;
    color: #73cfff;

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

.journal_nav.prev
{
    /*margin-left: 20px;*/
}
.journal_nav.prev:before
{
    content: '←';
}

.journal_nav.next
{
    /*margin-right: 20px;*/
}
.journal_nav.next:before
{
    content: '→';
}
.journav{
    text-align:center;
}
.journal_text_nav{
    text-align:center;
    display:block;
    margin-top:5px;
    clear:both;
}

@media screen and (max-width:767px){.row.nomar{margin:0;}}