@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic');

html, body {
    height: 100%
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5f6873;
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
    color: #303239;
    line-height: 1.25;
    margin-top: 0
}

h1, .h1 {
    font-size: 36px;
    line-height: 1.39
}

h2, .h2 {
    font-size: 24px
}

h3, .h3 {
    font-size: 22px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 15px
}

p {
    line-height: 1.85
}

* {
    outline: 0
}

.ap_text_block {
    color: #5f6873;
    margin-bottom: 26px
}

.ap_btn {
    border: 0;
    outline: 0;
    background: #019adc;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 55px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_btn[disabled], .ap_btn[disabled]:hover {
    background: #80cced;
    cursor: not-allowed
}

.ap_btn:hover {
    background: #0288c2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_btn .form_btn {
    height: 45px;
    text-align: center;
    font-weight: 500;
    border-radius: 4px
}

.ap_btn:active {
    background: #015b80;
}

a {
    color: #019adc;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a.ap_btn:hover {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #0182c1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: #0188ca
}

.main_wrapper {
    width: 100%;
    display: table;
    height: 100%
}

.ap_page_row {
    display: table-row;
    height: 1px
}

.ap_page_row_expanded {
    height: 100%
}

.ap_container {
    width: 1110px;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.ap_tabs_container {
    margin: 0
}

.header {
    height: 120px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px
}

.header:before {
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 4px;
    background: rgba(255, 255, 255, 0.2)
}

.header_back {
    height: 120px;
    background: url(img/back_header_1.png) 52% 66% repeat-x;
    background-size: 85% auto
}

.ap_logo_block {
    display: block;
    margin-right: 87px;
    margin-top: -3px;
    margin-left: -2px;
}

.ap_logo_block:hover {
    text-decoration: none;
}

.ap_name_portal {
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.ap_logo_block .ap_small_logo, .ap_logo_block .ap_logo_name {
    display: inline-block;
    vertical-align: middle;
}

.ap_logo_block .ap_small_logo {
    margin-right: 16px
}

.ap_logo_block .ap_small_logo img {
    width: 46px;
    height: 40px
}

.ap_logo_block .ap_logo_name img {
    width: 194px;
    height: 40px;
    position: relative;
    top: 9px
}

.ap_sub_block {
    margin-top: -8px;
}

.ap_menu_block {
    flex: auto;
    position: relative
}

.ap_nav {
    height: 100%
}

.ap_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%
}

.ap_nav ul li {
    display: inline-block;
    height: 100%;
    margin-right: 65px
}

.ap_nav ul li:last-child {
    margin-right: 0
}

.ap_nav ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    padding-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600
}

.ap_nav ul li.active, .ap_nav ul li:hover {
    border-bottom: 4px solid #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.ap_sub_block div {
    cursor: pointer;
    position: relative
}

.ap_sub_block .ap_search_block {
    margin-right: 50px
}

.ap_sub_block .ap_lang {
    margin-left: 50px
}

.ap_sub_block .dropdown-menu {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 15px 0 rgba(33, 89, 157, 0.2);
    top: 142%;
    left: auto;
    right: -15px
}

