@charset "UTF-8";
/*
@import "slick/slick.scss";
@import "slick/slick-theme.scss";
@import "slick/carousel";
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u,
/*i, */
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block; }

main {
    display: block; }

body {
    line-height: 1; }

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 1.3; }

body.poor-vision {
    font-size: 20px;
    line-height: 1.5; }

body.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

/*.grayscale был добавлен для принудительного траурного серого цвета*/
.grayscale {
    filter: grayscale(100%);
    transition: 1s;
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: '';
    content: none; }

q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

table.no-border td{
    border: 1px solid #fff;
}

td {
    border: 1px solid #838383;
    padding: 10px;
    text-align: justify;
}

a {
    color: black;
    text-decoration: none; }

a:hover {
    text-decoration: underline; }

h1 {
    color: #0080AC;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 15px 0;
    text-transform: uppercase; }

#page-numbers {
    list-style: none;
    display: flex; }

#page-numbers > li {
    margin-right: 0.3em;
    cursor: pointer; }


.button {
    background: white;
    border: solid 1px #7F7F7F;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 10px;
    width: 160px;
    margin: 10px 0;
}


.buttn {
    background: white;
    border: solid 1px #7F7F7F;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 10px;
    width: 160px; }

.buttn.active {
    border-color: #0377BC;
    background: #0377BC;
    color: white; }

.buttn:not(.active):hover {
    background: #10a4fb;
    color: white; }

.collapse {
    display: none; }

.collapse.in {
    display: block; }

.two-horizontal-row {
    display: flex;
    margin: 0 0 25px 0;
    padding: 0; }

.two-horizontal-column {
    flex: 50%; }

.two-horizontal-column a {
    line-height: 1.2; }

.two-horizontal-column a.active {
    font-weight: bold; }

.container {
    margin: 0 auto;
    width: 1175px;
    /*border: 1px solid red;*/
}

#header {
    /*padding: 30px 0; включить когда нужно будет убрать лого*/
    padding-bottom: 15px
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
}

.header-left .logo img {
    width: 100px; }

.header-left .title {
    margin: 0 0 0 25px; }

.header-left .title p {
    font-weight: bold;
    color: #3984B9;
    font-size: 1.05em;
    line-height: 1.3;
    margin: 0; }

.header-top-menu, .header-lang-menu, .header-bottom-menu {
    text-align: right; }

.header-top-menu ul, .header-lang-menu ul, .header-bottom-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }

.header-top-menu ul li, .header-lang-menu ul li, .header-bottom-menu ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    vertical-align: middle; }

.header-top-menu ul li a.active, .header-lang-menu ul li a.active, .header-bottom-menu ul li a.active {
    font-weight: bold; }

.header-top-menu ul li a img, .header-lang-menu ul li a img {
    vertical-align: middle; }

.header-top-menu ul li a .icon-eye, .header-lang-menu ul li a .icon-eye {
    width: 21px; }

.header-top-menu ul li a .icon-mobile, .header-lang-menu ul li a .icon-mobile {
    width: 15px; }

.header-top-menu ul li button, .header-lang-menu ul li button, .header-bottom-menu ul li button {
    color: black;
    font-family: inherit;
    background-color: transparent;
    border: none; }

.header-top-menu ul li button:hover, .header-lang-menu ul li button:hover {
    text-decoration: underline; }

.header-top-menu ul li button.active, .header-lang-menu ul li button.active {
    font-weight: bold; }

.header-top-menu ul li button img, .header-lang-menu ul li button img {
    vertical-align: middle; }

.header-top-menu ul li button .icon-eye, .header-lang-menu ul li button .icon-eye {
    width: 21px; }

.header-top-menu ul li button .icon-mobile, .header-lang-menu ul li button .icon-mobile {
    width: 15px; }

.header-lang-menu {
    margin: 15px 0 0 0; }

#menu {
    height: 40px;
    padding: 0;
    overflow: hidden;
    background: #00b5f3;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#00b5f3), to(#4659a4));
    background: linear-gradient(to right, #00b5f3 0%, #4659a4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f3', endColorstr='#4659a4',GradientType=1 );
    /* IE6-9 */ }

#menu > .container {
    height: inherit; }

.menu-row {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.menu-left {
    margin: 0;
    padding: 0;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.menu-left li {
    display: block;
    height: inherit; }

.menu-left li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none; }

.menu-left li:last-child a:after {
    display: none; }

.menu-left li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    color: white;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 30px;
    position: relative; }

.menu-left li a:hover, .menu-left li a.active {
    background: #E7EFF5;
    color: #3984B9;
    text-decoration: none; }

