/*   
Theme Name: velocity
Theme URI: 
Description: 
Author: 
Author URI: 
Template: 
Version: 
.
.
*/

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
}

legend {
    color: #000;
}

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

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

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    background-color: #fff;
    color: black;
    overflow-x: hidden;
}

.smaller-font {
    font-size: 15px;
}

.normal-font {
    font-size: 18px;
}

.biggest-font {
    font-size: 20px;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.btn {
    display: block;
    border: 0;
    outline: none;
    text-align: center;
    -webkit-transition: 0.3s color, 0.3s background-color, 0.3s border;
    -o-transition: 0.3s color, 0.3s background-color, 0.3s border;
    transition: 0.3s color, 0.3s background-color, 0.3s border;
}

.btn:hover {
    cursor: pointer;
}

.line-wrap {
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 20000;
}

.top-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-header-text {
    height: 13px;
    font-size: 13px;
    color: #777;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
}

.mobile-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.social-box {
    min-width: 160px;
    font-size: 0;
    margin-right: 15px;
    float: right;
}

.social-item {
    display: inline-block;
    font-size: 21px;
    line-height: 42px;
}

.social-link {
    display: block;
    color: #555555;
    text-align: center;
    font-size: 16px;
    width: 40px;
    -webkit-transition: 0.2s color, 0.2s background-color;
    -o-transition: 0.2s color, 0.2s background-color;
    transition: 0.2s color, 0.2s background-color;
}

.social-link.facebook:hover {
    background-color: #4672b3;
    font-size: 16px;
    color: #fff;
}

.social-link.twitter:hover {
    background-color: #099bcc;
    font-size: 16px;
    color: #fff;
}

.social-link.linkedin:hover {
    background-color: #2e8cc2;
    font-size: 16px;
    color: #fff;
}

.social-link.instagram:hover {
    background-color: #833ab4;
    font-size: 16px;
    color: #fff;
}

.social-link.youtube:hover {
    background-color: #cb322c;
    font-size: 16px;
    color: #fff;
}

.placeforpoisc {
    width: 50px;
    height: 100%;
    float: right;
    background: none;
    padding-left: 0px;
    position: relative;
    background: white;
}

.search-form {
    position: relative;
    max-width: 40px;
    width: 100%;
    margin-left: auto;
    -webkit-transition: 0.3s max-width;
    -o-transition: 0.3s max-width;
    transition: 0.3s max-width;
}

.search-form_active {
    max-width: 600px;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 97%;
    font-size: 18px;
    background-color: #fff;
    color: #555555;
}

.search-input {

    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -20px;

    display: block;
    border: 1px solid #d8d8d8;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 15px;
    padding: 20px 15px 20px 20px;
 /*   margin-top: 5px; */
    -webkit-transition: 0.3s width;
    -o-transition: 0.3s width;
    transition: 0.3s width;

   /* background: url(/wp-content/themes/velocity/img/lens.png) left 10px center no-repeat #f6f6f6;*/

    background:  #f6f6f6;
 /*   padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;*/
    background-size: 20px 20px;
}
/*
.search-input::-webkit-input-placeholder {
    color: #1e5e9a;
}

.search-input::-moz-placeholder {
    color: #1e5e9a;
}

.search-input:-ms-input-placeholder {
    color: #1e5e9a;
}

.search-input:-moz-placeholder {
    color: #1e5e9a;
}
*/
/*
.boxforresultpoisc {
    position: absolute;
    width: 550px;
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    bottom: 0px: ;
    background: white;
    z-index: 10000;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    display: none;
    padding: 10px;
}

 */
.search-list {
    display: none;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border: 1px solid #d8d8d8;
    border-top: 0;
    background: white;
    z-index: 10000;
    overflow-y: auto;
    max-height: 400px;
    top: 71px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    padding: 10px;
}

.search-list_active {
    display: block;
}

.search-list_item span {
    display: block;
    background-color: #e0e0e0;
    color: #000;
    padding: 5px 10px;
}

.search-list a {
    color: #000;
}

.search-list_item a {
    display: block;
    background-color: #e0e0e0;
    color: #000;
    padding: 5px 10px;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.search-list_item a:hover {
    background-color: #fff;
}

.boxforpreloader{
    margin-left: auto;
    margin-right: auto;
    background: url(/wp-content/themes/velocity/img/ajax-loader.gif) center center no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}

.font-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.font-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s width;
    -o-transition: 0.3s width;
    transition: 0.3s width;
}

.font-btn_active {
    width: 120px;
}

.font-size_btn {
    display: inline-block;
    background-color: transparent;
    color: #555555;
    padding: 7px 12px;
    -webkit-transition: 0.2s color, 0.2s background-color;
    -o-transition: 0.2s color, 0.2s background-color;
    transition: 0.2s color, 0.2s background-color;
}

.font-size_btn:hover {
    color: #fff;
    background-color: #1e5e9a;
}

.font-small_btn {
    font-size: 14px;
    line-height: 1;
}

.font-normal_btn {
    font-size: 16px;
}

.font-big_btn {
    font-size: 18px;
}

.btn-eye {
    display: inline-block;
    background-color: transparent;
    color: #555555;
    font-size: 15px;
    text-align: center;
    padding: 10px 15px;
    -webkit-transition: 0.2s color, 0.2s background-color;
    -o-transition: 0.2s color, 0.2s background-color;
    transition: 0.2s color, 0.2s background-color;
}

.btn-eye:hover {
    color: #fff;
    background-color: #1e5e9a;
}

.lang {
    float: right;
    width: 82px;
    height: 35px;
}

.lang .widgettitle {
    display: none;
}

.lang .language-chooser {
    list-style-type: none;
}

.lang li {
    display: inline-block;
}

.lang li.active a {
    font-weight: bold;
}

.lang li.active a:hover {
    color: #1e5e9a;
    background-color: transparent;
}

.lang a {
    display: block;
    color: #1e5e9a;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 10px;
    -webkit-transition: 0.2s color, 0.2s background-color;
    -o-transition: 0.2s color, 0.2s background-color;
    transition: 0.2s color, 0.2s background-color;
}

.lang a:hover {
    color: #fff;
    background-color: #1e5e9a;
}

.logo-box {
    padding-top: 18px;
    padding-bottom: 18px;
    float: left;
}

.logo-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
    word-wrap: break-word;
    width: 250px;
    color: black;
}

.logo-img {
    max-height: 62px;
    float: left;
    margin-right: 10px;
}

.mobile-menu {
    display: none;
}

.text-menu {
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 10px;
    color: #13c0e0;
}

.burger-menu {
    position: relative;
    margin: 12px 15px;
    width: 25px;
    height: 20px;
}

.burger-menu .line-burger {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #13c0df;
    -webkit-transition: 0.5s width;
    -o-transition: 0.5s width;
    transition: 0.5s width;
}

.burger-menu .line-burger:after,
.burger-menu .line-burger:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: inherit;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.burger-menu .line-burger:after {
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
}

.burger-menu .line-burger:before {
    bottom: -webkit-calc(100% + 5px);
    bottom: calc(100% + 5px);
}

.burger-menu .line-active {
    width: 0;
}

.burger-menu .line-active:after {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.burger-menu .line-active:before {
    bottom: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.menu-line {
    width: 100%;
    height: 98px;
    z-index: 18000;
    border-top: 1px solid #13c0df;
    border-bottom: 1px solid #13c0df;
    background: white;
}

.menu-line_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 18000;
}

.menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.menu-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
}

.menu-item {
    float: left;
    font-size: 13px;
    line-height: 15px;
    padding: 42px 15px;
    color: black;
    text-transform: uppercase;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.menu-item:hover {
    background: #13c0df;
    color: white;
    cursor: pointer;
}

.menu-item:hover .fa.fa-chevron-down {
    transition: 0.1s;
    transform: rotateX(180deg);
}

div.submenu {
    border-top: 3px solid #13c0df;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-height: 100%;
    background-color: white;
    box-shadow: -4px 0 15px rgba(0,0,0,0.5);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
    -o-transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
    transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
}

ul.submenu {
    border-top: 3px solid #13c0df;
    width: 220px;
    padding: 20px 10px;
    vertical-align: top;
    position: absolute;
    top: 100%;
    background-color: white;
    box-shadow: -4px 0 15px rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
    -o-transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
    transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
}

ul.submenu .link {
    padding: 5px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: black;
    transition: 0.3s;
}

ul.submenu .link:hover{
    cursor: pointer;
    transition: 0.3s;
    background: #f5f5f5;
}

div.submenu .link {
    padding: 5px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: black;
    transition: 0.3s;
}

div.submenu .link:hover{
    cursor: pointer;
    transition: 0.3s;
    background: #f5f5f5;
}

.submenu-title {
    color: black;
    line-height: 18px;
    font-size: 14px;
    padding: 20px 30px 15px;
}

.submenu-list {
    padding: 0 10px 15px;
}

.submenu-list_column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.submenu-list a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 3px 0;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.submenu-list a:after {
    position: absolute;
    top: 85%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.submenu-list a:hover {
    background-color: transparent;
}

.submenu-list a:hover:after {
    opacity: 1;
}

.dropdown:hover > a {
    background-color: #13c0df;
}

.dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s opacity 0.1s, 0.3s visibility 0.1s;
    -o-transition: 0.3s opacity 0.1s, 0.3s visibility 0.1s;
    transition: 0.3s opacity 0.1s, 0.3s visibility 0.1s;
}

.dropdown-active:hover > a {
    background-color: #1597ab;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}

.section-wrap {
    max-width: 1220px;
    padding: 0 10px;
    margin: 15px auto 0;
}

.section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 2px solid #13c0e0;
    padding: 10px 0 15px;
   /* margin-bottom: 25px;*/
    margin-bottom: 5px;
}

.section-title h2 {
    font-size: 1.2rem;
    font-weight: normal;
    color: black;
    text-transform: uppercase;
}

.section-title h3 {
    position: relative;
    font-size: 0.9rem;
    font-weight: normal;
    color: #ababab;
    text-transform: uppercase;
    margin: -2px 0 0 30px;
}

.section-title h3:before {
    position: absolute;
    content: '/';
    font-size: 1.2rem;
    color: #1e5e9a;
    top: -2px;
    left: -15px;
}

.section-title_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
}