.ap_sub_block .ap_profile_hide_block.-open {
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_sub_block .dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.ap_sub_block .dropdown-menu li:hover {
    background: #f0f5f9;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.ap_sub_block .dropdown-menu li a {
    color: #019adc;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
    padding: 19px 22px;
    text-decoration: none;
    position: relative;
    padding-left: 68px;
    font-size: 16px;
    line-height: 1;
}

.ap_ico:before {
    content: '';
    left: 25px;
    top: 17px;
    position: absolute;
    width: 25px;
    height: 20px
}

.ap_ico.-profile:before {
    background: url("img/icn_menu_profile.svg") center no-repeat
}

.ap_ico.-rss:before {
    background: url("img/icn_menu_subscription.svg") center no-repeat;
}

.ap_ico.-logout:before {
    background: url("img/icn_menu_exit.svg") center no-repeat
}

.ap_ico.-settings:before {
    background: url("img/settings_ico.svg") center no-repeat;
    background-size: cover;
    height: 25px;
    top: 15px;
}

.ap_sub_block .dropdown-menu li {
    border-bottom: 1px solid #ccddec
}

.ap_sub_block .dropdown-menu li:last-child {
    border-bottom: 0
}

.ap_search_block {
    width: 22px;
    height: 22px;
    background: url("img/search.svg") 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative
}

.ap_search_block.-open_form {
    background: 0;
    z-index: 2
}

.ap_search_block.-open_form:before, .ap_search_block.-open_form:after {
    content: '';
    left: 9px;
    top: 0;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 25px
}

.ap_search_block.-open_form:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ap_search_block.-open_form:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ap_sub_block .ap_search_form {
    position: absolute;
    top: 40px;
    left: 200px;
    width: 100%;
    display: none
}

.ap_sub_block .ap_search_form.-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.ap_sub_block .ap_search_form form {
    width: 80%
}

.ap_input_block {
    position: relative
}

/*
.ap_input_block:before {
    content: '';
    left: 0;
    top: 11px;
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("img/search.svg") 0 0 no-repeat;
    background-size: cover
}
*/

.ap_sub_block .ap_search_form .ap_search_input {
    background: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
    font-family: 'robotoregular', Arial, sans-serif;
    height: 42px;
    padding-left: 45px;
    outline: 0;
    box-shadow: none
}

.ap_sub_block .ap_search_form .ap_search_input:focus, .ap_sub_block .ap_search_form .ap_search_input:active {
    box-shadow: none
}

.ap_profile {
    width: 26px;
    height: 26px;
    background: url("img/icn_profile.svg") 0 0 no-repeat;
    background-size: cover;
    border: 0
}

.ap_profile.ap_no_auth {
    background: url("img/icn_login.svg") 0 0 no-repeat;
    background-size: cover;
    width: 20px;
    height: 24px;
    margin-left: -19px !important;
}

.ap_profile.ap_no_auth + .ap_profile_arrow {
    display: none;
}

.btn-default.ap_profile:hover, .btn-default.ap_profile:active, .btn-default.ap_profile:focus, .open > .dropdown-toggle.btn-default {
    background-color: transparent !important;
    box-shadow: none !important;
    background: url("img/icn_profile.svg") 0 0 no-repeat;
    background-size: cover
}

.btn-default.ap_profile.ap_no_auth:hover {
    background: url("img/icn_login.svg") 0 0 no-repeat;
    background-size: cover;
}

/*.ap_profile:before, .ap_profile.dropdown-toggle:before {
    content: '';
    right: -20px;
    top: 50%;
    position: absolute;
    width: 12px;
    height: 7px;
    margin-top: -3px;
    background: url("img/arrow_white_down.svg") 0 0 no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}*/

.ap_profile_arrow {
    position: absolute;
    width: 9px;
    height: 6px;
    top: 10px;
    background: url(img/arrow_white_down.svg) 0 0 no-repeat;
    background-size: cover;
    right: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ap_profile[aria-expanded="true"] + .ap_profile_arrow, .ap_profile[aria-expanded="true"].dropdown-toggle + .ap_profile_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_lang {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center
}

.ap_lang span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    height: 21px;
    width: 22px;
    display: block;
    text-align: center
}

.mobile_menu_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mobile_menu_wrapper.-open_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ap_mobile_menu {
    position: relative;
    width: 18px;
    height: 14px;
    margin-right: 42px;
    display: none;
    z-index: 10
}

.ap_mobile_menu span {
    width: 18px;
    height: 2px;
    margin-top: 6px;
    background: #fff;
    display: block;
    position: relative
}

.ap_mobile_menu:before, .ap_mobile_menu:after {
    content: '';
    left: 0;
    position: absolute;
    background: #fff;
    width: 18px;
    height: 2px
}

.ap_mobile_menu:before {
    top: 0
}

.ap_mobile_menu:after {
    bottom: 0
}

.ap_mobile_menu.-open_menu {
    position: absolute;
    right: -32px;
    top: 37px;
    z-index: 100
}

.ap_mobile_menu.-open_menu span {
    background: transparent
}

.ap_mobile_menu.-open_menu:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ap_mobile_menu.-open_menu:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ap_mobile_menu_hidden {
    position: absolute;
    left: 0;
    right: 41px;
    background: #2c5eb1 url('img/back_header.png') 30% 100% no-repeat;
    background-size: cover;
    padding-top: 40px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_mobile_menu_hidden.-open_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_mobile_menu_hidden ul li {
    display: block;
    margin-bottom: 45px
}

.ap_mobile_menu_hidden ul li.active, .ap_mobile_menu_hidden ul li:hover {
    border-bottom: 0
}

.ap_mobile_menu_hidden ul li a {
    font-size: 18px;
    padding-top: 0
}

.ap_tabs_list {
    margin-bottom: 40px;
    padding: 0
}

.ap_tabs {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 19px
}

.ap_tabs:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #ccddec
}

.ap_tabs li {
    display: inline-block;
    margin-right: 40px
}

.ap_tabs li a {
    text-decoration: none;
    position: relative;
    padding-bottom: 18px
}

.ap_tabs li a:focus {
    box-shadow: none;
    outline: 0
}

.ap_tabs li a:hover {
    color: #019adc
}

.ap_tabs li.active a, .ap_tabs li.slick-current a {
    font-weight: 500;
    color: #303030
}

.ap_tabs li.active a:before, .ap_tabs li > a:hover:before, .ap_tabs li.slick-current a:before {
    content: '';
    left: 0;
    right: 0;
    bottom: -3px;
    position: absolute;
    height: 3px;
    background: #019adc
}

.slick-list {
    position: relative
}

.slick-list:before {
    content: '';
    right: 0;
    top: 0;
    bottom: 5px;
    position: absolute;
    width: 30px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 10
}

.slick-slide a:focus, .slick-slide a:active, .slick-slide a:hover {
    outline: 0;
    box-shadow: none
}

.ap_detail .ap_left_col {
    width: 254px;
    margin-right: 31px;
    flex: 1 0 auto
}

.ap_detail .ap_right_col {
    width: 100%
}

.ap_cols_block_fix .ap_right_col {
    flex: auto
}

.ap_left_title {
    text-transform: uppercase;
    color: #8b98a7;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 500
}

.article_block h1 {
    margin-bottom: 9px;
}

.ap_publications_block .item {
    display: block;
    width: 100%;
    padding: 25px 20px;
    border: 1px solid #ccddec;
    margin-bottom: 22px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ap_publications_block .item:hover, .ap_article_list .item:hover, .ap_block_item:hover .item.ap_block_article, .ap_search_result_list .item:hover {
    box-shadow: 0 6px 32px 0 rgba(33, 89, 157, 0.36);
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_block_item:hover .item {
    box-shadow: none
}

.ap_block_item:hover .ap_block_article {
    display: block
}

.ap_publications_block .item:last-child {
    margin-bottom: 0
}

.ap_publications_block .item .ap_publications_date {
    font-size: 14px;
    color: #8b98a7;
    margin-bottom: 15px;
    text-transform: lowercase;
}

.ap_publications_block .item .title {
    color: #303239;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
}

.ap_all_publications {
    margin-top: 40px;
    display: block;
    margin-bottom: 40px;
}

.ap_all_publications:hover {
    text-decoration: none
}

.ap_detail .ap_article_time_date_block {
    font-size: 14px;
    color: #8b98a7;
    position: relative
}

.ap_article_time_date_block .ap_time_date {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
    text-transform: lowercase;
}

.ap_article_time_date_block .ap_time_date:before {
    content: '';
    right: 0;
    top: 50%;
    margin-top: -23px;
    position: absolute;
    height: 24px;
    width: 1px;
    background-color: #8b98a7;
    opacity: .6
}

.ap_detail .ap_article_time_date_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1
}

.ap_detail .ap_article_time_date_block ul li {
    display: inline-block;
    margin-right: 15px
}

.ap_detail .ap_article_time_date_block ul li:last-child {
    margin-right: 0;
    padding-left: 26px;
}

.ap_views_block .ap_views_ico {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    color: #8b98a7;
    margin-bottom: 20px
}

.ap_views_block .ap_views_ico:before {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    height: 12px
}

.ap_views_block .ap_views_ico.-share:before {
    width: 12px;
    background: url('img/icn_share_gray.svg') 0 0 no-repeat;
    background-size: cover
}

.ap_views_block .ap_views_ico.-star:before {
    width: 12px;
    background: url('img/icn_like_gray.svg') 0 0 no-repeat;
    background-size: cover
}

.ap_views_block .ap_views_ico.-views:before {
    width: 17px;
    background: url('img/icn_show_gray.svg') 0 0 no-repeat;
    margin-top: -6px
}

.ap_detail h2 {
    margin-top: 30px;
    margin-bottom: 24px
}

.ap_detail .ap_text_block p {
    margin-bottom: 35px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ap_detail .ap_text_block p:last-child {
    margin-bottom: 0;
}

.ap_detail + .ap_modal .ap_modal_content .modal-body p {
    line-height: 23px;
}

.ap_detail + .ap_modal .ap_modal_content .ap_btn_submit_quest {
    height: 50px;
    line-height: 1.6;
}

.ap_detail + .ap_modal_content .modal-header {
    margin-bottom: 38px;
}

.ap_detail .ap_detail_item {
    padding-top: 10px;
}

.ap_close_article, .ap_modal_content .close span {
    position: absolute;
    right: 0;
    top: -9px;
    width: 27px;
    height: 27px;
    cursor: pointer
}

.ap_close_article {
    width: 18px;
    height: 18px;
    background: url("img/icn_close_1200_992.svg") 0 0 no-repeat;
    background-size: cover
}

.ap_close_article:before, .ap_close_article:after {
    left: 8px;
    top: -3px;
    width: 2px;
    height: 24px
}

.ap_close_article:before, .ap_modal_content .close span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ap_close_article:after, .ap_modal_content .close span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ap_quote_block {
    background: #edf3f7;
    padding: 33px 25px;
    position: relative;
    padding-right: 95px;
    margin-bottom: 40px
}

.ap_quote_block:before, .ap_quote_block:after {
    content: '';
    right: 30px;
    top: 3px;
    position: absolute;
    color: #5f6873;
    font-size: 90px;
    opacity: .2;
    line-height: 1
}

.ap_quote_block:before {
    content: '«';
    right: 72px
}

.ap_quote_block:after {
    content: '»';
    top: 20px
}

.ap_quote_block .h2 {
    margin-top: 0;
    margin-bottom: 35px
}

.ap_quote_text {
    color: #303239;
    line-height: 1.5
}

.ap_ico_bar_block {
    text-align: right;
    margin-bottom: 13px
}

.ap_ico_bar_block ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ap_ico_bar_block ul li {
    display: inline-block;
    margin-right: 21px
}

.ap_ico_bar_block ul li:last-child {
    margin-right: 0
}

.ap_ico_bar_block .svg_ico svg {
    cursor: pointer
}

.ap_document_block {
    position: relative;
    padding: 30px 0
}

.ap_document_block .ap_doc_list {
    flex-wrap: wrap
}

.ap_document_block .document_item {
    width: 46%;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    overflow: hidden;

    position: relative;
}

.ap_document_block .document_item:before {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 1) 100%);
}

.ap_detail .ap_document_block .document_item {
    width: 35%;
}

.ap_document_block .document_item:nth-child(2n+2) {
    margin-right: 0
}

.ap_document_block .ap_doc_ico #attach {
    stroke: #019adc;
}

.ap_document_block .ap_doc_ico {
    margin-right: 20px;
    height: 50px
}

.ap_document_block .ap_doc_ico svg {
    width: 50px;
    height: 50px
}

.ap_document_block .ap_doc_ico, .ap_document_block .ap_doc_name {
    display: inline-block;
    vertical-align: middle
}

