body,
html {
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: Ubuntu, sans-serif;
    height: auto!important;
    height: 100%;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    color: #122140;
    background-color: #dfeeff;
    background-image: url(../img/pattern.gif);
    background-repeat: repeat;
    background-position: left top
}

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

h3 {
    font-size: 1.25em
}

h3 {
    font-size: 1.125em
}

a {
    color: #9f1603;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a:hover {
    color: #cf3046;
    text-decoration: none
}

blockquote {
    border-left: 5px solid #9f1603
}

p {
    padding-bottom: 10px
}
u {
    text-decoration: none;
}
figure {
    width: 100%
}

img.img-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.float {
    float: left
}

.float2 {
    float: right
}

.center {
    text-align: center
}

.top-0 {
    margin-top: 0!important
}

.bot-0 {
    margin-bottom: 0!important
}

.left-0 {
    margin-left: 0!important
}

.last {
    margin-right: 0!important
}

.indent-1 {
    margin-top: 58px
}

.indent-2 {
    margin-top: 50px
}

.indent-3 {
    padding-top: 15px
}

.indent-4 {
    padding-top: 10px
}

.p0 {
    padding-bottom: 0!important
}
.pl-15 {
    padding-left: 15px
}

.clearfix {
    width: 100%!important;
    padding: 0!important
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.box-header {
    text-decoration: none;
    outline: 0;
    text-align: center
}

.box-header:after {
    display: block;
    content: "";
    background: #9f1603;
    margin: 10px auto;
    width: 80px;
    height: 2px
}

.btn-default {
    color: #101b2d;
    background-color: #fcf8e3;
    border-color: #bcb9aa;
    border-radius: 0
}

.btn-default:hover {
    background-color: #bcb9aa
}

.btn-primary {
    color: #fff;
    background-color: #101b2d;
    border-color: #364869;
    border-radius: 0
}

.btn-primary:hover {
    background-color: #364869
}

.btn-danger {
    color: #fff;
    background-color: #9f1603;
    border-color: #cf3046;
    border-radius: 0
}

.btn-danger:hover {
    background-color: #cf3046
}

#wrap {
    margin: 0 auto
}

header {
    padding: 25px 0 41px 0;
    background: url(../img/header.png) 0 0 repeat-x #ddeeef;
    position: relative;
    z-index: 999
}

.header-block {
    height: 190px;
    background: #101b2d;
    background: -webkit-linear-gradient(top, #101b2d, #364869);
    background: -moz-linear-gradient(top, #101b2d, #364869);
    background: -ms-linear-gradient(top, #101b2d, #364869);
    background: -o-linear-gradient(top, #101b2d, #364869);
    border-right: 5px solid #364869;
    border-left: 5px solid #364869;
    border-top: 5px solid #364869;
    -moz-border-image: -moz-linear-gradient(top, #364869 0, #122140 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #364869 0, #122140 100%);
    border-image: linear-gradient(to top, #364869 0, #122140 100%);
    border-image-slice: 1;
    text-shadow: 0 1px 0 #100933;
    position: relative;
    z-index: 99
}

.header-block-pad {
    padding: 41px 15px 16px 15px
}

.header-block .babel_links {
    float: left
}

.top-link {
    list-style: none;
    display: block;
    margin: 20px 0 5px;
    padding: 0
}

.top-link li {
    float: left;
    color: #fff;
    margin-right: 20px
}

.header-block .babel_links a {
    color: #fff;
    font-size: .875em
}

.brand {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: none
}

.brand a {
    display: block;
    line-height: 0
}

.brand div.logo,
.brand div.logo-xs {
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 85px;
    position: relative;
    top: 25px;
    margin: 0 45px 0 45px
}

.brand div.logo {
    background-position: center top
}

.brand div.logo-xs {
    background-position: left top
}

.brand span {
    display: block;
    font-family: Lora, serif;
    font-weight: 400;
    color: #fde586;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 5px 2px #000
}

.brand div.logo span {
    margin-top: 4px;
    line-height: 21px
}

.brand div.logo-xs span {
    margin-left: 50px;
    margin-top: 2px;
    line-height: 17px;
    font-size: .875em
}

.brand div.logo span.rus {
    float: left;
    text-align: right;
    padding-left: 30px
}

.brand div.logo span.eng {
    float: right
}

.brand div.logo-xs span {
    float: left;
    text-align: center
}

#login-container {
    position: relative
}

#auth-form {
    position: absolute;
    z-index: 133;
    left: 2px
}

#auth-form input {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: .875em;
    border: 1px solid #c9d6e5
}

#auth-login,
#auth-register {
    width: 80%;
    margin: 0 auto
}

.bar {
    background: url(../img/495.gif) center no-repeat;
    height: 40px;
    width: 230px;
    margin-top: 100px
}

#login-div,
#messageSent,
.bar {
    display: none
}

#login-div {
    position: fixed
}

#auth,
#registration {
    height: auto;
    width: 360px;
    background: url(../img/pattern.gif) top center;
    border: 3px solid #101b2d;
    -moz-border-image: -moz-linear-gradient(top, #101b2d 0, #fff 5%, #101b2d 15%, #101b2d 85%, #fff 95%, #101b2d 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #101b2d 0, #fff 5%, #101b2d 15%, #101b2d 85%, #fff 95%, #101b2d 100%);
    border-image: linear-gradient(to top, #101b2d 0, #fff 5%, #101b2d 15%, #101b2d 85%, #fff 95%, #101b2d 100%);
    border-image-slice: 1;
    color: #06050e;
    display: none;
    padding: 0;
    float: right
}

#auth-form input,
#registration-form input {
    margin-top: 15px
}

#auth-form button,
#registration-form button {
    margin-top: 15px;
    margin-bottom: 10px
}

#auth-form h4,
#registration-form h4 {
    text-align: center
}

#auth-form a#registration {
    text-align: center;
    margin-bottom: 10px
}

#auth,
#registration {
    padding: 0;
    float: left
}

#auth-form h4,
#registration-form h4 {
    text-align: center;
    padding: 5px;
    margin-top: 20px
}

#login-div {
    top: 0;
    right: 0
}

.social {
    text-align: center;
    margin-bottom: 10px
}

.social-likes {
    padding-top: 10px
}

.auth-link {
    list-style: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0
}

.auth-link li {
    float: left;
    margin-left: 10px;
    margin-top: 5px
}

.user-info {
    width: 100%;
    text-align: center
}

.closes,
.closes:hover {
    position: absolute;
    display: inline;
    opacity: 1;
    width: 24px;
    height: 24px;
    right: 0
}

.office-auth-login-wrapper,
.office-auth-register-wrapper {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px
}

.office-auth-register-wrapper {
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.office-message-success {
    background-color: green!important
}

.office-message-error {
    background-color: brown!important
}

.office-message-info {
    background-color: #000!important
}

#office-auth-form .red {
    color: #8b0000
}

#office-profile-form .header {
    padding: 20px 0 20px 100px
}

#office-profile-form .red {
    color: #8b0000
}

.hybridauth .ha-avatar {
    position: absolute;
    width: 75px
}

.hybridauth .ha-info {
    display: inline-block
}

