@font-face {
    font-family: "AA-BebasNeue";
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/AA-BebasNeue.eot');
    src: url('/assets/fonts/AA-BebasNeue.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/AA-BebasNeue.woff2') format('woff2'),
    url('/assets/fonts/AA-BebasNeue.woff') format('woff'),
    url('/assets/fonts/AA-BebasNeue.ttf') format('truetype'),
    url('/assets/fonts/AA-BebasNeue.svg#@{aa-bebasneue-font-svg-id}') format('svg');
}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin.woff2') format('woff2'),
    url('../roboto-thin.woff') format('woff'),
    url('../roboto-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2black';
    src: url('../fonts/exo2-black.woff2') format('woff2'),
    url('../fonts/exo2-black.woff') format('woff'),
    url('../fonts/exo2-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}
html {
    font-size: 16px;
}
body {
    min-width: 300px;
    color: #343434;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 0 !important; /*отмена стилей скрипта госбара, которые аффектят на скролл при контенте меньше высоты экрана */
    padding-top: 50px; /*замена отмененному стилю выше */
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/*helper classes */
.color-grey {
    color: #535b63;
}
.color-red {
    color: #da333d;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.extra-wrap {
    height: 100%;
    overflow: hidden;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-cell {
    display: table-cell;
    vertical-align: middle;
}
a {
    color: #1e3685;
}
a:hover,
a:focus {
    color: #cb4b55;
}

/*Titles */
h1 em {
    display: block; /*для ситуации когда заголовок в две строки по дизайну */
    font-style: normal;
}
@media (max-width: 992px) {
    h1 em {
        display: inline;
    }
}
.main-title-page {
    font-size: 48px;
    color: #2b3983;
    font-weight: bold;
    margin-top: 0;
}
.main-title-page-2 {
    font-size: 48px;
    color: #343434;
    font-weight: normal;
    margin-top: 0;
}
.main-title-page-3 {
    font-size: 36px;
    color: #343434;
    font-weight: normal;
    margin-top: 0;
}
.main-subtitle-page {
    font-size: 36px;
    color: #2b3983;
    font-weight: bold;
    margin-top: 0;
}
.main-title-page + .main-subtitle-page {
    margin-top: -10px;
}
@media (max-width: 992px) {
    .main-title-page,
    .main-title-page-3 {
        font-size: 32px;
    }
    .main-subtitle-page {
        font-size: 24px;
    }
}

/*Buttons */
.btn-primary-red {
    color: #ffffff;
    background-color: #ff4452;
    border: solid 1px #ff5e6a;
    box-shadow: 0 2px 0 0 #da333d;
}
.btn-primary-red:hover,
.btn-primary-red:focus {
    background-color: #ff4452;
    border: solid 1px #ff5e6a;
    color: #ffffff;
}
.btn-primary-red:active,
.btn-primary-red.active {
    color: #ffffff;
    background-color: #da333d;
    border-color: #da333d;
}
.btn-primary-red.big,
.btn-primary-blue.big {
    padding: 10px 35px;
    line-height: 1;
    font-size: 15px;
}
.btn-primary-blue {
    color: #ffffff;
    background-color: #1E3685;
    border: none;
    box-shadow: none;
}
.btn-primary-blue:hover,
.btn-primary-blue:focus,
.btn-primary-blue:active {
    color: #fff;
}
/*кнопка назад в новостях к общему виду */
.ib-news .btn-primary.btn-go-back {
    color: #ffffff;
    background-color: #ff4452;
    border: solid 1px #ff5e6a;
    box-shadow: 0 2px 0 0 #da333d;
    min-width: 150px;
}
.ib-news .btn-primary.btn-go-back i {
    margin-right: 5px;
}
.ib-news .btn-primary.btn-go-back:hover,
.ib-news .btn-primary.btn-go-back:focus {
    background-color: #ff4452;
    border: solid 1px #ff5e6a;
    color: #ffffff;
}
.ib-news .btn-primary.btn-go-back:active,
.ib-news .btn-primary.btn-go-back.active {
    color: #ffffff;
    background-color: #da333d;
    border-color: #da333d;
}
/*овальная кнопка, появилась в панели под госбаром (skillsnet connect(18.07.2018)) */
.btn-ellips {
    border-radius: 15px;
    border: none;
    padding: 3px 17px 5px;
    background: #ffffff;
    border-bottom: 1px solid #cbcbcb;
    color: #1e3685;
    font-size: 15px;
}
.btn-ellips:hover,
.btn-ellips:focus {
    color: #cb4b55;
}
/*pseudo link (accordeon for example) */
.pseudo-link {
    color: #1e3685;
    cursor: pointer;
}
.pseudo-link em { /* не спан т.к. режет редактор*/
    border-bottom: 1px dashed #1e3685;
    font-style: normal;
}
.pseudo-link:hover,
.pseudo-link:focus {
    text-decoration: none;
    color: #cb4b55;
}
.pseudo-link:hover em,
.pseudo-link:focus em {
    border-color: #cb4b55;
}

/*pagination */
.pagination > li {
    display: block;
    float: left;
    margin: 0 10px;
    font-size: 18px;
}
@media (max-width: 991px) {
    .pagination > li {
        margin: 0 2px;
    }
}
.pagination > li > a,
.pagination > li > span {
    color: #ff4452;
    background-color: #ffffff;
    border: 1px solid #ff4452;
    border-radius: 4px;
    padding: 2px 13px;
    margin: 0;
    cursor: pointer;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ff4452;
    background-color: #ffffff;
    border-color: #ff4452;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ff4452;
    border-color: #ff5e6a;
    cursor: default;
    box-shadow: 0 2px 0 0 #da333d;
}

/*indicator open/closed */
.with-collapse-indicator {
    padding: 5px 30px 5px 0px;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.with-collapse-indicator:before {
    font-family:'FontAwesome';
    content:"\f107";
    display: block;
    position: absolute;
    right: 8px;
    top: 7px;
    transform: rotate(180deg);
    transition: 0.1s transform;
    background-size: contain;
}
.with-collapse-indicator.collapsed:before {
    transform: rotate(0deg);
}

/*to do убрать и переделать(списки через редактор будут без отступов если это оставить) */
ul {
    margin: 0 auto;
    padding: 0;
}
/*header */
.header {
    padding: 10px 0;
}
.header__logo {
    display: block;
    float: left;
    width: 234px;
    height: 66px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: transparent url('../images/logo.svg') no-repeat 0 0;
}
@media (max-width: 480px) {
    .header__logo {
        width: 280px;
        height: 80px;
        background-size: contain;
    }
}
.header__controls {
    float: right;
}
.header__link-toDisabled {
    display: block;
    text-align: right;
    text-decoration: underline;
    color: #1e3685;
}
.header__link-toDisabled:visited {
    color: #1e3685;
}
.header__link-toDisabled:focus {
    color: #1e3685;
}
.header__link-toDisabled:hover {
    color: #cb4b55;
}
.header__link-toDisabled:active {
    color: #1e3685;
}
.header__link-toDisabled:hover {
    text-decoration: none;
}
.header .profile {
    font-size: .9375rem;
    float: right;
    padding-top: 20px;
}
.header .profile__type {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}
.header .profile__type__item {
    display: inline-block;
    width: 150px;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #1e3685;
}
.header .profile__type__item:visited {
    color: #1e3685;
}
.header .profile__type__item:focus {
    color: #1e3685;
}
.header .profile__type__item:hover {
    color: #cb4b55;
}
.header .profile__type__item:active {
    color: #1e3685;
}
.header .profile__type__item_active {
    font-weight: bold;
    margin: -1px 0 -1px -1px;
    cursor: default;
    color: #fff;
    border: 1px solid #1e3685;
    border-radius: 4px;
    background-color: #1e3685;
}
.header .profile__type__item_active:visited {
    color: #fff;
}
.header .profile__type__item_active:focus {
    color: #fff;
}
.header .profile__type__item_active:hover {
    color: #fff;
}
.header .profile__type__item_active:active {
    color: #fff;
}
.header .profile__login{
    margin-top: 15px;
    text-align: right;
}
.header .profile__login__item {
    padding-left: 25px;
    text-decoration: none;
    color: #6c7279;
    background: transparent url('../images/icon-user.png') no-repeat 0 0;
    background-size: 15px 15px;
}
.header .profile__login__item:visited {
    color: #6c7279;
}
.header .profile__login__item:focus {
    color: #6c7279;
}
.header .profile__login__item:hover {
    color: #cb4b55;
}
.header .profile__login__item:active {
    color: #6c7279;
}
.header .profile__login__item:hover {
    text-decoration: none;
}
.header .location {
    font-size: .9375rem;
    line-height: 35px;
    float: right;
    height: 55px;
    margin-right: 30px;
    padding-top: 20px;
}
.header .location__link {
    padding-left: 20px;
    color: #6c7279;
    background: transparent url('../images/geo.png') no-repeat 0 0;
    background-size: 10px 15px;
}
.header .location__link:visited {
    color: #6c7279;
}
.header .location__link:focus {
    color: #6c7279;
}
.header .location__link:hover {
    color: #cb4b55;
}
.header .location__link:active {
    color: #6c7279;
}
.header .location__link__text {
    border-bottom: 1px dotted;
}
@media (max-width: 992px) {
    .header .location {
        clear: right;
        margin-right: 0;
        padding-top: 0;
    }
}
/*main content */
.main {
    overflow: hidden;
    flex: 1 0 auto;
}
/*footer */
#main_footer {
    color: #ffffff;
    background-color: #515151;
    margin-top: 45px;
}
#main_footer .footer-logo {
    width: 104px;
    height: 114px;
    max-width: 100%;
    background: url("../images/logo-prime.png") no-repeat left top;
    background-size: cover;
}
#main_footer a {
    color: #ffffff;
    font-size: 14px;
}
#main_footer a:hover {
    color: #cb4b55;
}
#main_footer .top-links-block {
    text-align: center;
}
#main_footer .top-links-block .top-links-decor {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #6c6c6c;
}
#main_footer .top-links-block a {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 5px;
}
#main_footer .top-links-block a + a {
    margin-left: 15px;
}
#main_footer .top-links-block a:hover {
    text-decoration: none;
}
#main_footer .top-links-block a.rb-link {
    padding-left: 28px;
    background: url("../images/rb.png") no-repeat left 3px;
    background-size: 19px 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #main_footer .top-links-block a.rb-link {
        background-image: url("../images/rb_2x.png");
    }
}
#main_footer .footer-main-content {
    padding: 35px 0 20px;
}
@media (max-width: 768px) {
    #main_footer .footer-main-content .logo {
        margin-bottom: 20px;
    }
}
#main_footer .footer-main-content h5 {
    font-weight: bold;
}
#main_footer .footer-main-content .footer-mobile-block .mobile-apps {
    padding-bottom: 60px;
    line-height: 1;
}
@media (max-width: 1200px) {
    #main_footer .footer-main-content .footer-mobile-block .mobile-apps {
        padding-bottom: 15px;
    }
}
#main_footer .footer-main-content .footer-mobile-block .mobile-apps a {
    display: inline-block;
    width: 142px;
    height: 41px;
}
#main_footer .footer-main-content .footer-mobile-block .help-links a {
    display: inline-block;
    margin-right: 10px;
}
#main_footer .footer-main-content .footer-mobile-block .help-links .feedback-link {
    position: relative;
}
#main_footer .footer-main-content .footer-mobile-block .help-links .feedback-link i {
    display: block;
    background: transparent url("../images/feedback.png") no-repeat center center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