.ap_document_block .ap_doc_name .doc_name {
    margin-bottom: 9px;
    font-size: 15px;
    color: #303239;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.ap_document_block .ap_doc_name .doc_format {
    font-size: 14px;
    color: #8b98a7;
    line-height: 1;
    margin-bottom: 0
}

.ap_article_author {
    padding: 27px 0 20px 0
}

.ap_author_list {
    flex-wrap: wrap
}

.ap_article_author .item.author_item {
    width: 297px;
    margin-right: 95px;
    text-decoration: none;
    margin-bottom: 15px
}

.ap_article_author .item:last-child {
    margin-right: 0
}

.ap_article_author .item .ap_author_photo {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.ap_article_author .item .ap_author_photo img {
    border-radius: 50px
}

.ap_article_author .item .ap_author_name {
    padding-top: 5px;
    -webkit-flex: 1;
    flex: 1;
}

.ap_article_author .item .ap_author_name .name {
    color: #303239;
    margin-bottom: 5px;
    line-height: 1.1;
    font-weight: 500
}

.ap_article_author .item .ap_author_name .author_pos {
    font-size: 14px;
    color: #8b98a7;
    margin-bottom: 0;
    line-height: 1.2
}

.ap_tags_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 11px
}

.ap_tags_table td {
    vertical-align: top;
}

.ap_article_tags_block {
    padding-top: 30px;
    margin-bottom: 30px
}

.ap_tags_table .ap_td_left_col {
    width: 190px;
    vertical-align: middle
}

.ap_tags_table .item {
    display: inline-block;
    background: #e5f7ff;
    padding: 6px 19px;
    border-radius: 5px;
    color: #4399d6;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;

}

.ap_tags_table .item:last-child {
    margin-right: 0
}

.ap_tags_table .item:hover {
    background: #ccf0ff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_tags_table span {
    font-size: 14px;
    color: #8b98a7
}

.ap_comment_form {
    margin-bottom: 35px;
    margin-top: 10px;
}

.ap_comment_form .h2 {
    margin-top: 0;
    margin-bottom: 25px
}

.ap_comment_form .btn_submit, .ap_comment_reply_form .btn_submit {
    font-weight: 500
}

/*.ap_comment_block {
    margin-bottom: 32px
}*/

.ap_comment_block textarea, textarea.form-control {
    min-height: 170px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #5f6873;
    border: 1px solid #ccddec;
    padding: 15px 25px;
    resize: none;
    box-shadow: none
}

textarea.form-control {
    resize: none;
    box-shadow: none
}

textarea::-webkit-input-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7
}

textarea::-moz-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7
}

textarea:-ms-input-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7
}

textarea::-ms-input-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7
}

textarea:-moz-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7
}

.ap_comment_block textarea:focus, textarea.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #ccddec
}

.ap_comments ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ap_comments ul li:last-child .ap_comment_block {
    margin-bottom: 8px
}

.liveComment {
    margin-bottom: 20px;
}

.ap_comments .ap_comment_author_date {
    margin-bottom: 13px
}

.ap_comments .ap_comment_author_date .author {
    color: #303239;
    font-weight: 500
}

.ap_comments .ap_analit_comment .ap_comment_author_date .author {
    color: #019adc
}

.ap_comments .ap_comment_author_date .date {
    font-size: 14px;
    color: #8b98a7;
    text-transform: lowercase;
}

.ap_comment_text_block p {
    line-height: 26px;
    background: #edf3f7;
    padding: 26px 33px;
    padding-bottom: 18px;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ap_analit_comment .ap_comment_text_block p, .ap_analit_comment .ap_comment_links_block, .ap_analit_comment .rect_block_gray {
    background: #d5f2fe
}

.ap_reply_comment_block {
    position: relative;
    padding-top: 0
}

.rect_block_gray {
    width: 100%;
    height: 25px;
    display: block;
    background: #edf3f7
}

.rect_block_white {
    height: 20px;
    background: #fff
}

.ap_reply_comment_block a {
    display: inline-block;
    vertical-align: top
}

.ap_reply_comment_block a, .ap_link span {
    color: #019adc;
    text-decoration: none;
    border-bottom: 1px dashed #019adc;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ap_reply_comment_block a:hover, .ap_link:hover span {
    color: #0073a4;
    border-bottom: 1px dashed #0073a4;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ap_link.-without_ico {
    padding-left: 0
}

.ap_link.-without_ico span:before {
    content: none
}

.ap_reply_comment_block .ap_comment_reply_btn {
    margin-left: 35px
}

.ap_reply_comment_block .ap_comment_link {
    float: right;
    margin-right: 35px
}

.ap_reply_comment_block a:hover, .ap_link:hover {
    color: #0188ca;
    text-decoration: none
}

.ap_reply_comment_block a {
    position: relative
}

.ap_reply_comment_block a.ap_comment_link:before, .ap_link span:before {
    content: '';
    left: -26px;
    top: -2px;
    position: absolute;
    width: 17px;
    height: 19px;
    background: url('img/icn_link.svg') 0 0 no-repeat
}

.ap_reply_comment_block .ap_comment_block textarea, .ap_reply_comment_block textarea.form-control {
    min-height: 150px;
}

.ap_comment_btn_block {
    text-align: right
}

.ap_comment_reply_form .ap_comment_close_block {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px
}

.ap_comment_reply_form .ap_comment_close {
    cursor: pointer;
    color: #019adc;
    text-decoration: none;
    margin-left: 45px;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 0;
    line-height: .9
}

.ap_comment_close_block {
    line-height: .8
}

ul.reply_comments {
    padding-left: 35px
}

.ap_comment_links_block {
    background: #edf3f7
}

.ap_pagination {
    text-align: center;
    margin-bottom: 44px
}

.ap_pagination .pagination {
    margin: 0
}

.ap_detail .ap_pagination {
    margin-bottom: 34px;
}

.ap_pagination .pagination > li > a {
    border-radius: 2px;
    margin-right: 10px;
    color: #019adc;
    font-weight: 400;
    padding: 8px 15.6px;
    border-color: #ccddec;
    line-height: 1.45;
    padding-bottom: 7px;
    cursor: pointer;
}

.ap_pagination .pagination > li:not(.active) > a:hover {
    background: #f0f5f9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ap_pagination .pagination > .active > a {
    color: #fff;
    background: #019adc;
    border-color: #019adc
}

.ap_pagination svg g {
    fill: #019adc
}

.ap_pagination .pagination > li > a[aria-label="Previous"], .ap_pagination .pagination > li > a[aria-label="Next"] {
    padding-top: 14px;
    line-height: .8;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 16px;
}

.ap_pagination .pagination > li > a[aria-label="Next"] {
    margin-right: 0
}

.ap_main_filter_block {
    overflow: hidden
}

.ap_main_filter_block.ap_search_page_block {
    overflow: visible;
}

.ap_main_filter {
    box-shadow: 0 6px 32px 0 rgba(33, 89, 157, 0.36);
    margin-bottom: 26px;
    padding-bottom: 20px
}

.ap_form_control {
    height: 48px;
    border-color: #ccddec;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-weight: 500
}

.ap_form_group {
    margin-bottom: 20px;
    position: relative
}

.ap_main_filter .ap_form_group:nth-child(2) {
    margin-bottom: 40px
}

.ap_form_group:last-child {
    margin-bottom: 0
}

.multiselect {
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 0;
    position: relative;
}

.tags_select_block:before {
    content: '';
    left: 1px;
    top: 2px;
    height: 44px;
    width: 30px;
    z-index: 98;
    position: absolute;
    background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgb(255, 255, 255) 86%);
    background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgb(255, 255, 255) 86%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgb(255, 255, 255) 86%);
}

.multiselect__tags {
    height: 48px !important;
    border-color: #ccddec !important;
    padding: 13px 40px 0 23px !important;
    overflow: hidden
}

.multiselect__select:before {
    display: none !important
}

.multiselect.multiselect--active .multiselect__select:before {
    top: 2px !important
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    background: #e5f7ff !important;
    border-radius: 5px !important;
    color: #4399d6 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 31px !important;
    margin-top: -4px;
    padding: 0px 30px 0 14px !important;
}

