@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
@import 'bootstrap-icons.css';


@media (max-width: 960px) {
    footer, .wrapper-header, .wrapper {
        width: 920px !important;
    }
}

@media (max-width: 767px) {
    footer, .wrapper-header, .wrapper {
        width: 740px !important;
    }

    .main-title h1 {
        font-size: 22px !important;
    }
}

@media (max-width: 460px) {
    footer, .wrapper-header, .wrapper {
        width: 100% !important;
    }

    .main-title h1 {
        font-size: 22px !important;
    }

    .nav > li > a {
        font-size: 16px;
    }

    .navbar-default .navbar-collapse {
        min-width: 240px !important;
    }
}

html, body, html * {
    font-family: 'Roboto', sans-serif;
}

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

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
}

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

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

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

.fa-meetup:before {
    content: "\f2e0"
}

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

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

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

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

dfn {
    font-style: italic
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

td,
th {
    padding: 0
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff
}

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

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

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

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

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

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

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit
}

h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    font-weight: 400;
    color: #777
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 .small,
h2 .small,
h3 .small {
    font-size: 65%
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 .small,
h5 .small,
h6 .small {
    font-size: 75%
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

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

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

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

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

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

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1050;*/
}


.carousel-inner {
    position: relative;
}

body {
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

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

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none
}

.clearfix {
    clear: both;
    float: none
}

html {
    margin-left: calc(100vw - 100%)
}

@media screen and (max-width: 1100px) {
    html {
        margin-left: unset
    }
}

body {
    padding-right: 0 !important
}

.modal {
    text-align: center;
    padding: 0 !important
}

.font-size-btns {
    display: none
}

header * {
    font-family: Roboto, sans-serif;
}

header .header-bg {
    background-image: url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px
}

header .main-logo {
    position: relative;
    top: 5px;
    cursor: pointer
}

header .main-logo .icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
    height: 40px;
    background-color: #2669e3
}

header .main-logo .icon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 20px;
    background-color: #ffe358
}

header .main-logo span {
    color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    padding-left: 19px;
    font-size: 125%;
    border-bottom: none !important;
    letter-spacing: 0;
}

header .main-logo .light {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #DEDEDE;
}

header .navbar-fixed-top {
    padding-left: 0;
    padding-right: 0;
    background-color: #304d7c
}

header .main-title {
    color: #fff;
    display: block;
    text-align: center
}

header .main-title .icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

@media screen and (max-width: 992px) {
    header .main-title .icon {
        margin-bottom: 10px
    }
}

header .main-title h1 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
}

header .main-title .light {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    /* identical to box height */

    text-align: center;

    color: #DEDEDE;
    padding-top: 2px;
    left: 2px;
    position: relative
}

header .additional {
    float: right;
    width: 225px;
    padding-top: 5px
}

header .additional ul {
    padding-left: 0
}

header .additional ul li {
    cursor: pointer;
    margin-bottom: 22px
}