.ha-icon,
.ha-icon-active {
    display: inline-block;
    width: 30px;
    height: 32px;
    margin: 0 2px;
    background-image: url(../img/color-icons.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    opacity: 1
}

.ha-icon:hover {
    opacity: .8
}

.ha-icon.active {
    background-image: url(../img/grayscale-icons.png);
    opacity: .5!important
}

.ha-icon.facebook {
    background-position: 0 0
}

.ha-icon.github {
    background-position: -31px 0
}

.ha-icon.google {
    background-position: -60px 0
}

.ha-icon.instagram {
    background-position: -90px 0
}

.ha-icon.linkedin {
    background-position: -120px 0
}

.ha-icon.livejournal {
    background-position: -150px 0
}

.ha-icon.mailru {
    background-position: -179px 0
}

.ha-icon.odnoklassniki {
    background-position: -209px 0
}

.ha-icon.thumblr {
    background-position: -238px 0
}

.ha-icon.twitter {
    background-position: -268px 0
}

.ha-icon.vimeo {
    background-position: -297px 0
}

.ha-icon.vkontakte {
    background-position: -327px 0
}

.ha-icon.yandex {
    background-position: -357px 0
}

.ha-icon.youtube {
    background-position: -387px 0
}

.ha-icon.foursquare {
    background-position: -417px 0
}

.navbar-form {
    background: url(../img/form-search.jpg) 0 0 repeat-x #09051c;
    border-bottom: #434343 1px solid;
    margin: 5px 10px;
    position: relative;
    float: right;
    min-width: 260px;
    min-height: 30px
}

.navbar-form input {
    position: absolute;
    left: 0;
    top: 0;
    display: inline;
    background: 0 0;
    border: none;
    box-shadow: none;
    line-height: 18px;
    width: 85%;
    float: left;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 5px;
    color: #fff;
    font-size: .875em
}

.navbar-form input:focus {
    box-shadow: none
}

.navbar-form a {
    margin: 0;
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 33px;
    background: url(../img/search.png) 0 0 no-repeat;
    float: right;
    -webkit-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease
}

.navbar-form a:hover {
    background: url(../img/search.png) right 0 no-repeat
}

.navbar_ {
    margin: 0;
    position: relative
}

.navbar_ .navbar-inner_ {
    margin: 0;
    background: url(../img/navbar.png) 0 0 repeat-x;
    border: none;
    min-height: inherit
}

.navbar_ .navbar-inner_ .navbar-toggle {
    background-color: #9f1603;
    float: left;
    margin-top: 5px;
    margin-bottom: 4px;
    border-radius: 0;
    border: 2px solid #100933;
    -moz-border-image: -moz-linear-gradient(left, #100933 0, #fff 15%, #100933 25%, #100933 75%, #fff 85%, #100933 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #100933 0, #fff 15%, #100933 25%, #100933 75%, #fff 85%, #100933 100%);
    border-image: linear-gradient(to left, #100933 0, #fff 15%, #100933 25%, #100933 75%, #fff 85%, #100933 100%);
    border-image-slice: 1
}

.navbar_ .navbar-inner_ .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar_ .container {
    position: relative
}

.nav-collapse_ {
    float: left;
    padding-top: 8px;
    padding-left: 15px
}

.nav-collapse_ .nav li {
    position: relative;
    line-height: 17px;
    font-size: .8125em
}

.nav-collapse_ .nav>li {
    background: url(../img/line-1.png) 0 0 repeat-y;
    padding: 0 15px 0 15px
}

.nav-collapse_ .nav>li.li-first {
    top: 15px;
    left: 0;
    width: 17px;
    height: 15px;
    background: url(../img/home.png) 0 0 no-repeat;
    -webkit-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease
}

.nav-collapse_ .nav>li:hover.li-first {
    background: url(../img/home.png) -40px 0 no-repeat
}

.nav-collapse_ .nav>li.li-first.level1 span {
    display: none
}

.nav-collapse_ .nav>li.li-first a {
    position: absolute;
    left: 0;
    top: 0
}

.nav-collapse_ .nav li a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: inherit
}

.nav-collapse_ .nav>li.li-first.sfHover a>em,
.nav-collapse_ .nav>li.li-first:hover a>em {
    background-position: right 0
}

.nav-collapse_ .nav>li.sfHover>a,
.nav-collapse_ .nav>li.sfHover>a:hover,
.nav-collapse_ .nav>li>a:hover,
.nav-collapse_ .nav>li>ul li.sfHover>a,
.nav-collapse_ .nav>li>ul li>a:hover {
    color: #9f1603;
    background: 0 0
}

.nav-collapse_ .nav>li.active>a,
.nav-collapse_ .nav>li.active>a:hover {
    color: #9f1603
}

.sub-menu>a {
    position: relative
}

.nav-collapse_ .nav>li.sub-menu>a:before {
    content: " ";
    position: absolute;
    background: url(../img/li-marker.png) left top no-repeat;
    width: 7px;
    height: 5px;
    right: 50%;
    top: 50%;
    margin: 10px -3px 0 0
}

.nav-collapse_ .nav ul {
    position: absolute;
    display: none;
    left: 0;
    top: 50px;
    list-style: none;
    zoom: 1;
    z-index: 9;
    background: #101b2d;
    padding: 20px 0 24px 0;
    margin: 0
}

.nav-collapse_ .nav>li li.sub-menu>a:before {
    content: " ";
    position: absolute;
    background: url(../img/li-marker.png) left top no-repeat;
    width: 7px;
    height: 5px;
    right: 10px;
    top: 10px
}

.nav-collapse_ .nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 15px;
    padding: 7px 10px 8px 24px;
    background: 0 0
}

.sf-menu li {
    position: relative
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: -200
}

.sf-menu>li {
    float: left
}

.sf-menu li.sfHover>ul,
.sf-menu li:hover>ul {
    display: block
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu {
    float: left;
    margin-bottom: 0
}

.sf-menu ul {
    box-shadow: none;
    min-width: 12em
}

.sf-menu a {
    border: none;
    padding: 0;
    text-decoration: none;
    zoom: 1
}

.sf-menu a {
    color: #fff
}

.sf-menu li {
    background: 0 0;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s
}

.sf-menu ul li {
    background: 0 0
}

.sf-menu ul ul li {
    background: 0 0
}

.sf-menu li.sfHover,
.sf-menu li:hover {
    background: rgba(16, 27, 45, .3)
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em/* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows .sf-with-ul:after {
    content: none;
    right: 1em;
    margin: 0;
    height: 0;
    width: 0;
    border: none
}

.sf-arrows>.sfHover>.sf-with-ul:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>li>.sf-with-ul:focus:after {
    border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dfeeff;
    border-left-color: rgba(255, 255, 255, .5)
}

.sf-arrows ul .sfHover>.sf-with-ul:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul li>.sf-with-ul:focus:after {
    border-left-color: #fff
}

.social-icons {
    list-style: none;
    width: 100%;
    right: 0;
    margin: 0;
    display: block;
    padding-top: 15px;
    padding-left: 0
}

.social-icons li {
    float: right;
    margin-left: 3px
}

.pgwSlider .ps-current {
    font-size: 1.2em
}

.main-content {
    padding-top: 15px
}

.sub-content {
    padding-bottom: 46px
}

.content {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(16, 27, 45, .51);
    box-sizing: border-box;
    color: #122140
}

.content .subcontent h1,
.content .subcontent h2,
.content .subcontent h3,
.content .subcontent h4,
.content .subcontent h5,
.content .subcontent h6 {
    padding: 5px 10px 0 10px;
    font-weight: 700
}

.content .subcontent {
    padding: 20px;
    min-height: 800px
}

.content .subcontent p strong {
    font-weight: 700
}

.subcontent .inner h1,
.subcontent .inner h2,
.subcontent .inner h3,
.subcontent .inner h4,
.subcontent .inner h5,
.subcontent .inner h6 {
    font-size: 1.2em;
    border-bottom: 1px solid #dcdcdc;
    padding-right: 40px;
    background: url(../img/select_arrow.png) no-repeat;
    background-position: right center
}

.subcontent .inner h2.active,
.subcontent .inner h3.active,
.subcontent .inner h4.active,
.subcontent .inner h5.active,
.subcontent .inner h6.active,
.subcontent.inner h1.active {
    background: url(../img/select_arrow_up.png) no-repeat;
    background-position: right center
}

.subcontent .inner ol,
.subcontent .inner p,
.subcontent .inner ul {
    display: none
}

.news-box-item p {
    color: #101b2d;
    line-height: 20px;
    text-indent: 20px;
    text-align: justify;
    padding: 5px 10px 0 10px
}

.news-box-item h3 {
    color: #9f1603;
    font-size: 1.125em;
    padding: 5px 10px 0 10px
}

.news-box-item img {
    width: 270px;
    height: 228px
}

.content h1 {
    margin: 0 0 25px 0;
    font-size: 1.125em;
    line-height: 22px;
    text-transform: none;
    font-family: Ubuntu, sans-serif;
    letter-spacing: 0
}

.sidebar-menu {
    list-style: none
}

ul.sidebar-menu {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

ul.sidebar-menu ul {
    margin: 0 0 0 2em
}

.sidebar-menu a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em .3em .5em .3em;
    /*margin: .5em .3em .5em 3em;*/
    background: #dfeeff;
    color: #101b2d;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sidebar-menu a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -.5em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sidebar-menu a:hover:after {
    left: -.5em;
    border-left-color: #101b2d
}

.sidebar-menu .sub-menu-container li {
    display: none
}

.sidebar-menu .sub-menu-container li:last-child a {
    border: none
}
.sidebar-link:first-child a > img {
    border-bottom: 10px solid rgba(0,0,0,.075);
}
.sidebar-link:last-child a > img {
    border-top: 10px solid rgba(0,0,0,.075);
}

#sidebar-gallery .gallery li {
    width: 31.6%
}

#sidebar-gallery .gallery li,
#sidebar-gallery .gallery li a img {
    min-height: 70px
}