.multiselect__tag span {

}

.multiselect__tag:hover {
    background: #ccf0ff !important;
}

/*.multiselect__tag span {
    line-height: 31px;
}*/

.multiselect__tag-icon {
    top: 0px !important;
    right: 0px !important;
    /* margin-top: -5px; */
    width: 27px !important;
    height: 31px !important;
    margin-left: 0px !important;
}

.multiselect__tag-icon:after {
    content: '' !important;
    width: 9px;
    height: 9px;
    background: url(img/icn_del.svg) 0 0 no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -5px;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
    width: 100% !important;
    padding: 0 !important
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: none !important
}

.multiselect__option {
    color: #5f6873 !important;
    padding: 14px 10px 14px 23px !important
}

.multiselect__option:before {
    content: '';
    left: 23px;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #ccddec
}

.multiselect__option:after {
    display: none !important
}

.multiselect__option.multiselect__option--highlight {
    background: #f0f5f9 !important;
    color: #5f6873 !important
}

.ap_main_form_filter .ap_form_group:nth-child(2) {
    margin-bottom: 40px
}

input.ap_form_control {
    padding-left: 23px;
    font-size: 14px;
    font-weight: 500
}

input.ap_form_control:focus, input.ap_form_control:active {
    box-shadow: none;
    outline: 0;
    border-color: #ccddec;
    font-weight: 500
}

.ap_form_control[disabled] {
    background: #f0f5f9;
    border-color: #ccddec
}

.tags_select_block {
    width: 44.2%;
    position: relative
}

.tags_select_block.add_tag:after {
    content: '';
    top: 50%;
    position: absolute;
    width: 1px;
    height: 31px;
    background: #ccddec;
    margin-top: -15px;
    right: 45px;
    z-index: 10
}

.plus_tag_block {
    display: none
}

.tags_select_block .plus_tag_block {
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 21px;
    color: #019adc;
    line-height: .6;
    z-index: 10;
    cursor: pointer
}

.market_sector_block, .analyst_select_block {
    width: 27.1%;
    position: relative
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    padding-left: 23px
}

.ui-selectmenu-button {
    height: 50px;
    background-color: #fff;
    background-image: none;
    border-color: #ccddec;
    border-radius: 4px
}

.ui-selectmenu-button.ui-selectmenu-button-open {
    box-shadow: 0 10px 15px 0 rgba(33, 89, 157, 0.25)
}

.ui-selectmenu-button.ui-selectmenu-button-open + .ap_select_carret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.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: 0;
    border: 0
}

.ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background: url(img/arrow_blue_down.svg) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;

}

.ui-button:hover, .ui-button:focus {
    background: 0;
    border-color: #ccddec
}

.ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    margin-top: -4px
}

.ui-button:active {
    border: 1px solid #ccddec;
    background: 0
}

.ui-corner-bottom {
    border-radius: 0;
    box-shadow: 0 10px 15px 0 rgba(33, 89, 157, 0.25)
}

.ui-selectmenu-menu {
    overflow: auto;
    max-height: 265px;
    box-shadow: 0 10px 15px 0 rgba(33, 89, 157, 0.25);
    z-index: 1051
}

.ui-selectmenu-menu .ui-menu {
    margin-top: -2px;
    z-index: 10
}

.ui-selectmenu-icon.ui-icon {
    display: none;
}

.ap_select_carret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 18px;
    width: 13px;
    height: 7px;
    background: url(img/arrow_blue_down.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    pointer-events: none;
}

.ui-selectmenu-text {
    font-weight: 500;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 2.7;
}

.ui-selectmenu-text.-placeholder {
    font-weight: 400;
    color: #8b98a7;
    opacity: .7;
}

ul.ui-autocomplete {
    max-height: 265px !important;
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(33, 89, 157, 0.25);
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
    border-color: transparent;
    border-top-color: #ccddec;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content li:last-child .ui-menu-item-wrapper:after {
    display: none;
}

body .ui-menu .ui-menu-item-wrapper {
    position: relative;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    padding: 14px 10px 14px 23px;
    color: #5f6873;
    border: 0;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
}

body .ui-menu-item:last-child .ui-menu-item-wrapper {
    margin-bottom: 0;
}

.ui-menu-item .ui-menu-item-wrapper:hover, .ui-menu-item .ui-state-active {
    background: #f0f5f9;
}

.ui-autocomplete-category {
    border-top: 1px solid #ccddec;
    border-bottom: 1px solid #ccddec;
    background: #f0f5f9;
    text-transform: uppercase;
    font-weight: 500;
    color: #afbfcc;
    padding: 14px 10px 14px 23px;
    font-size: 14px;
    margin-bottom: 1px;
}

.ui-autocomplete-category:first-child {
    border-top: 0
}

.ap_form_control .optgroup:after {
    background: 0
}

li .ui-menu-item-wrapper.no_line:after {
    content: none
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
    margin: 0
}

.ui-menu-item-wrapper:after {
    content: '';
    left: 23px;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #ccddec
}

.mCSB_scrollTools .mCSB_dragger {
    z-index: 10
}

.mCSB_inside > .mCSB_container {
    margin-right: 0
}

.mCSB_scrollTools {
    opacity: 1;
    right: -6px
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ccddec;
    width: 4px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    border-radius: 0;
    background-color: #019adc;
    width: 4px
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #019adc
}

.ap_date_range_block .ap_amount_block .range_amount {
    padding-left: 58px;
    line-height: 2.5;
    text-align: center;
    text-transform: lowercase;
}

.ap_date_range_block .ap_amount_block .ap_amount_mask {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    left: 50px;
    padding-left: 23px;
    border-left: none;
    text-align: center
}

.ap_range_slider_block {
    width: 63.1%;
    -webkit-align-self: center;
    align-self: center
}

html[lang="en"] .ap_range_slider_block {
    width: 61%;
}

.ap_range_slider .range_year {
    font-size: 12px;
    font-weight: 400;
    color: #303030;
    margin-top: 16px;
    background: #fff;
    margin-left: -13px
}

.ap_date_range_block label, .ap_date_range_block .ap_amount_block {
    display: inline-block;
    vertical-align: middle
}

.ap_date_range_block label {
    font-size: 14px;
    font-weight: 400;
    color: #8b98a7;
    margin-right: 8px;
    padding-top: 5px
}

.ap_date_range_block .ap_amount_block {
    width: 198px;
    position: relative
}

.ap_date_range_block .ap_amount_block:after {
    content: '';
    top: 50%;
    position: absolute;
    width: 1px;
    height: 31px;
    background: #ccddec;
    margin-top: -15px;
    left: 50px
}

.ap_range_slider .ui-slider-range {
    background: rgba(255, 255, 255, 0.5)
}

.ap_range_slider.ui-widget.ui-widget-content {
    border: 0;
    height: 6px;
    background: #ccddec url(img/filter_period.png) 7px 0 no-repeat;
    background-size: 97% auto
}

.ap_date_range_block input.ap_form_control {
    font-weight: 500;
    padding-left: 65px;
    color: #303030
}

.ap_range_slider .ui-state-default, .ap_range_slider .ui-widget-content .ui-state-default {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #fff;
    border: 3px solid #019adc;
    cursor: pointer;
    top: -10px
}

.ap_range_slider .ui-state-default:focus {
    box-shadow: 0 0 1px 3px #fff;
    outline: 0
}

.ap_range_slider label {
    position: absolute;
    width: 20px;
    text-align: center;
    margin-top: 23px
}

.ap_tags_block {
    padding-top: 10px
}

.tags_list .item {
    position: relative;
    display: inline-block;
    background: #e5f7ff;
    padding: 6px 19px;
    padding-top: 7px;
    padding-right: 28px;
    border-radius: 5px;
    color: #4399d6;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    cursor: pointer;
}

.tags_list .item:hover {
    background: #ccf0ff;
}