@media (max-width: 991px) {
    #main_footer .footer-main-content .footer-mobile-block .help-links .feedback-link i {
        margin-top: 2px;
    }
}
@media (max-width: 1200px) {
    #main_footer .footer-main-content .info-links {
        padding-top: 20px;
    }
}
@media (max-width: 480px) {
    #main_footer .footer-main-content .info-links {
        width: 100%;
        float: none;
    }
}
#main_footer .footer-main-content .info-links ul,
#main_footer .footer-main-content .info-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main_footer .footer-main-content .info-links ul li,
#main_footer .footer-main-content .info-links li li {
    line-height: 1.1;
}
#main_footer .footer-main-content .info-links ul li + li,
#main_footer .footer-main-content .info-links li li + li {
    margin-top: 5px;
}
#main_footer .footer-copyright {
    color: #a5a5a5;
    padding-bottom: 20px;
}
#main_footer .footer-copyright small {
    font-size: 13px;
}
#main_footer .footer-copyright small span {
    display: inline-block;
    margin-left: 5px;
}
#main_footer .counters-images {
    bottom: 25px;
    position: absolute;
    right: 32px;
}
@media (max-width: 1199px) {
    #main_footer .counters-images {
        bottom: 45px;
    }
}
#main_footer .counters-images img {
    height: 20px;
    width: 20px;
}
.icon-appstore {
    background: transparent url("../images/appstore.png") no-repeat 0 0;
    background-size: 142px 41px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-appstore {
        background-image: url("../images/appstore_2x.png");
    }
}
.icon-googleplay {
    background: transparent url("../images/googleplay.png") no-repeat 0 0;
    background-size: 142px 41px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-googleplay {
        background-image: url("../images/googleplay_2x.png");
    }
}
/*static pages classes */
@media (max-width: 992px) {
    .main-static-image {
        margin: 0 auto;
    }
    .small-static-image {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
/*numeric & dotted lists */
.num-list,
.dotted-list {
    counter-reset: li;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.num-list li,
.dotted-list li {
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}
.num-list li:last-child,
.dotted-list li:last-child {
    margin-bottom: 0;
}
/*numeric */
.num-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: url("../images/rhomb.png");
    background-size: 24px 26px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*dotted */
.dotted-list li {
    padding-left: 25px;
    margin-bottom: 15px;
}
.dotted-list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #1e3685;
    position: absolute;
    left: 0;
    top: 12px;
    margin-top: -3px;
}
/*Grey decoration panel */
.grey-panel {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 25px 30px;
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
}
.grey-panel b {
    font-size: 32px;
}
@media (max-width: 992px) {
    .grey-panel {
        font-size: 18px;
    }
    .grey-panel b {
        font-size: 24px;
    }
}
/*skillsnet connect & esia error message on main info panel top panel on main (18.07.2018) */
.fixed-info-panel {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10001;
    overflow: hidden;
}
/*чтобы при большом количестве плашек они были под модальным окном */
.modal-open .scores-wrapper,
.modal-open .fixed-info-panel {
    z-index: 1000;
}
.message-panel {
    background: #ff4452;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

/*плитка с картинкой и подписью внизу (партнеры на странице опытные кадры)*/
.image-text-element {
    width: 100%;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
    transition: all 150ms ease-out;
}
a.image-text-element:hover {
    text-decoration: none;
    opacity: 0.9;
    transition: all 50ms ease-out;
}
.image-text-element .image {
    text-align: center;
    height: 120px;
}
.image-text-element .title {
    background: #f5f5f5;
    text-align: center;
    padding: 15px 5px;
    height: 80px;
    display: block;
}

/*FAQ */
.faq-element {}
.faq-element span.pseudo-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}
.faq-element  .faq-element-inner {
    padding: 15px 0;
    overflow: hidden;
}
.faq-element  .faq-element-inner .d-table {
    height: 30px;
}
.faq-element  .counter-place {
    float: left;
    position: relative;
    margin-right: 15px;
}
.help-envelope-link {
    margin: 20px 0;
    display: block;
    font-size: 18px;
    background: url('../images/red-envelope.jpg') no-repeat left top;
    height: 44px;
    line-height: 40px;
    padding-left: 80px;
    text-decoration: underline;
}
/*Круглые цифры-счетчики */
.circle-counter {
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align:center;
    font-size: 16px;
    color: #fff;
    background: #fe4b5a;
}

/*ERROR pages */
main .error {
    margin: 8% 0 5% 0;
    text-align: center;
}
main .error p {
    color: #6c7279;
    font-family: "AA-BebasNeue",Sans-Serif;
    font-size: 30px;
    margin: 0;
}
main .error span {
    display: block;
    margin-top: 20px;
}
main .error a {
    text-decoration: underline;
}

/*Инпут поиска */
main div.main-search {
    background-color: #efefef;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px;
    transition: background-color 250ms ease-out;
}
main div.main-search:focus,
main div.main-search:hover,
main div.main-search:active,
main div.main-search.under_focus {
    background-color: #1e3685;
}
main div.main-search button {
    background: transparent url("../images/search-button.png") no-repeat center center;
    background-size: 59px 40px;
    border: none;
    display: block;
    float: right;
    height: 40px;
    width: 59px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    main div.main-search button {
        background-image: url("../images/search-button_2x.png");
    }
}
main div.main-search div.input-wrapper {
    margin-right: 64px;
    position: relative;
}
main div.main-search div.input-wrapper input {
    border: none;
    color: #6c7279;
    cursor: pointer;
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 41px;
    width: 100%;
}
main div.main-search div.input-wrapper input::placeholder {
     color: #282828;
     opacity: 1;
 }
main div.main-search div.input-wrapper input:focus::placeholder {
    color: transparent;
}
main div.main-search div.input-wrapper input.need-padding {
    padding-top: 7px;
}


/*test results page elements */
.test-result-description {
    padding-bottom: 45px;
}
.test-result-result {
    background: #f5f5f5;
}
.test-result-result h2 .fa {
    margin-right: 10px;
}
.test-result-result h3 {
    font-weight: bold;
    font-size: 20px;
}
.test-result-result .profession-indent {
    padding-left: 30px;
}
.test-result-result .profession-indent .fa-hashtag {
    color: #535b63;
    position: absolute;
    left: 16px;
    top: 4px;
    font-size: 10px;
    cursor: pointer;
}
.test-result-result .profession-indent .fa-hashtag:hover {
    color: #cb4b55;
}
.test-result-result .profession-indent span {
    display: inline-block;
    max-width: 100%;
}
.test-result-result .profession-indent a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991px) {
    .test-result-result .profession-indent a {
        white-space: normal;
        text-overflow: clip;
    }
}

/*панель с плитками (аналитика, о портале)*/
.tile-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 20px 0;
}
.tile-panel .tile-element {
    width: 49%;
    min-height: 250px;
    border: 1px solid #cbcbcb;
    border-bottom-width: 4px;
    border-radius: 8px;
    padding: 30px 60px 30px 60px;
    text-align: center;
    margin-bottom: 15px;
}
.tile-panel .tile-element.single-full-width {
    width: 100%;
}
.tile-panel .tile-element img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.tile-panel .tile-element a {
    font-size: 22px;
    max-width: 390px;
    display: block;
    line-height: 1.2;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .tile-panel,
    .tile-panel .tile-element {
        display: block;
        width: 100%;
    }
}