.section-title a {
    margin-left: auto;
    color: black;
    font-size: 1rem;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.section-title a:hover {
    color: #14416b;
}

.title-tabs_item {
    position: relative;
    font-size: 0.9rem;
    font-weight: normal;
    color: #ababab;
    text-transform: uppercase;
    margin: -2px 0 0 30px;
    cursor: pointer;
}

.title-tabs_item:not(:first-child):before {
    position: absolute;
    content: '/';
    font-size: 1.2rem;
    color: #1e5e9a;
    top: -2px;
    left: -15px;
}

.title-tabs_item-active {
    font-size: 1.2rem;
    font-weight: normal;
    color: #1e5e9a;
    text-transform: uppercase;
    cursor: default;
}

.title-tabs_item-active:not(:first-child):before {
    top: 0;
}

.main {
    padding: 50px 0 50px;
}

.main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.anonces-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-right: 1px solid #8eaecc;
    width: 33%;
    height: 125px;
    vertical-align: top;
}

.anonces-item span {

}

.anonces-item a {
    display: block;
    color: #000;
    font-size: 1rem;
    line-height: 1.6rem;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
    margin-left: 15px;
    margin-right: 15px;
}

.anonces-item a:hover {
    color: #1e5e9a;
}

.anonces-item_date {
    color: #858585;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.solutions {
    padding-bottom: 50px;
}

.solutions-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.solutions-box {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px;
}

.solutions-item {
    margin-bottom: 30px;
    height: 138px;
    border-bottom: 1px solid #888;
}

.solutions-title a {
    display: block;
    color: black;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.solutions-title a:hover {
    color: #1e5e9a;
}

.solutions-btn {
    border-radius: 8px;
    padding: 8px 40px;
    width: 120px;
    background: white;
    color: #13c0e0;
    border: 1px solid #13c0e0;
    font-size: 14px;
    text-align: center;
    transition: 0.3s;
}

.solutions-btn:hover{
    cursor: pointer;
    color: white;
    background: #13c0e0;
    transition: 0.3s;
}

.solutions-date {
    font-size: 10px;
    color: #888 !important;
    line-height: 1.6rem;
    margin-top: 10px;
}

.charts {
    margin-bottom: 30px;
}

.charts-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.charts-item {
    width: 50%;
    height: 350px;
    padding: 30px 20px;
    overflow-x: auto;
}

.video {
    padding: 20px 0;
}

.video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.video-card {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 10px 30px;
}

.video-img {
    display: block;
    margin-bottom: 15px;
}

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

.video-title a {
    display: block;
    color: #14416b;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6rem;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.video-title a:hover {
    color: #1e5e9a;
}

.links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.links-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    min-height: 80px;
    padding: 15px 30px;
    margin: 0 10px 30px;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    text-transform: uppercase;
    background-color: #1e5e9a;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.links-item:hover {
    background-color: #14416b;
}

.links-emblem {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: none;
    padding: 15px 20px 15px 75px;
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: left;
}

.links-emblem:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url(img/icon/i-emblem.png);
    background-position: left 13px center;
    background-repeat: no-repeat;
    background-color: #14416b;
    width: 65px;
    height: 100%;
}

.icon-question:after {
    content: url(img/icon/i-question.png);
    margin-left: 10px;
}

.coruption-btn {
    border: 1px solid #13c0e0;
    background: #13c0e0;
    width: 100%;
    max-width: 290px;
    cursor: pointer;
    color: white;
    font-size: 1.1rem;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
}

.coruption-btn:hover {
    cursor: pointer;
    transition: 0.3s;
    color: #13c0e0;
    background: white;
}

.registry {
    min-height: -webkit-calc(100vh - 408px);
    min-height: calc(100vh - 408px);
}

.registry-title {
    font-weight: normal;
    font-size: 2.4rem;
    color: black;
    text-transform: uppercase;
    padding: 0 0 40px;
    margin: 0;
}

.registry-title_small {
    text-transform: none;
    line-height: 2rem;
    font-size: 1.6rem;
}

.registry-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.registry-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #8eaecc;
    border-bottom: 1px solid #8eaecc;
    padding: 15px 0 30px;
}

.registry-filter_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.registry-filter_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    background-color: #e9e9e9;
}

.registry-filter_bottom .filter-btn {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.registry-container {
    background-color: #f3f3f3;
    margin-bottom: 100px;
}

.registry-box {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 30px;
    margin: 20px 0 5px 0;
}

.registry-box:not(:last-child) {
    border-right: 1px solid rgba(20, 65, 107, 0.3);
}

.registry-box_title {
    color: #1e5e9a;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 30px;
}

.registry-box_row {
    margin-bottom: 20px;
}

.registry-item_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #1e5e9a;
}

.registry-item_date label {
    font-size: 0.8rem;
    line-height: 1;
    width: 120px;
    padding: 12px 0 12px 15px;
    cursor: pointer;
}

.registry-item_date .input-date {
    border: 0;
    padding: 12px 15px 12px 0;
}

.registry-text {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    color: #1e5e9a;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-right: 20px;
}

.registry-text p {
    margin-bottom: 10px;
}

.input-filter {
    outline: none;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #999;
    padding: 10px 15px;
    width: 70%;
}

.registry-box_row .input-filter {
    color: #000;
}

.input-filter::-webkit-input-placeholder {
    color: #999;
}

.registry-box_row .input-filter::-webkit-input-placeholder {
    color: #000;
}


.input-filter::-moz-placeholder {
    color: #999;
}

.registry-box_row .input-filter::-moz-placeholder {
    color: #000;
}

.input-filter:-ms-input-placeholder {
    color: #999;
}

.registry-box_row .input-filter:-ms-input-placeholder {
    color: #000;
}

.input-filter:-moz-placeholder {
    color: #999;
}

.registry-box_row .input-filter:-moz-placeholder {
    color: #000;
}

.filter-desc {
    position: absolute;
    top: -23px;
  /*  font-size: 0.8rem; */
    color: #c8c8c8;
}

.filter-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    max-width: -webkit-calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
}

.filter-search {
    position: relative;
    max-width: -webkit-calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    width: 100%;
    margin-right: 15px;
    margin-top: 15px;
}

.filter-date {
    max-width: 270px;
    min-width: 90px;
    margin-right: 15px;
    margin-top: 15px;
}

.filter-date:last-child {
    margin-right: 0;
}

.filter-input {
    max-width: -webkit-calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    width: 100%;
    margin-right: 15px;
    margin-top: 15px;
}

.filter-select {
    position: relative;
    max-width: -webkit-calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    width: 100%;
    margin-right: 15px;
    margin-top: 15px;
}

