div[class*='column'].item img {
    display: block;
    max-width: 100%
}
.item-page {
    position: relative
}
.item-page h2 {
    margin-top: 0
}
.item-page .page-header {
    margin-top: 24px
}
.redakciya {
    border-collapse: collapse;
    width: 100%
}
.redakciya td {
    border-bottom: 1px solid #eee
}
.item-page p,
.blog p,
article p,
p {
    text-indent: 20px
}
.item-page img {
    display: block;
    max-width: 100%;
    height: auto
}
img.oblozhki {
    max-width: 390px;
    height: auto;
    display: block
}
.item-page .btn-default {
    border: none
}
.item-page .dropdown-menu > li > a {
    display: inline;
    padding: 5px 0
}
.item-page .item-image.pull-none img {
    display: block;
    margin: 0 auto
}
.item-page .img_caption {
    font-size: 0.9em;
    font-style: italic;
    text-align: center
}
.item-page .img_caption .none {
    margin: 0 auto
}
.item-page p {
    text-align: justify
}
.item-page table td,
.item-page table th {
    padding: 5px
}
.blog .btn-default {
    border: none
}
.blog .dropdown-menu > li > a {
    display: inline;
    padding: 5px 0
}
.blog .item-image.pull-none img {
    display: block;
    margin: 0 auto
}
.blog p {
    text-align: justify
}
.dropdown-menu.actions {
    padding: 5px
}
.details-btn {
    display: inline-block;
    border: 1px solid #67a4c3;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-transition: background .2s;
    transition: background .2s
}
.details-btn span {
    margin-left: 5px;
    vertical-align: middle
}
.details-btn:hover {
    background: #67a4c3;
    color: #fff
}
.details {
    position: absolute;
    max-height: 0;
    background: #fff;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 10
}
.show-details {
    max-height: 11em;
    border: 1px solid;
    border-color: #e3d8ac
}
.show_login {
    cursor: pointer;
    text-decoration: underline;
    color: #67a4c3;
    background: transparent;
    border: none
}
.pagination {
    margin: 0
}
.pagination > li > a {
    padding: 0 9px;
    font-size: 1.2em
}
.opht-pagination {
    text-align: center;
    display: block
}
.modal_for_image {
    position: fixed;
    left: 10%;
    top: 100px;
    bottom: 10%;
    right: 10%;
    z-index: 1000
}
.lock {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(20, 20, 20, .8);
    display: none;
    z-index: 1050
}
.hide_overflow {
    overflow-y: hidden
}
.active_modal figure {
    position: relative;
    padding: 10px 10px 20px;
    background: #ccc
}
.active_modal figure img {
    display: block;
    max-width: 100%
}
.lock.active_modal {
    display: block !important
}
.maximize {
    margin-right: 20px;
    display: none
}
.modal_controls {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-decoration: underline;
    color: #fff;
    cursor: pointer
}
#expanding-panel {
    position: fixed;
    width: 280px;
    right: -280px;
    top: 30%;
    -webkit-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
    z-index: 100;
    background-color: #ccc;
    background-color: rgba(103, 164, 195, 0.8);
    min-height: 10em
}
#expanding-panel.expanded {
    right: 0
}
#expanding-panel > h3 {
    position: absolute;
    padding: 5px;
    left: -1.1em;
    width: 1.1em;
    word-wrap: break-word;
    line-height: 1em;
    font-size: 1.5em;
    border: 1px solid #8cbad1;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
    background-color: rgba(103, 164, 195, 0.8);
    text-transform: lowercase
}
#expanding-panel .login form {
    width: 245px;
    margin: 20px auto;
    border: 1px solid #ffffff
}
#expanding-panel .loginAndPassword label {
    display: block;
    text-align: center;
    margin: 4px 0
}
#expanding-panel .loginAndPassword input {
    display: block;
    width: 180px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    background-color: #243943;
    text-align: center;
    color: #fff
}
#expanding-panel #form-login-submit {
    text-align: center;
    padding-top: 10px
}
#expanding-panel #form-login-submit button {
    background-color: #243943;
    color: #fff;
    border: 1px solid #ffffff
}
#expanding-panel .loginOptions {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0
}
#expanding-panel .loginOptions a,
#expanding-panel .loginOptions a:hover,
#expanding-panel .loginOptions a:focus,
#expanding-panel .loginOptions:active {
    color: #fff;
    text-decoration: none
}
#expanding-panel .loginOptions li label {
    color: #fff
}
#expanding-panel .loginOptions li input {
    background-color: #243943;
    color: #fff
}
#main-navigation {
    line-height: 80px;
    border: none;
    font-size: 16px
}
#main-navigation .baseurl {
    position: relative !important;
    display: block
}
#main-navigation .baseurl > .logo {
    left: 68px;
    left: 5vw;
    top: 10px;
    position: absolute;
    vertical-align: middle;
    max-width: 200px
}
#main-navigation .navbar-nav > li > ul {
    padding-left: 30px
}
#main-navigation .navbar-nav > li > ul li > ul {
    padding-left: 15px
}
#main-navigation .navbar-header {
    height: 80px
}
#main-navigation .navbar-nav a,
#main-navigation .navbar-nav a:visited,
#main-navigation .navbar-nav a:active,
#main-navigation .navbar-nav a:focus {
    display: block;
    text-decoration: none;
    background-color: #00080f;
    color: #fff
}
#main-navigation .navbar-nav a:hover,
#main-navigation .navbar-nav a.active {
    color: #aac1cd
}
#main-navigation .navbar-nav > li > a {
    z-index: 100
}
#main-navigation .navbar-nav li.deeper {
    position: relative
}
#main-navigation .navbar-nav > li ul li,
#main-navigation .navbar-nav > li ul li a {
    line-height: 40px
}
#main-navigation .navbar-toggle {
    margin-top: 20px
}
@media screen and (min-width: 940px) {
    #main-navigation .navbar-nav > li > a,
    #main-navigation .navbar-nav > li > a:focus {
        line-height: 40px;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0
    }
    #main-navigation .navbar-nav > li {
        overflow: hidden
    }
    #main-navigation .navbar-nav > li:hover {
        overflow: visible
    }
    #main-navigation .navbar-nav > li > a:after {
        content: '/';
        font-size: 1.5em;
        padding: 0 15px;
        vertical-align: middle
    }
    #main-navigation .navbar-nav > li:first-child > a:before {
        content: '/';
        font-size: 1.5em;
        padding: 0 15px;
        vertical-align: middle
    }
    #main-navigation .navbar-nav > li > a:hover:after,
    #main-navigation .navbar-nav > li.active > a:after,
    #main-navigation .navbar-nav > li > a:hover:before,
    #main-navigation .navbar-nav > li.active > a:before {
        color: #fff
    }
    #main-navigation .navbar-nav li > ul,
    #main-navigation .navbar-nav li > ul > li > ul {
        padding-left: 0
    }
    #main-navigation .navbar-nav > li > ul > li:first-child {
        position: relative
    }
    #main-navigation .navbar-nav > li.deeper > ul > li:first-child:after {
        display: block;
        content: ' ';
        position: absolute;
        border: 6px solid transparent;
        border-bottom-color: #f5c127;
        top: -12px;
        right: 30px
    }
    #main-navigation .navbar-nav > li > ul {
        position: absolute;
        list-style: none;
        padding: 6px 0 0;
        top: 20px;
        bottom: 0;
        left: auto;
        right: 0;
        text-align: left;
        width: 15em;
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow: hidden
    }
    #main-navigation .navbar-nav > li:hover > ul {
        overflow: visible;
        top: 100%;
        bottom: auto
    }
    #main-navigation .navbar-nav > li > ul > li > a,
    #main-navigation .navbar-nav > li > ul > li > a:hover,
    #main-navigation .navbar-nav > li > ul > li > a:focus,
    #main-navigation .navbar-nav ul li > ul li a,
    #main-navigation .navbar-nav ul li > ul li a:focus {
        padding: 0 10px;
        text-align: center;
        background: #f5c127 !important
    }
    #main-navigation .navbar-nav ul li > ul li:first-child:after {
        display: block;
        content: ' ';
        position: absolute;
        border: 6px solid transparent;
        border-right-color: #f5c127;
        top: 14px;
        right: 0
    }
    #main-navigation .navbar-nav ul li > ul {
        position: absolute;
        list-style: none;
        padding: 0 6px 0 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 10em;
        overflow: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: -1
    }
    #main-navigation .navbar-nav ul li:hover > ul {
        right: 100%;
        left: auto;
        bottom: auto;
        overflow: visible
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-vk:before {
    content: "\e600"
}
.icon-printer:before {
    content: "\e954"
}
.icon-undo2:before {
    content: "\e967"
}
.icon-redo2:before {
    content: "\e968"
}
.icon-forward:before {
    content: "\e969"
}
.icon-reply:before {
    content: "\e96a"
}
.icon-user-plus:before {
    content: "\e973"
}
.icon-user-minus:before {
    content: "\e974"
}
.icon-spinner:before {
    content: "\e97a"
}
.icon-spinner2:before {
    content: "\e97b"
}
.icon-spinner3:before {
    content: "\e97c"
}
.icon-spinner4:before {
    content: "\e97d"
}
.icon-spinner8:before {
    content: "\e981"
}
.icon-search:before {
    content: "\e986"
}
.icon-cog:before {
    content: "\e994"
}
.icon-play2:before {
    content: "\ea15"
}
.icon-pause:before {
    content: "\ea16"
}
.icon-previous:before {
    content: "\ea18"
}
.icon-next:before {
    content: "\ea19"
}
.icon-backward:before {
    content: "\ea1a"
}
.icon-forward2:before {
    content: "\ea1b"
}
.icon-circle-up:before {
    content: "\ea41"
}
.icon-circle-right:before {
    content: "\ea42"
}
.icon-circle-down:before {
    content: "\ea43"
}
.icon-circle-left:before {
    content: "\ea44"
}
.icon-google-plus2:before {
    content: "\ea89"
}
.icon-facebook2:before {
    content: "\ea8d"
}
.icon-skype:before {
    content: "\eac6"
}
.icon-mail:before {
    content: "\e601"
}
html,
body {
    font-size: 12px;
    width: 100%;
    height: 100%
}
.margin-bottom-10 {
    margin-bottom: 10px
}
.container-fluid {
    max-width: 1200px
}
@media screen and (min-width: 640px) {
    body {
        font-size: 14px
    }
}
#opht-main {
    padding-bottom: 40px
}
.out-of-range {
    width: 100%;
    max-height: 381px;
    background-color: #00080f;
    margin-top: 80px
}
.out-of-range .custom,
.out-of-range .bg1 {
    height: 100%;
    width: 100%;
    vertical-align: top;
    text-align: center
}
.out-of-range img {
    margin: auto;
    max-width: 50%
}
.out-of-range marquee {
    color: #fff
}
#left-side {
    border-right: 1px solid #eeeeee;
    margin-right: -1px
}
#right-side {
    border-left: 1px solid #eeeeee
}
#right-side .moduletable h3 {
    margin: 0 0 10px 0
}
#right-side .moduletable {
    margin: 0 15px 0 10px
}
#right-side .banneritem {
    max-width: 298px;
    margin: auto
}
#right-side .banneritem img {
    display: block;
    width: 100%
}
#right-side .jcalendar {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
}
#right-side .jcalendar + div {
    max-width: 100%;
    margin-top: 10px
}
#right-side .jcalendar #flatcal_minical {
    max-width: 298px;
    margin: auto
}
#right-side .jcalendar #flatcal_minical table {
    width: 100%
}
.banneritem img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%
}
.moduletable h3 {
    background-color: transparent;
    padding: 0;
    margin: 0 10px 10px 10px;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px
}
.presentation-form {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: #aac1cd
}
.presentation-form div {
    margin-top: 25px;
    padding-bottom: 5px
}
.presentation-form div a,
.presentation-form div a:visited,
.presentation-form div a:active {
    background: #243943;
    padding: 4px 5px;
    text-decoration: none;
    outline: none
}
.presentation-form div a:hover {
    background-color: #2d4754
}
.publication_date {
    display: none
}
@media screen and (min-width: 640px) {
    #component {
        border-right: 1px solid #eeeeee;
        margin-right: -1px;
        padding-right: 40px;
        line-height: 1.5
    }
    #side-nav {
        border-left: 1px solid #eeeeee;
        margin-top: 40px
    }
    #side-nav h3 {
        padding-bottom: 15px
    }
    #side-nav ul.nav li {
        border-bottom: 1px solid #eee;
        margin-left: 15px;
        margin-right: 15px
    }
    #side-nav ul.nav li a {
        padding-left: 0;
        padding-right: 0
    }
}
#opht-footer {
    height: auto;
    background-color: #000824;
    padding-bottom: 20px;
    font-size: 1em
}
#opht-footer h3 {
    background: transparent;
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    color: #fff
}
#opht-footer .nav {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 5px;
    color: #fff
}
#opht-footer .nav li {
    display: list-item
}
#opht-footer .nav li a,
#opht-footer .nav li a:hover,
#opht-footer .nav li a:active,
#opht-footer .nav li a:visited,
#opht-footer .nav li a:focus {
    background: transparent;
    color: #fff;
    padding: 0;
    display: inline
}
#copyright,
#footer-1,
#footer-2,
#socials {
    float: right;
    padding: 10px
}
#copyright .custom,
#copyright .custom p {
    width: 100%
}
#copyright .copyright-logo {
    max-width: 210px;
    color: #fff;
    line-height: 1.5em;
    font-size: 1.3em
}
#copyright .copyright-logo a {
    color: inherit;
    text-decoration: none
}
#copyright .copyright-logo .custom p > a > img {
    font-size: 24px;
    width: 20.5%;
    float: left;
    margin-right: 5px
}
#copyright .copyright-logo > img + img {
    padding-left: 8px;
    width: 80%
}
#copyright .copyright-text {
    color: #fff;
    padding-top: 10px
}
#copyright .copyright > div {
    color: #fff
}
#socials {
    color: #fff;
    font-size: 24px
}
#socials a,
#socials a:hover,
#socials a:visited {
    color: inherit;
    text-decoration: none
}
@media screen and (min-width: 480px) {
    #main-navigation .baseurl > .logo {
        max-width: 298px
    }
}
@media screen and (min-width: 640px) {
    #opht-footer {
        text-align: left;
        font-size: .8em
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    #opht-footer {
        font-size: .625em
    }
}
@font-face {
    font-family: 'akzidenzgroteskprocn';
    src: url('../fonts/akzidenzgroteskprocn.eot');
    src: url('../fonts/akzidenzgroteskprocn.eot') format('embedded-opentype'), url('../fonts/akzidenzgroteskprocn.woff2') format('woff2'), url('../fonts/akzidenzgroteskprocn.woff') format('woff'), url('../fonts/akzidenzgroteskprocn.ttf') format('truetype'), url('../fonts/akzidenzgroteskprocn.svg#akzidenzgroteskprocn') format('svg')
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    outline: 0
}
.baseurl,
.baseurl:hover,
.baseurl:active,
.baseurl:focus {
    font-family: 'akzidenzgroteskprocn';
    line-height: 80px;
    text-transform: uppercase;
    float: left;
    padding-left: 21px;
    margin-left: 5vw;
    position: relative;
    color: #fff;
    background: url(../../../images/o.png) left center no-repeat;
    height: 80px;
    display: block;
    text-decoration: none
}
.baseurl .op {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 80px;
    font-weight: bolder;
    transform: scaleY(0.9);
    display: inline-block
}
.baseurl .sup {
    font-size: 12px;
    position: absolute;
    color: #fff;
    top: 15px;
    right: 5px;
    letter-spacing: 0;
    line-height: 0
}
.out-of-range {
    position: relative;
}
.out-of-range .lang {
    position: absolute;
    right: 6.5%;
    top: 0;
    width: 60px;
}
.out-of-range .lang img {
    max-width: 20px;
    display: inline-block;
}