.tags_list .item .del_tag {
    /*width: 8px;*/
    /*height: 8px;*/
    /*right: 10px;*/
    /*top: 50%;*/
    /*margin-top: -4px;*/
    position: absolute;
    cursor: pointer;

    top: 0px;
    right: 0px;
    width: 27px;
    height: 31px;
    margin-left: 0px;
}

.tags_list .item .del_tag:after {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 9px;*/
    /*height: 9px;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background: url('img/icn_del.svg') 0 0 no-repeat*/

    content: '';
    width: 9px;
    height: 9px;
    background: url('img/icn_del.svg') 0 0 no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -6px;
}

.ap_filter_link {
    margin-right: 30px;
    margin-top: 13px
}

.filter_btn_submit {
    width: 160px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500
}

.ap_clear_filter:before {
    background: 0
}

.all_article {
    font-size: 14px;
    font-weight: 400;
    color: #8b98a7;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 11px
}

.all_article:before {
    content: '';
    right: 0;
    top: 50%;
    margin-top: -12px;
    position: absolute;
    width: 1px;
    height: 24px;
    background: rgba(139, 152, 167, 0.6)
}

.datepicker-inline .datepicker {
    box-shadow: 0 10px 15px 0 rgba(33, 89, 157, 0.2);
    border: 1px solid #ccddec;
    border-radius: 5px;
    font-family: 'Roboto', Arial, sans-serif;
    position: relative
}

.datepicker:before, .datepicker:after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 15px
}

.datepicker:before {
    border-top: 0;
    top: -5px;
    border-bottom-color: #ccddec
}

.datepicker:after {
    border-bottom-color: #f0f5f9;
    top: -5px;
    border-top: 0
}

.datepicker--nav {
    background: #f0f5f9;
    color: #019adc;
    font-weight: 500;
    padding: 14px 15px;
    padding-left: 10px
}

.datepicker--nav-title, .datepicker--nav-title i {
    color: #019adc;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500
}

.datepicker--content {
    padding: 8px 15px
}

.datepicker-panel > ul > li:hover {
    background: inherit
}

.datepicker--day-name {
    font-weight: 600;
    color: #303030;
    font-size: 14px;
    text-transform: none
}

.datepicker--cell.-current- {
    background: #1aa5dcad;
    color: #fff;
    border-radius: 3px
}

.datepicker--cell.-selected-.-current-, .datepicker--cell.-selected- {
    background: #019adc;
    color: #fff;
    border-radius: 3px
}

.datepicker--cell.-current-.-focus- {
    color: #fff
}

.datepicker--nav-action {
    width: 26px
}

.ap_amount_block .input-group-btn {
    width: 51px;
    height: 100%;
    position: absolute;
    top: 8px;
    background-size: cover;
    margin-top: -8px;
    left: 0;
    cursor: pointer;
    border: 0
}

.datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="month next"] {
    font-size: 0;
    position: relative
}

.datepicker-panel > ul > li[data-view="month prev"]:before, .datepicker-panel > ul > li[data-view="month next"]:before {
    content: '';
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    width: 5px;
    height: 8px;
    background: url('img/arrow_paginator_left.svg') 0 0 no-repeat;
    background-size: cover
}

.datepicker-panel > ul > li[data-view="month next"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 50%;
    margin-right: -2px
}

.ap_amount_block .input-group-btn .btn, .ap_amount_block .input-group-btn .btn:hover, .ap_amount_block .input-group-btn .btn:focus {
    border: 0;
    background: 0;
    padding: 0;
    box-shadow: none;
    outline: 0
}

.ap_amount_block .input-group-btn .datepicker_ico {
    background: url(img/icn_calendar.svg) center no-repeat;
    display: block;
    border: 0;
    cursor: pointer;
    box-shadow: none;
    padding-left: 51px;
    width: 100%;
    height: 100%
}

.ap_amount_block .input-group-btn .datepicker_ico:focus, .ap_amount_block .input-group-btn .datepicker_ico:active {
    box-shadow: none
}

.ap_form_control[disabled] + .input-group-btn {
    cursor: not-allowed;
    opacity: .5
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 15px
}

.datepicker--nav-action .calendar_arrow {
    width: 9px;
    height: 12px;
    background: url("img/arrow_paginator_right.svg") 0 0 no-repeat
}

.datepicker--nav-action.year .two_arrow {
    width: 12px;
    height: 12px;
    background: url("img/2_arrow_calendar.svg") 0 0 no-repeat;
    background-size: cover
}

.datepicker--nav-action.year .two_arrow.-prev, .datepicker--nav-action .calendar_arrow.-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ap_analyst_question_block {
    background: rgba(204, 221, 236, 0.2);
    padding: 30px;
    margin-bottom: 24px
}

.ap_analyst_question_block.question_page {
    background: 0;
    padding: 0;
    line-height: 25px;
}

.ap_ask_question {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block
}

.ap_ask_question span {
    font-size: 16px;
}

.ap_analyst_question_block p {
    margin-bottom: 0
}

.ap_article_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px
}

.ap_article_list .item,
.ap_search_result_list .item {
    width: 540px;
    border: 1px solid #ccddec;
    padding: 35px 0;
    margin-bottom: 30px;
    display: inline-block;
    min-height: 330px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.ap_block_item .ap_article_list .item,
.ap_block_item .ap_search_result_list .item {
    min-height: 330px;
}

.ap_search_result_list .item .item_preview_text b,
.ap_search_result_list .item .item_preview_text strong {
    color: #303239;
    font-style: italic;
}

.ap_article_list .item .item_views,
.ap_search_result_list .item .item_views {
    margin-top: -2px;
}

.ap_block_item {
    position: relative
}

.item.ap_block_article {
    text-align: center;
    padding: 164px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background: #fff
}

.item.ap_block_article .ap_block_conteiner {
    position: absolute;
    left: 50%;
    margin-left: -144px;
    top: 50%;
    margin-top: -130px
}

.ap_search_result_list .item.ap_block_article .ap_block_conteiner {
    margin-left: -217px;
    margin-top: -100px
}

.not_rights .item.ap_block_article .ap_block_conteiner {
    margin-left: -98px;
}

html[lang="en"] .not_rights .item.ap_block_article .ap_block_conteiner {
    margin-left: -137px;
}

html[lang="en"] .ap_search_page_block .not_rights .item.ap_block_article .ap_block_conteiner {
    margin-left: -108px;
}

 .ap_search_page_block .not_rights .item.ap_block_article .ap_block_conteiner {
    margin-left: -115px;
}

.item.ap_block_article .ap_block_ico {
    width: 140px;
    height: 140px;
    background: url('img/icn_lock_article_big.svg') 0 0 no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 35px
}

.item.ap_block_article .block_text {
    font-size: 22px;
    color: #303239;
    margin-bottom: 17px;
    line-height: 1
}

.item.ap_block_article p, .item.ap_block_article p a {
    font-size: 16px
}

.item.ap_block_article p a {
    border-bottom: 1px dashed #019adc;
}

.item.ap_block_article p {
    color: #333
}

.item.ap_block_article p:last-child {
    line-height: 23px;
}

.ap_article_list .item:hover, .ap_search_result_list .item:hover {
    text-decoration: none
}

.ap_article_list .item .item_category_date {
    position: relative;
    margin-bottom: 25px;
    height: 21px;
}

.ap_article_list .item .item_category_date:before {
    content: '';
    left: -1px;
    top: -2px;
    position: absolute;
    width: 2px;
    height: 26px;
    background: #8b98a7
}

.ap_article_list .item .item_category_title {
    font-size: 15px;
    font-weight: 500;
    color: #8b98a7
}

.ap_article_list .item .item_date, .ap_search_result_list .ap_category_block .date {
    font-size: 14px;
    color: #8b98a7;
}

.ap_article_list .item .item_title h2 {
    margin-bottom: 34px
}

.item_padding {
    padding: 0 30px
}

.item_preview_text p {
    font-size: 14px;
    color: #8b98a7;
    margin-bottom: 8px;
    line-height: 22px;
}

.item_preview_text .bold_text {
    font-weight: 500;
    color: #303239;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.63;
}

.item_author {
    font-size: 14px;
    color: #019adc
}

.item_views ul {
    margin: 0;
    padding-left: 0
}

.item_views.ap_views_block ul li {
    margin-bottom: 0
}

.item_views.ap_views_block ul li:last-child {
    margin-right: 0;
}

.block_border:before, .block_border:after {
    content: '';
    left: 50%;
    top: 0;
    position: absolute
}

.block_border:before {
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    top: -14px
}

.block_border:after {
    top: -8px;
    width: 12px;
    height: 16px;
    background: url('img/icn_lock_article.svg') 0 0 no-repeat;
    margin-left: -6px
}

.ap_article_list .ap_document_block {
    margin-bottom: 22px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.tabs__caption {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin-bottom: 45px;
    font-size: 0
}

.tabs__caption:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #ccddec
}

.tabs__caption li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-bottom: 14px;
    line-height: 1;
    font-weight: 400;
    color: #019adc;
    cursor: pointer;
    font-size: 16px
}