.filter-checkboxes {
    /*   display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       flex-direction: column;*/
    max-width: -webkit-calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

/*
.filter-checkbox {
    max-width: 10px;
    min-width: 10px;
    margin-right: 15px;
    margin-top: 15px;
}

 */

.checkbox-groupstate {
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #ffffff;
}

.half {
    max-width: -webkit-calc(100% / 2 - 15px) !important;
    max-width: calc(100% / 2 - 15px) !important;
}

.icon-filter {
    margin: 0;
    padding: 10px 0 10px 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-image: url(img/filter.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.icon-table {
    margin: 0;
    padding: 10px 0 10px 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-image: url(img/table-filter.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.filter-column {
    margin-top: -15px;
}

.column-item {
    position: relative;
    color: #1e5e9a;
    font-size: 0.9rem;
    padding: 5px 0 5px 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.column-item:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #1e5e9a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.column-item_active:after {
    position: absolute;
    top: 7px;
    left: 4px;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #1e5e9a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.filter-drop {
    position: relative;
    margin-left: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.filter-drop:hover .filter-drop_wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    -o-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
}

.filter-drop_wrap {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    z-index: 1;
    -webkit-transition: 0.3s opacity 0.3s, 0.3s visibility 0.3s;
    -o-transition: 0.3s opacity 0.3s, 0.3s visibility 0.3s;
    transition: 0.3s opacity 0.3s, 0.3s visibility 0.3s;
}

.filter-drop_wrap:after {
    position: absolute;
    top: 10px;
    right: 25px;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-drop_wrap:before {
    position: absolute;
    top: 10px;
    right: 25px;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-drop_inner {
    position: relative;
    width: 300px;
    max-height: 270px;
    overflow-y: auto;
    padding: 35px 20px 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.filter-drop_inner .filter-select {
    max-width: 100%;
    margin-bottom: 35px;
}

.filter-drop_inner .filter-select:last-child {
    margin-bottom: 0;
}

.filter-drop_table {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-top: 0;
}

.filter-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 300px;
}

.filter-btn_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.filter-btn_column .registry-btn:last-child {
    margin-top: 15px;
}

.filter-btn-docfile {
    width: 500px !important;
}

.registry-btn {
    width: calc(100% - 32px);
    background-color: #fff;
    color: #13c0e0;
    font-size: 14px;
    border: 1px solid #29c9e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    -webkit-transition: 0.5s color, 0.5s background-color;
    transition: 0.5s color, 0.5s background-color;
    text-align: center;
    margin: 0 15px 0 0;
}

.registry-btn:hover {
    background-color: #13c0e0;
    color: #fff;
    cursor: pointer;
}

.registry-btn:first-child {
    margin-left: 0;
}

.select-item {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-item:after {
    position: absolute;
    top: 11px;
    right: 15px;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #696969;
    border-bottom: 1px solid #696969;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
    cursor: pointer;
}

.select-item_disabled:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(171, 171, 171, 0.3);
    z-index: 1;
}

.select-placeholder {
    color: #999;
    background-color: #fff;
    padding: 12px 30px 11px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
  /*  min-height: 41px; */
    font-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
}


.registry-box_row .select-placeholder {
    color: #000;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #696969;
    margin: 0;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 1;
    -webkit-transition: 0.3s visibility, 0.3s opacity;
    -o-transition: 0.3s visibility, 0.3s opacity;
    transition: 0.3s visibility, 0.3s opacity;
}

.dropdown-item {
    font-size: 0.9rem;
    padding: 5px 12px;
    color: #696969;
    cursor: pointer;
    -webkit-transition: 0.3s background-color, 0.3s color;
    -o-transition: 0.3s background-color, 0.3s color;
    transition: 0.3s background-color, 0.3s color;
}

.dropdown-item:hover {
    background-color: #696969;
    color: #fff;
}

.dropdown-item_active {
    background-color: #696969;
    color: #fff;
}

.dropdown-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.pagination {
    display: inline-block;
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
}

.pagination li {
    display: inline-block;
}

.pagination-item {
    display: inline-block;
    padding: 10px;
    background: #13c0e0;
    border: 1px solid #13c0e0;
    margin-left: 4px;
    margin-right: 4px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
}

.pagination-item:hover {
    background: white;
    transition: 0.3s;
    cursor: pointer;
    color: #13c0e0;
}

.pagination-current {
    background: white !important;
    border: 1px solid #13c0e0 !important;
    color: #13c0e0 !important;
}

.table-container {
    overflow-x: auto;
    overflow-y: visible;
}

.table-container table {
    min-width: 800px;
}

.table-container table.table-solutions {
    min-width: 500px;
}

.table-main {
    width: 100%;
 /*   font-size: 0.8rem; */
    border-spacing: 0 1px;
}

.table-main thead tr {
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #696969;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.table-main tbody tr:nth-child(odd) {
    background-color: #e9e9e9;
}

.table-main tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

.table-main td,
.table-main th {
    padding: 17px 14px;
    font-weight: normal;
}

.table-main td a,
.table-main th a {
    color: #000;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.table-main td a:hover,
.table-main th a:hover {
    color: #14416b;
    text-decoration: underline;
}

#enforcement-table tr {
    border-bottom: 1px solid #fff !important;
}

#emitent-table tr {
    border-bottom: 1px solid #fff !important;
}

.table-solutions {
    color: #000;
    line-height: 2rem;
    font-size: 0.9rem;
}

.table-solutions tr {
    border-bottom: 1px solid #fff;
}

.table-solutions th {

}

.table-solutions th,
.table-solutions td {
    padding: 10px 15px;
    border-color: #e8e8e8;
    box-shadow: none;
    border-left: 0;
    border-top: 0;
}

.table-solutions th:nth-child(2),
.table-solutions td:nth-child(2) {
    width: 100px;
}

.table-solutions th:nth-child(3),
.table-solutions td:nth-child(3) {
    width: 150px;
}

.table-result {
    font-size: 1rem;
    margin-bottom: 50px;
}

.table-result td {
    border: 1px solid #e5e5e5;
}

.table-row_title td {
    background: #eaeaea;
    border: 1px solid #e5e5e5;
}

.table-row_key td {
    background-color: #f2f2f2;
    color: #000;
}

.table-row_value td {
    background-color: white;
    color: #000;
}

.ui-widget {

}

.ui-widget.ui-widget-content {
    border: 1px solid #13c0e0;
    margin-top: 1px;
    padding: 5px 5px 0;
}

.ui-widget-header {
    background-color: #13c0e0;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #13c0e0;
    border-bottom: 1px solid #13c0e0;
    margin: 0 -5px;
}

.ui-widget-header .ui-icon {
    background-image: none;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 0;
}

.ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    border-right: 7px solid #fff;
}

.ui-datepicker .ui-datepicker-prev span {
    left: -webkit-calc(50% + 4px);
    left: calc(50% + 4px);
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    border-left: 7px solid #fff;
}

.ui-datepicker .ui-datepicker-next span {
    left: -webkit-calc(50% + 4px);
    left: calc(50% + 4px);
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px;
    background-color: transparent;
}

.ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 0;
}

.ui-datepicker table {
    margin: 0 0 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #13c0e0;
    color: #fff;
    border: 1px solid #13b8d8;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #13c0e0;
    color: #fff;
    border: 1px solid #13b8d8;
}

.breadcrumbs {
    height: auto;
    min-height: 140px;
    width: 100%;
    background: url("./img/bgunderheader.jpg");
}

/*
.breadcrumbs ul {
    width: 1200px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(140px / 2 - 15px)
}
*/

.breadcrumbs-item {
    display: inline-block;
    font-size: 0.9rem;
}

.breadcrumbs-item span {
    color: white;
  /*  font-size: 15px; */
}

.breadcrumbs-item a {
    position: relative;
    color: white;
 /*   font-size: 15px; */
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.breadcrumbs-item a:after {
    content: '/';
    margin: 0 5px;
    color: white;
  /*  font-size: 15px; */
}

.breadcrumbs-item a:hover {
    color: #8eaecc;
}

.breadcrumbs-item a:hover:after {;
    color: #1e5e9a
}

.breadcrumbs-item:not(:last-child) span:after {
    content: '/';
    margin: 0 5px;
  /*  font-size: 15px; */
    color: white;
}

.page {
    padding: 0 0 70px;
    min-height: -webkit-calc(100vh - 408px);
    min-height: calc(100vh - 408px);
}

.page-title {
    color: #fff;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 2.5rem;

    float: left;
    font-weight: 300;
/*    font-size: 30px;
    line-height: 30px;*/
    margin: 15px 0 15px 0;
    text-align: left;

}

.page-container {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-main {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
}

.page-tabs {
    min-width: 280px;
    max-width: 280px;
    margin-right: 30px;
}

.page-tab {
    display: none;
}

.page-tab_active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-documents {
    min-width: 280px;
    max-width: 280px;
    margin-left: 30px;
}

.page-documents_title {
    line-height: 24px;
    font-size: 12px;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    background: #696969;
    text-align: left;
}

.page-content {
    width: 100%;
}

.page-content .tablepress {
    max-width: 100%;
}

.page-content .dropdown-list {
    margin: 0;
    padding: 5px 0;
}

.page-content_documents {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
}

.page-content p {
    margin-bottom: 1em;
}

.page-content ul,
.page-content ol {
    padding-left: 0;
    margin: 1em 0;
    white-space: normal;
}

.page-content ul li {
    list-style-type: disc;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 1rem;
}

.page-content a {
    color: #1e5e9a;
    text-decoration: underline;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.page-content a:hover {
    color: #14416b;
}

.tabs-item {
    font-size: 1.1rem;
    color: white;
    background: #13c0df;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.tabs-item a {
    display: block;
    color: #fff;
    padding: 15px 15px;
}

.tabs-item:hover {
    background: #1597ab;
    margin-bottom: 2px;
    transition: 0.3s;
    cursor: pointer;
}

.tabs-item:not(:last-child) {
    margin-bottom: 2px;
}

.tabs-item_active {
    color: white;
    background: #1597ab;
    margin-bottom: 2px;
    transition: 0.3s;
    cursor: pointer;
}

.sub-tabs {
    display: none;
    padding: 10px 0;
    background-color: #15bace;
}

.sub-tabs_item-active {
    background-color: #4b7eae;
}

.sub-tabs a {
    display: block;
    color: #fff;
    padding: 7px 15px;
}

.document-item {
    padding: 10px 15px;
    border-color: #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    font-size: 12px;
    line-height: 24px;
    background: #f1f1f1;
}

.document-item a {
    color: #000;
}

.document-item a:hover {
    text-decoration: underline;
}

.table-page {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}

.page-documents .pagination {
    padding: 10px 0;
    width: 100% !important;
    max-width: 100% !important;
}

.page-documents .page-numbers {
    display: inline-block;
    padding: 10px;
    background: #13c0e0;
    border: 1px solid #13c0e0;
    margin-left: 4px;
    margin-right: 4px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
}

.page-documents .page-numbers:hover {
    background: white;
    transition: 0.3s;
    cursor: pointer;
    color: #13c0e0;
}

.page-documents .current {
    background: white !important;
    border: 1px solid #13c0e0 !important;
    color: #13c0e0 !important;
}

.pagination-doc_theme .prev.page-numbers,  .pagination-doc_theme .next.page-numbers{
    display: none;
}

.pagination-vac .prev.page-numbers,  .pagination-vac .next.page-numbers{
    display: none;
}

.pagination-declaration .prev.page-numbers,  .pagination-declaration  .next.page-numbers{
    display: none;
}

.pagination-page {
    width: 100%;
    padding: 20px 0;
}

.pagination-page .page-numbers {
    display: inline-block;
    padding: 10px;
    background: #13c0e0;
    border: 1px solid #13c0e0;
    margin-left: 4px;
    margin-right: 4px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
}

.pagination-page .page-numbers:hover {
    background: white;
    transition: 0.3s;
    cursor: pointer;
    color: #13c0e0;
}

.pagination-page .current {
    background: white !important;
    border: 1px solid #13c0e0 !important;
    color: #13c0e0 !important;
}

.solutions-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solutions-page_title {
    margin-bottom: 50px;
}

.solutions-content {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
}

.solutions-aside {
    width: 300px;
    margin-left: 30px;
}

.solutions-aside_title {
    font-size: 1.2rem;
    color: #2a8ea8;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.solutions-search_btn {
    display: block;
    margin: auto !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    color: #fff;
    background: #2bc9E2;
    border: none;
    transition: 0.2s ease 0s;
}

.solutions-search_btn:hover {
    background: #2a8ea8;
    transition: .2s;
}

.solutions-calendar_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.solutions-calendar .select-placeholder {
    border: 1px solid transparent;
    padding: 10px 20px 10px 0;
    font-size: 1rem;
    margin-right: 10px;
    text-transform: uppercase;
}

.solutions-calendar .select-item:after {
    width: 7px;
    height: 7px;
}

.solutions-calendar .dropdown-item {
    font-size: 1rem;
    text-transform: uppercase;
}

#select-month_solutions {
    min-width: 130px;
    max-width: 130px;
}

#select-year_solution {
    min-width: 70px;
    max-width: 70px;
    margin: 0 5px;
}

.table-calendar {
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

.table-calendar td {
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    padding: 0;
}

.table-calendar span {
    display: block;
    padding: 10px;
}

.calendar-now_day {
    border: 1px solid #1e5e9a;
}

.calendar-solutions_day {
    color: #fff;
    cursor: pointer;
}

.calendar-solutions_day a {
    color: #fff;
    display: block;
    padding: 10px;
    background-color: #2bc9e2;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.calendar-solutions_day a:hover {
    background-color: #2a8ea8;
}

.calendar-prev_month,
.calendar-next_month {
    display: block;
    color: black;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 5px 0;
    margin: 5px 0;
    text-transform: uppercase;
}

.calendar-next_month {
    margin-left: auto;
}

.calendar-day_list th {
    text-align: center;
}

.structure-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.structure-row_around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.structure-row_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.structure-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
    text-align: center;
    background-color: #7ccdd0;
    color: black;
    padding: 20px 10px;
    transition: transform .4s;
}

.structure-box:hover {
    transform: scale(1.1);
}
.structure-item {
    width: -webkit-calc(14% - 20px);
    width: calc(14% - 20px);
    margin: 10px;
}

.structure-item_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.structure-item_offset {
    padding-top: 100px;
}

.structure-item_offset-150 {
    padding-top: 160px;
}

.structure-item_img {
    position: relative;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid #006167;
    padding: 5px;
    background-color: #fff;
    z-index: 3;
}

.structure-item_img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.structure-item_text {
    position: relative;
    background-color: #006167;
    color: #fff;
    text-align: center;
    padding: 30px 10px 40px;
    height: 120px;
    margin: -20px 0 50px;
    z-index: 2;
    transition: transform .4s;
}

.structure-item_text_low {
    position: relative;
    background-color: #006167;
    color: #fff;
    text-align: center;
    padding: 25px 10px 40px;
    height: 60px;
    margin: -20px 0 50px;
    z-index: 2;
    transition: transform .4s;
}

.structure-item_text:hover {
    transform: scale(1.1);
}

.structure-item_text_low:hover {
    transform: scale(1.1);
}

.structure-item_name {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.structure-item_pos {
    font-size: 0.8rem;
}

.structure-item_com {
    position: relative;
    background-color: #01a7a7;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    padding: 20px 10px;
    height: 150px;
    margin-top: auto;
    z-index: 1;
	transition: transform .4s;
}

.structure-item_com:hover {
    transform: scale(1.1);
}

.structure-item_com:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1px;
    height: 200px;
    background-color: #ababab;
    z-index: -1;
}

.comitet-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.comitet-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 20px;
    text-align: center;
    background-color: #c8c8c8;
}

.comitet-title {
    font-size: 1rem;
    margin-bottom: 20px;
}

.comitet-pos {
    font-size: 1rem;
    margin: 5px 0;
}

.comitet-name {
    margin: 5px 0;
}

.question {
    margin-bottom: 30px;
}

.question-title {
    background-color: #1597ab;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
}

.question-text {
    display: none;
    background-color: #e9e9e9;
    padding: 15px 20px 5px;
}

.table-page th {

}


.table-page th,
.table-page td {
  /*  font-size: 0.9rem; */
}

.table-page td {
    padding: 10px 15px;
}

.table-page a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.table-page a:hover {
    color: #14416b;
    text-decoration: underline;
}

.table-document a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.table-document a:hover {
    color: #14416b;
    text-decoration: underline;
}

.document_msg {
    text-align: center;
    font-size: 1rem;
}

.page-content .tablepress thead {
    color: #fff;
}

.page-content .tablepress th {
    background-color: #13c0e0;
    padding: 10px 25px;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
    border-right: 1px solid #fff;
}

.page-content .tablepress th:hover {
    background-color: white;
    border: 1px solid #13c0e0;
    color: #13c0e0
}

.page-content .tablepress tbody tr:nth-child(odd) td {
    background-color: #e9e9e9;
}

.page-content .tablepress tbody tr:nth-child(even) td {
    background-color: #f3f3f3;
}

.page-content .tablepress td {
    padding: 10px 15px;
    vertical-align: middle;
    color: #000;
}

.page-content .table-market .row-1 td,
.page-content .table-market .row-2 td,
.page-content .table-prudential .row-1 td,
.page-content .table-prudential .row-2 td,
.page-content .table-prudential-4 .row-3 td {
    background-color: #13c0e0 !important;
    -webkit-transition: .3s background-color !important;
    -o-transition: .3s background-color !important;
    transition: .3s background-color !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
    color: #fff !important;
}

.page-content .table-market .row-1 td,
.page-content .table-market .row-2 td {
    padding: 10px 10px !important;
}

/*
.page-content .table-prudential .row-1 td,
.page-content .table-prudential .row-2 td {
    padding: 10px 5px !important;
}
 */


.page-content .table-market .row-1 td:not(:last-child),
.page-content .table-prudential .row-1 td:not(:last-child) {
    border-right: 1px solid #fff;
}

.page-content .table-market .row-2 td:not(:last-child),
.page-content .table-prudential .row-2 td:not(:last-child) {
    border-right: 1px solid #fff;
}

.page-content .table-prudential-4 .row-3 td:not(:last-child) {
    border-right: 1px solid #fff;
}

.page-content .table-market .row-1 td:hover,
.page-content .table-market .row-2 td:hover,
.page-content .table-prudential .row-1 td:hover,
.page-content .table-prudential .row-2 td:hover,
.page-content .table-prudential-4 .row-3 td:hover {
    background-color: #13c0e0 !important;
}

.page-content .table-market td,
.page-content .table-prudential td {
    text-align: center;
}

/*
.table-prudential .row-1 td {
    font-size: 0.8rem;
}
 */

.table-prudential td {
    font-size: 0.8rem;
    padding: 10px 5px !important;
}

.table-prudential:not(.table-prudential-4) .row-2 td {
    font-size: 0.7rem !important;
}

.table-prudential-4 .row-3 td {
    font-size: 0.7rem !important;
}

.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-2,
.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-4,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-4,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-5,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-5,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-6,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-7,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-7,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-8,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-9,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-9,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-11,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-11,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-13,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-13,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-15,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-17
{
    color: #238D43;
    white-space: nowrap;
}

.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-2::before,
.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-4::before,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-4::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-5::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-5::before,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-6::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-7::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-7::before,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-8::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-9::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-9::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-11::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-11::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-13::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-13::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-15::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-17::before
{
    content: "↑ ";
    font-size: 0.8rem;
    font-weight: bold;
}

.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-3,
.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-5,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-5,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-6,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-6,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-7,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-8,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-8,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-9,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-10,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-10,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-12,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-12,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-14,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-14,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-16,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-18
{
    color: #FF0000;
    white-space: nowrap;
}

.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-3::before,
.table-prudential-2 tr:not(.row-1):not(.row-2) td.column-5::before,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-5::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-6::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-6::before,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-7::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-8::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-8::before,
.table-prudential-3 tr:not(.row-1):not(.row-2) td.column-9::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-10::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-10::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-12::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-12::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-14::before,
.table-prudential-4 tr:not(.row-1):not(.row-2):not(.row-3) td.column-14::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-16::before,
.table-prudential-1 tr:not(.row-1):not(.row-2) td.column-18::before
{
    content: "↓ ";
    font-size: 0.8rem;
    font-weight: bold;
}

.page-content .dataTables_filter {
    padding: 20px 0 30px;
}

.page-content .dataTables_filter input {
    font-size: 15px;
    border: 1px solid #13c0e0;
    padding: 3px 10px;
    margin-left: 10px;
}

.page-content .dataTables_length {
    padding: 20px 0 30px;
}

.page-content .dataTables_length select {
    font-size: 15px;
    border: 1px solid #e0e0e0;
    padding: 3px 10px;
    margin: 0 5px;
}

.page-content .dataTables_info {
    padding: 20px 0 30px;
    margin-top: 0;
}

.page-content .dataTables_paginate.paging_simple {
    padding: 20px 25px 30px;
    margin-top: 0;
}

.page-content .dataTables_paginate a {
    color: #1e5e9a !important;
    text-decoration: none;
}

.page-content .dataTables_paginate a:hover {
    color: #14416b !important;
    text-decoration: underline !important;
}

.page-content .paginate_button.disabled {
    color: #c8c8c8 !important;
}

.page-content .paginate_button.disabled:hover {
    color: #c8c8c8 !important;
}

.page-content .paginate_button.disabled.previous:before,
.page-content .paginate_button.disabled.next:after {
    display: none;
}

.page-content .paginate_button.previous:before,
.page-content .paginate_button.next:after {
    color: #1e5e9a;
    text-shadow: none;
}

.moreColumn {
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    background-image: url(img/more.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.events-filter {
    margin: 10px 0 20px 0;
}

.events-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
}

.events-btn {
    border-radius: 8px;
    padding: 8px 40px;
    width: 120px;
    background: white;
    color: #13c0e0;
    border: 1px solid #13c0e0;
    font-size: 14px;
    text-align: center;
    transition: 0.3s;
    margin-left: 10px;
}

.events-btn:hover {
    cursor: pointer;
    color: white;
    background: #13c0e0;
    transition: 0.3s;
}

.events-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
}

.events-month_prev,
.events-month_next {
    font-size: 1rem;
    padding: 5px;
    color: #14416b;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.events-month_prev:hover,
.events-month_next:hover {
    color: #1e5e9a;
}

.events-table {
    width: 100%;
    overflow-y: auto;
    overflow-x: visible;
}

.events-table_title {
    height: 120px;
    font-size: 0.9rem;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.events-table_title a {
    color: black;
    font-weight: normal;
}

.events-table_title a:hover {
    text-decoration: underline;
}

.events-day {
    background-color: #e0e0e0;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
}

.events-day_other {
    background-color: #e0e0e0;
    height: 29px;
}

.events-day_now {
    background-color: #21759b;
}

.table-event {
    width: 100%;
    min-width: 700px;
}

.table-event th {
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    background-color: #666;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.table-event td {
    border: 1px solid #d2d2d2;
}

.news-page {
    padding: 0 0 0;
}

.news-page_single {
    padding: 0 0 50px;
}

.news-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.news-box_catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
}

.news-card {
    width: 100%;
    margin: 0 0 20px;
}

.news-card_item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 0 15px 20px;
}

.news-card_catalog {
    width: 100%;
    margin: 0 0 20px;
}

.news-card_single {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeef0;
}

.news-card_img {
    display: block;
    margin-bottom: 15px;
}

.news-card_img img {
    display: block;
    width: 100%;
    margin: 10px 0;;
    height: auto;
}

.news-card_title {
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.news-card_title a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: black !important;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.news-card_title a:hover {
    color: #1e5e9a;
}

.news-card_excerpt {
    margin-top: 5px;
}

.news-card_date {
    color: #666;
    font-weight: bold;
    font-size: 12px !important;
    margin-top: 10px;
}

.news-card_category {
    font-size: 0.8rem;
    color: #ababab;
    margin-top: 5px;
}

.news-card_category li {
    display: inline;
    margin-right: 8px;
}

.news-card_category a {
    color: #ababab;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.news-card_category a:hover {
    color: #14416b;
}

.news-main {
    float: right;
    width: 50%;
    position: relative;
}

.news-main img {
    width: 100%;
    height: auto;
}

.news-main_block {
    padding: 15px;
    width: 100%;
    max-height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 400;
    background-color: rgba(0, 0, 0, 0.7);
}

.news-main_block .news-card_title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.news-main_block .news-card_title a {
    color: #fff;
}

.news-main_block .news-card_date {
    font-weight: bold;
    font-size: 12px !important;
    color: #13c0e0;
    margin-top: 10px;
}

.subscribe-main {
    float: right;
    width: 50%;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.news-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-aside {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 290px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news-aside_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 290px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.news-aside_main {
    overflow: hidden;
    border-bottom: 1px solid #868686;
    margin: 0 0 10px 0;
}

.news-aside_main .news-card_title {
    line-height: 1.3rem;
    font-size: 1rem;
}

.news-subscribe {
    margin-bottom: 40px;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    overflow: hidden;
    height: 160px;
    padding: 8px;
}

.subscribe-main .news-subscribe {
    padding-bottom: 20px !important;
    height: auto !important;
}

.subscribe-main .subscribe-form {
    margin-bottom: 20px;
}

.news-block {
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
}

.news-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}

.news-filter_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.news-filter_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.news-filter_btn .registry-btn {
    max-width: 300px;
    width: 100%;
}

.news-filter_btn .registry-btn:hover {
    background-color: #13c0e0;
    color: #fff;
}

.news-filter_date {
    width: 100%;
    max-width: 300px;
    margin-top: 0;
}

.news-filter_input {
    width: 100%;
}

.news-catalog_msg {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    margin: 15px;
}

.news-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-single_box {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
}

.news-single_aside {
    width: 300px;
    margin-left: 30px;
    padding: 20px;
    border: 1px solid #d6d6d6;
}

.news-single_aside-title {
    padding-top: 10px;
    font-size: 16px;
    color: black;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeef0;
}

.news-single_title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2rem;
    color: black;
    margin-bottom: 23px;
    margin-top: 23px;
}

.news-single_content {
    color: #000;
    line-height: 2rem;
}

.news-single_content p {
    margin-bottom: 1em;
}

.news-single_content ul,
.news-single_content ol {
    padding-left: 30px;
    margin: 1em 0;
    white-space: normal;
}

.news-single_content ul li {
    list-style-type: disc;
}

.news-single_content h1,
.news-single_content h2,
.news-single_content h3,
.news-single_content h4,
.news-single_content h5,
.news-single_content h6 {
    margin-bottom: 1rem;
}

.news-single_content a {
    color: #1e5e9a;
    text-decoration: underline;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.news-single_content a:hover {
    color: #14416b;
}

.news-single_content img {
    max-width: 100%;
    height: auto;
}

.news-single_img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.news-theme {
    margin-bottom: -20px;
}

.news-theme_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-theme_row .pagination {
    width: auto;
    margin-right: auto;
}

.news-theme_link {
    color: #13c0df;
    background: white;
    padding: 12px;
    width: 150px;
    border: 1px solid #13c0df;
    text-transform: uppercase;
    font-size: 14px;
    margin: 12px auto 10px;
    text-align: center;
    transition: 0.3s;
}

.news-theme_link:hover {
    color: white;
    background: #13c0df;
}

.subscribe-title {
    text-align: center;
    font-size: 14px;
    color: #434343;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    margin-bottom: 0;
}

.subscribe-form {
    margin-bottom: 50px;
}

.subscribe-input {
    float: left;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    outline: none;
    padding: 9px 10px 10px;
    margin: 0;
}

.subscribe-input::-webkit-input-placeholder {
    color: #999;
}

.subscribe-input::-moz-placeholder {
    color: #999;
}

.subscribe-input:-ms-input-placeholder {
    color: #999;
}

.subscribe-input:-moz-placeholder {
    color: #999;
}

.subscribe-btn {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    font-size: 14px;
    margin-left: 12px;
    text-align: center;
    height: 40px;
    border: 1px solid #29c9e1;
    color: #29c9e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s color, 0.5s background-color;
    transition: 0.5s color, 0.5s background-color;
}

.subscribe-btn:hover {
    background-color: #29c9e1;
    color: #fff;
    cursor: pointer;
}

.subscribe-rss {
    display: block;
    color: black;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(img/icon/rss-icon.png);
    background-size: 25px;
    padding: 3px 5px 3px 30px;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.subscribe-rss:hover {
    color: #14416b;
}

.category-item {
    font-size: 0.9rem;
}

.category-item a {
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
    color: black;
}

.category-item a:hover {
    color: #14416b;
    text-decoration: underline;
}

.category-item_active {

}

.pagination-news {
    width: 100%;
    margin: 20px 15px;
    padding: 0;
}

.pagination-news .page-numbers {
    display: inline-block;
    padding: 10px;
    background: #13c0e0;
    border: 1px solid #13c0e0;
    margin-left: 4px;
    margin-right: 4px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
}

.pagination-news .page-numbers:hover {
    background: white;
    transition: 0.3s;
    cursor: pointer;
    color: #13c0e0;
}

.pagination-news .prev.page-numbers,  .pagination-news .next.page-numbers,
.pagination-track .prev.page-numbers,  .pagination-track .next.page-numbers,
.pagination-reg_act .prev.page-numbers,  .pagination-reg_act .next.page-numbers,
.pagination-check_plan_fm .prev.page-numbers,  .pagination-check_plan_fm .next.page-numbers,
.pagination-auditors .prev.page-numbers,  .pagination-auditors .next.page-numbers,
.pagination-document .prev.page-numbers,  .pagination-document .next.page-numbers,
.pagination-win_serv .prev.page-numbers,  .pagination-win_serv .next.page-numbers,
.pagination-admin_serv .prev.page-numbers,  .pagination-admin_serv .next.page-numbers{
    display: none;
}

.pagination-news .current {
    background: white !important;
    border: 1px solid #13c0e0 !important;
    color: #13c0e0 !important;
}

.anonces-page {
    margin-bottom: 50px;
    min-height: -webkit-calc(100vh - 458px);
    min-height: calc(100vh - 458px);
}

.license-box {
    margin-bottom: 40px;
}

.license-title {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #3697ac;
    border-bottom: 3px solid #3697ac;
}

.license-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    line-height: 2rem;
    padding: 7px 0;
}

.license-row a {
    color: #1e5e9a;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.license-row a:hover {
    color: #14416b;
    text-decoration: underline;
}

.license-row a.license-btn, .overlay-row a.license-btn, .filter-btn-docfile a.license-btn {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 2px 10px;
    color: #fff;
    background-color: #2bc9e2;
    border-radius: 5px;
    transition: 0.2s ease;
    white-space: nowrap;
}

.license-row a.license-btn:hover, .overlay-row a.license-btn:hover, .filter-btn-docfile a.license-btn:hover {
    background-color: #2a8ea8;
    color: #fff;
}

.filter-btn-docfile a.license-btn {
    margin: 0 15px 0 0;
    padding-top: 8px !important;
}

.license-key {
    width: 250px;
    display: inline-block;
    padding-top: 5px;
    vertical-align: top;
    font-size: 13px;
    color: #7a7a7a;
    line-height: 1.2;
}

.license-key_long {
    width: 350px;
}

.license-key_short {
    width: 200px; !important;
}

.license-key-btn {
    line-height: 2rem; !important;
}

.license-value {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    color: black;
}

.license-value-valign {
    line-height: 3rem;
}

.document-files {
    display: inline-block;
}

h3.license-title {
    margin: 0;
}

.subrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    line-height: 2rem;
    padding: 7px 0;
}

.anonces-box {
    width: 100%;
}

.anonces-date {
    font-size: 1.4rem;
    margin: -40px 0 40px;
}

.anonces-map {
    height: 400px;
    max-height: 80vh;
    width: 100%;
}

.anonces-map iframe {
    width: 100%;
    height: 100%;
}

.document-title {
    color: black;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 32px !important;
}

.document-container {
    padding-top: 30px;
}

.document-desc {
    background-color: #e9e9e9;
    padding: 25px;
    color: #000;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 40px;
    overflow-x: auto;
    overflow-y: visible;
}

.document-desc td {
    padding: 5px;
   /* border: 1px solid #333;*/
}

.document-desc p  {
    margin-bottom: 20px;
}

.mailing-title {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 30px 0 10px;
}

.mailing-news_item h3 {
    font-weight: normal;
    font-size: 1rem;
    padding: 3px 0;
}

.mailing-news_item a {
    color: #14416b;
}

.mailing-check {
    position: relative;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.mailing-check:before {
    content: '';
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid #1e5e9a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.mailing-check_active:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 14px;
    height: 14px;
    background-color: #1e5e9a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.mailing-check h3 {
    font-weight: normal;
    font-size: 1rem;
    padding: 3px 0;
    color: #14416b;
}

.mailing-btn {
    margin: 30px 0;
    background-color: #fff;

    border: 1px solid #2bc9E2;
    padding: 10px 30px;
    font-size: 1rem;
    text-transform: uppercase;
}

.mailing-btn:hover {
    border: 1px solid #2bc9E2;
    background: #2bc9E2;
    color: white;
}

.mailing-progress {
    position: relative;
    margin: 30px 0;
    width: 100%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #2bc9E2;
    text-align: center;
    color: #000;
    padding: 3px 0;
    z-index: 1;
}

.mailing-progress_line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8eaecc;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s width;
    -o-transition: 0.3s width;
    transition: 0.3s width;
}

.unsubscribe-btn {
    margin: 30px auto;
    padding: 8px 20px;

    background-color: #fff;
    border: 1px solid #2bc9E2;

    text-transform: uppercase;
    font-size: 1rem;
}

.unsubscribe-btn:hover {
    border: 1px solid #2bc9E2;
    background: #2bc9E2;
    color: white;
}

.unsubscribe-msg {
    text-align: center;
}

.footer {
    background-color: #323637;
    padding: 5px 0 0;
    margin-top: 50px;
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-box {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 10px 30px;
}

.footer-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #13c0e0;
}

.footer-contact p {
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-menu li {

}

.footer-menu a {
    position: relative;
    font-size: 0.85rem;
    color: #fff;
}

.footer-menu a:after {
    position: absolute;
    top: 105%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.footer-menu a:hover:after {
    opacity: 1;
}

.footer-links li {

}

.footer-links a {
    display: inline-block;
    line-height: 1.8;
}

.footer-social li {
    margin: 5px 0;
}

.footer-social a {
    margin-left: -10px;
    color: #fff;
}

.footer-social span {
    position: relative;
}

.footer-social span:after {
    position: absolute;
    top: 105%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.footer-social span:hover:after {
    opacity: 1;
}

.footer-social i {
    text-align: center;
    width: 30px;
}

.footer-logo_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    padding-top: 15px;
}

.footer-logo_title {
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 15px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo_img {
    max-width: 70px;
    height: auto;
    margin-right: 10px;
}

.footer-button_old {
    border: 1px solid #fff;
    padding: 8px 20px;
    margin: 30px 0 0;
    border-radius: 8px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: white;
    transition: 0.3s;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    padding-top: 10vh;
    z-index: 2500;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    -o-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
}

.overlay-active {
    opacity: 1;
    visibility: visible;
}

.overlay-close {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.overlay-close:after,
.overlay-close:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 3px;
    width: 25px;
    height: 3px;
    background-color: white;
}

.overlay-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-close_video:after,
.overlay-close_video:before {
    background-color: #fff;
}

.overlay-box {
    padding: 25px 20px;
}

.overlay-container {
    margin-bottom: 40px;
}

.overlay-person .overlay-container {
    margin-bottom: 0;
}
.overlay-title {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 600;
    color: #3697ac;
    border-bottom: 3px solid #3697ac
}

.overlay-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    line-height: 2rem;
    padding: 7px 0;
}

.overlay-row a {
    color: #1e5e9a;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.overlay-row a:hover {
    color: #14416b;
    text-decoration: underline;
}

.overlay-key {
    width: 250px;
    padding-right: 20px;
    display: inline-block;
    padding-top: 5px;
    vertical-align: top;
    font-size: 13px;
    color: #7a7a7a;
    line-height: 1.2;
}

.overlay-value {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.5;
}

.overlay-section {
    display: none;
    margin-left: -2px;
    padding: 0 27px 0px 15px;
    border-bottom: 15px solid white;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    background: white;
}

.overlay-section_active {
    display: block;
    margin-left: -2px;
    padding: 0 27px 0px 15px;
    border-bottom: 15px solid white;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    background: white;
}

.inner-overlay {
    position: relative;
    margin: 0 auto;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}

.inner-license {
    max-width: 600px;
}

.inner-person {
    max-width: 500px;
  /*  max-height: 100vh !important; */
}

.inner-person .overlay-title {
    border-bottom: none !important;
    padding-bottom: 5px !important;
}

.inner-person .overlay-subtitle {
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #3697ac;
    border-bottom: 3px solid #3697ac
}
.overlay-container img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.overlay-text {
    display: block;
    padding: 15px 10px 10px 10px;
    font-size: 0.9rem;
    color: #4d4d4d;
    line-height: 1.5;
    text-align: justify;
}

.inner-public_offering {
    max-width: 600px;
}

.inner-video {
    position: static;
    background-color: transparent;
    overflow: visible;
    height: 90vh;
    width: 90vw;
}

.inner-video iframe {
    width: 100%;
    height: 100%;
}

.inner-form {
    max-width: 500px;
}

.ov-form {
    /*padding: 15px 20px;*/
}

.ov-form_title {
    font-size: 24px;
    padding: 18px 70px 18px 12px;
    background: #696969;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.ov-form_row {
    margin-bottom: 15px;
}

.ov-form_row-relative {
    display: none;
}

.ov-form_row-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ov-form_row label {
    display: block;
    font-size: 1rem;
    color: #696969;
    margin-bottom: 5px;
    cursor: pointer;
}

.ov-form_row input,
.ov-form_row textarea {
    display: block;
    width: 100%;
    border: 1px solid #696969;
    font-size: 1rem;
    color: #696969;
    padding: 11px 15px;
}

.ov-form_row input.form-fail,
.ov-form_row textarea.form-fail {
    border: 1px solid #b00;
}

.ov-form_row input.form-done,
.ov-form_row textarea.form-done {
    border: 1px solid #0b0;
}

.ov-form_row textarea {
    resize: none;
    height: 120px;
}

.ov-form_row .select-placeholder,
.ov-form_row .dropdown-item {
    font-size: 1rem;
}

.ov-form_row-textarea textarea {
    height: 200px;
}

.ov-form_btn {
    width: 100%;
    max-width: 200px;
    font-size: 1rem;
    padding: 12px 10px;
    background-color: #13c0e0;
    color: #fff;
}

.ov-form_btn:not(:first-child) {
    margin-left: 20px;
}

.ov-form_btn:hover {
    background-color: white;
    border: solid 1px #13c0e0;
    color: #13c0e0;
}

.ov-form_btn:disabled,
.ov-form_btn:disabled:hover {
    text-decoration: line-through;
    background-color: #e9e9e9;
    color: #ababab;
}

.ov-form_errors {
    font-size: 1rem;
    color: #b00;
    padding: 15px 0;
}

.ov-form_errors p {
    display: none;
}

.mail-box {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 50px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    background-color: #73e9ff;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    text-align: center;
    cursor: pointer;
    padding: 5px 60px 5px 10px;
    -webkit-transition: 0.4s width 0.3s;
    -o-transition: 0.4s width 0.3s;
    transition: 0.4s width 0.3s;
}

.mail-box:hover {
    width: 200px;
    -webkit-transition: 0.4s width 0s;
    -o-transition: 0.4s width 0s;
    transition: 0.4s width 0s;
}

.mail-box:hover p {
    color: #237d8e;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: 0.2s opacity 0.3s;
    -o-transition: 0.2s opacity 0.3s;
    transition: 0.2s opacity 0.3s;
}

.mail-box p {
    color: #237d8e;
    opacity: 0;
    -webkit-transition: 0.2s opacity 0s;
    -o-transition: 0.2s opacity 0s;
    transition: 0.2s opacity 0s;
}

.mail-box_inner {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 56px;
    height: 56px;
    background-color: #237d8e;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.mail-box_inner:after {
    content: '\f0e0';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 32px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 52px;
}

.modal-msg {
    position: fixed;
    top: 40%;
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
    width: 300px;
    background-color: #14416b;
    color: #fff;
    font-size: 1.2rem;
    padding: 30px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    -o-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
}

.modal-msg-active {
    opacity: 1;
    visibility: visible;
}

.wrap-new .news-card_title a {
    color: #000;
}

.main-news-title {
    text-align: center;
    font-size: 16px;
    color: #000000;
    border: 1px solid #e4e4e4;
    padding: 5px 0;
    margin: 5px 0;
}

.wrap-new .solutions-title a {
    color: #000;
}

.wrap-new .video-title a {
    color: #000;
}

.wrap-new .anonces-item a {
    color: #000;
}

.wrap-new .category-item a {
    color: #000;
}

.wrap-new .news-main {
    background-color: #555;
}

.wrap-new .news-main .news-card_title {
    padding: 0 20px;
}

.wrap-new .news-main .news-card_title a {
    color: #fff;
}

.wrap-new .news-main .news-card_date {
    color: #ebebeb;
    padding: 0 20px 5px;
}

.wrap-new .footer {
    background-color: #222;
    border-top: 2px solid #1e5e9a;
}

.wrap-new .footer-title {
    border-bottom: 2px solid #1e5e9a;
}

.wrap-news .news-block {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
}

.wrap-news .news-filter_row {
    width: -webkit-calc(100% / 3 * 2 - 15px);
    width: calc(100% / 3 * 2 - 15px);
    margin-top: 0;
}

.wrap-news .news-filter_row-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.wrap-news .news-filter_input,
.wrap-news .filter-select {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    margin-right: 15px;
}

.wrap-news .news-filter_btn {
    width: -webkit-calc(100% / 3 * 2 - 15px);
    width: calc(100% / 3 * 2 - 15px);
}

.boxforgerb {
    height: 86px;
    width: 55px;
    margin-left: auto;
    margin-right: auto;
}

.boxforgerb img {
    max-height: 100%;
}

.mainfooterimage {
    margin-top: 30px;
    text-align: center;
}


.subscribe-msg {
    padding-bottom: 5px !important;
}

.boxforimage {
    position: relative;
    padding-top: 5px;
}

.boxfirstlevel{
    width: 100%;
    height: calc(100% - 5px);
    background: url(https://www.nssmc.gov.ua/wp-content/themes/velocity/img/youtube.png) center center no-repeat;
    z-index: 1000;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1;
}

.boxsecondlevel{
    width: 100%;
    height: calc(100% - 5px);
    background: url(https://www.nssmc.gov.ua/wp-content/themes/velocity/img/youtube1.png) center center no-repeat;
    z-index: 2000;
    opacity: 0;
    transition: 0.3s;
    top: 0;
    left: 0;
    position: absolute;
}

.boxsecondlevel:hover{
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}

@media screen and (max-width: 1250px) {

    .menu-item {
        padding: 30px 14px;
    }

    .submenu a {
        padding: 27px 10px 30px;
    }

    .submenu-list a {
        padding: 7px 0;
    }

    .news-box {
        width: 100%;
    }

    .news-main {
        margin-top: 15px;
    }

}

@media screen and (max-width: 1100px) {

    .mobile-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: -10px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        max-height: -webkit-calc(100vh - 110px);
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        background-color: #13c0e0;
        z-index: 10;
    }

    .menu-item {
        padding: 12px 15px;
        color: white;
        background: #13c0e0;
        width: 100%;
    }

    .menu-item i {
        margin-right: 15px;
        float: right;
    }

    ul.submenu, div.submenu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        top: 100%;
        width: 100%;
        min-height: 100%;
        background-color: white;
        box-shadow: 0 0 100px rgba(0,0,0,0.5);
        z-index: 10000;
        -webkit-transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
        -o-transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
        transition: 0.3s opacity 0.25s, 0.3s visibility 0.25s;
    }

    .submenu:after,
    .submenu:before {
        display: none;
    }

    .submenu a {
        padding: 0 0;
    }

    .submenu-title {
        padding: 15px 30px;
    }

    .submenu-list {
        padding: 0;
    }

    .submenu-list_column-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .submenu-list a {
        display: block;
        padding: 0 30px 0 20px;
        -webkit-transition: 0.3s background-color;
        -o-transition: 0.3s background-color;
        transition: 0.3s background-color;
    }

    .submenu-list a:after {
        display: none;
    }

    .dropdown-active > a:after {
        top: -10px;
        border-top: 0;
        border-bottom: 5px solid #fff;
    }

    .col-2 {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }

    .main-news {
        width: 100%;
        margin-bottom: 50px;
    }

    .main-news-title {
        text-align: center;
        font-size: 16px;
        color: #000000;
        border: 1px solid #e4e4e4;
        padding: 5px 0;
        margin: 5px 0;
    }

    .main-anonces {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .video-card {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .links-item {
        width: -webkit-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
    }

    .page-tab_active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-documents {
        margin: 30px 0 0;
    }

    .structure-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .structure-row_wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .structure-box {
        width: -webkit-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
    }

    .structure-item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .structure-item_main {
        width: 100%;
    }

    .structure-item_inner {
        max-width: 250px;
        margin: 0 auto;
    }

    .structure-item_offset {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
    }

    .structure-item_offset-150 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
    }

    .comitet-box {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .news-box_catalog {
        width: 100%;
    }

    .news-card_item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .news-card_single {
        width: 100%;
    }

    .footer-box {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

}

@media screen and (max-width: 1050px) {

    .news-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-aside {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin: 0 auto 30px;
    }

    .news-aside_right {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }

    .news-block {
        width: -webkit-calc(100% / 3 * 2 - 30px);
        width: calc(100% / 3 * 2 - 30px);
    }

    .news-filter_btn .registry-btn {
        max-width: 350px;
        width: 100%;
    }

    .news-filter_date {
        max-width: 350px;
    }

    .category-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-item {
        width: -webkit-calc(100% / 3 - 30px);
        width: calc(100% / 3 - 30px);
        margin: 0 15px 10px;
    }

    .pagination-news {
        text-align: center;
    }

}

@media screen and (max-width: 960px) {

    .charts-item {
        width: 100%;
    }

    .registry-filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .registry-filter_row {
        margin: 0 5px;
    }

    .registry-filter_bottom .filter-btn {
        width: 170px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .registry-filter_bottom .registry-btn {
        margin: 0 0 15px;
    }

    .registry-box {
        width: 100%;
        max-width: 500px;
        padding: 0 10px 20px;
        margin: 20px auto 10px;
    }

    .registry-box:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(20, 65, 107, 0.3);
    }

    .registry-text {
        width: -webkit-calc(100% - 170px);
        width: calc(100% - 170px);
    }

    .filter-btn {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 15px 0 0 0;
    }

    .filter-btn_column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .filter-btn_column .registry-btn:last-child {
        margin-top: 0;
    }

    .registry-btn {
        margin: 0 15px 0 0;
    }

    .solutions-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .solutions-content {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .solutions-aside {
        width: 100%;
        max-width: 400px;
        margin: 10px auto 40px;
    }

    .structure-box {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .news-card_single {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .news-filter_btn .registry-btn:last-child {
        margin-right: 0;
    }

    .news-single_box {
        width: 100%;
    }

    .news-single_aside {
        width: 100%;
        margin: 20px auto 30px;
    }

    .news-theme {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .news-main {
        width: 100%;
        margin: 20px auto;
    }

    .subscribe-main {
        margin: 20px auto;
    }

}

@media screen and (max-width: 780px) {

    .solutions-box {
        width: 100%;
    }

    .links-item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .filter-row {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .filter-search {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .filter-input {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .filter-select {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .page-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-main {
        width: 100%;
    }

    .page-tabs {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .page-documents {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    .page-content_documents {
        width: 100%;
    }

    .news-box {
        width: 100%;
    }

    .news-main {
        width: 100%;
        margin: 20px auto;
    }
    .subscribe-main {
        margin: 20px auto;
    }
    .news-aside_right {
        width: 100%;
        max-width: 450px;
        margin: 30px auto;
    }

    .news-block {
        width: 100%;
    }

    .news-filter_btn .registry-btn {
        max-width: 400px;
        width: 100%;
    }

    .news-filter_date {
        max-width: 400px;
    }

    .anonces-item {
        width: 100%;
        margin-bottom: 0;
    }

    .top-header-text {
        text-align: right;
        margin-right: 10px;
    }

    .mobile-container {
        display: none;
    }

    .social-lang-container {
        display: inline-block;
    }

    .social-box, .lang {
        display: inline-block;
    }

}

@media screen and (max-width: 650px) {

    .text-menu {
        font-size: 14px;
        padding: 8px 10px;
    }

    .burger-menu {
        margin: 6px 0;
    }

    .registry-title {
        font-size: 2rem;
    }

    .registry-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter-desc {
        position: static;
        margin-bottom: 10px;
    }

    .filter-column {
        margin-top: 0;
    }

    .filter-drop {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .filter-drop_wrap {
        position: static;
        width: 100%;
        max-width: 300px;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
    }

    .filter-drop_wrap:after {
        display: none;
    }

    .filter-drop_wrap:before {
        display: none;
    }

    .filter-drop_inner {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0;
        max-height: none;
        overflow: visible;
    }

    .filter-drop_inner .filter-select {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .pagination {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .news-filter_row .filter-date {
        max-width: 100%;
        width: 100%;
    }

    .news-theme_row .pagination {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .category-item {
        width: 100%;
        margin: 0 15px 5px;
    }

    .footer-box {
        width: 100%;
    }

}

@media screen and (max-width: 560px) {

    .top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social-box {
        margin-right: 0;
        text-align: center;
    }

    .social-item {
        line-height: 38px;
    }

    .search-form {
        margin-left: 0;
    }

    .lang {
        text-align: center;
    }

    .lang a {
        padding: 8px 10px;
    }

    .section-title h3 {
        margin: 0;
    }

    .section-title h3:before {
        display: none;
    }

    .section-title_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .title-tabs_item {
        margin: 0;
    }

    .title-tabs_item:not(:first-child):before {
        display: none;
    }

    .video-card {
        width: 100%;
    }

    .links-item {
        width: 100%;
    }

    .registry-title {
        font-size: 1.6rem;
    }

    .registry-filter_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registry-filter_bottom .filter-btn {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .registry-filter_bottom .registry-btn {
        margin: 0 15px 0 0;
        max-width: 100%;
    }

    .registry-text {
        width: 100%;
        padding: 0 0 20px;
    }

    .filter-row {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .filter-search {
        max-width: 100%;
        margin-right: 0;
    }

    .filter-date {
        max-width: 300px;
        width: 100%;
    }

    .filter-input {
        max-width: 100%;
        margin-right: 0;
    }

    .filter-select {
        max-width: 100%;
        margin-right: 0;
    }

    .filter-drop_wrap {
        max-width: 100%;
    }

    .filter-drop_inner {
        width: 100%;
    }

    .registry-btn {
        max-width: 50%;
    }

    .registry-btn:last-child {
        margin-right: 0;
    }

    .structure-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .comitet-box {
        width: 100%;
    }

    .news-card_item {
        width: 100%;
    }

    .news-card_single {
        width: 100%;
    }

    .news-filter_btn {
        margin-right: 0;
    }

    .license-row {
        display: block;
    }

    .license-key {
        width: 100%;
        padding-right: 0;
    }

    .license-value {
        width: 100%;
    }

    .overlay-row {
        display: block;
    }

    .overlay-key {
        width: 100%;
        padding-right: 0;
    }

    .overlay-value {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {

    .section-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-title a {
        margin: 5px 0 0;
    }

    .structure-box {
        width: 100%;
    }

}


.notppad {
    padding-top: 1px;
}
ul#arc li span.rgt {
    display: inline;
    float: right;
}
ul#arc li span img {
    padding: 0 2px;
}

ul#arc li {
    display: block;
    min-height: 55px;
    padding: 5px 0;
    border-bottom: 2px solid #ECEBDF;
}
.pdtp {
    display: inline-block !important;
    padding: 12px 0 0;
    width: 560px;
}

.singlecol {
    padding: 10px 0;
}
.singlecol img {
    float: left;
    padding: 0 15px 12px 0;
}

#xsd-scheme tbody tr {
    background-color: #e9e9e9;
}

.registry-box h4 {
    color: #000;
}

.centeredboxbreadcrumb {
    width: 1200px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
   /* padding-top: calc(140px / 2 - 15px) */
    margin-top: 27px;
}

.clear {
    margin: 0;
    height: 1px;
    border: none;
    clear: both;
    overflow: hidden;
    max-width: 100%;
}

.events-tooltip {
    border: 0;
    background-color: #fff;
    color: #606060;
    padding: 10px;
    box-shadow: 3px 4px 21px rgba(0,0,0,.38);
    line-height: 1.4;
    position: absolute;
    width: 320px;
    z-index: 1001;
}



.events-tooltip h3 {
    color: #21759b;
    margin-bottom: 10px;
}

.preloader{
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: url(/wp-content/themes/velocity/img/ajax-loader.gif) center center;
}

.textBlock {
    height: 20px;
    padding: 0 0 5px 15px;
    width: 800px;
}


@media (max-width: 960px){
    .breadcrumbs {
        height: auto;
    }
}

.RegistryCount {
    display: inline-block;
    max-width: 110px;
    width: 110px;
    text-align: right;
    padding: 10px 0;
}

/*
.RegistryCount-inner {
    display: inline-block;
    margin: 15px 0 auto auto;
}
*/
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

blockquote {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    background: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.table-add, .table-add td {
    background-color: #F5F5F5;
}

#licensee-sro h4, #licensee-opu h4 {
    margin-top: 15px;
}

ul.typeLaw li {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 5px;
}

.main_30y_img img {
    width: 290px;
    max-width: 290px;
}

.fixHead {
    overflow-y: auto;
    height: 400px;
}

.vnesok-img {
    display: flex;
    align-items: center;
    justify-content:space-around;
    width: 40%;
    min-width: 280px;
    height: 70px;
}

.vnesok-line {
    text-align: center;
    font-size: 16px;
    background-color: #13c0e0;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.vnesok-line-logo {
    margin: 0 0 -3px 0;
    height: 18px;
}