#sidebar-gallery h5 {
    background-color: #dfeeff;
    color: #9f1603;
    text-align: center;
    display: inline
}

#sidebar-gallery h5 a {
    color: #9f1603;
    text-transform: none;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 3px 0;
    text-shadow: 0 1px 0 #fff
}

#gallery-events {
    border-top: 1px solid #9f1603
}

#gallery-events .gallery li {
    width: 16.1%
}

#gallery-events .gallery li,
#gallery-events .gallery li a img {
    min-height: 90px
}

.gallery {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0
}

.gallery li {
    float: left;
    background-color: #dfeeff;
    margin: auto 2px;
    perspective: 140px;
    -webkit-perspective: 140px;
    position: relative;
    transition: .1s;
    -webkit-transition: .1s
}

.gallery a {
    vertical-align: bottom;
    overflow: hidden;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -webkit-transform: rotateX(90deg) translate(-50px, -50%);
    transform: rotateX(90deg) translate(-50px, -50%)
}

.gallery a:active,
.gallery a:focus {
    outline: 0
}

.gallery a img {
    max-width: 100%;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out
}

.gallery .loaded a {
    -webkit-transform: rotateX(0) translate(0, 0);
    transform: rotateX(0) translate(0, 0)
}

.gallery li.loaded:hover {
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.gallery li.loaded a:hover {
    box-shadow: 0 0 0 2px #101b2d, 0 0 20px 5px #101b2d;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s
}

.gallery li.loaded:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.albums_grid {
    width: 100%;
    display: inline-block
}

.albums_grid li {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    width: 47%;
    float: left;
    text-align: center;
    display: inherit
}

.albums_grid li a:hover {
    box-shadow: 0 0 0 2px #101b2d, 0 0 20px 5px #101b2d;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s
}

.albums_grid li img {
    width: 100%
}

.albums_grid li p {
    text-indent: 0
}

.albums_grid .view a.mask-more {
    display: block;
    width: 100%;
    height: 100%
}

#album-items {
    display: none
}

#album-items.gallery {
    margin: 0;
    padding: 0
}

#album-items.gallery .loaded {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%
}

.blocks {
    overflow: hidden;
    position: relative;
    cursor: default;
    opacity: .99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    margin-bottom: 15px
}

.blocks a:hover .zoom-icon:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.blocks ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.banner_top {
    background: rgba(0, 0, 0, .56);
    display: none
}

.banner_top img {
    width: 100%;
    height: 350px
}

.banner-ridgepole {
    margin: 10px 0
}

.banner-ridgepole img {
    width: 100%
}

.banner-company {
    margin: 5px 0
}

.banner-company img,
.banner-main-left img {
    max-height: 500px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto
}

.caption {
    padding: 10px 0 10px 21px;
    position: relative;
    overflow: hidden
}

.caption h3,
.caption h4 {
    margin: 0;
    color: #fde586;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 5px 2px #101b2d
}

.caption h3 {
    font-size: 1.25em
}

.caption h4 {
    font-size: 1.125em
}