.menu-left li a:hover:after, .menu-left li a.active:after {
    display: none; }

.menu-left li a:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 50%;
    margin-top: -8px;
    display: block;
    border-right: solid 1px white;
    height: 16px; }

.menu-left li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    color: white;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 30px;
    position: relative;
    font-family: inherit;
    background-color: transparent;
    border: none; }

.menu-left li button:hover, .menu-left li button.active {
    background: #E7EFF5;
    color: #3984B9;
    text-decoration: none; }

.menu-left li button:hover:after, .menu-left li button.active:after {
    display: none; }

.menu-left li button:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 50%;
    margin-top: -8px;
    display: block;
    border-right: solid 1px white;
    height: 16px; }

.menu-right button {
    background-color: transparent;
    border: none; }

.submenu {
    background: #E7EFF5;
    padding: 30px 0; }

.submenu-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.submenu-column {
    margin: 0 40px 0 0; }

.submenu-column:last-child {
    margin-right: 0; }

.submenu-column ul {
    margin: 0;
    padding: 0; }

.submenu-column ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0; }

.submenu-column ul li:last-child {
    margin-bottom: 0; }

.submenu-column ul li a {
    text-transform: uppercase; }

.submenu-column ul li button {
    text-transform: uppercase;
    color: black;
    font-family: inherit;
    background-color: transparent;
    border: none;
}

.submenu-column ul li button:hover {
    text-decoration: underline; }

.submenu-column ul li button.active {
    font-weight: bold; }

.submenu-search {
    padding: 20px 0; }

.submenu-search-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.submenu-search-in .search-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px 0 0; }

.submenu-search-in .search-left form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }

.submenu-search-in .search-left input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.2em;
    outline: none; }

.submenu-search-in .search-left button {
    font-family: inherit;
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    border: none;
    cursor: pointer; }

.submenu-search-in .search-right img {
    width: 15px; }

.submenu-search-in .search-right button {
    font-family: inherit;
    background-color: transparent;
    border: none; }

.submenu-search-in .search-right button img {
    width: 15px; }

#main {
    margin: 30px 0 0 0; }

.front-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.front-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 35px 0 0; }

.front-main-block {
    margin: 0 0 30px 0;
    padding-top: 5px;
}

.front-main-block h5 {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.front-main-block h4 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1; }

.front-main-block h4 span {
    text-transform: lowercase;
    font-weight: normal; }

.front-main-block .block-body {
    margin: 15px 0 0 0; }

.front-main-block .block-body .important {
    text-transform: uppercase; }

.front-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.front-items .description {
    font-size: 0.85em; }

.front-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.front-item .front-item-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 initial;
    flex: 0 0 initial; }

.front-item .front-item-left span {
    background: #CCC;
    display: block;
    height: 45px;
    width: 45px; }

.front-item .front-item-left img {
    width: 45px; }

.front-item .front-item-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 15px; }

.front-item .front-item-middle .title {
    font-size: 1.2em;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.front-item .front-item-middle .title .r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin: 0 0 0 15px;
    text-align: right; }

.front-item .front-item-middle .description {
    font-size: 0.85em;
    line-height: 1.3;
    margin: 5px 70px 0 0; }

.front-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px; }

.front-right-block {
    margin: 0 0 20px 0; }

.front-right-block h4 {
    font-size: 1.1em;
    line-height: 1.5;
    text-transform: uppercase; }

.front-right-block .block-body {
    margin: 15px 0 0 0; }

.front-right-block.fill-background {
    background: #EAF0F5;
    padding: 25px 10px 25px 15px; }

.front-right-block-search form .form-group {
    margin: 0 0 10px 0; }

.front-right-block-search form .form-group:last-child {
    margin-bottom: 0; }

.front-right-block-search form .form-group input {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%; }

.front-right-block-search form .form-group-actions {
    margin: 15px 0 0 0;
    text-align: right; }

.front-right-block-search form .form-group-actions button {
    background: transparent;
    border: none;
    text-transform: uppercase; }

.front-right-block-important h4 {
    background: #EAF0F5;
    padding: 7px 15px; }

.front-right-block-important .block-body {
    margin: 10px 0 0 0;
    padding: 0 15px; }

.front-right-block-important .block-body ul {
    margin: 0;
    padding: 0; }

.front-right-block-important .block-body ul li {
    margin: 0 0 13px 0; }

.front-right-block-important .block-body ul li:last-child {
    margin-bottom: 0; }

.front-right-block-important .block-body ul li a {
    line-height: 1.2; }

.front-main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.front-main-row-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 35px 0 0; }

.front-main-row-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px; }

.front-main-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }

