

/* Start:/local/templates/rostbk/css/hubs.css?171145721123125*/
/* страница хабов */
/* страница хабов */
/* страница хабов */
.hub-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hub-aside__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 450px;
    width: 450px;
    padding-left: 20px;
    position: absolute;
    right: 0;
    min-height: 100%;
}
.hub-aside__left, .hub-aside__left2 {
    max-width: 790px;
}

@media (max-width:1200px) {
    .hub-aside__left, .hub-aside__left2 {
        max-width: 100%;
    }
    .hub-aside__left{
        order: 0;
    }
    .hub-aside__left2{
        order: 2;
    }
}
.hub-description__top,
.hub-description__bottom {
    display: block;
}

@media (max-width: 1200px){
    .hub-line {
        flex-wrap: wrap;
    }
    .hub-aside__right {
        min-width: 0;
        max-width: 100%;
        margin: 0 auto;
        order: 1;
        margin-bottom: 40px;
        padding-left: 0px;
        margin-top: 40px;
        position: relative;
    }
}
.hub-line #top_calc_frame {position: absolute; right: 15px; top: 0; max-width: 450px;}
.hub-line #pics_and_calc{ transition:all 0.2s ease;}
.hub-line #cstep4 .w-100,
.hub-line .step_label, .hub-line #calculator_title__slide, .hub-line #cnext_btn {display: none!important}
.hub-line #main-place .container {margin-bottom: 40px !important;}
.hub-line .calc_step {margin: 0.2rem auto;}
.hub-line .calc_step label {min-width: 60px; margin: 5px; padding: 3px 8px;}
.hub-line #calc_submit {margin-top: 10px; padding: 3px 8px;}
.hub-line .cstep_title {font-size: 16px; margin: 3px auto;}
.hub-line .last_step .inputphone {padding: 3px 8px;}
@media (max-width: 768px) {
    .hub-line #top_calc_frame {position: relative; right: 0; top: 0; margin: 0 auto;}
    .hub-line .cat-description {margin: 1rem auto;}
    .hub-line #pics_and_calc {margin-top: 0;}
}
/* Табы хабов */
body .hub-tabs {
    border-bottom: unset;
    justify-content: space-between;
}
.hub-tabs .nav-item {
    margin-bottom: unset;
    width: 48%;
    text-align: center;
}
.hub-tabs .nav-item:hover {
    border-bottom: 2px solid transparent;
}
.hub-tabs .nav-link {
    border-radius: 0.25rem;
}
body .hub-tabs .nav-link:focus {
    border-color: #fff;
    color: #fff;
}
body .hub-tabs .nav-link.active {
    background-color: #598AB5;
    border-color: #598AB5;
    color: #fff;
}
.hub-tabs .nav-link:hover{
    border-color: transparent;
}
/* Поиск хабы */
.hub-search-form {
    margin: 20px 0px 20px 0px;
}
.hub-search-form input[type="submit"]{
    display:none;
}
.hub-search-form input {
    border-radius: 0;
    border: none;
}
body .hub-search-form input:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    outline: none;
    border: none;
}
.hub-search__line {
    border-radius: 3px;
    border: 1px solid #DDDFE0;
    padding: 6px 9px;
    position: relative;
}
.hub-search__icon {
    position:absolute;
    top: 0;
    left: 9px;
    line-height: 41px;
}
.hub-search__query {
    width: 100%;
    padding-left: 25px;
    line-height: 25px;
}
/* хабы услуги */
.catalog .hub-block__wrapper h2{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
}
.hub-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hub-item {
    background: #FAFAFA;
    border: 1px solid #598AB5;
    box-sizing: border-box;
    border-radius: 8px;
    width: 48%;
    padding: 13px 21px 11px 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .2s;
    margin-bottom: 30px;
}
@media(max-width: 720px){
    .hub-item {width: 100%;}
}
.hub-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0F273C;
}
.hub-item-params {
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hub-item-params div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hub-item-params span{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #0F273C;
    margin-left: 6px;
}
.hub-item-bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.hub-item-link {
    width: 35%;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #598AB5;
}
.hub-item-button {
    background: #598AB5;
    border-radius: 3px;
    color: #fff;
    border: none;
    height: 56px;
    cursor: pointer;
    width: 65%;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: .2s;
}
.hub-item:hover {
    border: 1px solid #0f273c;
}
.hub-item .hub-item-button:hover {
    background: #0f273c;
}
/*хаб навигация*/
.hub-list__pager {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.hub-load-more {
    font-size: 18px;
    border-bottom: 1px solid #102F4B;
    color: #102F4B;
    transition: .2s;
}
.hub-load-more:hover {
    color: #D22;
    border-bottom: 1px solid #D22;
}
/*хаб преимущества*/
.hub-stages__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 58px;
}
.hub-stages__item {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-bottom: 60px;
    align-items: center;
    margin-right: 10%;
}
@media(max-width:840px){
    .hub-stages__list{
        flex-direction: column;
    }
    .hub-stages__item {
        width: 100%;
        flex-direction: row;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: left;
        align-items: flex-start;
    }
    .hub-stages__item img {
        max-width: 40px;
        max-height: 40px;
    }
    body .hub-stages__title {
        margin-top: 0px;
        text-align: left;
        padding-left: 20px;
    }
}
.hub-stages__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #0F273C;
    margin-top: 25px;
}
/*хаб опции*/
.hub-option__list {
    display: flex;
    flex-direction: row;
    margin-top: 65px;
    margin-bottom: 65px;
    justify-content: center;
}
.hub-option__item {
    width: 22%;
}
.hub-option__link {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0F273C;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    background: transparent;
    padding: 15px 10px 15px 10px;
    transition: .2s;
}
.hub-option__link:hover,
.hub-option__link:focus {
    text-decoration: none;
}
.hub-option__link img {
    width: 40px;
    height: 40px;
}
.hub-option__link span {
    margin-top: 25px;
    padding: 0px 30px 0px 30px;
}
@media(max-width: 840px){
    .hub-option__list{
        flex-direction: column;
    }
    .hub-option__item {
        width: 100%;
    }
    .hub-option__link {
        flex-direction: row;
    }
    .hub-option__link span{
        margin-top: 0;
    }
}
/*хаб видео*/
.hub-video {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.hub-video:hover:before{
    background: #00000000;
}
.hub-video:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000003b;
    content: '';
    transition: .2s;
}
.hub-video__poster {
    border-radius: 8px;
}
.hub-video.playing:before{
    display: none;
}
.hub-video__play {
    border: none;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2;
    width: 20%;
    height: 20%;
    text-align: center;
    cursor: pointer;
}
/*хаб этапы*/
.hub-block__wrapper h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.hub-steps__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hub-steps__item {
    width: 28%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.hub-steps__image {
    max-height: 45px;
    margin-bottom: 15px;
}
.hub-steps__title {
    margin-bottom: 5px;
    font-weight: 600;
}
.hub-steps__title span {
    /* font-weight: bolder; */
    font-size: 16px;
    font-weight: bold;
}
.hub-steps__text {
    font-size: 14px;
}
@media(max-width: 840px){
    .hub-steps__list{
        flex-direction: column;
    }
    .hub-steps__item {
        width: 100%;
        flex-direction: row;
    }
    .hub-steps__image {
        position: absolute; 
    }
    .hub-steps__desc {
        padding-left: 60px;
    }
}
/*Хабы списки*/
.hub-line ul:not(.hub-tabs) {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.hub-line ul:not(.hub-tabs) li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}
.hub-line ul:not(.hub-tabs) li:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2U5MGYxNyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yNCAyMmgtMjRsMTItMjB6Ii8+PC9zdmc+) center center no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    content: "";
    left: 0;
    top: 6px;
    position: absolute;
}
/*Хабы список отзывов*/
.hub-review__wrapper {
    position: relative;
}
.hub-review__list{
    display: flex;
    flex-direction: column;
}
.hub-review__item {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}
.hub-review__item.hidden{
    display: none;
}
.hub-review__line {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.hub-review__text {
    text-align: justify;
}
.hub-review__mark i{
    color: #E31235;
}
.hub-review__author {
    font-weight: bold;
    margin-right: 15px;
}
.hub-review__date {
    color: #A8A8A8;
}
.hub-review__mark span {
    color: #E31235;
    font-weight: bold;
    margin-left: 15px;
}
.hub-review__likes {
    display: flex;
    flex-direction: row;
    margin-right: 15px;
    cursor: pointer;
}
.hub-review__likes span {
    margin-left: 8px;
}
.hub-review__likes:hover svg path {
    stroke: #004b8d;
}
.hub-review-block {
    display: flex;
    flex-direction:row-reverse;
    justify-content: start;
    margin-top: 35px;
    align-items: center;
}
.hub-review__button {
    font-size: 18px;
    border-bottom: 1px solid #102F4B;
    color: #102F4B;
    cursor: pointer;
    transition: .2s;
}
.hub-review__button:hover {
    color: #D22;
    border-bottom: 1px solid #D22;
}
.hub-load__review{
    background: #598AB5;
    border-radius: 3px;
    color: #fff;
    border: none;
    height: 56px;
    font-weight: 600;
    font-size: 14px;
    line-height: 56px;
    text-transform: uppercase;
    transition: .2s;
    padding: 0 30px;
    cursor:pointer;
    margin-right: 30px;
}
.hub-load__review:hover{
    background: #0f273c;
}
.hub-load__review.disabled{
    opacity: .6;
    cursor: not-allowed;
}
@media(max-width:840px){
    .hub-review__text{
        padding-right: 0px; 
    }
}
/*хаб поделиться*/
.hub-share {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.hub-share__title {
    color: #F79A38;
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
}
.ya-share2 {
    margin-left: 22px;
}
ul.ya-share2__list {
    margin: 0 !important;
}
ul.ya-share2__list li:before {
    display: none;
}
@media(max-width:840px){
    .ya-share2{
        margin-left: 10px;
    }
}
/* Хаб подписка */
.hub-subsribe__wrapper {
    margin-bottom: 40px;
}
.hub-subscribe-form__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hub-subscribe-form__left {
    width: 100%;
}
.hub-subscribe-form__right {
    min-width: 370px;
}
.hub-subscribe-form__line {
    display: flex;
    align-items: center; 
    margin-bottom: 24px;
}
.hub-subscribe-form__line input[type="email"] {
    width: 100%;
    height: 56px;
    margin-right: 30px;
    padding: 10px 15px;
}
.hub-subscribe-form__line label {
    color: #0F273C;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.hub-subscribe-form__line input[type="checkbox"]{
    display: none;
}
.hub-subscribe-form__line input[type="checkbox"] + label {
    position: relative;
}
.hub-subscribe-form__line input[type="checkbox"] + label:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #6D94B8;
    border-radius: 3px;
    display: inline-block;
    margin-right: 12px;
}
.hub-subscribe-form__line input[type="checkbox"]:checked + label:after {
    content: '';
    width: 18px;
    height: 10px;
    position: absolute;
    margin-left: 1px;
    background: center/80% no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLSURBVHgBnc/JDQAgCARASqH/JiiFUlCjL+VYJDE+2AlA1Cgz4/lk/V2ktkt+kEITQ5TtnU466GmU63kB+CYnWKMAY8jBOLowV7kBWXTkm5+pt6IAAAAASUVORK5CYII=');
}
.hub-subscribe-form__right input[type="submit"] {
    width: 100%;
    border: 0;
    height: 56px;
    background: #004B8D;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
@media(max-width: 840px){
    .hub-subscribe-form__body{
        flex-direction: column;
    }
    .hub-subscribe-form__line input[type="email"]{
        margin-right: 0px;
    }
    .hub-subscribe-form__right{
        min-width: 100%;
    }
}
/*Хаб FAQ*/
.hub-faq__wrapper h3 {
    margin-bottom: 40px;
}
.hub-faq__list {
    list-style: none;
    padding-left: 0;
}
.hub-faq__item {
    border: 1px solid #DDDFE0;
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 70px;
}
.hub-faq__question {
    min-height: 70px;
    margin-left: 22px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #0F273C;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1.5px dashed transparent;
}
.hub-faq__question svg{
    margin-right: 15px;
}
.hub-faq__answer {
    padding: 10px 22px;
    margin-right: 22px;
}
.hub-faq__answer ul{
    list-style: disc;
}
.hub-faq__item.active .hub-faq__question {
    border-bottom: 1.5px dashed #DDDFE0;
}
.hub-faq__more {
    text-align: right;
}
.hub-faq__link {
    font-size: 18px;
    border-bottom: 1px solid #102F4B;
    color: #102F4B;
    cursor: pointer;
}
.hub-faq__link:hover {
    text-decoration: none;
    border-bottom: 1px solid #D22;
}
/*Хабы акции*/
.hub-sale__wrapper h2, .hub-faq__wrapper h2 {
    margin: 2rem 0;
}
.hub-sale__wrapper h3 {
    margin-bottom: 40px;
    margin-top: 50px;
}
.hub-sale__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hub-sale__mobile .hub-sale__item {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-bottom: 30px;
    position: relative;
}
.hub-sale__mobile .hub-sale__button {
    position: absolute;
    z-index: 1;
    bottom: 28px;
    left: 35px;
    right: 35px;
    background: white;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #102F4B;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}
.hub-sale__mobile .hub-sale__item.position-1 .hub-sale__button{
    background: #ED1C5B;
    left: unset;
    width: 200px;
    color: #fff;
}
.hub-sale__mobile .hub-sale__item.position-2 .hub-sale__button {
    right: unset;
    width: 200px;
    background: #FCC501;
    left: 20px;
}
.hub-sale__item img {
    border-radius: 16px;
    transition: .2s;
}
.hub-sale__item:hover img {
    box-shadow: 0px 0px 12px #00000038;
}
.hub-sale__mobile .hub-sale__item img {
    width:100%;
    height: auto;
}
.hub-sale__item.position-1 img, 
.hub-sale__item.position-2 img {
    max-width: 594px;
}
.hub-sale__mobile {
    display: none;
}
.hub-sale__list.hub-sale__pc {
    justify-content: center;
}
.hub-sale__pc .hub-sale__item:first-child {
    margin-right: 40px;
}
.hub-sale__pc .hub-sale__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.hub-sale__pc .hub-sale__item.position-1 .hub-sale__button,
.hub-sale__pc .hub-sale__item.position-2 .hub-sale__button,
.hub-sale__pc .hub-sale__item.position-3 .hub-sale__button {
    position: absolute;
    z-index: 1;
    bottom: 43px;
    left: 35px;
    height: 47px;
    border-radius: 3px;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.hub-sale__pc .hub-sale__item.position-1 .hub-sale__button {
    right: 35px;
    left: unset;
    background: #ED1C5B;
    color: #FFFFFF;
    width: 272px;
}
.hub-sale__pc .hub-sale__item.position-2 .hub-sale__button {
    background: #FCC501;
    color: #231F20;
    width: 227px;
}
.hub-sale__pc .hub-sale__item.position-3 .hub-sale__button {
    left: unset;
    bottom: 57px;
    right: 63px;
    background: #FCC501;
    color: #231F20;
    width: 227px;
}
@media(max-width:840px) {
    .hub-sale__mobile {
        display: flex;
    }
    .hub-sale__pc {
        display: none;
    }
    .hub-sale__mobile .hub-sale__item{
        width: 100%;
    }
}
/*Хаб нам доверяют*/
.hub-block__partners h2{
    text-align: left;
    font-size: 1.8rem;
    margin-top: 25px;
}
/*Хаб форма начать обучение*/
.hub-studing-form__body {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.hub-studing-form__title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.hub-studing-form__line {
    margin-bottom: 15px;
}
.hub-studing-form__top input {
    width: 100%;
    height: 56px;
    padding-left: 10px;
}
.hub-studing-form__bottom {
    margin-bottom: 15px;
}
.hub-studing-form__body input[type="submit"] {
    width: 100%;
    border: 0;
    height: 56px;
    background: #004B8D;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.hub-studing-form__top input.error {
    border: 1px solid #f30000;
}
.hub-studing-form__line textarea {
    background: #ffffff;
    box-shadow: none;
    width: 100%;
    height: 100px;
    padding: 10px;
}
.review-rating__star i {
    font-size: 25px;
    color: #E31235;
    cursor: pointer;
}
.review-add__form--response {
    display: none;
}
.review-add__form--response.open{
    display: flex;
    flex-direction: column;
}
.review-add__repeat {
    width: 100%;
    border: 0;
    height: 56px;
    background: #004B8D;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
}
.form-flat-wrapper {
    margin-bottom: 50px;
}
/*Хаб выдаваемые документы*/
.hub-docs__wrapper{
    width: 99%;
}
.hub-docs__block {
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    border: 1px solid #DDDFE0;
    -moz-border-radius: 7px;
    border-radius: 11px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 3%);
    margin: 30px auto;
    width: 100%;
}
.hub-docs__title {
    margin: 0;
    border-radius: 7px 7px 0 0;
    padding: 15px 0px 15px 0px;
    background: #102f4b;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}
.hub-docs__content {
    padding: 15px;
}
.hub-docs__content a {
    display: block;
    margin-bottom: 15px;
}

/* Хаб - средние зарплаты */
@media(min-width: 993px){
    .hub-salary__list {
        list-style-position: inside;
        -moz-column-count: 2; /* Firefox */
        -webkit-column-count: 2; /* Safari and Chrome */
        column-count: 2;
    }
}
.hub-salary__item {
    background: #fff;
    padding: 8px 12px!important;
    border: 0.5px solid #DDDFE0;
    margin:0!important;
    -webkit-column-break-inside: avoid;
    display: flex;
    justify-content: space-between;
}
.hub-salary__item:nth-child(even) {
    background: #FAFAFA;
}
.hub-salary__price {
    margin-left: 10px;
    font-weight: 600;
}
.hub-salary__item:before {
    content:none!important;
}
/*Хаб цитата*/
.hub-quote {
    display: flex;
    flex-direction: row;
    margin: 50px 0;
}
.hub-quote__pic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 0px 4px 25px #00000040;
    overflow: hidden;
}
.hub-quote__parts {
    flex: 1 0 0;
    margin-left: 49px;
}
.hub-quote__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.hub-quote__pos {
    font-size: 13px;
}
.hub-quote__text {
    margin-top: 20px;
    color: #598AB5;
    position: relative;
}
@media (max-width: 992px) {
    .hub-quote{
        flex-direction: column;
        align-items: center;
    }
    .hub-quote__pic{
        margin-bottom: 15px;
    }
    .hub-quote__parts{
        margin-left: unset;
    }
    .hub-quote__name, .hub-quote__pos, .hub-quote__text{
        text-align: center;
    }
    .hub-quote__text {
        padding-top: 60px;
    }
    .hub-quote__text::before{
        content: '';
        background: url('/upload/images/hubs/stories-bg.svg') 0 0 no-repeat;
        position: absolute;
        z-index: 2;
        top: 0;
        left: calc(50% - 25px);
        height: 41px;
        width: 51px;
    }
}
/*истории выпускников*/
.hub-stories__wrapper {
    margin: 100px 0;
}
.hub-story {
    display: flex;
    flex-direction: row;
}
.hub-story__left {
    margin: 50px;
}
.hub-story__pic {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #fff;
    box-shadow: 0px 4px 25px #00000040;
}
.hub-story__name {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
}
.hub-story__text {
    flex: 1 0 0;
    margin: 50px 0;
    color: #598AB5;
    padding-left: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hub-story__text::before {
    content: '';
    background: url('/upload/images/hubs/stories-bg.svg') 0 0 no-repeat;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 41px;
    width: 51px;
}
@media (max-width: 992px) {
    .hub-story {
        flex-direction: column;
    }
    .hub-story__pic{
        margin: 0 auto;
    }
    .hub-story__text{
        padding-left: 0px;
        text-align: center;
    }
    .hub-story__text::before {
        top: -60px;
        left: calc(50% - 25px);
    }
}
/* end страница хабов */
/* end страница хабов */
/* end страница хабов */
/* End */


/* Start:/local/templates/rostbk/components/rostbk/main.userconsent.request/.default/user_consent.css?16062000773671*/
.main-user-consent-request a {
	cursor: pointer;
	color: #0f273c;
	/* text-decoration: underline; */
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 480px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 560px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 20px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #168406;
	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #0cbc14;
	color: #fff;
}

.main-user-consent-request-popup-button-rej {
	background: #b3575a;
	color: #fff;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #a51d21;
	color: #fff;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 330px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@media all and (max-width:560px){
	.main-user-consent-request-popup-cont{
		min-width: 320px;
	}
}

@media all and (max-height:480px){
	.main-user-consent-request-popup-cont{
		min-height: 100%;
	}
	.main-user-consent-request-popup-text{
		height: 65vh;
	}
}
/* End */


/* Start:/local/templates/rostbk/components/bitrix/news.list/articles/style.css?1711457211989*/
.item-news-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #0f273c; 
	line-height: 1.5;
	font-weight: bold;
	padding: 20px;
}
.item-news {
	display:block;
	position:relative;
	padding-bottom: 20px;
}

.has-line:after {
	content: '';
    display: block;
    border-bottom: 2px solid #D22;
	width: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.section.arcticle-list{
	padding-bottom: 0;
}
.section.arcticle-list .flex-wrap {
    gap: 48px;
	margin-bottom: 30px;
}
section.arcticle-list .flex-wrap .has-line {
    width: 30%;
    position: relative;
}
.arcticle-list .item-news:hover {
    text-decoration: unset;
}
.arcticle-list .has-line .item-news-image {
    overflow: hidden;
}
.arcticle-list .item-news img {
	transition: .7s;
}
.arcticle-list .item-news:hover img {
    transform: scale(1.2);
}
@media(max-width: 768px){
	.section.arcticle-list{
		padding-top: 20px;
		margin-bottom: 0px;
	}
	section.arcticle-list .flex-wrap .has-line {
		width: 100%;
	}
}
/* End */
/* /local/templates/rostbk/css/hubs.css?171145721123125 */
/* /local/templates/rostbk/components/rostbk/main.userconsent.request/.default/user_consent.css?16062000773671 */
/* /local/templates/rostbk/components/bitrix/news.list/articles/style.css?1711457211989 */