.blue {
    background-color: #dfeeff;
    background-image: -moz-linear-gradient(top, #fff, #dfeeff);
    background-image: -ms-linear-gradient(top, #fff, #dfeeff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#dfeeff));
    background-image: -webkit-linear-gradient(top, #fff, #dfeeff);
    background-image: -o-linear-gradient(top, #fff, #dfeeff);
    background-image: linear-gradient(to bottom, #fff, #dfeeff);
    background-repeat: repeat-x;
    border: 1px solid #c9d6e5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.gray {
    background-color: #a9a9a9;
    background-image: -moz-linear-gradient(top, #fff, #a9a9a9);
    background-image: -ms-linear-gradient(top, #fff, #a9a9a9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#a9a9a9));
    background-image: -webkit-linear-gradient(top, #fff, #a9a9a9);
    background-image: -o-linear-gradient(top, #fff, #a9a9a9);
    background-image: linear-gradient(to bottom, #fff, #a9a9a9);
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.dark-blue {
    border-bottom: 4px solid #100933;
    -moz-border-image: -moz-linear-gradient(left, #100933 0, #fff 15%, #100933 25%, #100933 75%, #fff 85%, #100933 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #100933 0, #fff 15%, #100933 25%, #100933 75%, #fff 85%, #100933 100%);
    border-image: linear-gradient(to left, #100933 0, #fff 15%, #100933 25%, #100933 75%, #fff 85%, #100933 100%);
    border-image-slice: 1;
    text-shadow: 0 1px 0 #100933;
    background: #101b2d;
    background: -webkit-linear-gradient(top, #101b2d, #364869);
    background: -moz-linear-gradient(top, #101b2d, #364869);
    background: -ms-linear-gradient(top, #101b2d, #364869);
    background: -o-linear-gradient(top, #101b2d, #364869);
    box-shadow: inset 1px 1px 0 #100933
}

.dark-blue-rotate {
    border-top: 4px solid #101b2d
}

.info-block {
    max-height: 300px;
    padding: 5px;
    margin: 5px;
    background: #dfeeff
}

.info-block-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.info-block-wrap .wrap-image {
    border: 5px solid #fff;
    cursor: pointer;
    height: 182px;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
    width: 200px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc
}

.info-block-wrap .wrap-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.info-block-wrap .wrap-image .caption {
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: 0
}

.info-block-wrap .wrap-image .fade-caption {
    opacity: 0;
    text-align: left;
    padding: 15px
}

.info-block-wrap .wrap-image:hover .fade-caption {
    opacity: 1
}

.info-block-wrap .wrap-button {
    position: absolute;
    bottom: 5px;
    margin: 5px auto
}

.info-block-wrap .wrap-button button {
    font-size: 1em;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #9f1603;
    border: none;
    padding: 7px 10px;
    border-radius: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.info-block-wrap .wrap-button button:hover {
    background-color: rgba(255, 0, 0, 1)
}

.promo {
    background: 0 0;
    color: #fff;
    margin: 10px 0
}

.promo .bx-wrapper {
    margin: 0 auto 0;
    border: none;
    background: 0 0;
    box-shadow: none
}

,
.promo .zigzag-bottom {
    background: #fff
}

.single-promo {
    font-size: 1.5625em;
    font-weight: 400;
    padding: 20px 10px;
    text-align: center
}

.single-promo p {
    line-height: 25px
}

.single-promo i {
    font-size: 2.5em
}

.single-promo:hover {
    color: #fff;
    background: #364869
}

.promo1 {
    background: #101b2d
}

.promo2 {
    background: #434343
}

.promo3 {
    background: #9f1603
}

.promo4 {
    background: #b4aa71
}

.single-promo>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.single-promo>a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.section-title {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center
}

#company {
    margin-top: 10px
}

.parallax-window {
    min-height: 500px;
    background: url(../img/parallax2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    z-index: -800
}

.parallax-window h2 {
    padding-top: 15px;
    text-align: center;
    color: #fde586;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 5px 2px #101b2d
}

.grid {
    position: absolute;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.grid figure {
    position: absolute;
    float: left;
    overflow: hidden;
    width: 500px;
    height: 300px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: 40px 0 0 -250px
}

.grid figure img {
    position: relative;
    display: block;
    opacity: .8
}

.grid h2 {
    color: #fff
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 1em;
    opacity: 0
}

.grid figure h2 span {
    font-weight: 700
}

.grid figure h2,
.grid figure p {
    margin: 0
}

.tags-wrap {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

figure.effect-zoom img {
    max-width: none;
    height: 300px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-zoom img.galochka {
    max-width: none;
    height: 32px;
    display: inline;
    padding-right: 5px
}

figure.effect-zoom figcaption {
    text-align: left
}

figure.effect-zoom h2 {
    position: relative;
    padding: .5em 0;
    color: #fff
}

figure.effect-zoom h2>a {
    color: #fff
}

figure.effect-zoom p span.title {
    color: #9f1603;
    font-weight: 700;
    text-align: center
}

figure.effect-zoom p {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 5px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    text-transform: none;
    font-size: 1em;
    text-align: justify;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-510px, 0, 0);
    transform: translate3d(-510px, 0, 0);
    max-width: 500px;
    padding: 10px;
    line-height: 30px
}

figure.effect-zoom p span {
    font-size: .575em;
    color: #101b2d
}

figure.effect-zoom p>a {
    color: #fff
}

figure.effect-zoom p span.hr:after {
    display: block;
    content: "";
    background: #101b2d;
    margin: 0 auto;
    width: 100%;
    height: 2px
}

figure.effect-zoom p:first-child {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-zoom p:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-zoom p:nth-of-type(3) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

figure.effect-zoom:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

figure.effect-zoom:hover p:nth-of-type(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-zoom:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

figure.effect-zoom:hover img.galochka {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

figure.effect-zoom:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-wrap {
    visibility: hidden
}

.slider-bottom .bx-wrapper {
    margin: 0
}

.slider-bottom .bx-wrapper .bx-viewport {
    list-style: none;
    margin: 0 auto;
    left: 0;
    background: rgba(222, 238, 255, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.bx-wrapper .bx-loading {
    background: url(../img/495.gif) center center no-repeat #fff
}

.bx-wrapper .bx-prev {
    transition: all 0s ease;
    background: url(../img/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    transition: all 0s ease;
    background: url(../img/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9f1603
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #cf3046
}

.bx-wrapper .bx-controls-auto .bx-start {
    background: url(../img/controls.png) -86px -11px no-repeat
}

.bx-wrapper .bx-controls-auto .bx-stop {
    background: url(../img/controls.png) -86px -44px no-repeat
}

.slider-bottom {
    margin: 7px 0 15px
}

.slider-bottom {
    background: 0 0;
    border: 1px solid #122140;
    border: none;
    padding: 0;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.slider-bottom figure {
    margin: 0 0 15px 0
}

.slider-bottom figure img {
    width: 100%;
    border: 1px solid #fff
}

.scroll-top.animated-element {
    position: fixed;
    background: url(../img/totop.png) 0 0 no-repeat;
    width: 37px;
    height: 37px;
    bottom: 115px;
    display: none;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.scroll-top.animated-element {
    right: 0
}

.scroll-top.animated-element:hover {
    background-position: right 0
}

.list-news-container {
    padding: 0
}

.company-news {
    min-height: 475px
}

.list-news-grid {
    list-style: none;
    padding: 0
}

.list-news-item {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    margin-top: 6px
}

.list-news-item:after,
.list-news-item:before {
    display: table;
    content: ''
}

.list-news-item:after {
    clear: both
}

.list-news-item:hover {
    border-color: #bbb;
    box-shadow: 0 0 7px #101b2d
}

.wbg {
    box-shadow: none;
    background: 0 0;
    background-image: url(../img/divider.gif);
    background-repeat: repeat-x;
    margin-top: 0
}

.wbg:hover {
    box-shadow: none
}

.list-news {
    display: block;
    padding: 9px 12px 9px 9px;
    min-height: 150px;
    position: relative
}

.wbg .list-news {
    min-height: 199px
}

.company-news .wbg .list-news {
    min-height: 160px
}

.list-news-image {
    margin: 5px;
    height: 90px;
    width: 120px;
    float: left;
    margin: 0 10px 2px 0
}

.list-news-image.big {
    height: 203px;
    width: 385px
}

.list-news-image a img {
    width: 100%;
    height: 100%
}

.list-news-comment {
    margin-top: 5px;
    min-height: 35px;
    display: block;
    font-size: .8125em
}

.list-news-more {
    position: absolute;
    bottom: 5px;
    display: inline;
    right: 10px;
    display: block;
    padding: 7px;
    font-size: 1em
}

.list-news-more:hover {
    background: rgba(239, 239, 239, .8)
}

.list-news-model {
    color: #9f1603;
    font-size: 1.125em;
    background-color: rgba(221, 237, 255, .8);
    margin: 10px 0 10px 130px;
    padding: 5px
}

.company-news .list-news-model {
    margin: 5px
}

.list-news-description .all {
    margin: 0 0 0 130px;
    padding: 5px
}

.list-news-model:hover {
    color: #cf3046
}

.list-news-options {
    text-align: justify;
    width: 100%;
    font-size: 1em;
    line-height: 18px;
    margin-bottom: 0
}

.list-news-options.big-option {
    min-height: 200px
}

.company-news .list-news-options {
    padding: 5px
}

.list-news-options-title {
    font-size: .875em;
    font-weight: 700
}

.list-news-wrap {
    float: right;
    margin-left: 15px;
    text-align: right
}

.news-preview {
    min-height: 920px
}

.section-meta,
.ticket-meta {
    border-top: 1px dotted #434343;
    margin: 0 5px
}

.ticket-meta.on-page {
    border-bottom: 1px dotted #434343;
    margin: 0 0 10px
}

.ticket-comment,
.ticket-comment-row {
    margin-bottom: 15px
}

.ticket-new-comments {
    color: green
}

#ticketForm {
    max-width: 800px
}

#ticketForm #ticket-sections {
    max-width: 400px
}

#comment-form .error,
#ticketForm .error {
    color: brown
}

#ticketForm [name=content] {
    display: inline-block
}

#ticket-preview-placeholder {
    background: #fff;
    outline: 5px solid #aaa;
    padding: 5px;
    display: none;
    margin: 10px 0;
    overflow: hidden
}

#comment-form .form-actions,
#ticketForm .form-actions {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3
}

#comment-form .form-actions .checkbox,
#ticketForm .form-actions .checkbox {
    display: inline
}

#ticketForm .move-right {
    text-align: right
}

.comments {
    position: relative;
    overflow: hidden
}

.comments-list {
    padding-left: 25px
}

.ticket-comment {
    list-style-type: none;
    margin-top: 10px
}

.ticket-avatar {
    display: inline-block
}

.ticket-comment .ticket-avatar {
    max-width: 24px;
    max-height: 24px
}

.avatar-upload,
.avatar-upload .input-group,
.avatar-upload input[type=file] {
    display: inline;
    max-width: 150px
}

.profile {
    margin-top: 20px
}

.ticket-comment-author {
    display: inline-block;
    font-weight: 700;
    margin-left: 10px
}

.ticket-comment-createdon {
    display: inline-block;
    font-size: .8em;
    color: #5c5c5c;
    margin-left: 10px
}

.ticket-comment-edited {
    display: inline-block;
    font-size: .8em;
    color: #5c5c5c;
    margin-left: 10px;
    font-style: italic
}

.ticket-comment-link {
    display: inline-block;
    margin-left: 15px
}

.ticket-comment-header {
    position: relative
}

.ticket-comment .ticket-comment-body {
    border-bottom: 1px dotted #5c5c5c
}

.ticket-comment-text {
    margin-top: 5px
}

.ticket-reply-link a {
    font-size: .8em;
    text-decoration: none;
    border-bottom: 1px dashed
}

.ticket-comment-down {
    display: none
}

.fileattach {
    margin: 1.25em 0 1.25em 0;
    min-height: 2em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    position: relative
}

.fileattach a,
.fileattach p {
    font-size: .9375em
}

.fileattach a {
    text-decoration: none;
    text-transform: uppercase
}

.fileattach a:hover {
    color: #101b2d
}

.fileattach.online a {
    color: #101b2d
}

.fileattach a:hover {
    color: #101b2d
}

.ticket-comment-guest .ticket-comment-author {
    color: #aaa
}

.ticket-comment .bad .ticket-comment-text {
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.ticket-comment .bad.bad5 .ticket-comment-text {
    opacity: .2
}

.ticket-comment .bad.bad4 .ticket-comment-text {
    opacity: .35
}

.ticket-comment .bad.bad3 .ticket-comment-text {
    opacity: .5
}

.ticket-comment .bad.bad2 .ticket-comment-text {
    opacity: .65
}

.ticket-comment .bad.bad1 .ticket-comment-text {
    opacity: .8
}

.ticket-comment .bad.bad:hover .ticket-comment-text {
    opacity: 1
}

#comment-editor {
    width: 99%;
    display: inline-block
}

#comment-preview-placeholder {
    background: #fff;
    border: 5px solid #aaa;
    padding: 5px;
    display: none;
    margin: 10px 0;
    overflow: hidden
}

.tickets-message-success {
    background-color: green!important
}

.tickets-message-error {
    background-color: brown!important
}

.tickets-message-info {
    background-color: #000!important
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .11);
    display: table;
    width: 100%
}

.alert>a,
.alert>p,
.alert>ul {
    padding: 0
}

.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #100933;
    padding-left: 61px;
    position: relative
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff
}

.alert-white .icon i {
    font-size: 1.25em;
    color: #101b2d;
    left: 12px;
    font-weight: 700;
    margin-top: -10px;
    position: absolute;
    top: 50%
}

.alert-success {
    color: #101b2d;
    background-color: #dff0d8;
    border-color: #a4b09f
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #a4b09f;
    background: #dff0d8
}

.alert-info {
    color: #101b2d;
    background-color: #dfeeff;
    border-color: #a7b2bf
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #a7b2bf;
    background: #dfeeff
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #bcb9aa;
    background: #fcf8e3
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #bcb9aa;
    color: #101b2d
}

.alert-danger {
    background-color: #f2dede;
    border-color: #b2a4a4;
    color: #101b2d
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #b2a4a4;
    background: #f2dede
}

#comments-tpanel {
    width: 32px;
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -16px
}

#tpanel {
    width: 32px;
    position: fixed;
    top: 50%;
    opacity: .5;
    background: #aaa
}

#tpanel:hover {
    opacity: 1
}

#tpanel .change {
    color: #666;
    font-size: .75em;
    text-decoration: none;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: -15px
}

#tpanel .divider {
    border-top: solid 1px #5c5c5c;
    border-bottom: solid 1px #ddd;
    width: 28px;
    height: 0;
    margin: 0 auto
}

#tpanel .refresh {
    display: block;
    background: url(../img/refresh.gif) no-repeat left top;
    width: 28px;
    margin: 2px;
    height: 28px;
    background-size: 32px
}

#tpanel .refresh.loading {
    background: url(../img/loading.gif) no-repeat left top;
    background-size: 32px
}

#tpanel .new {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: .75em;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 6px;
    width: 34px;
    text-align: center
}

#tpanel-refresh {
    opacity: .5;
    width: 32px;
    height: 32px;
    background-image: url(../img/refresh.gif);
    background-size: 32px;
    cursor: pointer
}

#tpanel-refresh:hover {
    opacity: 1
}

#tpanel-refresh.loading {
    opacity: 1;
    background-image: url(../img/loading.gif);
    cursor: default
}

#tpanel-new {
    margin-top: 2px;
    border-top: solid 1px #efefef;
    text-align: center;
    color: #006400;
    cursor: pointer
}

.ticket-comment-new .ticket-comment-header {
    background-color: beige
}

.ticket-comment-rating {
    float: right;
    color: #555
}

.ticket-comment-rating .rating,
.ticket-rating .rating {
    font-weight: 700
}

.ticket-comment-rating.active .vote,
.ticket-rating.active .vote {
    cursor: pointer
}

.ticket-comment-rating .rating.positive,
.ticket-comment-rating.active .vote.plus:hover,
.ticket-comment-rating.inactive .vote.plus.voted,
.ticket-rating .rating.positive,
.ticket-rating.active .vote.plus:hover,
.ticket-rating.inactive .vote.plus.voted {
    color: green
}

.ticket-comment-rating .rating.negative,
.ticket-comment-rating.active .vote.minus:hover,
.ticket-comment-rating.inactive .vote.minus.voted,
.ticket-rating .rating.negative,
.ticket-rating.active .vote.minus:hover,
.ticket-rating.inactive .vote.minus.voted {
    color: red
}

.ticket-comment-rating.inactive,
.ticket-rating.inactive {
    color: #aaa
}

.ticket-rating.active .vote.refrain:hover {
    opacity: .7
}

.ticket-comment-star.active .star,
.ticket-star.active .star {
    cursor: pointer
}

.ticket-comment-star .stared,
.ticket-star .stared {
    color: green
}

.ticket-comment-star .unstared,
.ticket-star .unstared {
    color: gray
}

.ticket-comment-star.active .unstared:hover,
.ticket-star.active .unstared:hover {
    color: green
}

#ticket-files-container {
    margin-top: 10px
}

#ticket-files-select {
    font-weight: 700
}

#ticket-files-list .ticket-file-template,
#ticket-files-progress {
    display: none
}

#ticket-files-progress-percent {
    float: right
}

#ticket-files-progress-bar {
    height: 1.5em;
    background: #add8e6;
    margin-top: 5px;
    width: 0
}

.clearfix {
    clear: both
}

#ticket-files-list {
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 50px
}