header .additional ul li span {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

header .additional ul li .icon {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: relative;
    top: -5px;
    left: 10px
}


.vcenter {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

header .additional ul li.change-vision span {
    color: #fff;
}

.box_socials_search {
    display: flex;
    max-width: 230px;
    align-items: center;
    flex: 0 1 100%;
    height: 56px;
}

header .menu-container .navbar-default {
    float: left;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    max-width: calc(100% - 260px);
    background: transparent;
    border: none;
}

header .menu-container .menu ul li {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px
}

.navbar-nav > li > .dropdown-menu {
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: 59px;*/
    padding: 20px 25px;
    padding-bottom: 25px;
    background-color: #273043;
}

/*.nav>li {*/
/*    position: inherit;*/
/*    display: block;*/
/*}*/
header .menu-container .navbar-default ul li a {
    /*display: block;*/
    width: 100%;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    padding: 20px 12px;
    transition: .2s ease-in-out;
}

header .menu-container .navbar-default ul li a:hover {
    color: #ffe358;
}

.dropdown-menu > li > a:hover {
    background: transparent;
}

header .social-links {
    padding-top: 40px;
    height: 34px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

header .social-links ul li {
    display: inline-block;
    margin-left: 10px;
}

header .social-links ul li:first-child {
    margin-left: 7px
}

header .social-links ul li a {
    color: #aab3c6;
    font-size: 120%;
    transition: .2s ease-in-out
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffe358;
    background-color: #273043;
    border: none;
}

header .menu-container .navbar-default ul li a:hover,
header .menu-container .navbar-default ul li a:active,
header .social-links ul li a:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    background: transparent;
}

header .main-img {
    width: 160px;
    padding: 20px 0 0 20px;
}

.icon-vision {
    content: url("../images/change_vision.png");
}

 .modal-content {
    background-color: #31486c;
    color: #fff;
    line-height: 30px;
}

.outer-links li a {
    color: #fff;
    text-align: left;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid transparent;
    transition: .2s ease-in-out;
}
.modal-header {
  border: none;
}
.btn-close {
    color: #fff;
}
header .main-search span {
    color: #fff;
    font-size: 112%;
    font-family: Roboto, sans-serif;
    left: -1px;
    position: relative
}

.main-search {
    padding-top: 10px;
}

.header-social-search {
    padding: 0;
}

.header-social-search li {
    height: 34px;
}

.form-search {
    max-width: 80px;
    color: #fff;
}

::placeholder {
    color: #fff;
}

.form-control {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

footer {
    border-top: 1px solid #e6e9eb;
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-bg {
    padding: 10px 40px 22px;
    background-color: #fff
}

footer .site-map-title {
    display: block;
    margin-bottom: 15px;
    font-size: 140%;
    letter-spacing: 1px;
    top: -3px;
    font-variant: small-caps;
    margin-top: 50px;
    margin-top: 20px;
    color: #2d5ca6;
    position: relative;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: .2s ease-in-out
}

footer .site-map-title:before {
    content: "";
    position: absolute;
    display: block;
    right: -20px;
    top: 10px;
    width: 10px;
    height: 6px;
    transition: .2s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/icn-dropdown.png)
}

footer .footer-bottom {
    padding: 40px 20px 55px 20px;
    background-color: #fff;
}

footer .footer-bottom a {
    color: #2d5ca6
}

footer .footer-bottom .icon {
    float: left;
    position: relative;
    bottom: 16px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

footer .footer-bottom .description .item {
    margin-bottom: 43px
}

footer .footer-bottom .description .item .icon {
    width: 50px
}

footer .footer-bottom .description .item:first-child .icon {
    height: 50px;
}

footer .footer-bottom .description .item:first-child span {
    line-height: 1.2
}

footer .footer-bottom .description .item span {
    color: #aab3c6;
    font-size: 87%;
    padding-left: 69px;
    display: block;
    line-height: 20px;
    letter-spacing: .1px
}

footer .footer-bottom .additional {
    float: left
}

footer .footer-bottom .additional ul .icon {
    height: 25px;
    width: 25px
}

footer .footer-bottom .additional ul li {
    margin-bottom: 15px;
    color: #2d5ca6;
    cursor: pointer;
    font-family: Roboto, sans-serif;
}

footer .footer-bottom .additional ul li .icon {
    background-size: contain
}

footer .footer-bottom .additional ul li.change-vision .icon {
    opacity: .4;
    top: -8px
}

footer .footer-bottom .social-links ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}

footer .footer-bottom .social-links ul li a {
    color: #2d5ca6;
    font-size: 106%;
    transition: .2s ease-in-out
}

footer .footer-bottom .developer {
    position: relative
}

footer .footer-bottom .developer .license {
    float: left
}

footer .footer-bottom .developer .license a {
    color: #2d5ca6;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

footer .footer-bottom .developer .license span {
    color: #aab3c6;
    font-size: 88%;
    padding-left: 7px;
    position: relative;
    top: -2px
}

body,
html {
    height: 100%
}

body {
    overflow: auto;
    overflow-x: hidden;
    line-height: 1;
    font-family: Roboto, sans-serif;
    background-color: #dee4e7
}

body * {
    word-break: keep-all;
    word-wrap: break-word
}

.wrapper-header,
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1220px;
}

.wrapper,
body.active {
    overflow: hidden
}

.wrapper {
    min-height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width: 1240px) {
    .wrapper {
        width: 100%
    }
}

::selection {
    color: #fff;
    background: #304f80
}

a {
    color: #2d5ca6
}

a span {
    border-bottom: 1px solid transparent;
    transition: .2s ease-in-out
}

a:hover span {
    border-bottom: 1px solid #2d5ca6
}

h1 {
    font-family: Roboto, sans-serif;
    letter-spacing: 0
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
    color: #273043
}

p {
    font-family: Roboto, sans-serif;
}

table tbody tr {
    vertical-align: top
}

table tbody tr td {
    padding: 10px 20px
}

table tbody tr:nth-child(odd) {
    background-color: inherit
}

.form-control::placeholder {
    color: #999 !important;
    font-size: 14px;

}

.input-group > .form-control:focus {
    background-color: transparent;
    color: #999 !important;
    font-size: 14px;
    padding: 5px;
}

body.lowvision {
    background: #fff
}

body.lowvision.ie .navbar-dark,
body.lowvision .navbar-dark {

    color: rgba(0, 0, 0, 0.75) !important;
    border-color: rgba(0, 0, 0, 0.75) !important;
}

body.lowvision.ie img {
    display: none
}
body.lowvision .modal-content,
body.lowvision.ie .main-news .main-item .background,
body.lowvision.ie .media__result .last-media .item .inside-photo .preview,
body.lowvision.ie .media__result .last-media .main-item .inside-photo .preview,
body.lowvision.ie footer .footer-bottom .description:first-child.item .icon,
body.lowvision.ie footer .footer-bottom .description:nth-child(2).item .icon,
body.lowvision.ie header .main-logo .icon,
body.lowvision.ie header .main-logo .icon:before {
    background-image: none !important;
    background-color: #e9e9e9 !important
}

body.lowvision .font-size-btns {
    display: block;
    text-align: center;
    font-family: ProbaProBold, SourceSansProBold;
    margin-bottom: 10px;
    padding-left: 48px;
    margin-top: -5px
}

body.lowvision .font-size-btns .font-size-dec {
    float: left;
    width: 45px;
    height: 20px;
    border: 2px solid #000;
    margin-right: 20px
}

body.lowvision .font-size-btns .font-size-inc {
    float: right;
    width: 45px;
    height: 20px;
    border: 2px solid #000
}

body.lowvision * {
    color: #000 !important;
    border-radius: 0 !important;
    transition: 0s ease-in-out
}

body.lowvision .font-btn-dis {
    pointer-events: none;
    opacity: .2
}

body.lowvision .npa-search,
body.lowvision .reforms .reform-bunner .background,
body.lowvision .reforms .reform-bunner .background-filter,
body.lowvision .reforms__steps--item.previous:after,
body.lowvision header .header-bg {
    background-image: none
}

body.lowvision .button__accreditation,
body.lowvision .button__search,
body.lowvision .chosen-container,
body.lowvision .chosen-container.chosen-container-single .chosen-single,
body.lowvision .date-pick-form,
body.lowvision .digest-subscribe,
body.lowvision .digest-subscribe-form input,
body.lowvision .editor-content div,
body.lowvision .editor-content table tbody tr,
body.lowvision .last-media,
body.lowvision .lastnews__main .background,
body.lowvision .main-news .main-item .background-filter,
body.lowvision .npa-search .search-btn,
body.lowvision .npa-search input,
body.lowvision .reforms,
body.lowvision .reforms .reform-bunner .background-filter,
body.lowvision .search-form,
body.lowvision .search-form .search-btn,
body.lowvision .search-tags,
body.lowvision .share__links td a:hover,
body.lowvision .subscribe-container .header,
body.lowvision header .menu-container .showSubmenu.active,
body.lowvision header .menu-container .submenu {
    background: none
}

body.lowvision #map__anounce,
body.lowvision .all-materials:before,
body.lowvision .all-news:before,
body.lowvision .anounce__main--address > div object,
body.lowvision .anounce__main--time > div > div object,
body.lowvision .bunners .bunner,
body.lowvision .checkbox + label,
body.lowvision .checkbox + label:after,
body.lowvision .editor-content img,
body.lowvision .last-media .galerry-preview .image,
body.lowvision .last-media .item,
body.lowvision .last-media .main-item,
body.lowvision .lastnews__main .background,
body.lowvision .leaflet-container .leaflet-marker-pane img,
body.lowvision .leaflet-container .leaflet-overlay-pane svg,
body.lowvision .leaflet-container .leaflet-shadow-pane img,
body.lowvision .leaflet-container .leaflet-tile-pane img,
body.lowvision .leaflet-container img.leaflet-image-layer,
body.lowvision .main-logo,
body.lowvision .main-news .main-item .background,
body.lowvision .media__result .last-media .item > a img,
body.lowvision .media__result .last-media .main-item > a img,
body.lowvision .mfp-image-holder .mfp-content img.mfp-img,
body.lowvision .news__item--attach .list__item > a:before,
body.lowvision .news__item--navigation.npa a .link object,
body.lowvision .news__item--navigation a .link object,
body.lowvision .notfound,
body.lowvision .npa-search .addition-search-items:before,
body.lowvision .page-content .timeline-form .chosen-container.chosen-container-single .chosen-single div b,
body.lowvision .page-content .timeline-form .select-interval .icon,
body.lowvision .page-content .timeline-form .select-interval:after,
body.lowvision .photogallery__list--item > a,
body.lowvision .print:before,
body.lowvision .reforms .reform-bunner .background-filter,
body.lowvision .reforms .reform-item .icon,
body.lowvision .rssicon,
body.lowvision .services .all-services:before,
body.lowvision .services .block-title:before,
body.lowvision .sidebar__accordion .panel-default .panel-heading a[data-toggle=collapse].collapsed .icon,
body.lowvision .sidebar__accordion .panel-default .panel-heading a[data-toggle=collapse] .icon,
body.lowvision .sidebar__list li > div.img,
body.lowvision .static__list--item a.blank:after,
body.lowvision .team .team-item .photo,
body.lowvision .timeline-block .timeline-item .desctiption .preview *,
body.lowvision .video,
body.lowvision .yet-themes:before,
body.lowvision footer .footer-bottom .description .item .icon,
body.lowvision footer .footer-bottom .developer .dev .icon,
body.lowvision iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

body.lowvision .authority-item .hidden-info,
body.lowvision .authority-item .result-count.active,
body.lowvision .btns-wrap a.active,
body.lowvision .button__accreditation,
body.lowvision .button__search,
body.lowvision .chosen-container.chosen-container-single .chosen-single,
body.lowvision .date-pick-form,
body.lowvision .digest-subscribe-form .button,
body.lowvision .load-more,
body.lowvision .main-news .main-item .background.without-photo,
body.lowvision .modal.gov .gov-ua,
body.lowvision .nav-tabs.tags li.active a,
body.lowvision .page-content .digest-subscribe,
body.lowvision .page-content .digest-subscribe .digest-subscribe-form .button,
body.lowvision .page-content .error,
body.lowvision .search-btn.active + .search-form,
body.lowvision .search-form .search-btn,
body.lowvision .tag,
body.lowvision header .menu-container .submenu,
body.lowvision input,
body.lowvision select {
    border: 2px solid #000 !important
}

body.lowvision .static__list,
body.lowvision footer,
body.lowvision footer .footer-bottom,
body.lowvision hr.divider {
    border-top: 2px solid #000 !important
}

body.lowvision header .main-search span {
    color: #000 !important
}

body.lowvision header .menu-container .submenu {
    width: 1220px;
    border: none !important
}

body.lowvision .media__result .last-media .item .description .date,
body.lowvision header .main-search span {
    color: #fff !important;
    opacity: 1
}

body.lowvision footer .footer-bottom .description .item span,
body.lowvision footer .footer-bottom .links ul li a {
    font-size: 95%
}

body.lowvision footer .footer-bottom .developer .license span {
    font-size: 90%
}

.wrapper {
    padding: 30px 0;
}

.slider-text {
    padding: 0 0 0 20px;
}

header .menu-container .menu ul li a:hover {
    color: #ffe358;
}

header .menu-container .menu ul li a {
    display: block;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.diia-img {
    max-width: 40px;
}

.img-news {
    width: 100%;
    margin-top: 20px;
}

.notice-container-image {
    margin-top: 10px;

}

.banner-im {
    margin: 10px 0;
}

.main-news-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 15px;
    color: #234161;
}

.simple-news-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    color: #234161;
}

.bold-news-title {
    font-family: Roboto;
    font-style: normal;
    color: #234161;
}

.simple-news-col {
    padding-bottom: 15px;
}

.simple-news-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    color: #6F6E6E;
}

.main-page-nav {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #233E5F;
    padding-right: 20px;
}

.tabs_default {
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #A5A4A4;
    padding: 0;
    margin-left: 15px;
}

.main-page-row {
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #A5A4A4;
}

.nav > li > a.main-page-nav {
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
}

.main-page-nav.active {
    border-bottom: 3px solid #2d5ca6 !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #2d5ca6;
}

.nav > li > a {
    padding-left: 0;
}

.fotorama-articles.pull-left {
    margin-right: 10px;
}


.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);

}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel.multi-item-carousel a.left.carousel-control,
.carousel.multi-item-carousel a.right.carousel-control {
    width: 20px;
}