.tabs__caption li.active {
    font-weight: 500;
    color: #303030;
    border-bottom: 4px solid #019adc;
    cursor: inherit
}

.login_modal .ap_modal_content .modal-header {
    border: 0;
    margin-bottom: 35px;
    padding: 0
}

.login_modal .ap_form_control {
    height: 50px;
}

.ap_form_btn_submit {
    width: 100%;
    margin-bottom: 13px;
    height: 50px;
    line-height: 1.6;
}

.forget_pass_link, .back_link {
    font-size: 14px;
    text-decoration: none
}

.reg_form_block {
    margin-top: 47px;
}

.reg_step_block {
    text-align: center;
    position: relative;
    margin-bottom: 25px
}

.reg_step_block:before {
    content: '';
    left: 50%;
    margin-left: -30px;
    top: 20px;
    position: absolute;
    height: 1px;
    width: 60px;
    background: #ccddec
}

.reg_step_block .step {
    width: 42px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 2.5;
    border: 1px solid #ccddec;
    color: #019adc;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer
}

.reg_step_block .step_block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.reg_step_block .step_block:last-child {
    margin-right: 0
}

.step_block span {
    font-size: 14px;
    font-weight: 400;
    color: #9faebf
}

.step_block.active span {
    font-weight: 500;
    color: #303030
}

.step_block.active .step {
    background: #019adc;
    color: #fff
}

.step_block .step_1 {
    margin-left: 38px;
}

.step_block:not(.active) .step {
    cursor: pointer
}

.input-group-addon {
    background: 0;
    font-weight: 400;
    font-size: 14px;
    border-right: 0;
    border-color: #ccddec;
    padding-left: 23px;
    padding-right: 5px;
    padding-top: 7px
}

.form_block .reg_form .form-group:nth-last-of-type(2) {
    margin-bottom: 25px;
}

.next_step_btn {
    width: 100%;
    height: 50px;
    line-height: 1.6;
}

.ap_checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px
}

.ap_checkbox + label {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px
}

.ap_checkbox:not(checked) {
    position: absolute;
    opacity: 0
}

.ap_checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px
}

.ap_checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #ccddec
}

.ap_checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px
}

.ap_checkbox:checked + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #ccddec
}

.ap_checkbox:checked + label:after {
    background: url(img/chekbox_ico.svg) 0 0 no-repeat;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 5px
}

.ap_capcha_block {
    width: 187px
}

.ap_capcha_input {
    width: 139px
}

.capcha_block {
    margin-bottom: 25px
}

.ap_error_popover {
    position: absolute;
    background: #fff;
    left: 108%;
    top: -7px;
    padding: 20px 0;
    text-align: center;
    min-width: 280px;
    box-shadow: 0 4px 33px 6px rgba(33, 89, 157, 0.2);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #9faebf
}

.ap_error_popover:before {
    content: '';
    left: -20px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    border: 10px solid transparent;
    border-right: 10px solid #fff
}

.ap_form_control.ap_error_input, .ap_form_control.ap_error_input:focus, .ap_form_control.ap_error_input:active {
    border-color: #ecccd8
}

.ap_modal.change_pass_modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 5px
}

.ap_modal.change_pass_modal .ap_text_block {
    color: #8b98a7;
    font-size: 15px
}

.ap_modal.change_pass_modal .ap_text_block span {
    color: #333
}

h1.page_header, .h1.page_header {
    margin-bottom: 43px;
    line-height: 1;
    color: #303239;
}

.ap_search_page_block .page_header {
    margin-top: 16px;
    margin-bottom: 35px;
}

.ap_profile_form .ap_form_group {
    margin-bottom: 40px
}

.ap_profile_form .ap_form_group:nth-last-of-type(3) {
    margin-bottom: 45px;
}

.ap_main_profile .ap_profile_form .ap_form_group:nth-last-of-type(3),
.ap_main_profile .ap_profile_form .ap_form_group:nth-last-of-type(2) {
    margin-bottom: 40px;
}

.ap_profile_form .ap_form_group:nth-last-of-type(2) {
    margin-bottom: 60px;
}

.ap_profile_form .ap_form_group:nth-last-of-type(1) {
    margin-bottom: 70px;
}

.ap_profile_form .ap_form_group input {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px;
}

.ap_profile_form .ap_form_group input[type="submit"] {
    height: 45px;
}

.ap_profile_form .ap_form_group input:last-child {
    margin-bottom: 0
}

.col_1 {
    width: 380px;
    flex: none
}

.col_2 {
    padding-left: 2px;
}

.ap_settings_block .col-2 {
    padding-left: 0;
}

.ap_profile_label {
    font-size: 14px;
    font-weight: 400;
    color: #8b98a7;
    margin-top: 18px;
    margin-bottom: 0
}

.col_2 input[type="text"], .col_2 input[type="password"], .col_2 input[type="email"], .col_2 textarea {
    margin-bottom: 20px;
    width: 350px
}

.bio_textarea {
    margin-bottom: 0
}

.col_2 input[type="password"] {
    font-size: 20px
}

.ap_save_profile_btn {
    width: 350px;
    text-align: center;
    border-radius: 3px
}

.form_user_block {
    width: 350px
}

.ap_profile_form_block .ap_rel_block {
    margin-bottom: 20px
}

.ap_profile_input_block input, .form_user_block {
    margin-right: 30px
}

.ap_profile_input_block:last-child input {
    margin-bottom: 0
}

.ap_profile_form .ap_error_popover {
    left: 112%
}

.ap_subs_block .col_2 input[type="text"] {
    margin-bottom: 0;
    height: 50px;
}

.user_title {
    font-size: 20px;
    font-weight: 500;
    color: #303239;
    line-height: 1;
    margin-bottom: 5px
}

.ap_user_photo img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-left: 10px
}

.file_input_styler {
    width: 170px;
    display: block;
    background: #019adc;
    border: 0;
    cursor: pointer;
    line-height: 2.5
}

.file_input_styler:hover {
    background: #0288c2
}

.jq-file__browse {
    display: none
}

.file_input_styler .jq-file__name {
    position: relative;
    font-weight: 400;
    color: #fff;
    padding-left: 35px
}

.file_input_styler .jq-file__name:before {
    content: '';
    left: 0;
    top: 4px;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url("img/ic_add_a_photo.svg") 0 0 no-repeat;
    background-size: cover;
}

.access_title {
    font-size: 14px;
    font-weight: 400;
    color: #8b98a7
}

.access_title span {
    font-weight: 500
}

.ap_profile_label.role_label {
    margin-top: 0px
}

.ap_role_block a {
    margin-top: 6px
}

.ap_profile_form .select_block {
    width: 350px;
    position: relative;
}

.ap_profile_form .select_block + .tags_list {
    margin-top: 30px
}

.ap_profile_form .select_block + .tags_list:empty {
    margin-top: 0;
    margin-bottom: 10px;
}

.ap_radio_block {
    margin-bottom: 18px
}