#ticket-files-list .ticket-file {
    width: 120px;
    float: left;
    margin: 5px 0 5px 10px;
    outline: 1px solid #efefef
}

#ticket-files-list .ticket-file-image-wrapper {
    width: 120px;
    height: 90px;
    overflow: hidden
}

#ticket-files-list .ticket-file-image {
    width: 120px;
    border: 1px solid #efefef
}

#ticket-files-list .ticket-file-size {
    color: #777;
    float: right
}

#ticket-files-list.droppable {
    border-width: 3px;
    border-style: dashed
}

#ticket-files-list.dragover {
    border-color: #006400
}

#ticket-files-list .ticket-file-meta {
    font-size: .8em;
    padding: 0 5px
}

#ticket-files-list .ticket-file.new {
    outline-color: #add8e6
}

#ticket-files-list .ticket-file.deleted {
    outline-color: #8b0000
}

#ticket-files-list .ticket-file .ticket-file-restore {
    color: #006400
}

#ticket-files-list .ticket-file .ticket-file-delete {
    color: #8b0000
}

#ticket-files-list .ticket-file .ticket-file-restore,
#ticket-files-list .ticket-file.deleted .ticket-file-delete {
    display: none
}

#ticket-files-list .ticket-file.deleted .ticket-file-restore {
    display: inline
}