/*slider customize  */
.ib-slider .owl-item:nth-child(3n+1) {
    background-image: url('../images/first_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ib-slider .owl-item:nth-child(3n+2) {
    background-image: url('../images/second_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ib-slider .owl-item:nth-child(3n) {
    background-image: url('../images/third_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
body .ib-slider .owl-dots .owl-dot {
    background: #a798fe;
}
body .ib-slider .owl-dots .owl-dot.active,
body .ib-slider .owl-dots .owl-dot:hover {
    background: rgba(255, 255, 255, .7);
}

body .ib-slider .owl-nav > button:hover {
    background: #9a87f9 !important;
}

/*классы для выравнивания контента внутри слайда */
/*центрирование контента по центру, по вертикали и горизонтали */
.ib-slider .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.ib-slider .d-flex .inner-content {
    display: block;
    position: relative;
    margin-top: -10px;
    text-align: center;
    color: #fff;
    padding: 0 60px;
}
.ib-slider .d-flex .inner-content a {
    color: #fff;
}
.ib-slider .d-flex .inner-content .content-wrapper {
    margin: 0;
    width: 100%;
    display: block;
}
.ib-slider .slide-icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.ib-slider .slide-icon-transparent {
    width: 130px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.ib-slider .slide-icon-rhombus {
    width: 130px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    background: url("../images/rhombus-bg.png") no-repeat left top;
    background-size: 130px 144px;
}
.ib-slider .owl-carousel .owl-item .slide-icon-rhombus img {
    width: 80px;
}
.ib-slider .owl-carousel .owl-item .slide-icon img {
    width: auto;
}
.ib-slider .owl-carousel .owl-item .with-image img {
    width: auto;
    vertical-align: middle;
}
@media (max-width: 1100px) {
    .ib-slider .with-image .accent-text {
        font-size: 48px;
    }
    .ib-slider .owl-carousel .owl-item .with-image img {
        width: 100px;
        height: 99px;
    }
}
@media (max-width: 768px) {
    .ib-slider .owl-carousel .owl-item .with-image img {
        margin: 0 auto;
    }
    .ib-slider .d-flex .with-image .inline-element {
        display: block;
    }
}
/* выделение значения и текста описания*/
.ib-slider .accent-text {
    color: #fff;
    font-size: 62px;
    font-weight: bold;
    display: block;
    font-family: 'exo_2black';
    line-height: 1;
}
.ib-slider .accent-text.smaller {
    font-size: 54px;
}
.ib-slider .accent-text.extra-small {
    font-size: 42px;
}
.ib-slider .description-text {
    font-size: 36px;
    color: #fff;
    display: block;
    font-family: 'robotothin';
    line-height: 0.8;
}
.ib-slider .description-text.smaller {
    font-size: 32px;
}
.ib-slider .d-flex .inline-element {
    display: inline-block;
}
.item-additional-bottom-indent {
    padding-bottom: 15px;
}
.item-additional-bottom-indent-2 {
    padding-bottom: 10px;
}
.accent-text + .description-text,
.description-text + .accent-text {
    margin-left: 10px;
}
.ib-slider a:hover,
.ib-slider a:active,
.ib-slider a:focus {
    text-decoration: none;
}
.ib-slider a.underline-link {
    text-decoration: underline;
}
.ib-slider a.underline-link:hover,
.ib-slider a.underline-link:active,
.ib-slider a.underline-link:focus {
    text-decoration: none;
}
@media (max-width: 768px) {
    .ib-slider .d-flex {
        flex-direction: column;
    }
    .ib-slider .accent-text,
    .ib-slider .accent-text.smaller,
    .ib-slider .accent-text.extra-small {
        font-size: 32px;
    }
    .ib-slider .description-text,
    .ib-slider .description-text.smaller{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .ib-slider .accent-text,
    .ib-slider .accent-text.smaller,
    .ib-slider .accent-text.extra-small {
        font-size: 28px;
    }
    .ib-slider .description-text,
    .ib-slider .description-text.smaller {
        font-size: 18px;
    }
    .item-additional-bottom-indent {
        padding-bottom: 10px;
    }
    .item-additional-bottom-indent-2 {
        padding-bottom: 5px;
    }
}

/*оверрайд пагинации таблицы (аффект тем зефира и роструда) */
.tbl-pagination .pagination > li.active > a,
.tbl-pagination .pagination > li.active > span {
    box-shadow: none;
}

/*ib-news customize */
body .ib-news {
    overflow: hidden;
}
body .ib-news .page-news-title {
    text-align: left;
    padding: 25px 0;
    color: #2b3983;
}
body .ib-news .ib-news-item {
    padding-left: 0;
    padding-right: 0;
}
body .ib-news .ib-news-readmore {
    color: #ffffff;
    background-color: #ff4452;
    border: solid 1px #ff5e6a;
    box-shadow: 0 2px 0 0 #da333d;
    margin-bottom: 30px;
    width: auto;
    max-width: 250px;
    position: relative;
    display: block;
}
body .ib-news .ib-news-readmore:before,
body .ib-news .ib-news-readmore:after {
    content: '';
    position: absolute;
    top: 20px;
    display: block;
    width: 500px;
    height: 1px;
    background-color: #e3d1b6;
    background-color: rgba(203,203,203,0.6);
}
body .ib-news .ib-news-readmore:before {
    left: -501px;
}
body .ib-news .ib-news-readmore:after {
    right: -501px;
}
body .ib-news .ib-news-readmore:hover,
body .ib-news .ib-news-readmore:focus {
    background-color: #ff4452;
    border: solid 1px #ff5e6a;
    color: #ffffff;
}
body .ib-news .ib-news-readmore:active,
body .ib-news .ib-news-readmore.active {
    color: #ffffff;
    background-color: #da333d;
    border-color: #da333d;
}
body .ib-news .page-news-title h1 {
    margin: 0;
}
body .ib-news__item__details h6 {
    font-size: 1.1rem;
}
body .ib-news__item__details h6 a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
body .ib-news__item__details h6 a:hover,
body .ib-news__item__details h6 a:active,
body .ib-news__item__details h6 a:focus {
    color: #cb4b55;
}

body .ib-news__item.article_variant h6 a {
    color: #1e3685;
}
body .ib-news__item.article_variant h6 a:hover,
body .ib-news__item.article_variant h6 a:active,
body .ib-news__item.article_variant h6 a:focus{
    color: #cb4b55;
}

.DistrictsMap_root .DistrictsMap_district{
    stroke-width: 1 !important;
}

.news-background {
    background: url("../images/news-bg.jpg") no-repeat center top;
    background-size: cover;
}

/* плашка для соглашения*/
.rostrud-notification {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(233,235,244,.85);
    box-shadow: 0 4px 4px 2px rgba(30,54,133,.45);
    color: rgb(52, 52, 52);
    text-align: center;
    z-index: 1000;
    padding: 15px 60px;
}
.rostrud-notification-close {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 28px;
    right: 15px;
    color: rgb(52, 52, 52);
    margin: -17px 0 0;
    z-index: 2;
    cursor: pointer;
}

/*temp */
/*кастомизация flat фильтра и поиска для прр( нужно как-то экранировать, может сломать эти иб на других страницах) */
.ib-filter .form-group {
    padding: 10px;
    background-color: #f5f5f5;
    vertical-align: top;
    margin-bottom: 30px;
}
.ib-filter .form-group > label {
    display: none;
}
.ib-filter .radio,
.ib-filter .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: top;
}
.ib-filter .radio label,
.ib-filter .checkbox label{
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 5px;
}
.ib-filter .radio label:active,
.ib-filter .radio label.active,
.ib-filter .checkbox label:active,
.ib-filter .checkbox label.active{
    color: #fff;
    background-color: #ff4452;
}
.ib-filter .radio label:hover,
.ib-filter .radio label:focus,
.ib-filter .checkbox label:hover,
.ib-filter .checkbox label:focus{
    background-color: #d9d9d9;
}
.ib-filter .radio label input,
.ib-filter .checkbox label input {
    opacity: 0;
}
.ib-filter .radio label .check,
.ib-filter .checkbox label .check {
    display: none;
}
.ib-filter .radio label:active,
.ib-filter .radio label.active,
.ib-filter .checkbox label:active,
.ib-filter .checkbox label.active {
    color: #fff;
    background-color: #ff4452;
}
.ib-filter .input-group.search-control {
    border: none;
    border-bottom: 2px solid #d9d9d9;
    width: 100%;
    border-radius: 0;
    padding-right: 0;
}
.ib-filter .input-group.search-control a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/search-icon.svg") no-repeat left top;
    cursor: pointer;
}
.ib-filter .input-group.search-control.onfocus {
    border-color: #1e3685;
}
.ib-filter .input-group.search-control.onfocus a i {
    display: none;
}
.ib-filter .input-group.search-control.onfocus a.clear-search {
    background: url("../images/cancel.svg") no-repeat left top;
}
.ib-filter .input-group.search-control .form-control {
    box-shadow: none;
    padding-left: 0;
}
.ib-filter .input-group.search-control .form-control::placeholder,
.ib-filter .input-group.search-control .form-control {
    font-size: 24px;
}

/*Styles from new trudvsem-theme for a few pages */
.content__title {
    font-size: 48px;
    color: #1f3588;
    font-weight: bold;
    margin-bottom: 20px;
    /*override bootstrap */
    margin-top: 0;
    line-height: 1.125;
}
@media (max-width: 576px) {
    .content__title {
        font-size: 28px;
        word-break: break-word;
    }
}
.content__paragraph {
    margin-bottom: 20px;
}
.skillsnet-connect {
    position: relative;
    padding: 6px 0;
    font-size: 15px;
    text-align: center;
    background-color: #e9ebf4;
}
.skillsnet-connect__text {
    vertical-align: middle;
}
@media (max-width: 520px) {
    .skillsnet-connect__text {
        display: none;
    }
}
.skillsnet-connect__logo {
    display: inline-block;
    margin: 0 10px;
    width: 112px;
    height: 30px;
    vertical-align: middle;
    background: url("../images/skillsnet-logo.svg") no-repeat left top;
}
.skillsnet-connect__link {
    border-radius: 15px;
    border: none;
    padding: 3px 17px 5px;
    background: #ffffff;
    border-bottom: 1px solid #cbcbcb;
    color: #1e3685;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
}
.skillsnet-connect__link:hover {
    color: #ee3f58;
}
.ui_theme_button:not(:root):not(.btn) {
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    text-decoration: none;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    outline: 0;
    white-space: nowrap;
    user-select: none;
    pointer-events: auto;
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    color: white;
    background-color: #ff4452;
    box-shadow: inset 0 -1px 0 0 #da333d, 0 0 transparent;
}
.ui_theme_code {
    display: block;
    padding: 20px;
    margin: 0;
    background: #e9ebf4;
    font-family: "Courier New", "Courier", monospace;
    min-height: calc(1.25em + 40px);
    min-height: calc(1lh + 40px);
    box-sizing: border-box;
    resize: vertical;
    overflow: auto;
}