.carousel-control.left {
    margin-right: 10px;
}

.carousel-control.right {
    margin-left: -10px;
}

.bottom-banner {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
}

.grey-raw {
    background-color: #EFEFEF;
}

.internal-banners {
    padding: 10px;
}

.page-row, .row-news, .notice-row {
    margin-bottom: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #A5A4A4;
    padding-bottom: 10px;
}

.news-row {
    padding: 0 15px 20px 15px;
}

.notice-col {
    padding: 0;
}

.notice-col p {
    margin-top: 10px;
    line-height: 24px;
}

.carousel-inner .item.left.active {
    transform: translateX(-33%);
}

.carousel-inner .item.right.active {
    transform: translateX(33%);
}

.carousel-inner .item.next {
    transform: translateX(33%)
}

.carousel-inner .item.prev {
    transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left {
    transform: translateX(0);
}

.subpage-button {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.subpage-button:hover {
    background-color: #104d82;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.subpage-button:hover h4 {
    color: #fff;
}

.footer_logo {
    max-width: 50px;
    width: auto;
    flex: 0 1 auto;
    margin-right: 25px;
    height: 44px;
}

.item.first {
    display: flex;
}

.item .headline {
    font-size: 112%;
    font-weight: 500;
    color: #2A2F33;
    margin-bottom: 10px;
}

.first_inner .headline {
    font-size: 118%;
    line-height: 1.4em;
}

.item .description {
    font-size: 98%;
    color: #6D727C;
    line-height: normal;
}

.footer_text {
    font-size: 89%;
    color: #6d727c;
    line-height: 1.5em;
}

.footer-bottom > div.col-md-1.social-links > ul > li > a > i {
    font-size: 18px;
}


/* Container for the entire carousel */
.multi-carousel-container {
    cursor: grab;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
    cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding: 0 5px;
    position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
}

.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
    left: 10px;
}

.multi-carousel-control-next {
    right: 10px;
}

/* Image container with dynamic height */
.img-container {
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    width: 100%;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 35px;
    z-index: 2; /* Higher than default but below controls */
    /* Isolation prevents z-index context issues */
    isolation: isolate;
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  // transition-duration: 10s;
}

/* display 4 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  .carousel-item-next.carousel-item-start, .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}
.carousel-item-inner {
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}