#comments-wrap,
#requisition {
    padding: 5px 10px 10px;
    display: none
}

#comments-wrap {
    display: block
}

#requisition h3 {
    text-align: center
}

.well {
    border-radius: 2px
}

.contact-map iframe {
    width: 100%;
    height: 232px;
    border: none
}

.contacts h4 {
    font-size: 1.125em;
    color: #9f1603;
    letter-spacing: normal;
    text-transform: uppercase;
    text-shadow: none;
    text-align: center
}

address strong {
    font-weight: 700
}

address span {
    display: inline-block
}

#mode {
    min-height: 290px
}

.block-404 .span8 {
    padding-top: 64px;
    text-align: center
}

.block-404 .span4 {
    padding-top: 37px
}

.block-404 h1 {
    margin: 0;
    font-size: 3.75em
}

.block-404 h4 {
    margin: 28px 0 39px 0
}

.form-404 {
    width: 100%;
    margin-top: 35px
}

.form-404 input {
    border: none;
    background: #fff;
    margin: 0;
    box-shadow: none;
    height: 30px;
    width: 175px;
    line-height: 17px;
    padding: 7px 10px 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #656566;
    float: left
}

.form-404 input:focus {
    box-shadow: none
}

.form-404 a.btn_ {
    margin: 0;
    width: 91px;
    text-align: center;
    padding: 7px 0 8px 0
}

.form-404 a.btn_:hover {
    color: #fff;
    background: #171619
}

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

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.breadcrumb {
    margin: 0 0 18px
}

.breadcrumb li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff
}

.breadcrumb .divider {
    padding: 0 5px;
    color: #434343
}

.pagination {
    display: block
}

ul.pagelist {
    text-align: center;
    padding: 10px 0
}

ul.pagelist li {
    display: inline-block;
    list-style: none;
    margin: 2px;
    padding: 0;
    position: relative
}

ul.pagelist li:last-child:after {
    display: table;
    clear: both;
    content: ''
}

ul.pagelist .pagelist-item {
    color: #101b2d;
    font-family: Ubuntu, sans-serif
}

ul.pagelist a {
    font-size: .8125em;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #9f1603;
    border: none;
    padding: 7px 10px;
    border-radius: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

ul.pagelist a:hover {
    background-color: rgba(255, 0, 0, 1)
}

ul.pagelist li.active a {
    position: relative;
    top: 0;
    color: #fff;
    background-color: #101b2d;
    border: none;
    padding: 7px 10px;
    line-height: 14px;
    border-radius: none
}

ul.pagelist li.control span,
ul.pagelist li.disabled span {
    visibility: hidden
}

.business {
    color: #1a315b
}

.business>tbody>tr>td,
.business>tbody>tr>th,
.business>tfoot>tr>td,
.business>tfoot>tr>th,
.business>thead>tr>td,
.business>thead>tr>th {
    padding: 5px
}

.business {
    margin-bottom: 10px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: 250px
}

#recaptcha_table,
.recaptchatable .recaptcha_image_cell {
    background-color: #fff!important;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

#recaptcha_table {
    background-color: #fff!important;
    border: none!important
}

#recaptcha_challenge_image,
#recaptcha_image {
    margin-top: 0
}

#recaptcha_response_field {
    background-color: #fff!important;
    height: 30px;
    padding: 5px 10px;
    font-size: .8125em;
    line-height: 1.5;
    background-image: none;
    border: 1px solid #ccc!important;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#recaptcha_response_field:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

#recaptcha_switch_audio {
    width: 25px;
    height: 18px
}

.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.view .content,
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative;
    width: 100%
}

.view .photo-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff
}

.view .mask h2 {
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 1.2em;
    padding: 10px;
    background: rgba(159, 22, 3, .5);
    top: 10px
}

.view .pagetitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(18, 33, 64, .9)
}

.view p {
    padding: 10px 0 0;
    width: 100%;
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-indent: 0
}

.view a.info {
    display: block;
    text-decoration: none;
    padding: 7px 14px;
    background: #101b2d;
    position: absolute;
    bottom: 40%;
    margin-left: 35%;
    font-size: .75em;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #101b2d;
    -moz-box-shadow: 0 0 1px #101b2d;
    box-shadow: 0 0 1px #101b2d
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #122140;
    -moz-box-shadow: 0 0 5px #122140;
    box-shadow: 0 0 5px #122140
}

.view span {
    color: #fff;
    font: 700 24px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    padding: 10px
}

.view-first img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.view-first a.info {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.view-first:hover .mask {
    opacity: 1
}

.view-first:hover a.info,
.view-first:hover h2,
.view-first:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.view-first:hover p {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s
}

.view-first:hover a.info {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.form-group .form-control {
    border-radius: 0;
    background: #fff
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 1px
}

footer {
    margin: 0;
    display: block;
    padding: 26px 0 38px 0;
    background-color: #101b2d;
    color: #a9a9a9;
    z-index: 1500
}

footer h4 {
    font-size: .75em;
    font-weight: 700;
    color: #fde586;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 5px 2px #101b2d
}

.footer-menu {
    list-style: none;
    display: block;
    padding: 12px 0 47px 0;
    margin: 0;
    padding: 0
}

.footer-menu li {
    margin-top: 10px;
    color: #a9a9a9;
    background: 0 0;
    font-size: .75em;
    line-height: 11px
}

.footer-menu li a {
    margin: 0;
    background: 0 0;
    color: #a9a9a9;
    text-transform: uppercase;
    text-decoration: none
}

.footer-menu li:first-child a {
    margin-left: 0
}

.footer-menu li a.current,
.footer-menu li a:hover {
    text-decoration: none;
    background: 0 0
}

form#newsletter {
    margin: 0;
    background: url(../img/newsletter-bg.png) 0 0 repeat;
    padding: 25px 27px 28px 28px
}

form#newsletter button {
    font-size: .875em;
    border: none;
    border-radius: 0;
    background-color: #9f1603
}

form#newsletter button:hover {
    background-color: #cf3046
}

form#newsletter input:focus {
    box-shadow: none
}