.ap_radio_block:last-child {
    margin-bottom: 0
}

.ap_radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.ap_radio + label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', Arial, sans-serif;
    color: #333;
    margin-bottom: 0
}

.ap_radio:not(checked) {
    position: absolute;
    opacity: 0
}

.ap_radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 28px
}

.ap_radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccddec;
    border-radius: 50%;
    background: #FFF
}

.ap_radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #019adc;
    opacity: 0;
    transition: all .2s
}

.ap_radio:checked + label:after {
    opacity: 1
}

.page_search_btn {
    width: 170px;
    line-height: 1.6;
    height: 45px;
}

.search_input_block {
    width: 540px;
    margin-right: 30px
}

.search_input {
    height: 50px
}

.ap_search_form_block form {
    margin-bottom: 33px
}

.ap_search_form_block .ap_filter_search_result .all_article:before {
    display: none
}

.ap_search_form_block .ap_filter_search_result .all_article {
    padding: 0;
    margin: 0
}

.ap_search_result_list .item {
    width: 100%;
    padding: 30px;
    vertical-align: top;
}

.ap_category_block a {
    display: block
}

.ap_search_result_list .item h2 {
    margin-bottom: 20px
}

.ap_search_result_list .ap_category_block div {
    font-size: 14px;
    color: #019adc
}

.ap_search_result_list .ap_category_block span {
    color: #8b98a7;
    margin: 0 5px
}

.ap_search_result_list .ap_category_block span.comma {
    margin-left: 0
}

.item .search_block_container {
    -webkit-justify-content: center;
    justify-content: center
}

.item .search_block_container .ap_block_ico {
    margin: 0;
    margin-right: 50px
}

.ap_search_result_list .item.ap_block_article {
    text-align: left
}

.ap_search_result_list .item .search_block_container {
    margin-top: 30px
}

.ap_search_result_list .item {
    margin-bottom: 20px
}

.ap_filter_search_result {
    margin-bottom: 25px
}

.ap_search_result_list {
    margin-bottom: 20px
}

.reset_btn {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url("img/icn_del.svg") 0 0 no-repeat;
    background-size: cover;
    border: 0;
    box-shadow: none;
    font-size: 0;
    display: none
}

.ap_site_map_page {
    padding-bottom: 40px
}

.map_section {
    margin-right: 91px
}

.map_section:nth-child(2) {
    margin-right: 110px
}

.map_section:last-child {
    margin-right: 0
}

.map_section .section_title {
    font-size: 24px;
    font-weight: 500;
    color: #019adc;
    margin-bottom: 25px
}

.map_section ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.map_section ul li {
    margin-bottom: 25px
}

.map_section ul li a {
    text-decoration: none
}

.service_text {
    color: #5f6873;
    margin-bottom: 48px
}

.page_404_text {
    margin-bottom: 56px;
    margin-top: -10px;
}

.ap_service_error_page .service_text {
    margin-bottom: 40px
}

.ap_service_error_page a {
    text-decoration: none
}

#ap_map_block {
    width: 100%;
    height: 320px;
    margin-bottom: 45px
}

.contacts_block .service_text {
    margin-bottom: 36px
}

.contacts_block {
    margin-bottom: 30px
}

.contacts_block .h2 {
    margin-bottom: 25px
}

.ap_phone_block .service_text:first-child {
    width: 60%
}

.ap_phone_block .service_text div:first-child {
    margin-bottom: 10px
}

.analit_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;
}

.analit_list .item {
    width: 47%;
    margin-right: 50px;
    margin-bottom: 63px
}

.analit_list .item:nth-child(2n+2) {
    margin-right: 0
}