.front-main-column-important h4 {
    background: #EAF0F5;
    padding: 7px 15px;
    margin-top: -7px;
    font-weight: normal; }

.front-main-column-important-body h4 {
    background: #EAF0F5;
    padding: 7px 15px;
    margin-top: -7px;
    font-weight: normal; }

.front-main-column-important-body h5 {
    background: #EAF0F5;
    padding: 7px 15px;
    margin-top: -7px;
    font-weight: normal;
    text-align: center; }

.front-main-column-important .block-body {
    margin: 10px 0 0 0;
    padding: 0 15px; }

.front-main-column-important-body .block-body {
    margin: 10px 0 0 0;
    padding: 0 15px; }

.front-main-column-important .block-body ul {
    margin: 0;
    padding: 0; }

.front-main-column-important-body .block-body ul {
    margin: 0;
    padding: 0; }

.front-main-column-important .block-body ul li {
    margin: 0 0 13px 0; }

.front-main-column-important-body .block-body ul li {
    margin: 0 0 13px 0; }

.front-main-column-important .block-body ul li:last-child {
    margin-bottom: 0; }

.front-main-column-important-body .block-body ul li:last-child {
    margin-bottom: 0; }

.front-main-column-important .block-body ul li a {
    line-height: 1.2; }

.front-main-column-important-body .block-body ul li a {
    line-height: 1.2; }

.front-feed-item {
    margin: 0 0 15px 0; }

.front-feed-item:last-child {
    margin-bottom: 0; }

.front-feed-item .date {
    color: #989898;
    font-size: 0.9em; }

.front-feed-item .title {
    margin: 5px 0 0 0; }

.front-feed-item .title a {
    line-height: 1.2; }

.front-feed-all {
    margin: 15px 0 0 0;
    text-align: right; }

.front-feed-all a {
    color: #989898; }

.links {
    margin: 30px 0 0 0; }

.links.inner {
    margin: 100px 0 0 0; }

.links ul {
    border-top: solid 1px #C4C4C4;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.links ul li {
    margin: 0;
    padding: 0;
    list-style: none; }

.links ul li a {
    line-height: 1; }

.counter-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 30px 0 0; }

.counter-left h4 {
    font-weight: bold; }

.counter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1em; }

.counter-panel span {
    background: #EAF0F5;
    display: block;
    padding: 7px 12px; }

.counter-panel-page {
    margin: 10px 0 0 0;
    width: 330px; }

.counter-panel-page span {
    background: #BBD6E5; }

.counter-progressbar {
    background: #EAF0F5;
    height: 15px;
    width: 100px; }

.counter-progressbar-in {
    background: #BBD6E5;
    height: inherit; }

.counter-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px; }

.counter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.counter-table {
    margin: 5px 0 15px 0; }

.counter-table td {
    padding: 0 20px 0 0;
    vertical-align: middle; }

.counter-table td:last-child {
    padding-right: 0; }

.counter-result-block {
    background: #F2F4F5;
    margin: 20px 0 0 0;
    width: 95%;
    padding: 15px; }

.premier-block {
    margin: 20px 0 0 0; }

.premier-block .container {
    overflow: hidden; }

.premier-block .container img {
    width: 100%; }

#footer {
    background: #005A97;
    color: white;
    margin: 40px 0 0 0;
    padding: 30px 0; }

#footer a {
    color: white; }

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.footer-block {
    margin: 0 0 35px 0; }

.footer-block:last-child {
    margin-bottom: 0; }

.footer-block h4 {
    font-size: 1.1em;
    margin: 0 0 10px 0; }

.footer-block .footer-block-body {
    font-size: 0.9em;
    line-height: 1.4; }

.footer-copyright {
    margin: 15px 0 0 0;
    font-size: 0.8em;
    line-height: 1.3; }

.page-body {
    line-height: 1.4; }

.page-body p {
    margin: 0 0 10px 0; }

.page-body b {
    font-weight: bold; }

.page-body h3 {
    color: #0080AC;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 15px 0; }

.page-body h4 {
    color: #0080AC;
    font-size: 1.1em;
    line-height: 1.1;
    margin: 0 0 15px 0; }

.page-body a {
    color: #0080AC;
}

/*.page-body table {
  width: 100%;
  border: solid 1px;
  margin: 0 0 15px 0; }

.page-body table tr {
  border: solid 1px;
  vertical-align: top; }

.page-body table td {
  border: solid 1px;
  padding: 3px; }*/

.page-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px; }

.page-menu {
    margin: 0;
    padding: 0;
}

.page-menu button{
    text-align: left;
}

.page-menu li {
    margin: 0 0 25px 0;
    padding: 0;
}