form#newsletter label {
    font-family: Ubuntu, sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    font-size: 1.125em;
    margin-bottom: 16px;
    display: block;
    text-transform: none
}

#footer-bottom-area {
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px
}

.copyright p {
    font-size: .875em
}

.footer-social a {
    background: none repeat scroll 0 0 #9f1603;
    color: #fff;
    display: inline-block;
    font-size: 1.25em;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: center;
    width: 30px;
    border: 1px solid #9f1603;
    float: right
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.footer-social a:hover {
    background-color: #cf3046;
    border-color: #cf3046
}
.link-lingvo {
    cursor: pointer;
    color:#9f1603;
}
@media (max-width:768px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 2.5px;
        padding-left: 2.5px
    }
}

@media (min-width:992px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 2.5px;
        padding-left: 2.5px
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 2.5px;
        padding-left: 2.5px
    }
}

@media (max-width:1920px) {
    .thumbnails .thumbnail-pad .map {
        height: 330px
    }
    .cronicle-crop {
        width: 385px;
        height: 203px
    }
}

@media (min-width:1200px) {
    .brand span {
        font-size: 1.25em;
        line-height: 21px
    }
    .form-404 input {
        width: 223px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .brand span {
        font-size: 1.125em;
        line-height: 19px
    }
    .header-block .babel_links {
        float: left
    }
    .nav-collapse_ .nav>li {
        padding: 0 2px 0 2px
    }
    .brand div.logo,
    .brand div.logo-xs {
        margin: 0 10px
    }
    .brand div.logo {
        top: 10px
    }
    .extra-wrap h3 {
        font-size: 1.25em
    }
    .excerpt {
        font-size: 15px
    }
    .single-promo {
        font-size: 1.25em
    }
    .single-promo i {
        font-size: 2em
    }
    .news-box-item img {
        width: 220px;
        height: 190px
    }
    .list-news {
        min-height: 150px
    }
    .wbg .list-news-image {
        width: 100px;
        height: 75px
    }
    .cronicle-crop {
        width: 317px;
        height: 190px
    }
    .banner-main-left img {
        width: 238px
    }
    .grid figure {
        height: auto
    }
    .sidebar-menu a {
        margin: .98em .3em .5em .3em
    }
}

@media (min-width:768px) and (max-width:991px) {
    .brand span {
        line-height: 20px
    }
    .brand div.logo span.rus {
        padding-left: 25px
    }
    .brand div.logo,
    .brand div.logo-xs {
        margin: 0 10px
    }
    .brand div.logo,
    .brand div.logo-xs {
        top: 10px
    }
    .header-block .babel_links {
        float: left
    }
    #auth-form {
        left: 0;
        right: auto;
        margin-left: 15px
    }
    .closes,
    .closes:hover {
        right: 10px
    }
    .sf-arrows .sf-with-ul {
        padding-right: .2em;
        padding-left: .2em/* no CSS arrows for IE7 (lack pseudo-elements) */
    }
    .contacts {
        margin-right: 20px;
        padding-right: 20px
    }
    .navbar-inner_ .navbar-collapse {
        overflow: visible;
        height: auto
    }
    .navbar-inner_ .nav-collapse_ .nav>li {
        padding: 0 2px 0 2px;
        float: left
    }
    .nav-collapse_ .nav>li.li-first {
        padding: 0 5px 0 0
    }
    .nav-collapse_ .nav>li>a {
        margin-bottom: 0
    }
    .cols-1 div+div {
        margin-left: 0!important
    }
    .cols-1 .grid-1 {
        width: 100%!important
    }
    .navbar.navbar_.clearfix {
        min-height: 60px
    }
    .nav>li>a {
        padding: 15px 2px 15px 2px
    }
    .nav-collapse_ {
        padding-top: 5px
    }
    .wbg .list-news {
        min-height: 215px
    }
    .social {
        padding-left: 5px;
        padding-right: 5px
    }
    .social-icons {
        padding-top: 18px
    }
    .social-icons li {
        margin-left: 0;
        float: left
    }
    .social-icons li>a>img {
        width: 25px
    }
    .slider-bottom {
        margin: 5px 0 15px
    }
    #sidebar-gallery .gallery li {
        width: 10.5%
    }
    #sidebar-gallery .gallery li,
    #sidebar-gallery .gallery li a img {
        min-height: 20px
    }
    .gallery li.loaded:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }
    .content {
        margin-top: 15px
    }
    #sidebar-left ul.sidebar-menu>li,
    .brand span,
    .caption h3,
    .header-block .babel_links,
    .nav-collapse_ .nav li,
    .nav-collapse_ .nav>li>a,
    .pgwSlider .ps-current,
    .view p,
    .wbg .list-news-model,
    .wbg .list-news-more,
    .wbg .list-news-options,
    figure.effect-zoom p,
    form#newsletter label {
        font-size: .875em
    }
    #sidebar-secondary ul.sidebar-menu>li,
    .breadcrumb li {
        font-size: 1em
    }
    .wbg .list-news-image {
        width: 100px;
        height: 75px
    }
    .albums_grid li img {
        height: 180px
    }
    #album-items.gallery .loaded {
        width: 48.5%
    }
    .single-promo,
    h2.box-header {
        font-size: 1em
    }
    .banner-main-left {
        display: block;
        margin: 0 auto
    }
}

@media (max-width:992px) {
    .grid {
        position: static;
        padding: 0
    }
}