.analit_list .item .photo_block {
    margin-right: 39px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.analit_list .item .analit_info_block {
    padding-top: 30px;
    flex: 1;
}

.analit_list .item .analit_info_block .name {
    font-size: 22px;
    font-weight: 500;
    color: #303239;
    line-height: 1;
    margin-bottom: 13px;
    display: inline-block;
}

.analit_list .item .analit_info_block .direction {
    font-size: 14px;
    color: #8b98a7
}

.analit_preview {
    margin-bottom: 95px
}

.analit_preview .photo {
    margin-right: 58px;
    position: relative;
}

.analit_preview .photo:before {
    content: '';
    left: 0;
    right: 0;
    bottom: -50px;
    position: absolute;
    height: 1px;
    background: #edf1f2;
}

.analit_preview .analit_desc {
    width: 485px
}

.analit_preview .analit_desc .name {
    margin-bottom: 18px
}

.analit_preview .analit_desc .direction {
    color: #8b98a7;
    font-size: 18px;
    line-height: 27px;
}

.analit_preview .ap_close_article {
    top: 0
}

.ap_text_block .service_text {
    margin-bottom: 35px
}

.ap_news_list .item .item_category_date:before {
    display: none
}

.ap_news_list .item_preview_text p:last-child {
    margin-bottom: 0
}

.accordion_list {
    margin-bottom: 52px
}

.accordion_item .title_content {
    margin-bottom: 42px
}

.accordion_item .title_content span {
    font-size: 24px;
    font-weight: 500;
    color: #019adc;
    position: relative;
    padding-right: 32px;
    cursor: pointer;
    line-height: 1;
}

.accordion_item .hide_content {
    margin-bottom: 50px
}

.accordion_item .title_content span:before {
    content: '';
    right: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    width: 14px;
    height: 9px;
    background: url('img/arrow_blue_down.svg') 0 0 no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.accordion_item .title_content.title_style span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.info_item {
    position: relative;
    padding-left: 28px;
    margin-right: 30px;
    width: 22%
}

.info_item:last-child {
    margin-right: 0
}

.info_item:before {
    content: '';
    left: 0;
    top: 1px;
    position: absolute;
    width: 3px;
    height: 21px;
    background: #019adc
}

.info_item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    color: #303239;
}

.info_item .service_text {
    color: #8b98a7;
    margin-bottom: 0;
    line-height: 1.5;
}

.ap_about_block .contacts_block .h2 {
    margin-bottom: 35px;
    line-height: 1;
}

.ap_footer_nav ul li a {
    padding-top: 0
}

.footer {
    background: url("img/back_footer_1.png") center 65% no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px
}

.ap_footer_logo_block {
    margin-right: 90px
}

.ap_footer_logo {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px;
    display: inline-block;
    margin-right: 17px
}

.ap_footer_logo img {
    width: 32px;
    height: 32px
}

.ap_footer_logo + p {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 10px;
    line-height: 1.6
}

.ap_footer_text_block {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 45px;
    padding-top: 40px
}

.ap_footer_text_block a {
    opacity: .5;
    color: #fff;
    font-size: 12px;
    width: 257px;
    margin-right: 30px;
    line-height: 1.8;
    text-decoration: none;
}

.ap_footer_nav {
    margin-right: auto
}

.ap_footer_text_block p:last-child {
    margin-right: 0
}

.footer .ap_nav ul li.active, .footer .ap_nav ul li:hover {
    border: 0
}

.footer .ap_nav ul li a:hover {
    text-decoration: underline
}

.ap_modal_dialog {
    width: 540px;
    margin-top: 10%;
}

.ap_modal_content {
    box-shadow: 0 6px 32px 0 rgba(33, 89, 157, 0.36);
    border-radius: 0;
    border: 0;
    padding: 30px 95px 90px 95px;
    position: relative
}

.ap_modal_content .modal-header, .ap_modal_content .modal-body {
    padding: 0
}

.ap_modal_content .modal-header {
    margin-bottom: 40px;
    padding-bottom: 12px
}

.ap_modal_content .ap_btn_submit_quest {
    padding: 12.5px 55px;
}

.ap_modal_content h6 {
    margin-top: 61px;
    font-size: 16px;
}

.ap_modal_content .modal-body p {
    font-size: 16px;
    color: #8b98a7;
    font-family: 'robotoregular', Arial, sans-serif;
    margin-bottom: 35px;
    line-height: 23px;
}

.ap_modal_content .modal-body textarea {
    min-height: 90px;
    padding: 15px 20px;
    margin-bottom: 25px
}

.ap_btn_submit_quest {
    width: 100%;
    font-weight: 500
}

.ap_btn_submit_quest:focus, .ap_btn_submit_quest:active {
    color: #fff
}

.ap_modal_content .close {
    width: 29px;
    height: 29px;
    margin-right: -65px;
    background: url("img/icn_close_popup_big.svg") 0 0 no-repeat;
    background-size: cover;
    margin-top: -1px;
}

.ap_modal_content .close:focus {
    box-shadow: none;
    outline: 0
}

.ap_modal_content .close {
    opacity: 1
}

.ap_modal_content .close span {
    position: relative;
    right: 14px
}

.ap_modal_content .close span:before, .ap_modal_content .close span:after {
    height: 40px;
    top: -10px
}

.modal-backdrop {
    background: #fff
}

.modal-backdrop.in {
    opacity: .8
}

.change_email_modal .modal-header {
    margin-bottom: 38px;
}

.change_email_modal .modal-body p {
    margin-bottom: 33px;
    line-height: 23px;
}

.change_email_modal .email_code {
    height: 52px;
    margin-bottom: 25px;
}

.change_email_modal .ap_btn_submit_quest {
    height: 50px;
    line-height: 1.7;
}

.ap_border {
    height: 1px;
    width: 100%;
    background: #ccddec;
    margin-bottom: 24px;
    position: relative
}

.ap_article_list .ap_border {
    background: #edf1f2
}

.ap_small_border {
    height: 1px;
    width: 65px;
    background: #edf1f2
}

.flex_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.-flex_100 {
    height: 100%
}

.-space_between {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.-align_center {
    -webkit-align-items: center;
    align-items: center
}

.-no_stretch {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.-flex_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.full_width {
    width: 100% !important
}

.no_margin_right {
    margin-right: 0 !important
}

.fixed_body {
    overflow: hidden
}

.ap_rel_block {
    position: relative;
    margin-top: 5px;
}

.none {
    display: none !important
}

.multiselect__option:before {
    content: '';
    left: 23px;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #ccddec
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select, .multiselect__option--disabled {
    background: #f0f5f9;
    color: #afbfcc !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.print_block {
    padding-top: 50px;
    position: relative;
    font-family: Arial, sans-serif
}

.print_block .title_block {
    margin-bottom: 50px;
    opacity: .6
}

.print_block .logo {
    width: 180px;
    height: 39px
}

.print_block .ap_border {
    background: #eee;
    margin-bottom: 0
}

.print_block .date_block div {
    color: #fff;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    padding: 10px 20px
}

.print_block .date_block .date {
    background: #7fa2bc
}

.print_block .date_block .section {
    background: #00467a;
    padding-right: 255px
}

.print_block .article_title {
    font-family: 'Cambria', serif;
    font-size: 17pt;
    color: #01467a;
    background: #f2f2f2;
    padding: 15px 10px 10px 10px;
    border-left: 1px solid #01467a;
    margin-bottom: 30px;
    margin-top: 30px
}

.article_author {
    font-size: 12pt
}

.article_author span {
    color: #00467a
}

.print_block .article {
    font-size: 12pt;
    color: #000;
    margin-bottom: 50px
}

.print_block .article_footer {
    font-size: 7pt;
    color: #ccc;
    margin-top: 15px
}

.print_block .padding_block {
    padding-right: 92px
}

input::-ms-clear {
    display: none;
}

.servise_page_title {
    margin-top: 16px;
}

input::-webkit-input-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
}

input::-ms-input-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
}

input:-moz-placeholder {
    color: #8b98a7;
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
}

.ap_modal_content .modal-body textarea::-webkit-input-placeholder { /* для webkit браузеров */
    color: #9faebf;
}

.ap_modal_content .modal-body textarea:-moz-placeholder { /* для браузеров mozilla */
    color: #9faebf;
}

.save-cancel-group:last-child {
    margin-bottom: 15px;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.ap_error_input div,
.input-group.ap_error_input input {
    border-color: #ecccd8
}

select::-ms-expand {
    display: none;
}

/*body.modal-open {*/
    /*padding-right: 0 !important;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*position: fixed;*/
/*}*/

.filter-tag-block {
    color: #4399d6;
    background: #e5f7ff;
    display: inline-flex;
    border-radius: 5px;

    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.filter-tag-block .tag-body {
    padding: 6px 3px 5px 15px;
}

.filter-tag-block:hover {
    background: #ccf0ff;
}

.filter-tag-block .x-btn {
    width: 30px;
    background: url(img/icn_del.svg) center no-repeat;
    background-size: 33% auto;
}

/*страница согласия*/
.agree-page-header {
    background: #02366C;
    height: 98px;
    padding: 20px 0;
}
.ap_agree_text {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}
.ap_agree_text p {
    line-height: 1.3;
}
.ap_agree_body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2270b1), color-stop(100%, #064277));
    background-image: -moz-linear-gradient(#2270b1, #064277);
    background-image: -webkit-linear-gradient(#2270b1, #064277);
    background-image: linear-gradient(#2270b1, #064277);
    color: #fff;
}
.agree-page-footer {
    color: #000;
    font-size: 18px;
    padding: 20px 0;
}
.agree-page-footer span {
    font-size: 22px;
}
/*страница профиль - комментарии и вопросы аналитикам для юзеров*/
.ap_user_comment_block .ap_comment_text_block p,
.ap_user_analit_question_list .ap_comment_text_block p{
    padding: 25px 33px;
}
.ap_user_comment_block .ap_comment_text_block p span {
    display: block;
}
.ap_user_comment_block .ap_comment_text_block p a {
    display: inline-block;
    margin-top: 10px;
}
.ap_user_comment_item:not(:last-child) {
    margin-bottom: 55px;
}
.ap_user_comment_item .ap_user_comment_block:not(:last-child) {
    margin-bottom: 40px;
}
.ap_user_comment_item .date,
.ap_user_analit_question_item .date{
    font-size: 14px;
    color: #8b98a7;
    text-transform: lowercase;
    margin-bottom: 15px;
}
.ap_user_comment_item .ap_article_title  {
    color: #303239;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.ap_user_analit_question_item:not(:last-child) {
    margin-bottom: 40px;
}
.ap_user_comments_list,
.ap_user_analit_question_list {
    margin-bottom: 50px;
}

.ap_article_list .item .ap_item_container {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ap_article_list .item .item_title {
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.ap_article_list .item .item_preview_text {
    margin-bottom: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.comments-list.lvl1 {
    padding-left: 30px;
}
.comments-list.lvl2{
    padding-left: 60px;
}
.comments-list.lvl3 {
    padding-left: 90px;
}
.comments-list.lvl4 {
    padding-left: 120px;
}
.comments-list.lvl5 {
    padding-left: 150px;
}
.comments-list.lvl6 {
    padding-left: 180px;
}
.comments-list.lvl7 {
    padding-left: 210px;
}

.not-active-link {
    cursor: not-allowed;
    color: #80cced;
}

.not-active-link span{
    color: #80cced;
    cursor: not-allowed;
}

.not-active-link:hover {
    cursor: not-allowed;
}
.not-active-link span:hover {
    cursor: not-allowed;

}


#dataTAG .multiselect__tag {
    display: none;
}
#dataTAG .multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 1px 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding-left: 20px !important;
}

#dataTAG .multiselect__tag ~ .multiselect__input.not::-webkit-input-placeholder {color:#8b98a7;}
#dataTAG .multiselect__tag ~ .multiselect__input.not::-moz-placeholder          {color:#8b98a7;}/* Firefox 19+ */
#dataTAG .multiselect__tag ~ .multiselect__input.not:-moz-placeholder           {color:#8b98a7;}/* Firefox 18- */
#dataTAG .multiselect__tag ~ .multiselect__input.not:-ms-input-placeholder      {color:#8b98a7;}

.work_area_list {
    word-wrap: break-word;
    overflow-wrap: break-word;
}