.page-menu li:last-child {
    margin-bottom: 0; }

.page-menu li a {
    line-height: 1.2; }

.page-menu li a.active {
    font-weight: bold; }

.page-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 45px; }

.page-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.page-table {
    margin: 0; }

.page-table th {
    font-weight: bold;
    text-align: left;
    padding: 5px; }

.page-table tr {
    border-top: solid 1px #838383; }

.page-table td {
    border: none;
    padding: 5px; }

.page-tabs {
    border-top: solid 1px #838383;
    border-bottom: solid 1px #838383;
    margin: 0 0 15px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.page-tabs li {
    display: block; }

.page-tabs li a {
    display: block;
    font-size: 1.1em;
    line-height: 1;
    padding: 10px 10px;
    text-transform: uppercase; }

.page-tabs li a.active {
    background: #EAF0F5; }

.page-tabs li.active {
    background: #EAF0F5; }

.page-tabs-li li {
    display: block;
    font-size: 1.1em;
    line-height: 1;
    padding: 10px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.page-menu-sub {
    margin: 15px 0 0 15px;
    padding: 0; }

.page-menu-sub li {
    margin: 0 0 15px 0;
    padding: 0; }

.page-menu-sub li:last-child {
    margin-bottom: 25px; }

.page-menu-sub li a {
    line-height: 1.2; }

.page-menu-sub li a.active {
    font-weight: bold; }

.page-menu-sub li strong.active {
    font-style: italic !important;
    font-weight: bold; }

.page-submenu {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-submenu li {
    display: block;
    list-style: none;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.page-submenu li:last-child {
    margin-right: 0;
}

.page-submenu li a {
    display: block;
    padding: 5px 10px;
}

.page-submenu li a.active {
    background: #E8EEF3;
    color: #0280AA;
}

.page-submenu-li li{
    display: block;
    padding: 5px 10px;
}

.page-submenu li.active {
    background: #E8EEF3;
    color: #0280AA;
    padding: 5px 10px;
}

.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    align-items: center;
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    justify-content: flex-start;
    overflow: auto;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 0.9em;
    color: #929292; }

.breadcrumbs li:after {
    content: "/";
    display: inline-block;
    margin: 0 10px; }

.breadcrumbs li:last-child:after {
    display: none; }

.breadcrumbs li a {
    color: inherit; }

news-item {
    margin: 0 0 20px 0; }

.news-item:last-child {
    margin-bottom: 0; }

.news-item .news-item-date {
    font-weight: bold; }

.news-item .news-item-teaser {
    margin: 3px 0 0 0; }

.interesting-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    font-family: 'PT Sans' !important; }

.interesting-filter select {
    background: #F2F4F5;
    border: none;
    padding: 7px 10px;
    width: 250px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: 'PT Sans' !important; }

.interesting-filter select.invalid {
    border: solid 1px;
    border-color: red; }

.interesting-filter button {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0; }

.page-body-interesting-names {
    font-size: 17px; }

.page-body-interesting-names .interesting-filter {
    margin: 30px 0 0 0; }

.page-body-interesting-names .interesting-gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 0 0 40px; }

.page-body-interesting-names .interesting-gender img {
    width: 30px; }

.page-body-interesting-names .interesting-gender span {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 15px; }

.interesting-names-block {
    background: #F2F4F5;
    margin: 20px 0 0 0;
    width: 470px;
    padding: 15px; }

.interesting-names-table {
    width: 100%; }

.interesting-names-table td {
    padding: 3px }

.interesting-names-table tr > td:nth-child(even) {
    text-align: right; }

.interesting-names-table2 {
    border: none;
    width: 100%; }

.interesting-names-table2 td {
    border: none;
    padding: 3px 0; }

.interesting-names-table2 tr > td:nth-child(even) {
    border: none;
    text-align: right; }

.interesting-howmuch-form {
    background: #F3F5F6;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 25px; }

.interesting-howmuch-form input,
.interesting-howmuch-form select {
    background: transparent;
    border: solid 1px #989A9A;
    padding: 10px; }

.interesting-howmuch-form .interesting-form-row {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.interesting-howmuch-form .interesting-form-row > div {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.interesting-howmuch-form .interesting-form-row > div img {
    width: 25px; }

.interesting-howmuch-form .interesting-form-row > div label {
    margin: 0 0 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.interesting-howmuch-form .interesting-form-row > div input, .interesting-howmuch-form .interesting-form-row > div select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px; }

.interesting-howmuch-form .interesting-form-row > div input.invalid, .interesting-howmuch-form .interesting-form-row > div select.invalid {
    border: solid 1px;
    border-color: red; }

.interesting-howmuch-form .interesting-form-row > div select {
    width: 222px; }

.interesting-form-row-region .left label {
    margin-left: 0 !important; }

.interesting-form-row-region .right span {
    width: 25px; }

.interesting-form-row-actions {
    margin-bottom: 0 !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

.interesting-form-row-actions button {
    margin-left: 10px; }

.interesting-form-row-actions button.active {
    background: #0377BC; }

.interesting-howmuch-results {
    margin: 40px 0 0 0; }

.interesting-howmuch-results h3 {
    color: #0377BC;
    font-size: 19px;
    font-weight: bold; }

.interesting-howmuch-results ul {
    list-style: none;
    margin: 10px 0 0 0; }

.interesting-howmuch-results ul li {
    font-size: 17px;
    margin: 0;
    padding: 10px 0; }

.interesting-howmuch-results ul li:before {
    color: #3C80A8;
    content: "\2022";
    font-size: 20px;
    margin: 0 10px 0 0; }

.interesting-know-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.interesting-know-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin: 0 0 40px 0; }

.interesting-know-item .title {
    color: #02809E;
    font-size: 30px;
    font-weight: bold;
    line-height: 1; }

.interesting-know-item .text {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 1.3; }

.interesting-know-more {
    margin: 30px 0 0 0;
    text-align: center; }

.interesting-know-more a {
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.interesting-know-more a img {
    margin-top: 5px;
    width: 130px; }

.interesting-know-more a:hover {
    opacity: .7;
    text-decoration: none; }

.interesting-know-more button {
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: inherit;
    background-color: transparent;
    border: none; }

.interesting-know-more button img {
    margin-top: 5px;
    width: 130px; }

.interesting-know-more button:hover {
    opacity: .7;
    text-decoration: none; }

.interesting-whomore-form {
    color: #0377BC;
    font-weight: bold;
    background: #F3F5F6;
    padding: 20px 30px;
    /*width: 400px; */
}
.rdtPicker
{
    width: auto !important;
}
.rdtPicker td
{
    border-color: transparent;
}

.jur-search {
    /*color: #0377BC;*/
    font-weight: bold;
    background: #79ACE0;
    padding: 20px 30px;
    /*width: 400px; */
}

.jur-search__row
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;

}

.jur-search__row_item
{
    width: 100%;
    /*padding-left: 10px;*/
}

.jur-search input[type="text"]{
    width: 100%;
    height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
}

.jur-search select{
    width: 100%;
    height: 35px;
    margin: 10px 0;
    outline: none;
}

.jur-search input {
    border: 1px solid #cecece;
}

.jur-search select.invalid, .jur-search input.invalid {
    border: 1px solid red;
    outline: none;
}

.jur-search label {
    display: block;
}


.jur-search button:disabled {
    background: #cecece;
}

.jur-search button:disabled:hover {
    background: #cecece;
    color: #808080;
    cursor: not-allowed;
}


.jur-search .overflow-block {
    min-height:40px;
    max-height:300px;
    background: #fff;
    border: 1px solid #c1c1c1;
    overflow: auto;
    margin: 10px 0;
}

.jur-search .buttn {
    width: 50%;
}

.jur-search-result-block {
    background: #F2F4F5;
    margin: 20px 0 0 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.survey-form {
    background: #E7EFF5;
    padding: 20px 30px;
}

.feedback-form {
    background: #79ACE0;
    padding: 20px 30px;
}

.feedback-form_welcome
{
    font-style: italic;
    padding: 10px 20px;
    text-align: center;
}

.feedback-form label {
    font-weight: bold;
    display: block;
}

.feedback-form input[type="text"], .feedback-form  select, .feedback-form textarea{
    width: 100%;
    height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cecece;
    padding: 0 10px;
}

.feedback-form textarea{
    height: 100px;
    resize: none;
    padding: 10px;
}

.feedback-form select.invalid, .feedback-form input.invalid, .feedback-form textarea.invalid {
    border: 1px solid red;
}

.feedback-form .button {
    width: 50%;
}

.feedback-form button:disabled {
    background: #cecece;
}

.feedback-form button:disabled:hover {
    background: #cecece;
    color: #808080;
    cursor: not-allowed;
}

.feedback-form-result-block {
    background: #F2F4F5;
    margin: 20px 0 0 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}


.subscribe-form {
    background: #79ACE0;
    padding: 20px 30px;
}

.subscribe-form_welcome
{
    font-style: italic;
    padding: 10px 20px;
    text-align: center;
}

.subscribe-form label {
    font-weight: bold;
    display: block;
}

.subscribe-form input[type="text"], .subscribe-form  select, .subscribe-form textarea{
    width: 100%;
    height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cecece;
    padding: 0 10px;
}

.subscribe-form textarea{
    height: 100px;
    resize: none;
    padding: 10px;
}

.subscribe-form select.invalid, .subscribe-form input.invalid, .subscribe-form textarea.invalid {
    border: 1px solid red;
}

.subscribe-form .button {
    width: 50%;
}

.subscribe-form button:disabled {
    background: #cecece;
}

.subscribe-form button:disabled:hover {
    background: #cecece;
    color: #808080;
    cursor: not-allowed;
}

.subscribe-form-result-block {
    background: #F2F4F5;
    margin: 20px 0 0 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}


.quiz-form {
    background: #79ACE0;
    padding: 20px 30px;
}

.quiz-form_white{
    background: #fff;
}

.quiz-form .rating-row
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 10px 0 20px;
}

.quiz-form .title-block
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.quiz-form .title-block--name
{

}

.quiz-form .title-block--count
{
    width: 50px;
}

.quiz-form p
{
    padding: 10px;
    text-align: center;
    line-height: 1.5;
}

.quiz-form strong
{
    font-weight: bold;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.quiz-form .rating-row-info
{
    width: 150px;
}

.radio-group-block
{
    display: block;
    padding: 10px;
}

.radio-group-inline
{
    display: inline !important;
    padding: 10px;
}

.radio-group-block input[type=radio]
{
    padding-right: 10px;
}

.product {
    background: #FFF;
    padding: 20px 30px;
    border: 2px solid #79ACE0;
}

.quiz-form_welcome
{
    font-style: italic;
    padding: 10px 20px;
    text-align: center;
}

.quiz-form_message
{
    font-weight: bold;
    font-style: italic;
    padding: 10px 20px;
    text-align: center;
}

.quiz-form_warning
{
    color: #ff0000;
    /*font-weight: bold;*/
    font-size: 10px;
}

.quiz-table {
    width: 100%;
}

.quiz-table td {
    padding: 3px;
}

.quiz-table td strong{
    font-weight: bold;
}

.quiz-table th {
    border: 1px solid #838383;
    padding: 10px;
    font-weight: bold;
}

.quiz-form label {
    font-weight: bold;
    display: block;
}

.quiz-form input[type="text"], .quiz-form input[type="number"], .quiz-form input[type="file"], .quiz-form  select {
    width: 100%;
    height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cecece;
    padding: 0 10px;
}

.quiz-form input[type="button"] {
    margin: 10px;
    /*box-sizing: border-box;*/
    /*outline: none;*/
    /*border: 1px solid #cecece;*/
    height: 35px;
    padding: 5px 10px;
}

.quiz-form .filename {
    height: 35px;
    padding: 5px 10px;
}

.quiz-form input[type="file"] {
    border: none;
    padding: 5px 10px;
}

.quiz-form select.invalid, .quiz-form input.invalid {
    border: 1px solid red;
    outline: none;
}

.quiz-form-actions
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.quiz-form-actions button:disabled
{
    cursor: not-allowed;
}

.form {
    background: #79ACE0;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.form label {
    font-weight: bold;
    display: block;
}

.form small {
    font-size: smaller;
}

.form input[type="text"], .form input[type="number"], .form input[type="file"], .form  select {
    width: 100%;
    height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cecece;
    padding: 0 10px;
}

.form input[type="file"] {
    padding: 5px 10px;
}

.form select.invalid, .form input.invalid {
    border: 1px solid red;
    outline: none;
}

.form table th {
    border: solid 1px #838383;
    font-weight: bold;
    padding: 5px;
}

.form-actions, .params-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 10px 0;
    max-width: 800px;
    overflow: auto;
}

.form-actions button:disabled {
    cursor: not-allowed;
}
.params-container--data{
    background: #fff;
    max-width: 800px;
    padding: 20px 0;
    overflow: auto;
}
.params-container--item {
    max-height: 300px;
    overflow: auto;
}

.params-container--item label {
    font-weight: normal;
}

.scrollbar--custom::-webkit-scrollbar { width: 3px; height: 5px;}
.scrollbar--custom::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.scrollbar--custom::-webkit-scrollbar-thumb { height: 50px; background-color: #0075ff; border-radius: 3px;}
.scrollbar--custom::-webkit-resizer { background-color: #0075ff;}

.ecologicIndicator ul li {
    list-style: none;
    font-weight: bold;
    padding: 10px 0;
}

.ecologicIndicator ol li {
    list-style-type: decimal;
    padding: 0 0 5px 10px;
    margin-left: 20px;
    font-weight: normal;
}


/*.interesting-names-table tr > td:nth-child(even) {*/
/*    text-align: right; }*/

/*.interesting-names-table2 {*/
/*    border: none;*/
/*    width: 100%; }*/

/*.interesting-names-table2 td {*/
/*    border: none;*/
/*    padding: 3px 0; }*/

/*.interesting-names-table2 tr > td:nth-child(even) {*/
/*    border: none;*/
/*    text-align: right; }*/


.social-bock__item {
    display: inline;
    padding-right: 5px;
}

.interesting-whomore-form-row {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.interesting-whomore-form-row img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px; }

.interesting-whomore-form-row label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 20px; }

.interesting-whomore-form-row select {
    background: transparent;
    border: solid 1px #C1C1C1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align-last: center;
    text-align: center; }

.interesting-whomore-form-row select.invalid {
    border: solid 1px;
    border-color: red; }

.interesting-whomore-form-actions {
    margin-bottom: 0 !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.interesting-search-form {
    color: #0377BC;
    font-weight: bold;
    background: #F3F5F6;
    padding: 20px 30px;
    width: 630px; }

.interesting-search-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.interesting-search-form-row:first-child {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.interesting-search-form-row label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 20px; }

.interesting-search-form-row input {
    background: transparent;
    border: solid 1px #C1C1C1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    padding: 10px; }

.interesting-search-form-actions {
    margin-bottom: 0 !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

/**** Trud ****/
.trud-book {
    background: #79AEE2;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff
}

.trud-book .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
}

.trud-book .left img {
    max-width: 100%;
}

.trud-book .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 40px;
    padding: 20px 0 0 0;
}

.trud-book .right p {
    color: #FFF;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.trud-book .right p:last-child {
    margin-bottom: 0;
}

.trud-archive-list {
    margin: 40px 0 0 0;
}

.trud-archive-list h2 {
    margin-bottom: 25px;
}

.trud-archive-item {
    background: #EAF0F5;
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trud-archive-item .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trud-archive-item .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: 0 0 0 15px;
    text-align: right;
}

.trud-archive-item .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin: 0 0 0 15px;
    text-align: right;
}

.trud-archive-item .right .arrow {
    margin-left: 5px;
}

.trud-archive-item .right .icon {
    margin-right: 5px;
    /*color: #0080AC;*/
}

.trud-archive-item:hover {
    background: #e3ebf2;
    text-decoration: none;
}

.trud-filter-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    align-items: center;
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    justify-content: flex-start;
    overflow: auto;
    /*max-width: 600px;*/
}

.trud-filter-menu li {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    /*white-space: nowrap;*/
    display: inline-block;
    /*width: 25%;*/
    /*border: 1px dotted blue;*/
    border: 1px solid #79ACE0;
}

.trud-filter-menu li:before {
    display: inline-block;
}

/*.trud-filter-menu li:nth-child(even) {
  display: block;
}

.trud-filter-menu li:nth-child(odd) {
  float: left;
}*/

.trud-filter-menu li a.active {
    background: #79ACE0;
    color: white;
}

.trud-filter-menu li a {
    display: block;
    padding: 10px 27px;
}

.trud-filter-panel {
    background: #79ACE0;
    padding: 20px;
}

.trud-filter-form {
    margin: 0;
}

.trud-filter-form .form-group {
    margin: 0 0 12px 0;
}

.trud-filter-form .form-group:last-child {
    margin-bottom: 0;
}

.trud-filter-form select {
    height: 35px;
    padding: 0 10px;
}

.trud-filter-form select.field-period {
    margin-right: 15px;
    width: 170px;
}

.trud-filter-form select.field-periodity {
    /*margin-left: 15px;*/
    width: 220px;
}

.select-1 {
    padding: 6px;
    width: 1115px;
}
.table-2 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.text-center {
    text-align: center;
    font-weight: bold;
    padding: 20px;
}
.text-center-2 {
    text-align: center;
    padding: 20px;
}
.text-style {
    padding-right: 10px;
}

.trud-filter-form select.field-title {
    width: 100%;
}

/**** Trud::end ****/

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.href-button button {
    color: black;
    font-family: inherit;
    background-color: transparent;
    border: none; }

.href-button button:hover {
    text-decoration: underline; }

.href-button button.active {
    font-weight: bold; }

.href-button-uppercase button {
    color: black;
    font-family: inherit;
    background-color: transparent;
    border: none;
    text-transform: uppercase; }

.href-button-uppercase button:hover {
    text-decoration: underline; }

.href-button-uppercase button.active {
    font-weight: bold; }




/* Menu  */
#menu-checkbox {
    /* чекбокс скрыт */
    display: none;
}

.toggle-button {
    /* label скрыт */
    display: none;
    text-align: right;
    /* не забываем явно указать каким должен быть курсор */
    cursor: pointer;
    background: #00b5f3;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#00b5f3), to(#4659a4));
    background: linear-gradient(to right, #00b5f3 0%, #4659a4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f3', endColorstr='#4659a4',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    padding: 10px;
    height: 15px;
}
.toggle-button:after {
    /* получаем данные из атрибута data-open в html */
    content: attr(data-open);
    display: block;
    margin: 10px 0;
    padding: 10px 30px;
}
#menu-checkbox:checked + nav[role="navigation"] .page-menu {
    /* когда чекбокс активен меню становится видимым */
    display: block;
}

#menu-checkbox:checked + nav[role="navigation"] .fa-times {
    /* когда чекбокс активен меню становится видимым */
    display: block;
}

#menu-checkbox:checked + nav[role="navigation"] .fa-bars {
    /* когда чекбокс активен меню становится видимым */
    display: none;
}

#menu-checkbox:checked + nav[role="navigation"] .toggle-button:after {
    content: attr(data-close);
}

.industry-region--wrapper ul {
    list-style-position: inside;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
    /*list-style-type:decimal;*/
    height:400px;
}

.industry-region--wrapper ul li {
    cursor: pointer;
    padding: 4px 0;
}

.industry-region--wrapper ul li.active {
    font-weight: bold;
}


.industry-region select {
    /*background: transparent;*/
    border: solid 1px #989A9A;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
    padding: 0 10px;
}

button.link {
    background: none;
    text-align: left;
    cursor: pointer;
}
button.link:hover {
    text-decoration: underline;
}

/* слой затемнения */
.modalDialog-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border: 1px solid red;*/
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1001;
    overflow: hidden;
}
/* активируем слой затемнения и модальное окно */
.modalDialog-overlay:target {
    display: block;
    /* анимация и время задержки */
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
.modalDialog-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
.modalDialog-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
.modalDialog-modal {
    display: inline-block;
    padding: 20px;
    /* максимально возможная ширина */
    max-width: 50em;
    min-width: 30em;
    background: #eaf0f5;
    /* внешняя тень блока */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    color: #000;
    text-align: left;
    /* анимация и время задержки */
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
}

.modalDialog-action
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.modalDialog-action button
{
    margin: 8px;
}

.modalDialog-modal--message
{
    text-align: center;
    padding: 24px;
}

.modalDialog-modal strong {
    font-weight: bold;
}

.modalDialog-modal label {
    font-weight: bold;
    display: block;
}

.modalDialog-modal input[type="text"]{
    width: 100%;
    height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #cecece;
}

.body-overflow--hidden
{
    overflow: hidden;
}

/* анимация при появлении затемнения и блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

/*--------------------------------------------------------*/
body.mobile-vision {
    font-size: 20px;
    line-height: 1.5;
}
body.mobile-vision #header{
    height: 150px;
}
body.mobile-vision .container {
    width: 100%;
    display: block;
}
body.mobile-vision #header, body.mobile-vision .front-left, body.mobile-vision .front-main-column, body.mobile-vision .footer-column  {
    padding: 10px;
}
body.mobile-vision #footer {
    padding: 30px 10px;
}
body.mobile-vision .footer-row {
    display: block;
}
body.mobile-vision h4 {
    text-align: center;
}
body.mobile-vision .front-left {
    margin: 0 0 0 0;
}
body.mobile-vision .front-item, .front-main-row {
    -ms-flex: none;
    flex: none;
    width: 100%;
}
body.mobile-vision .front-row {
    display: block;
}
body.mobile-vision .front-main-row {
    display: block;
}
body.mobile-vision .front-main-row-left {
    display: block;
    margin: 0;
}
body.mobile-vision .links ul {
    display: block;
    padding: 0;
}
body.mobile-vision .front-item .front-item-middle .title .r{ flex: none}
body.mobile-vision .links ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #c4c4c4;
}

body.mobile-vision .href-button, body.mobile-vision .poorVision, body.mobile-vision .premier-block, body.mobile-vision .front-main-column-important-images-links{
    display: none;
}
/*--------------------------------------------------------*/
.header-bottom-menu, .header-top-menu li.fullVersion {
    display: none;
}
body.full-version {
    min-width: 1175px;
    padding: 10px;
}
body.full-version .header-top-menu li.mobileVersion {
    display: none;
}
body.full-version .header-top-menu li.fullVersion {
    display: block;
}
/*--------------------------------------------------------*/