@media (max-width:767px) {
    .header-block-pad .babel_links {
        float: left;
        padding-bottom: 5px
    }
    .header-block {
        height: 204px
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    .header-block-pad {
        padding: 18px 23px 14px 22px
    }
    .brand div.logo,
    .brand div.logo-xs {
        top: 10px
    }
    .top-link {
        margin: 0
    }
    .top-link .auth-login {
        float: right;
        margin-right: 0
    }
    #auth-form {
        left: 0;
        right: auto;
        margin-left: 15px
    }
    .closes,
    .closes:hover {
        right: 10px
    }
    .contacts {
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        background: 0 0
    }
    .social {
        padding-right: 0;
        padding-top: 5px
    }
    .social-icons {
        padding: 0;
        display: block
    }
    .navbar-toggle {
        margin-left: 15px
    }
    .navbar_ .navbar-inner_ {
        padding: 4px 0 8px 0
    }
    .navbar_ .nav-collapse_ {
        position: absolute;
        left: 0;
        top: 46px
    }
    .cols-1 .grid-1 {
        width: 50%
    }
    .navbar_ .btn {
        display: inline-block;
        float: left;
        background: #fff;
        padding: 12px 20px 12px 20px;
        font-family: Ubuntu, sans-serif;
        text-decoration: none;
        margin: 0;
        text-shadow: none;
        color: #000;
        box-shadow: none;
        border: none
    }
    .navbar_ .btn:hover {
        background-color: #9f1603;
        color: #fff
    }
    .navbar-form {
        float: none;
        margin-right: 20px
    }
    .nav-collapse_ .nav>li.li-first span {
        display: block;
        color: #fff
    }
    .nav-collapse_ .nav>li.li-first,
    .nav-collapse_ .nav>li.li-first.active {
        min-height: 30px;
        background: 0 0;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        line-height: 15px;
        background: 0 0;
        margin: 0;
        padding: 0;
        display: block
    }
    .nav-collapse_ .nav {
        position: relative;
        zoom: 1;
        z-index: 999;
        width: 100%;
        background-color: #101b2d;
        padding: 5px 0;
        margin: 0
    }
    .nav-collapse_ .nav li {
        line-height: 15px;
        background: 0 0;
        margin: 0;
        padding: 0;
        display: block
    }
    .nav-collapse_ .nav li a {
        line-height: 15px;
        color: #fff;
        font-weight: 400;
        text-shadow: none;
        text-transform: uppercase;
        margin: 0;
        display: block;
        position: relative
    }
    .nav-collapse_ .nav>li.li-first a,
    .nav-collapse_ .nav>li>a {
        padding: 7px 10px 8px 28px
    }
    .nav-collapse_ .nav>li.active,
    .nav-collapse_ .nav>li.sfHover,
    .nav-collapse_ .nav>li:hover {
        background: 0 0
    }
    .sub-menu>a {
        position: relative;
        display: block
    }
    .sf-menu>li {
        float: none
    }
    .nav-collapse_ .nav>li li.sub-menu>a:before,
    .nav-collapse_ .nav>li.sub-menu>a:before {
        content: "";
        position: absolute;
        background: url(../img/li-marker.png) left top no-repeat;
        width: 7px;
        height: 5px;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }
    .nav-collapse_ .nav ul,
    .nav-collapse_ .nav ul ul {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        list-style: none;
        zoom: 1;
        z-index: 9;
        padding: 0;
        margin: 0;
        background: 0 0
    }
    .nav-collapse_ .nav ul li a {
        display: block;
        text-transform: uppercase;
        line-height: 15px;
        padding: 7px 10px 8px 35px;
        display: block
    }
    .nav-collapse_ .nav ul li.sfHover>a,
    .nav-collapse_ .nav ul li>a:hover {
        background: #a9a9a9
    }
    .nav-collapse_ .nav ul ul li a {
        padding: 7px 10px 8px 40px;
        text-transform: none
    }
    .content .subcontent,
    .list-news {
        padding: 10px
    }
    .list-news,
    .wbg .list-news {
        min-height: 150px
    }
    .lists-width2 {
        margin-left: -30px
    }
    footer h4 {
        text-align: center
    }
    .footer-menu {
        text-align: center;
        padding: 12px 0
    }
    .float {
        float: right!important
    }
    .float2 {
        float: left!important
    }
    .albums_grid {
        padding: 0
    }
    .news-preview {
        min-height: 157px
    }
    #sidebar-gallery {
        display: none
    }
    #album-items.gallery .loaded {
        width: 48.7%
    }
    .single-promo,
    h2 {
        font-size: 1.125em
    }
    #sidebar-left ul.sidebar-menu>li,
    #sidebar-secondary ul.sidebar-menu>li,
    .brand span,
    .breadcrumb li,
    .caption h3,
    .header-block .babel_links,
    .list-news-model,
    .nav-collapse_ .nav li,
    .nav-collapse_ .nav>li>a,
    .pgwSlider .ps-current,
    .view p,
    .wbg .list-news-model,
    .wbg .list-news-more,
    .wbg .list-news-options,
    figure.effect-zoom p,
    form#newsletter label {
        font-size: .9375em;
        line-height: 1.4
    }
    .fileattach a,
    .fileattach p {
        font-size: .75em
    }
    .banner-main-left {
        text-align: center;
        margin: 10px
    }
    .banner-ridgepole img, .parallax-step img{
        width: 100%
    }
    .company-news {
        min-height: inherit
    }
}

@media (max-width:625px) {
    .navbar-form {
        float: none;
        margin: 0;
        padding-top: 0;
        height: 33px
    }
    .navbar-form input {
        float: left;
        padding-top: 5px;
        padding-bottom: 0
    }
    .navbar_ .navbar-inner_ {
        padding: 5px 0 10px 0
    }
    .contacts {
        display: block
    }
    .contact-form input {
        width: 100%
    }
    .view p {
        font-size: 1em
    }
    .view .mask h2 {
        padding: 5px;
        top: 0
    }
    .view a.info {
        bottom: 35%;
        margin-left: 25%
    }
    .list-news-options {
        font-size: .875em
    }
}

@media all and (max-width:700px) {
    #gallery li {
        margin: 0
    }
    #gallery a {
        width: 55px;
        height: 50px
    }
    #gallery li.loaded:hover,
    #gallery li.loaded:hover img {
        transform: none;
        -webkit-transform: none
    }
}

@media screen and (max-width:575px) {
    .g-recaptcha {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
    .grid figure {
        width: 300px;
        margin: 0 0 0 -135px
    }
    figure.effect-zoom img {
        height: auto;
        width: 100%
    }
}

@media (max-width:481px) {
    .brand div.logo,
    .brand div.logo-xs {
        top: 5px;
        height: 95px;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto
    }
    .navbar-form {
        min-width: 100px;
        min-height: 30px
    }
    .navbar-toggle {
        margin-right: 0
    }
    .navbar_ .navbar-inner_ {
        padding: 2px 0 8px 0
    }
    .pgwSlider.narrow .ps-current {
        font-size: .75em
    }
    .cols-1 .grid-1,
    .view-first img {
        width: 100%
    }
    .top-link li {
        margin-right: 30%
    }
    .albums_grid li {
        width: 100%
    }
    .albums_grid li img {
        min-height: 203px
    }
    .single-promo {
        font-size: 1.25em
    }
    .list-news-description .all {
        margin: 90px 0 10px 0
    }
    .list-news-more {
        bottom: auto;
        top: 10px;
        font-size: .875em
    }
    #album-items.gallery .loaded {
        width: 45%
    }
    #album-items.gallery .loaded img {
        min-height: 100px
    }
    .content .subcontent img {
        max-width: 100%;
        margin: 0;
        height: auto
    }
}

@media (max-width:414px) {
    .brand div.logo-xs span {
        margin-left: 40px;
        margin-top: 2px;
        line-height: 14px;
        font-size: .8125em
    }
    .albums_grid li img {
        min-height: 180px
    }
    .list-news-model {
        margin-left: 0
    }
    #album-items.gallery .loaded {
        width: 100%
    }
    #album-items.gallery .loaded img {
        min-height: 203px
    }
}

@media (min-width:320px) and (max-width:481px) {
    .lists-width2 ul {
        margin-left: 30px;
        width: 40%;
        float: left
    }
    #auth,
    #registration {
        width: 322px
    }
}

@media (max-width:320px) {
    .brand div.logo-xs span {
        margin-left: 40px;
        margin-top: 2px;
        line-height: 12px;
        font-size: .6875em
    }
    .grid figure {
        width: 270px
    }
}

@media (max-width:319px) {
    .navbar-form input {
        width: 161px!important
    }
    .lists-width2 ul {
        margin-left: 30px;
        float: none;
        width: 100%
    }
    .list-services li img {
        float: none!important;
        margin-bottom: 10px
    }
    .slider {
        margin-left: -20px!important
    }
}

@media (max-width:176px) {
    .brand div.logo-xs span {
        margin-left: 40px;
        margin-top: 2px;
        line-height: 9px;
        font-size: .5625em
    }
}

@media (min-width:176px) and (max-width:320px) {
    .view h2 {
        font-size: .875em;
        top: 0;
        padding: 5px
    }
    .view a.info {
        padding: 3px 7px;
        bottom: 40%
    }
    .view-first:hover p {
        display: none
    }
    .albums_grid li img {
        min-height: 180px
    }
    #auth,
    #registration {
        width: 280px
    }
}

@media (max-width:280px) {
    .view-first:hover p {
        display: none
    }
    .view h2 {
        display: none
    }
}

@media (max-width:176px) {
    .view p {
        display: none;
        font-size: .6875em
    }
    .view h2 {
        display: none
    }
    .view a.info {
        padding: 1px 3px;
        margin-left: 25%;
        bottom: 40%
    }
}