/*.old-ie{
    display: none;
    visibility: hidden;
}*/

/* Style for preloader module */
.preloader-module__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
/* Style for preloader module */

/*
Problem:
The problem is iPhones don't raise click events.
They raise "touch" events. Thanks very much apple.

Decision:
Add 'cursor: pointer' to needed block
*/
.ios-mobile-body .content{
    cursor: pointer !important;
}
.ios-mobile-body .mobile__wrap .logo__txt img{
    height: 25px;
}
.ios-mobile-body .mobile__wrap .logo__img img{
    height: 35px;
}
.ios-mobile-body .header__mobile{
    min-width: 100%;
}
/* Test for ios */

/* Top menu overflow style */
.sub-overflow{
    overflow: auto;
}
/* Top menu overflow style */

/* Style for sitemap */
.content.producers ul li {
    position: relative;
    margin: 15px 0 15px 10px;
    padding-left: 15px;
}
.content.producers ul ul li {
    margin: 15px 0 15px 30px;
}
.content.producers ul li:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #0079c1;
    border-radius: 50%;
}
.content.producers h3{
    font-weight: bold;
    font-family: "PFAgoraSansPro", sans-serif;
}
/* Style for sitemap */

.pow .payment__info--block{
    margin-top: 35px;
}

/* Preloader */
#pvm-preloader{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
#pvm-preloader.pvd_theme1{
    background-color: #fff;
}
#pvm-preloader.pvd_theme2{
    background-color: #000;
}
#pvm-preloader.pvd_theme3{
    background-color: #8bd2fe;
}
#pvm-preloader.pvd_theme1 circle{
    fill: #000;
}
#pvm-preloader.pvd_theme2 circle{
     fill: #fff;
}
#pvm-preloader.pvd_theme3 circle{
    fill: #2d77a7;
}
/* Preloader */

.logo__top {
    padding-left: 15px;
    margin-top: 30px;
}

.logo__top .logo__img {
    text-align: right;
}

.logo__top .logo__img img {
    /*height: 100px;*/
}

.logo__top .logo__txt img {
    height: 53px;
}

/* Inline svg logo */
.logo__img .color{
    fill: #0079c1;
}
path#a{
    fill: #fff;
}
/* Inline svg logo */

/*comment*/

/*.nav__bot .nav__bot-link>a {line-height: inherit;}*/
.nav__bot .nav__bot-link a,
.nav__bot .nav__bot-sub a {
    font-size: 16px;
}

.nav__bot .nav__bot-sub a {
    font-family: inherit;
    font-size: 14px;
}

.header__main-menu.fixed .nav__bot .nav__bot-link > a {
    line-height: inherit;
}

.main__info .info__block.info__left .info__item {
    padding-top: 0;
    padding-bottom: 0;
}

.banner__big-bg .main__info .info__block.info__left .info__item {
    padding-top: 50px;
}

.main__section + .banner__list-under {
    margin-top: -70px;
}

.main__section.media__wrap {
    margin: 70px 0;
}

.main__info .main__info-bg.bg--h100, .bg--h100 {background-size: auto 100%;}

.block__composite .inner__achivements {
    background: transparent;
}

.block__header .block__header-h {
    display: inline-block;
    /*margin-right: 20px;*/
    margin-right: 15px;
}

.add__file-list {
    position: absolute;
    margin-left: 145px;
    top: 0;
}

.file__loading {
    display: inline-block;
    position: relative;
    text-transform: none;
    padding: 13px 22px 13px 15px;
    background: #F1F2F4;
    font-size: 1.4em;
    cursor: auto;
    line-height: 1;
    color: black;
    border-radius: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.file__loading .close {
    cursor: pointer;
    position: absolute;
    margin-left: 7px;
}

.text-required {
    font-size: 0.5em;
    color: #888A91;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1.8%;
}

.add__file-btn {
    color: #888A91;
}

.form-group input,
.form-group textarea,
.form-group select {
    box-shadow: none;
}

/* mozila hack */
.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* mozila hack */

.form-group textarea {
    resize: vertical;
}

.tab__list-item.js_tab_tog.btn-tabs {
    font-family: "PFAgoraSansPro", sans-serif;
    padding: 0;
    margin-right: 30px;
    font-size: 18px;
    color: #0079C1;
    line-height: 1.39;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #0079C1;
    background: white;
    outline: none;
    font-weight: bold;
}

.banner__list-under .banner__h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}

.banner__list-under .banner__txt {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0;
}

.accordeon-group .panel {
    border: 2px solid rgba(136, 138, 145, 0.1);
    border-radius: 4px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}

.accordeon-group .panel:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 2px;
    border: 1px solid rgba(136, 138, 145, 0.1);
    bottom: -12px;
    z-index: 5;
    left: 34px;
}

.accordeon-group .panel:last-child:before {
    display: none;
}

.accordeon-group button[data-toggle='collapse'] {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    border: none;
    color: #0079C1;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    padding: 25px 40px 25px 70px;
    background: #FFFFFF;
    outline: none;
}

.accordeon-group button[data-toggle='collapse']:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    right: 15px;
    top: 50%;
    background: url("/i/sprite.png") top 0 left 0 no-repeat;
}

.accordeon-group .step {
    position: absolute;
    background: #0079C1;
    padding: 10px 15px;
    border-radius: 30px;
    color: white;
    left: 15px;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    line-height: 1;
}

.accordeon-group .panel-collapse {
    display: none;
}

.accordeon-group .panel-body {
    padding: 0 30px 24px;
    font-size: 14px;
}

.sent__block {
    display: block;
    width: 100%;
    border-radius: 2px;
    background-color: #10924D;
    padding: 15px 0;
    line-height: 1.39;
    text-align: center;
    color: #FFFFFF;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    margin: 20px 0;
}

.sent__block p {
    font-size: 18px;
    margin-bottom: 5px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 25px;
}

.sent__block .sent__count {
    font-size: 55px;
    line-height: 1;
}

.rezult__block,
.rezult__block .btn {
    width: 100%;
    font-weight: 600;
}

.error-file-output {
    color: #FF6666;
    border-bottom: 1px solid #FF6666;
    line-height: 19px;
    display: none;
    margin-top: 20px;
}

div[class^=tag__loading] {
    display: inline-block;
    position: relative;
    text-transform: none;
    padding: 13px 22px 13px 15px;
    background: #F1F2F4;
    font-size: 14px;
    cursor: auto;
    line-height: 1;
    color: black;
    border-radius: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
}

div[class^=tag__loading] .close {
    cursor: pointer;
    position: absolute;
    margin-left: 5px;
    top: 50%;
    margin-top: -12px;
}

/* Slides for main slider */
.item-slide-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item-slide-bg {
    display: block;
    position: relative;
    height: 450px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.item-slide-bg-desktop{
    display: block;
}
.item-slide-bg-tablet,
.item-slide-bg-mobile{
    display: none;
}
/* Slides for main slider */

/*___Костыль для баннера на странице 10 причин_________________________*/
.reasons__wrapper .main__section {
    min-height: 350px;
}

.reasons__wrapper .main__info-bg {
    background-position: top right !important;
}

/*___Блоки на странице 10 причин_________________________*/

.plate-item__wrapper {
    padding-bottom: 60px;
    position: relative;
}

.trad-plates__section .plate-item.plate-item__text {
    height: 312px;
}

.plate-item__wrapper:first-child {
    margin-top: 25px;
}

.plate-item {
    width: 510px;
    height: 312px;
    background-color: #FFFFFF;
    /*border           : solid 1px rgba(136, 138, 145, 0.2);*/
    border: 1px solid rgba(136, 138, 145, 0.2);
}

.plate-item__text + .plate-item__photo,
.plate-item__photo + .plate-item__text {
    position: absolute;
    top: 30px;
    right: 0;
}

.plate-item__wrapper:not(:last-child) .plate-item__text + .plate-item__photo:after,
.plate-item__wrapper:not(:last-child) .plate-item__photo + .plate-item__text:after {
    content: "";
    position: absolute;
    right: 475px;
    bottom: -61px;
    height: 60px;
    border-left: 1px dashed rgba(0, 121, 193, 0.5);
    z-index: 1;
}

.plate-item__photo {
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.plate-item__text {
    display: block;
    position: relative;
    padding: 20px 55px 60px 30px;
    overflow: hidden;
    transition: width .4s linear;
}

.plate-item__text-big {
    width: 810px;
    box-shadow: -8px 8px 15px 0 rgba(0, 0, 0, 0.1);
}

.plate-item__text-open {
    z-index: 25 !important;
    width: 83.5% !important;
}

.plate-item__text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    pointer-events: none;
}

.plate-item__text-h {
    margin-bottom: 15px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #00853E;
}

.plate-item__text-h-sub {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
    color: #292C3D;
    margin-bottom: 15px;
}

.plate-item__text-wrapp {
    overflow: hidden;
}

.plate-item__text-link {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
    color: #0079C1;
    border-bottom: 1px dashed #0079C1;
}

.plate-item__text-link:hover,
.plate-item__text-link:focus {
    border-bottom: 1px dashed #EE2A24;
}

/*___Подзаголовок________________________________________*/
.main__info .info__block.info__left .item__h-big {
    font-family: "PFAgoraSansPro", sans-serif;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #292C3D;
}
.main__info .info__block.info__left .item__h-small {
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #292C3D;
}
.block__header-h2 {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #292C3D;
    margin-top: 21px;
    margin-bottom: 11px;
    display: inline-block;
    margin-right: 20px;
}

.block__header-h3 {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #292C3D;
    line-height: 30px;
    margin-bottom: 10px;
}


/*_______________________________________________________*/
.bg-white {
    background: white;
}

.bg-gray {
    background: #F1F3F4;
}

/*_______________________________________________________*/

[class*=select-dropdown] {
    position: absolute;
    display: block;
    border-left: 1px solid #E3E5E6;
    width: 43px;
    height: 42px;
    background: #FAFBFB;
    pointer-events: none;
    right: 16px;
    bottom: 2px;
    border-radius: 2px;
}

[class*=select-dropdown]:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 12px;
    height: 10px;
    background: url("/i/sprite.png") top -18px left -45px no-repeat;
}

.select-dropdown--15 {
    right: 10px;
}

/*___Подзаголовок________________________________________*/
.main__info .info__block.info__left .item__h-sub {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #292C3D;
}

/*___Ссылки на сми_______________________________________*/
.smi_link {
    font-size: 14px;
    line-height: 20px;
    color: #0079C1;
}

.smi_link:after {
    content: "";
    display: inline-block;
    background: transparent url("/i/sprite.png") no-repeat;
    background-position: -314px 0;
    width: 12px;
    height: 11px;
    margin-left: 5px;
}

.smi_link:hover {
    color: #0079C1;
    opacity: 0.8;
}

.article__field-info .smi_link {
    font-size: inherit;
}

.scientist__info .smi_link {
    font-size: 16px;
}

/*___Select2_____________________________________________*/
.select2-container--default {
}

.select2-selection--multiple {
    min-height: 45px;
    padding: 6px 2px 0 2px;
    font-size: 16px;
    line-height: 20px;
    color: #292C3D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*border                : solid 1px #E3E5E6;*/
    border: 1px solid #E3E5E6;
    background-color: #FAFBFB;
}

/*
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple,
.select2-container--default.select2-container--focus
.select2-selection--multiple{
*/

.select2-container--default.select2-container--open.select2-container--above,
.select2-selection--multiple,
.select2-container--default.select2-container--focus,
.select2-selection--multiple {
    border-color: #888A91;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E4E4E5;
    /*border           : solid 1px #E4E4E5;*/
    border: 1px solid #E4E4E5;
    font-weight: 600;
    border-radius: 2px;
    margin: 0 5px 3px 0;
    padding: 4px 3px 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #292C3D;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 7px;
    float: right;
    font-size: 16px;
}

.blue-link {
    color: #0079C1 !important;
}

/*___Алфавитный фильтр___________________________________*/
.alphabet__filter-list {
    padding: 20px;
    background: #FFFFFF;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.alphabet__filter-list .form-group {
    margin-bottom: 0;
}

.alphabet__filter--check label {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #0079C1;
    margin-right: 20px;
}

.alphabet__filter--check label.active {
    color: #EE2A24;
}

/*___Кнопка сортировки_____________________________________*/
.sort-btn,
.sort-btn:hover,
.sort-btn:focus,
.sort-btn:active:focus,
.sort-btn:active {
    height: 30px;
    width: 30px;
    background: url("/i/sort.svg") no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    padding: 0;
    box-shadow: 0 0 70px 30px white;
    border: none;
    outline: none;
}

.form-group .sort-btn,
.form-group .sort-btn:hover,
.form-group .sort-btn:focus,
.form-group .sort-btn:active:focus,
.form-group .sort-btn:active {
    height: 30px;
    width: 30px;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    float: right;
}

/*___Список карточек людей_____________________________________*/

.simply__card--list .organization_info,
.simply__card--list .labortories_info {
    /*border-right: solid 1px rgba(136, 138, 145, 0.2);*/
    padding: 15px 0;
}

.simply__card--list .graduates {
    z-index: 10;
}

.simply__card--list .graduates,
.simply__card--list .organization,
.simply__card--list .labortories {
    background: #FFFFFF;
    margin-bottom: 5px;
    box-shadow: 0 0 5px 2px #F1F2F4;
    border: solid 1px rgba(136, 138, 145, 0.2);
    padding: 30px 0;
    position: relative;
}

.simply__card--list .labortories,
.simply__card--list .organization,
.simply__card--list .inner-contact__right {
    padding: 15px 0;
}

.simply__card--list .graduates .photo img {
    display: block;
    margin: 0 auto;
}

.simply__card--list .organization .flag img {
    display: block;
    margin: 0 auto;
    width: 60px;
}

.simply__card--list .graduates .name,
.simply__card--list .organization_name,
.simply__card--list .labortories_name,
.h-doctor_name {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #0079C1;
    line-height: 1.36;
    margin-top: 10px;
}

.simply__header-tog {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    text-align: left;
    color: #0079C1;
    margin-top: 25px;
    display: block;
}

.simply__card--list .labortories_name {
    margin-top: 0;
}

.simply__card--list .labortories .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
    color: #0079C1;
}

.simply__card--list .organization .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    color: #292C3D;
}

.simply__card--list .organization .name_note {
    font-size: 14px;
    line-height: 1.07;
    color: #292C3D;
    margin-bottom: 25px;
}

.simply__card--list .labortories .name_autor {
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    color: #90939E;
}

.simply__card--list .labortories .name_autor + .name_note {
    margin-top: 10px;
}

.simply__card--list .labortories .name_note + .name {
    margin-top: 5px;
}

.simply__card--list .organization_name {
    margin-top: 5px;

}

.simply__card--list .graduates .name_note {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #888A91;
    line-height: 1.15;
    margin-top: 6px;
    margin-bottom: 25px;
}

.simply__card--list .organization_name-note,
.simply__card--list .h-doctor_name-note {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    color: #292C3D;
}

.simply__card--list .graduates .position_note {
    font-size: 16px;
    font-weight: normal;
    color: #292C3D;
    line-height: 1.56;
    margin-bottom: 15px;
}

.simply__card--list .graduates .preview_short,
.simply__card--list .organization .preview_short {
    font-size: 16px;
    font-weight: normal;
    color: #292C3D;
    line-height: 1.56;
}

.simply__card--list .organization .preview_short {
    padding-left: 20px;
    margin-top: 20px;
}

.simply__card--list .graduates .expert_smi {
    font-size: 16px;
    font-weight: 600;
    color: #0079C1;
    line-height: 1.56;
    margin-top: 35px;
}

.simply__card--list .graduates .expert_smi a {
    position: relative;
}

.simply__card--list .graduates .expert_smi a:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -12px;
    height: 8px;
    width: 6px;
    background: url("/i/sprite.png") no-repeat center center;
    background-position: 0 -7px;
}

.simply__card--list .graduates .country {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.simply__card--list .graduates .country img {
    position: absolute;
    top: 1px;
    left: 0;
}

.simply__card--list .graduates .country span {
    font-size: 16px;
    font-weight: normal;
    color: #292C3D;
    line-height: 0.94;
}

.simply__card--list .graduates .institute {
    font-size: 16px;
    line-height: 1.56;
    color: #1572BB;
    padding-left: 30px;
    margin-bottom: 5px;
}

.simply__card--list .graduates .department {
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #292C3D;
    line-height: 0.94;
    margin-bottom: 5px;
}

.simply__card--list .graduates .year_graduate {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
    padding-left: 30px;
    margin-bottom: 5px;
}

.simply__card--list .simply-list__item {
    background: #FFFFFF;
    margin-bottom: 5px;
    box-shadow: none;
    border: none;
    padding: 30px 0;
    position: relative;
    border-top: 2px solid rgba(136, 138, 145, 0.2);
}

.simply__card--list .simply-list__item .inner-contact__right:before {
    content: "";
    position: absolute;
    border-right: solid 1px rgba(136, 138, 145, 0.2);
    top: 0;
    bottom: 0;
    left: -20px;
}

.inner__list {
    margin-top: -120px;
    z-index: 20;
}
.inner__list--fix{
    position: relative;
    top: -120px !important;
    margin-top: 0;
    margin-bottom: -120px;
}

.list__wrapper {
    padding: 25px 30px;
}

.list__wrapper .filter__block-list {
    margin-bottom: 0;
}

.graduates-popup__data{
    display: none;
}

.popup-success-dialog{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/*___Теги_____________________________________*/
.sub__info--tags {
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
    margin-bottom: 18px;
    margin-top: -3px;
}

.label.label--disable,
.label.label--disable:hover {
    cursor: default;
    color: #292C3D;
}

.sub__info--tags-prew {
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
    margin-top: 5px;
    margin-bottom: 15px;
}

/*___Карточка человека__________________________*/
.simply__card {
    padding-top: 90px;
    padding-bottom: 30px;
    background: white;
    margin-bottom: 30px;
}

.simply__card .photo img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    max-height: 150px;
}

.simply__card .name,
.simply__card .second_name,
.simply__card .last_name {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #292C3D;
    display: block;
    float: left;
    margin-right: 15px;
}

.simply__card .year_graduate {
    font-size: 12px;
    color: #90939E;
    margin-top: 12px;
    margin-bottom: 5px;
    line-height: 1.25;
}

.simply__card .country,
.simply__card .institute {
    position: relative;
}

.simply__card .country img {
    height: 15px;
    width: 20px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.simply__card .institute {
    margin-top: 20px;
}

.simply__card .institute img {
    width: 20px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.simply__card .name_note {
    font-size: 16px;
    color: #292C3D;
    margin-bottom: 25px;
    margin-top: 6px;
    display: inline-block;
}

.simply__card .contacts__row {
    padding-top: 0;
}

.simply__card--main-info {
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/*___Индексы ученого______________________________________*/
.professional_domain {
    margin-top: 30px;
}

.professional__index {
    margin-bottom: 15px;
}

.professional__index--number {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #292C3D;
    text-align: right;
    margin-left: -15px;
    margin-right: -15px;
}

.professional__index--info div + div {
    margin-top: 5px;
}

.professional__index--info {
    font-size: 12px;
    font-weight: bold;
    color: #292C3D;
}

/*___Контент вкладок_______________________________________*/
.simply__card--tabs .tab-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.simply__card--tabs .biography {
    padding: 0 35px;
    margin-bottom: 30px;
}

.simply__card--tabs .article__field-fakt {
    border-left: 5px solid #10924D;
    background: #F1F2F4;
    padding: 25px 50px;
    margin-bottom: 15px;
}

.simply__card--tabs .article__field-fakt .fakt__name {
    position: relative;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: #292C3D;
}

.simply__card--tabs .article__field-txt {
    margin-bottom: 20px;
}

.simply__card--tabs .article__field-fakt .fakt__name:before,
.biography .text:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 12px;
    background: url("/i/sprite.png") no-repeat;
    background-position: -125px -55px;
    top: 7px;
    left: -30px;
}

.simply__card--tabs .biography .date {
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
}

.simply__card--tabs .biography .text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #292C3D;
    margin-top: 5px;
    margin-bottom: 5px;
}

.simply__card--tabs .biography .text:before {
    top: 5px;
}

.job__info--tabs .tab-content {
    padding-top: 0;
    background: #F1F3F4;
}

/*___Публикации__________________________________________*/
.publication--head .name {
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 20px;
}

.publication--info {
    margin-bottom: 35px;
}

.publication:last-of-type .publication--info {
    margin-bottom: 0;
}

.publication--head .name,
.publication--head .doc--zip {
    display: inline-block;
}

.publication--head .doc__item {
    padding-left: 25px;
}

.publication--head .doc__item.doc--zip:before {
    zoom: 0.52;
}

.publication--head .doc__name {
    font-size: 12px;
    font-weight: normal;
    color: #0079C1;
    margin-bottom: 5px;
}

.publication--head .doc__name,
.publication--head .doc__info {
    display: inline-block;
}

.publication--head .doc__info .doc__type:before {
    content: "(";
}

.publication--head .doc__info .doc__size:after {
    content: ")";
}

/*___Кнопка связи с ученым_______________________________________*/
.contacts__item.btn-contact {
    margin-top: 30px;
}

/*___Аккордеоны_________________________________*/
.accordeon-group .panel {
    border: 1px solid #E3E5E6;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}

.accordeon-group .panel-heading {
    padding: 0;
}

.accordeon-group .panel:before {
    content: "";
    display: block;
    position: absolute;
    height: 11px;
    width: 1px;
    background-color: #E3E5E6;
    bottom: -11px;
    z-index: 5;
    left: 34px;
}

.accordeon-group .panel:last-child:before {
    display: none;
}

.accordeon-group button[data-toggle='collapse'] {
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    color: #0079C1;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    display: block;
    position: relative;
    width: 100%;
    border: none;
    padding: 25px 40px 25px 70px;
    background: #FFFFFF;
    outline: none;
}

.accordeon-group button[data-toggle='collapse']:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    right: 15px;
    top: 50%;
    background: url("/i/sprite.png") top 0 left 0 no-repeat;
}

.accordeon-group .step {
    position: absolute;
    color: white;
    left: 15px;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #0079C1;
    border-radius: 30px;
    margin-top: -20px;
    padding: 0;
}

.accordeon-group .panel-collapse {
    display: none;
}

.accordeon-group .panel-body {
    padding: 0 30px 24px;
    font-size: 14px;
}

.accordeon__job--list .panel {
    border: none;
}

.accordeon__job--list .panel-body {
    padding-bottom: 15px;
}

.accordeon__job--list.WYSIWYG ul li,
.accordeon__job--list.WYSIWYG_ul li {
    padding: 0 0 0 28px;
}

.accordeon__job--list.WYSIWYG p {
    margin: 0 0 10px;
}

/*___Страница работа______________________________________*/
.job__info--docs {
    padding: 0 35px;
}

.inner__job .doc__item {
    margin-bottom: 20px;
}

.vacancy-wrapper {
    padding: 35px 0 50px 0;
}

.job__info--vacancy {
    padding: 12px 0;
}

.job__info--vacancy .vacancy-link {
    font-size: 18px;
    font-weight: bold;
    color: #0079C1;
    line-height: 1.39;
    display: inline-block;
    margin-bottom: 7px;
}

.job__info--vacancy .vacancy-preview p {
    margin-bottom: 5px;
}

.job__info--vacancy .vacancy-tag {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.43;
    color: #888A91;
    display: inline-block;
}

/*___Страница ученых________________________________________*/
div.scientist__info + div.scientist__info {
    margin-top: 35px;
}

.scientific__info--tabs.tabs__block-dir .nav-tabs > li > a {
    font-size: 16px;
}

/* Test swipe (temporary style, then delete) */
.swipe-class .research_project__wrapper {
    overflow: visible;
}

.vm-swipe .wrapper {
    position: relative;
    margin: 50px auto;
    overflow: hidden;
    /*width: 500px;*/
    width: 80%;
    height: 250px;
    border: 5px solid #F7F7F7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.vm-swipe .swipe-block {
    position: absolute;
    overflow: hidden;
    /*width: 750px;*/
    width: 2250px;
}

.vm-swipe .swipe-block__item {
    float: left;
    /*width: 250px;*/
    width: 750px;
    height: 250px;
    line-height: 250px;
    color: #FFFFFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100px;
    text-align: center;
}

.vm-swipe .item1 {
    background-color: #B15338;
}

.vm-swipe .item2 {
    background-color: #427B42;
}

.vm-swipe .item3 {
    background-color: #748AB1;
}

/* Test swipe (temporary style, then delete) */

/*___Блок отправленых сообщений в открытом диалоге______________*/
.sent__block {
    display: block;
    width: 100%;
    border-radius: 2px;
    background-color: #10924D;
    padding: 15px 0;
    line-height: 1.39;
    text-align: center;
    color: #fff;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    margin: 20px 0;
}

.sent__block p {
    font-size: 18px;
    margin-bottom: 5px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 25px;
}

.sent__block .sent__count {
    font-size: 55px;
    line-height: 1;
}

/*___Форма открытого диалога_____________________________________*/
.form-group input,
.form-group textarea,
.form-group select {
    box-shadow: none;
}

.form-group textarea {
    resize: vertical;
}

.text-required {
    font-size: 15px;
    color: #888A91;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1.8%;
}

.open__check .inp__check {
    line-height: 46px;
}

.error-file-output {
    color: #FF6666;
    border-bottom: 1px solid #FF6666;
    line-height: 19px;
    display: none;
    margin-top: 20px;
}

.query-error,
.query-error:hover {
    border-color: #FF6666;
}

iframe.query-error,
iframe.query-error:hover {
    border: 1px solid #FF6666;
}

.add__file-list {
    position: absolute;
    margin-left: 145px;
    top: 0;
}

div[class*=tag__loading] {
    display: inline-block;
    position: relative;
    text-transform: none;
    padding: 13px 22px 13px 15px;
    background: #F1F2F4;
    font-size: 14px;
    cursor: auto;
    line-height: 1;
    color: black;
    border-radius: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
}

div[class*=tag__loading] .close {
    cursor: pointer;
    position: absolute;
    margin-left: 5px;
    top: 50%;
    margin-top: -12px;
}

.add__file-btn {
    color: #888A91;
}

/*___Табы на странице открытого диалога__________________*/
.tab__list-item.js_tab_tog.btn-tabs {
    font-family: "PFAgoraSansPro", sans-serif;
    /*padding          : 0;quote*/
    padding: 0;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #0079C1;
    line-height: 1.39;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #0079C1;
    background-color: #FFFFFF;
    outline: none;
}

/*     .tab__list-item.js_tab_tog.btn-tabs:hover,
.tab__list-item.js_tab_tog.btn-tabs:focus,
.tab__list-item.js_tab_tog.btn-tabs:active {
    padding: 0;
    margin-right: 30px;
    color: #0079c1;
    border: none;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #0079c1;
} */

.tab__list-item.js_tab_tog.btn-tabs.active {
    background-color: #FFFFFF;
    color: #EE2A24;
    border-bottom: none;
}

/*     .rezult__block,
.rezult__block .btn {
    width: 100%;
    font-weight: 600;
} */
/*___Карточка программы обучения__________________*/
.info__text--label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #888A91;
}

.info__text--value {
    font-size: 16px;
    font-weight: 600;
    color: #292C3D;
    line-height: 1.56;
}

.about__programm--main-block {
    background: #FFFFFF;
    margin: 40px 0 30px 0;
    padding: 50px 0;
}

.program__one--top {
    background: white;
}

.program__one--h {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #292C3D;
    margin-top: 50px;
    margin-bottom: 20px;
}

.program__one--info-simple {
    padding: 20px 0;
}

.program__one--info-tab-wrap {
    padding: 20px 0;
    background: white;
}

.program__one--info-program {
    background: white;
}

.program__one--info-tab-wrap.tabs__block-dir .nav.nav-tabs {
    margin-left: -5px;
}

.program__one--info-tab-wrap.tabs__block-dir .tab-content {
    -webkit-box-shadow: 0 -2px 0 0 rgba(136, 138, 145, .07);
    -moz-box-shadow: 0 -2px 0 0 rgba(136, 138, 145, .07);
    box-shadow: 0 -2px 0 0 rgba(136, 138, 145, .07);
    padding-bottom: 20px;
    padding-top: 70px;
}

.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li {
    padding: 5px 5px 0;
    overflow: hidden;
}

.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a {
    padding: 10px 20px 15px;
}

.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a > span {
    border-bottom: 1px dashed #0079C1;
}

.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a > span,
.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a:hover > span,
.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a:focus > span {
    border-bottom: none;
}

.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a,
.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:hover,
.program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: 0 0 6px 2px rgba(136, 138, 145, .1);
    -moz-box-shadow: 0 0 6px 2px rgba(136, 138, 145, .1);
    box-shadow: 0 0 6px 2px rgba(136, 138, 145, .1);
    border: 1px solid rgba(136, 138, 145, .1);
    border-bottom: none;
}

.program__one--info-tab-wrap .contacts__sub-h {
    font-size: 16px;
}

.program__one--info-tab-wrap .contacts__sub {
    font-size: 14px;
    margin-top: 20px;
}

.program__one--info-tab-wrap .contacts__sub--info {
    margin-top: 8px;
}

.program__one-wrap .about__files {
    /*border-top: 1px solid rgba(136, 138, 145, .2);*/
    margin-top: 0;
    padding-top: 15px;
}

/*___Блок оплаты программы_______________________________*/
.payment__info--block {
    margin-top: -80px;
    padding: 30px;
    background-color: #F2F2F2;
    display: block;
}

.payment__info--h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #292C3D;
    text-transform: uppercase;
}

.payment__info--sub {
    font-size: 14px;
    line-height: 1.43;
}

.payment__info--sub-block {
    margin-top: 30px;
    font-size: 14px;
}

[class*=push_price_for_] {
    font-family: "PFAgoraSansPro", sans-serif;
    color: #11924D;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}
span.push_price_for_russian_here{
    margin-top: 0;
}
.under-price-text.push_price_for_text{
    color: #292c3d;
    font-weight: normal;
}
.push_price_for_russian_here.push_price_big{
    margin-top: 15px;
}

.sort__filter--btn{
    display: none;
}

[class*=push_price_for_] .glyphicon {
    font-size: 12px;
}

.push_price_big {
    font-size: 40px;
}

.push_price_big .glyphicon {
    font-size: 28px;
}

/*___Блок с отзывами на странице программы_______________*/
.feedback__slider-wrap {
    padding-bottom: 35px;
    /*height: 300px;
    overflow: hidden;*/
}

.feedback__programm .tab-content {
    background: #F1F3F4;
    padding: 20px 0;
}

.feedback__programm.tabs__block-dir .nav.nav-tabs li a span {
    border-bottom: 1px dashed #0079C1;
}

.feedback__programm.tabs__block-dir .nav.nav-tabs li.active a span,
.feedback__programm.tabs__block-dir .nav.nav-tabs li a:hover span,
.feedback__programm.tabs__block-dir .nav.nav-tabs li a:focus span {
    border-bottom: none;
}

.feedback__slider .feedback__slider-item {
    background: #FFFFFF;
    padding: 20px 30px;
    /*height: 220px;*/
    overflow: hidden;
}

.feedback__slider .feedback__slider-h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #0079C1;
    margin-bottom: 15px;
}

.feedback__slider .owl-item img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50px;
}

.feedback__programm.tabs__block-dir .nav-tabs > li.active > a,
.feedback__programm.tabs__block-dir .nav-tabs > li.active > a:hover,
.feedback__programm.tabs__block-dir .nav-tabs > li.active > a:focus {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    color: #292C3D;
    font-weight: bold;
    background: #F1F3F4;
}

.feedback__slider-dots {
    display: block;
    position: relative;
    margin: 17px auto 4px;
    text-align: center;
}

.feedback__slider-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    cursor: pointer;
}

.feedback__slider-dots .owl-dot.active span {
    height: 10px;
    width: 10px;
    background: #0079C1;
}

.feedback__slider-dots .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 4px 0 0;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

/*___5-100_______________________________________________*/
.doc_5-100 .doc_5-100-item{
    margin-bottom: 20px;
}
.doc_5-100 .doc_5-100-item:nth-child( 2n+3 ){
    clear: left;
}

.banner__col2:last-of-type {
    margin-bottom: -70px;
    padding-bottom: 70px;
}

.programm__banner--wrap.header {
    padding: 60px 0;
}

.programm__banner--wrap {
    position: relative;
}

.programm__banner--wrap.header .img-middle {
    padding-top: 15px;
}

.achivements__grid-item {
    min-height: 155px;
}

.achievements-box .achievements-box__item:nth-child(4) .achivements__grid-item .achivements__grid-bottom {
    max-width: 200px;
}

.infographics__list--wrap .achivements__grid-item .achivements__grid-bottom {
    width: 150px;
    max-width: 150px;
}

.infographics__list--wrap .achivements__grid-item .achivements__grid-img {
    top: auto;
    bottom: 0;
    right: 0;
}

.infographics__list--wrap .link-more {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #0079C1;
    line-height: 20px;

}

.infographics__list--wrap .link-more a:hover {
    cursor: pointer;
}

.programm__banner--wrap.faculti_list {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.programm__banner--wrap .banner__col2-item {
    margin-top: 0 !important;
}

.programm__banner--wrap .banner__col2 .banner__col2-bottom {
    padding-bottom: 0;
}

.practics {
    padding-right: 30px;
}

.practics h2 {
    margin: 25px 0;
}

.practics p {
    line-height: 1.56;
    font-size: 16px;
}

.practics .link-more {
    margin-top: 30px;
    display: block;
}

.practics__img-wrap {
    position: relative;
    height: 370px;
}

.practics__img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.practics__txt-wrap {
    margin-left: 20px;
}

.practics__txt-wrap .practics__txt {
    line-height: 25px;
}

.inner__documentation .doc {
    padding: 15px 0 55px;
}

.inner__documentation .doc--wrap {
    margin-bottom: 22px;
}

.header_bg-gray .block__header {
    background: #F1F3F4;
}

.tasks_inner .block__header {
    margin: -30px -50px 30px;
    padding-bottom: 25px;
    padding-left: 15px;
}

.crp .tasks_inner .block__header{
    padding-left: 0;
}

.crp .tasks_inner.text-plate{
    margin: 0 15px;
}

.tasks_inner .block__header .block__header-h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.tasks_inner li[class*=col-xs-6],
.tasks_inner li[class*=col-sm-6] {
    padding-right: 65px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.tasks_inner li[class*=col-xs-6]:nth-child(2n+1),
.tasks_inner li[class*=col-sm-6]:nth-child(2n+1) {
    clear: left;
    display: table;
}

/*_______________________________________________________*/
.banner__big-bg-bottom {
    background-position: bottom right;
}

.banner__big-bg-bottom .main__info-bg {
    background-position: bottom right;
}

.banner__big-bg-bottom .main__info .info__block {
    margin-top: 50px;
}

.banner__big-bg-bottom .main__section {
    margin-bottom: 0;
}

.banner__list-under .banner__item .banner__h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.banner__list-under .banner__item .banner__content {
    padding: 40px 0;
}

/*_______________________________________________________*/
.sub__info-block {
    padding-top: 20px;
}

.sub__info-block__item {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 2px;
}

.sub__info-block__item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100px;
    opacity: 0.2;
    border-bottom: 2px solid #979797;
    bottom: -2px;
    left: 0;
}

.sub__info-block__h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #10924D;
}

.sub__info-block__txt {
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #292C3D;
}

/*Map*/
.inner__section-map {
    height: 691px;
    padding: 20px 0;
    background-position: center center;
    background-size: cover;
}

.inner__section-map_region {
    height: 660px;
    padding: 100px 0;
}

.interactive_map + .preload {
    height: 691px;
    position: relative;
}

.inner__section-map_region .interactive_map + .preload {
    height: 460px;
    position: relative;
}

.interactive_map + .preload > .preload-img {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.interactive_map.svgLoaded + .preload > .preload-img {
    display: none;
}

/*
svg path {
    transition: fill 0.1s;
}
svg path.active{
    fill: #0079c1;
    stroke: #CDE2F0;
    stroke-width: 1;
}
svg path:hover {
    fill: #0079C1;
}
*/

/* New map (vm) */
svg path {
    transition: fill 0.1s;
}
.logo__img svg path{
    transition: none;
}

svg g.active {
    fill: #0079C1;
    stroke: #CDE2F0;
    stroke-width: 1;
    cursor: pointer;
}

g#pointer path {
    stroke: #FFFFFF;
    stroke-opacity: 0.5;
}

g#Oval {
    fill: #FFFFFF;
}

polygon#Star {
    stroke-width: 0;
}

.active_pointer circle.blue {
    stroke: #C32222;
}

.active_pointer polygon#Star {
    fill: #C32222;
}

/* New map (vm) */

.map__wrapper {
    position: relative;
}

g#Pointer:hover {
    cursor: pointer;
}

g#Pointer:hover circle.blue {
    stroke: #C32222;
}

g#Pointer:hover polygon#Star {
    fill: #C32222;
}

svg g.active__copy g[id^=Fill-] {
    /*visibility: visible !important;*/
    opacity: 0;
}

svg g.active__copy:hover g[id^=Fill-] + #Pointer circle.blue {
    stroke: #C32222;
}

svg g.active__copy:hover g[id^=Fill-] + #Pointer polygon#Star {
    fill: #C32222;
}

/* Center (vm) */
.center__close-icon {
    position: absolute;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('/i/map/close_icon.png');
    cursor: pointer;
    opacity: 0.35;
    transition: 0.25s;
}

.center__close-icon:hover {
    opacity: 1;
}

/* Center (vm) */

/* --- HACK: set width in blocks equal 1000px --- */
/*.eqp .col-md-8{
    width: 100%;
}*/
.stud-center .col-md-6,
.rscc .banner__item .col-md-8,
.flan .banner__item .col-md-8,
.elib .banner__big-bg-bottom .col-md-8,
.volu__banner .col-md-8,
.scip .banner__col2 .col-md-8,
.media-page .media-page__first-bannner .banner__col2-item .col-md-8,
.pre-ut .col-md-8,
.qual .qual__feedback-wrapper-1 .col-md-8,
.simply__card--tabs.tabs__block-dir .tab-content .col-md-8,
.jarm .main__section .col-md-8{
    width: 83.33333333%;
}
/* --- HACK: set width in blocks equal 1000px --- */

/* Education/moos */
.moos__card-post{
    margin: 40px 0 10px;
    padding-top: 30px;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
}
.moos__card-post > *{
    float: left;
}
.moos-card-post__pic{
    margin-right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.moos-card-post__info{
    margin-top: 8px;
    width: calc( 100% - 70px );
    font-size: 14px;
    line-height: 1.4;
}
.moos-card-post__info-name{
    font-weight: bold;
}
.moos__card-button{
    color: #0079c1;
    font-weight: 600;
    border-bottom: 1px dashed #0079c1;
    cursor: pointer;
}
.moos__card-button:hover{
    border-bottom: 1px dashed #ee2a24;
    color: #ee2a24;
}
.moos__card-button-wrapper{
    margin-top: 10px;
}
.moos__card-lead{
    margin-bottom: 12px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.moos .labortories__item .title{
    margin-bottom: 6px;
}
.moos .labortories__item.labortories__item-wide{
    padding: 30px;
}
.moos__card-data{
    margin-bottom: 15px;
    max-width: 1000px;
    font-size: 12px;
}
.moos__card-data-item + .moos__card-data-item{
    position: relative;
    margin-left: 11px;
    padding-left: 15px;
}
.moos__card-data-item + .moos__card-data-item:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #90939e;
}
.moos__card-count{
    color: #90939e;
}
/* Education/moos */



/* education/russian as a foreign */
.raaf__main{
    margin-bottom: 0;
}
.js__quam-toggle-above .hdd-bio__date-wrapper:after {
    display: none;
}
.js__quam-toggle-under .raaf__fact:first-child .hdd-bio__date-item {
    padding-top: 0;
}
.raaf .hdd-bio__date-wrapper:before {
    top: 50px;
    left: 2px;
}
.raaf .hdd-bio__date-year:after{
    left: -50px;
    margin-left: 0;
}
.js__quam-toggle-under .hdd-bio__date-wrapper:before {
    top: 0px;
}
.raaf .hdd-bio__date-wrapper{
    padding-bottom: 30px;
}
.raaf .js__quam-toggle .block__header-h4 {
    margin-bottom: 5px;
}
.raaf .hdd-bio__date-item{
    margin-left: 50px;
}
.raaf__main .main__info-bg{
    display: none;
}
.raaf .quam__docs{
    background-repeat: no-repeat;
    background-position: right 220px;
}
.raaf__fact-pic{
    padding-top: 5px;
    width: 70px;
    height: 70px;
}
.raaf__fact {
    /*padding-bottom: 30px;*/
}
.raaf .edsr__docs-wrapper .fsmi-gallery-inner-wrapper{
    margin: 0;
    padding: 0;
    border: none;
}
.raaf .quam-tasks__list-button-wrapper{
    margin: 0;
    padding: 0;
    border: none;
}
.raaf .js__quam-toggle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 50px;
    background-image: linear-gradient(to top, rgb(255, 255, 255) 5%, rgba(255, 0, 0, 0) 100%);
}
.raaf .inner__history{
    margin: 60px 0 -25px;
}
.raaf .hdd-bio__date-wrapper:after {
    display: none;
    /*bottom: 0;
    background-image: linear-gradient(to top, rgb(255, 255, 255) 5%, rgba(255, 0, 0, 0) 100%);*/
}
.quam__tasks .quam-tasks__list ul{
    margin-bottom: 0;
}
/* education/russian as a foreign */

/* Direction of education (vm) */
.wrapper-input-section.bg-white .filter__block-list {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wrapper-control-section {
    margin-top: 20px;
}

.wrapper-control-section .filter__block-ctrl {
    margin-bottom: 40px;
}

.dir-edu__form {
    border-top: 1px solid #F1F2F4;
}

.item__txt p {
    margin-bottom: 30px;
}

.dir-edu .item__h-big {
    margin-bottom: 10px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    color: #292C3D;
}

.pr-kom__head {
    margin-bottom: 5px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    color: #292C3D;
}

.pr-kom__head-contacts {
    font-weight: 600;
}

.dir-edu__wrapper_btn {
    margin-top: 25px;
}

.pr-kom__contscts-block {
    margin-bottom: 15px;
    /*min-height :110px;*/
}

.pr-kom__contscts-block:last-child {
    margin-bottom: 0;
}

/* Direction of education (vm) */

.rid__part_content .quam-tasks__list-button-wrapper{
    margin-top: 0;
    border-top: none;
}

.rid__part_content .fsmi-gallery-inner-wrapper{
    margin-top: 0;
    padding: 0;
}

/* Conference detail archive */
.conf-banner-wrapper,
form.form.filter__block.conf-catalog-form {
    padding: 0 7.5px;
}

.conf-catalog-btn {
    margin-left: -15px;
}

.conf-slider .owl-nav {
    position: relative;
    margin-left: 85px;
}

.conf-slider .owl-nav div {
    position: absolute;
    top: -70px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.45);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.25s;
}

.conf-slider .owl-nav .owl-prev {
    background-image: url('/u/www/images/history/slider_arr_left.png');
    background-position: 14px center;
}

.conf-slider .owl-nav .owl-next {
    left: 50px;
    background-position: 16px center;
    background-image: url('/u/www/images/history/slider_arr_right.png');
}

.conf-slider .owl-dots {
    position: absolute;
    bottom: 38px;
    left: 200px;
}

.conf-slider .owl-dot {
    display: inline-block;
    margin: 0 3px;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
}

.conf-slider .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 1);
}

.article__one-wrap.conf-det .article__one-top {
    padding-bottom: 170px;
}

.article__one-wrap.conf-det .article__one-top .article__one-bg {
    background-image: linear-gradient(to left, rgba(0, 86, 166, 0.8), rgba(0, 121, 193, 0.8));
    background-color: rgba(0, 86, 166, 0.8);
    background-size: 100%;
    filter: blur(0);
}

.article__one-wrap.conf-det .article__one-top:not(.article_one-nobg):before {
    display: none;
    background-image: none;
}

.article__one-wrap.conf-det .article__one-h {
    padding-right: 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.13;
}

.article__one-wrap.conf-det .article__one-h {
    margin-bottom: 45px;
}

.article__one-wrap.conf-det .article__one-content {
    margin-top: -170px;
}

.article__one-wrap.conf-det .date-place {
    padding-top: 55px;
}

.conf-det__date-year,
.conf-det__place-caption {
    font-size: 12px;
    line-height: 1.25;
    color: #888A91;
}

.conf-det__date-date {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.conf-det__place {
    position: relative;
    margin-top: 20px;
}

.conf-det__place-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 22px;
    /*background-color : darkgray;*/
}

.conf-det__place-caption,
.conf-det__place-address {
    margin-left: 30px;
}

.conf-det__place-address {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #292C3D;
}

.conf-det__card {
    height: 215px;
    margin-top: 30px;
    padding: 30px 30px 40px 30px;
    border: solid 1px #F1F2F4;
}

.conf-det__card-reg {
}

.conf-det__card-text_item {
    /*margin-bottom: 3px;*/
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.25;
    color: #292C3D;
}

.conf-det__card-text_item:last-child {
    margin-bottom: 0;
}

.conf-det__card-person {
    padding-top: 40px;
    background-color: #F2F2F2;
}

.conf-det__card-person_img,
.conf-det__card-person_info {
    float: left;
}

.conf-det__card-person_info {
    width: 315px;
}

.conf-det__card-person_img {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.conf-det__card-person_img img {
    border-radius: 50%;
    width: 40px;
    /*visibility : hidden;*/
}

.conf-det__video_full-width {
    margin-bottom: 30px;
    height: 485px;
}

.conf-det__video_full-width:last-child {
    margin-bottom: 0;
}

.conf-det__video_full-width__wrapper {
    position: relative;
    margin: 30px 0 0 0;
}

.conf-det__video_full-width__caption {
    position: absolute;
    top: 35px;
    left: 68px;
    max-width: 570px;
    z-index: 1;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    color: #FFFFFF;
}

.conf-det__video_full-width__caption:after {
    content: '';
    position: absolute;
    top: 11px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FF2C26;
}

.conf-det__video_full-width__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.conf-det__video_full-width__link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 44, 61, 0.5);
    background-image: url('/u/www/images/research/research_institutes_detail/play_but.png');
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.25s;
}

.conf-det__video_full-width__link:hover:after {
    background-color: rgba(238, 42, 36, 0.8);
}

.show-all-video {
    margin-top: 25px;
    display: inline-block;
    border-bottom: 1px dashed #0079C1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #0079C1;
    cursor: pointer;
}

.show-all-video:hover {
    border-bottom: 1px dashed #FF2C26;
    color: #FF2C26;
}

.other-video {
    margin-top: 30px;
    display: none;
}

.conf-det__card-person_info_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #292C3D;
}

.conf-det__card-person_info_post {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
}

.conf-det__card-person_info_phone,
.conf-det__card-person_info_email {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #292C3D;
}

.conf-det__card-person_info_phone {
    margin-top: 15px;
}

.conf-det__card-person_info_phone span {
    display: block;
}

.conf-det__card_button_wrapper {
    margin-top: 30px;
}

.calend {
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.conf-det__head {
    margin: 40px 0 15px;
    padding-right: 20px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #292C3D;
}

.conf-det__about_info {
    padding-right: 20px;
}

.about_info__under-cut {
    display: none;
}

.about_info__read-more {
    /*margin-left   : 5px;*/
    border-bottom: 1px dashed #0079C1;
    color: #0079C1;
    cursor: pointer;
}

.about_info__read-more:hover {
    border-bottom: 1px dashed #EE2A24;
    color: #EE2A24;
}

.conf-det__oc_item {
    margin-bottom: 10px;
}

.conf-det__oc_item:last-child {
    margin-bottom: 0;
}

.conf-det__oc_item-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
}

.conf-det__oc_item-post {
    padding-right: 170px;
    color: #90939E;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
}

.conf-det__file_wrapper {
    margin-top: 35px;
    /*padding : 30px 260px 55px 30px;*/
    padding: 30px 260px 30px 30px;
    border: solid 1px #F1F2F4;
}

/* YaMaps */
#myMap {
    width: 100%;
    height: 450px;
}

.ymaps-2-1-55-control-popup.ymaps-2-1-55-popup {
    margin-left: 18px !important;
}

.ymaps-2-1-55-route-panel-types,
.ymaps-2-1-55-control-popup__tail.ymaps-2-1-55-popup__tail,
.ymaps-2-1-55-float-button.ymaps-2-1-55-_checked {
    display: none !important;
}

.ymaps-2-1-55-control-popup__content {
    background: transparent !important;
    border: none !important;
}

.ymaps-2-1-55-popup_theme_ffffff {
    box-shadow: none !important;
}

input.ymaps-2-1-55-route-panel-input__input {
    height: 45px !important;
    font-size: 16px !important;
    color: #292C3D !important;
}

.ymaps-2-1-55-route-panel-input__icon {
    top: 13px !important;
}

.ymaps-2-1-55-route-panel__switch-icon,
.ymaps-2-1-55-route-panel__switch-surface {
    left: -15px !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15) !important
}

.ymaps-2-1-55-route-panel-input__location {
    top: 10px !important;
    background-repeat: no-repeat !important;
}

/* YaMaps */

.conf-det__social-net {
    padding: 40px 0 75px;
}

.conf-det__reg {
    background-color: #0079C1;
    background-image: url("/i/footer_bg.png");
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.row.conf-det__reg {
    background-color: transparent;
    background-image: none;
}

.conf-det__reg_button_wrapper {
    padding: 30px 0;
}

.insitute-events__header.conf-det__header {
    margin-top: 50px;
    font-size: 30px;
}

.btn.btn-primary.conf-det__disabled {
    border-color: #F2F2F2;
    background-color: #F2F2F2;
    color: #909299;
    text-decoration: none;
}

.calend.calend_hide {
    display: none;
}

.conf-det__file_wrapper .doc__item {
    margin-bottom: 30px;
}

.conf-det__file_wrapper .doc__item:last-child {
    margin-bottom: 0;
}

.conf-det__carusel_item {
    /*height : 295px;*/
    background-color: #0079C1;
}

.conf-det__carusel_item-small {
    position: relative;
    margin-top: 15px;
    background-color: #0079C1;
}

.conf-det__carusel_item .testVideo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/u/www/images/research/research_institutes_detail/play_but.png');
    background-position: center;
    background-repeat: no-repeat;
}

.item__video-info {
    position: absolute;
    bottom: 4px;
    left: 4px;
    padding-left: 30px;
    width: 100%;
    height: 26px;
    background-image: url('/u/www/images/research/research_institutes_detail/play_video.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    line-height: 26px;
    z-index: 10;
}

/*.conf-det__carusel_item-small .testVideo:after{}*/

/*.conf-det__owl-carusel a.photo__grid-item.js_pop_gal{*/
/*.conf-det__owl-carusel a.photo__grid-item.conf-det__pop_gal{*/
.conf-det__owl-carusel a.photo__grid-item {
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}

/*.conf-det__owl-carusel .conf-det__carusel_item a.photo__grid-item.js_pop_gal{*/
/*.conf-det__owl-carusel .conf-det__carusel_item a.photo__grid-item.conf-det__pop_gal{*/
.conf-det__owl-carusel .conf-det__carusel_item a.photo__grid-item {
    height: 295px;
}

/*.conf-det__owl-carusel .conf-det__carusel_item-small a.photo__grid-item.js_pop_gal{*/
/*.conf-det__owl-carusel .conf-det__carusel_item-small a.photo__grid-item.conf-det__pop_gal{*/
.conf-det__owl-carusel .conf-det__carusel_item-small a.photo__grid-item {
    height: 80px;
}

/*.conf-det__owl-carusel a.photo__grid-item.js_pop_gal img{*/
.conf-det__owl-carusel a.photo__grid-item.conf-det__pop_gal img {
    visibility: hidden;
}

/* Conference detail archive */

/* Administration structure */
.adm-struct .tabs__block-gray .tab-content,
.adm-struct .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a,
.adm-struct .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:hover,
.adm-struct .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:focus{
    background-color: #fff;
}
.adm-struct .bg--lines_gray{
    background-size: contain;
}
.adm-struct .inner__page{
    margin-bottom: -145px;
    padding-bottom: 0;
}
.adm-struct .fsmi-gallery-inner-wrapper.fsmi-gallery-docs-inner-wrapper{
    border: 1px solid #f1f2f4;
}
.adm-struct .fsmi-gallery-row .col-md-12 .doc__item.doc--zip{
    margin-bottom: 30px;
    max-width: 850px;
}
.adm-struct .fsmi-gallery-row .col-md-12:last-child .doc__item.doc--zip{
    margin-bottom: 0;
}
.adm-struct .administration__info--wrapper{
    padding-bottom: 80px;
}
.adm-struct .doc__item .doc__name{
    font-size: 14px;
}
.adm-struct .left_sector__inner-wrapper{
    max-width: 450px;
}
.adm-struct__t2_name{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.adm-struct__t2_post{
    font-size: 12px;
}
.adm-struct .contacts__sub{
    margin-top: 20px;
    margin-left: -7px;
    font-size: 14px;
}
.adm-struct .inline-block.text-bold{
    margin-left: 10px;
}
.adm-struct .contacts__item.geo .inline-block{
    margin-left: 10px;
}
.adm-struct .staff_directory__employ .right_sector{
    padding-left: 0;
    font-weight: normal;
}
.adm-struct .staff_directory__employ{
    padding-bottom: 25px;
}
.adm-struct .row .staff_directory__employ{
    border-bottom: 1px solid rgba(136, 138, 145, 0.2);
}
.adm-struct .row:last-child .staff_directory__employ{
    border: none;
}
.adm-struct .staff_directory__employ .left_sector{
    padding-left: 80px;
}
.adm-struct .staff_directory__employ .image{
    top: 8px;
    width: 50px;
}
.adm-struct .article__field-txt.WYSIWYG ol > li {
    font-weight: bold;
}
.adm-struct .article__field-txt.WYSIWYG ol > li > ul{
    margin-top: 15px;
    font-weight: normal;
}
.adm-struct .qakk__table-wrapper p{
    margin: 0;
    padding: 0;
}
.adm-struct .staff_directory__employ{
    margin: 0 0 15px 0;
}
.adm-struct .qakk__table-wrapper table{
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
}
.adm-struct .qakk__table-wrapper tr:first-child{
    background-color: #dae4ea;
    font-weight: bold;
    color: #979da2;
}
.adm-struct .qakk__table-wrapper tr{
    border: 1px solid #f1f2f4;
}
.adm-struct .qakk__table-wrapper td{
    background-color: transparent;
}
.adm-struct .qakk__table-wrapper-link{
    font-weight: bold;
}
/* Administration structure */

/* career/expert */
.cexp .dpal__tags{
    padding-top: 20px;
    border-top: 3px solid #f1f2f4;
}
.dpal__structure__block-name{
    color: #95979e;
    font-size: 12px;
    line-height: 1.5;
}
.dpal__structure__block-name span{
    color: #292c3d;
    font-weight: bold;
}
.cexp .card__v-01{
    margin-top: 30px;
}
.cexp .card__v-01:first-child{
    margin-top: 0;
}
.cexp .fsmi-gallery-docs-inner-wrapper{
    margin-top: 0;
}
.cexp .ccu__docs{
    margin-top: 30px;
}
.cexp .fsmi-gallery-inner-wrapper{
    padding-bottom: 10px;
}
/* career/expert */

/* life/annual_events */
.lae .territory__item{
    padding: 30px 30px 30px 60px;
}
.lae__card-img-wrapper{
    width: 100%;
    height: 300px;
    max-width: 400px;
    max-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lae .territory__item_txt{
    padding: 0;
}
.lae .territory__item_txt-wrapper{
    height: auto;
}
.lae .territory__item_txt-wrapper:after{
    display: none;
}
.lae .territory__item-part{
    width: 60%;
}
.territory__item-part.territory__item_txt{
    padding-right: 60px;
}
.lae .territory__item_img{
    width: 40%;
}
.lae .territory__item{
    margin-top: 30px;
}
.lae .vw-swipe-wrapper:after{
    margin-top: 0;
}
/* life/annual_events */

/* education/schedule_standart */
.edss .tabs__block-dir .tab-content{
    padding-top: 0;
}
.edss .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a,
.edss .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:hover,
.edss .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:focus{
    background-color: #fff;
}
.edss .tabs__block-dir .nav-tabs > li > a > span.edss__tab-date{
    border: none;
}
.edss .tabs__block-dir .nav-tabs > li > a:hover > span.edss__tab-text{
    border-bottom: 1px solid transparent;
}
.edss .tabs__block-dir .nav-tabs > li:not(.active) > a:before{
    display: none;
}
.edss__tab-text{
    display: block;
    font-family: 'PFAgoraSansPro', Serif;
    font-size: 16px;
    font-weight: bold;
}
.edss__tab-date{
    display: block;
    font-size: 12px;
    color: #8c8e95;
    line-height: 1.56;
}
.edss .plate-item_green-underline .plate-item_content{
    padding: 50px 30px;
}
.edss .plate-item_green-underline .plate-item_content{
    border: 1px solid #ddd;
    border-top: none;
}
table.edss__table{
    width: 100%;
    font-size: 14px;
}
table.edss__table,
table.edss__table td {
    border: 1px solid #f1f2f4;
}
table.edss__table td,
table.edss__table th{
    padding: 12px 24px;
    width: 15%;
}
table.edss__table td.edss__table-subj{
    width: 40%;
}
.edss__table-subj{
    font-weight: 600;
}
table.edss__table td.edss__table-tutor,
table.edss__table td.edss__table-place{
    color: #898b92;
}
table.edss__table th{
    background-color: rgba(0, 121, 193, 0.11);
    color: #5a7280;
    font-family: 'PFAgoraSansPro', Serif;
    font-weight: 500;
    font-size: 16px;
}
table.edss__table td.edss__table-time{
    min-width: 140px;
}
table.edss__table td.edss__table-subj{
    min-width: 245px;
}
table.edss__table td.edss__table-type{
    min-width: 140px;
}
table.edss__table td.edss__table-tutor{
    min-width: 150px;
}
table.edss__table td.edss__table-place{
    min-width: 150px;
}
.edss__print-pic {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}
.svg__print-pic{
    fill: #017AC1;
}
.edss__print-pic:hover .svg__print-pic{
    fill: #ee2a24;
}
.edss .edss_tabs_select{
    margin: 0 0 50px;
}
/* education/schedule_standart */

/* education/student-progress-result */
.espr__ticket-text{
    color: #8c8e95;
    font-size: 14px;
}
.espr .department__dep{
    padding: 0;
    overflow: hidden;
}
table.espr__table{
    width: 100%;
}
table.espr__table td{
    border: 2px solid #f3f3f4;
}
table.espr__table th{
    background-color: #a3bbca;
    font-family: 'PFAgoraSansPro', Serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
table.espr__table th,
table.espr__table td{
    padding: 12px 30px;
    text-align: center;
    vertical-align: top;
}
table.espr__table th.espr__table-disc{
    text-align: left;
}
table.espr__table td{
    font-size: 14px;
}
table.espr__table td.espr__table-disc{
    text-align: left;
}
table.espr__table td.espr__table-disc.coursework{
    font-weight: bold;
}
table.espr__table tr {
    transition: 0.15s;
}
table.espr__table tr:hover{
    background-color: #f5f8fd;
}
.espr__acc-content-mobile{
    display: none;
}
.espr__m-disc{
    padding: 12px 30px;
    font-family: 'PFAgoraSansPro', Serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #a3bbca;
}
.espr__m-disc-name{
    padding: 12px 30px;
    font-size: 14px;
}
.espr__m-disc-name.coursework{
    font-weight: 600;
}
.espr__m-data{
    overflow: hidden;
}
.espr__m-data > *{
    float: left;
    margin-left: 30px;
}
.espr__m-header{
    color: #8c8e95;
    font-size: 12px;
}
.espr__m-info{
    margin-top: 10px;
    font-size: 14px;
}
.espr__m-item{
    padding: 10px 0 20px;
    border-bottom: 2px solid rgba(136, 138, 145, 0.2);
}
.espr .dep-acc{
    margin-bottom: 20px;
}
/* education/student-progress-result */

/* about-rudn/svedeniya_dohodah */
.absd .department__dep{
    padding-left: 0;
}
.absd .doc__item{
    margin-top: 30px;
    display: block;
    /*max-width: 850px;*/
    max-width: 1000px;
}
.absd .doc__item:first-child{
    margin-top: 0;
}
.absd .arch-link{
    font-weight: bold;
}
/* about-rudn/svedeniya_dohodah */

/* Conference catalog */
.filter__block-list.cont_filter__block-list,
.alphabet__filter-list.cont_filter__block-list {
    margin-bottom: 0;
}

.conf-det__owl-carusel.owl-dep__opinion-carusel {
    margin-top: 0;
}

.cont_filter__block-list {
    border-top: 1px solid #F1F2F4;
}

.cont_filter__block-list:first-child {
    border: none;
}

.form-group.mCustomScrollbar_conf-type,
.form-group.mCustomScrollbar_conf-year {
    white-space: nowrap;
}

.conf_type__filter--radio {
    display: inline-block;
}

.conf-main .filter__block-ctrl{
    margin-top: 30px;
}

.conf-main .filter__block-ctrl .text-left{
    padding: 0;
}

.conf_type__filter--radio label {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #0079C1;
    margin-right: 20px;
    cursor: pointer;
}

.conf-radio {
    display: none;
}

.conf-radio:checked + label {
    color: #EE2A24;
}

.filter__block-ctrl.cont_filter__block-ctr {
    margin: 20px 0;
}

/* New events card of Conference catalog */
.events__item.new-dis__events_item.conf__events_item {
    /*height: 330px;*/
    height: 400px;
    /*padding: 30px 29px 52px;*/
    padding: 20px 29px 52px;
}

.events__item.conf__events_item .events__item-h {
    position: relative;
    /*max-height: 100px;*/
    max-height: 100%;
    height: 200px;
    padding-top: 15px;
    overflow: hidden;
}
.events__item.conf__events_item .events__item-h:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    pointer-events: none;
}

.events__item.conf__events_item .events__item-sub {
    bottom: 70px;
}

.conf-catalog .pagination {
    margin-bottom: 0;
}

/* New events card of Conference catalog */
/* Conference catalog */

/* Conference main */
.all-conf__btn-wrapper .btn {
    margin-top: 15px;
    text-transform: none;
    letter-spacing: normal;
}

.conf-main .info__item .item__h {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}
.conf-main .inner__page{
    padding: 0;
}
.conf-main .spec__list {
    margin-top: 10px;
}
.masonry__item.achivements__grid-item.conf-main__item:nth-child(1),
.masonry__item.achivements__grid-item.conf-main__item:nth-child(3),
.conf-main .masonry__item.achivements__grid-item:nth-child(1),
.conf-main .masonry__item.achivements__grid-item:nth-child(3) {
    width: 180px;
}

.masonry__item.achivements__grid-item.conf-main__item:nth-child(2),
.masonry__item.achivements__grid-item.conf-main__item:nth-child(4),
.conf-main .masonry__item.achivements__grid-item:nth-child(2),
.conf-main .masonry__item.achivements__grid-item:nth-child(4) {
    width: 375px;
}

.conf-main__item.achivements__grid-item .achivements__grid-bottom,
.conf-main .achivements__grid-item .achivements__grid-bottom {
    max-width: 100%;
}

.main__info.conf-main .info__block {
    margin-bottom: 30px;
}

/* Conference main */

/* science / doctoral-programms-annotation-detail */
.sdpad__main{
    background-color: #fff;
}
.sdpad__author{
    background-color: #fff;
}
.sdpad__author-table{
    width: 100%;
}
.sdpad__author-table tr{
    border-bottom: 1px solid #f1f2f4;
}
.sdpad__author-table tr:last-child{
    border-bottom: none;
}
.sdpad__author-table td{
    padding: 15px 0;
    vertical-align: top;
}
.sdpad__author-table td span{
    display: block;
}
.sdpad__author-table tr .sdpad__author-table-caption{
    padding-right: 50px;
    width: 260px;
    opacity: 0.5;
}
.sdpad__author-table tr .sdpad__author-table-info span{
    max-width: 550px;
}
.sdpad__author-table .sdpad__author-table-author .sdpad__author-table-info,
.sdpad__author-table .sdpad__author-table-job .sdpad__author-table-info{
    font-weight: bold;
}
.sdpad__author-button.js__sdpad-author-button {
    margin-top: 30px;
    margin-bottom: 60px;
}
.sdpad__head-card{
    margin-bottom: 5px;
    padding: 35px 60px 70px;
    background-color: #fff;
}
.sdpad__head-card:last-child{
    margin-bottom: 0;
}
.sdpad__head-card-text{
    max-width: 1000px;
}
.sdpad__wrapper-table .table-flex{
    border: 1px solid #e7e8e9;
}
.sdpad__wrapper-table .row-flex,
.sdpad__wrapper-table .cell-flex,
.sdpad__wrapper-table .row-flex:last-child{
    border: none;
}
.sdpad__wrapper-table .cell-flex{
    padding: 10px 30px;
    background-color: transparent;
    color: #292c3d;
    font-size: 14px;
}
.sdpad__wrapper-table .cell-flex.cell-flex-header{
    background-color: rgba(163, 187, 202, 0.4);
    color: #949b9f;
    text-align: left;
    text-transform: none;
}
.sdpad__wrapper-table .fsmi-gallery-picinfo{
    margin-top: 6px;
    margin-bottom: -6px;
}
.sdpad__wrapper-table .fsmi-gallery-picinfo .fsmi-gallery-type-ico{
    visibility: visible;
}
.sdpad__wrapper-table .fsmi-gallery-type-data{
    text-transform: none;
}
.sdpad__wrapper-table .fsmi-gallery-type-ico{
    height: 20px;
}
.sdpad__wrapper-table .table-flex-col-4 .inner-row-flex:nth-child(1){
    width: 45%;
}
.sdpad__wrapper-table .table-flex-col-4 .inner-row-flex:nth-child(2){
    width: 55%;
}
.sdpad__wrapper-table .table-flex-col-4 .inner-row-flex:nth-child(1) .cell-flex:nth-child(1){
    width: 45%;
}
.sdpad__wrapper-table .table-flex-col-4 .inner-row-flex:nth-child(1) .cell-flex:nth-child(2){
    width: 55%;
}
.sdpad__wrapper-table .fsmi-gallery-type,
.sdpad__wrapper-table .fsmi-gallery-size{
    /*margin-bottom: -4px;*/
    width: auto;
    line-height: 1.43;
}
span.fsmi-gallery-size{

}
span.fsmi-gallery-data-text{
    padding-right: 7px;
}
.sdpad__wrapper-table .fsmi-gallery-type-link,
.sdpad__wrapper-table .fsmi-gallery-picinfo{
    display: inline-block;
    overflow: visible;
    width: auto;
}
.sdpad__wrapper-table{
    margin-top: 30px;
}
.sdpad__head-card-extra-item{
    margin-top: 15px;
    font-size: 14px;
}
.sdpad__extra-item-post{
    color: #b4b5bb;
}
.sdpad__extra-item-name{
    font-weight: bold;
}
.sdpad__success-block,
.sdpad__success{
    overflow: hidden;
}
.sdpad__success-block > *,
.sdpad__success > *{
    float: left;
}
.sdpad__success{
    padding: 20px;
    background-color: #f1f2f4;
}
.sdpad__success .block__header-h4{
    margin-bottom: 0;
}
.sdpad__success-block{
    margin-right: 50px;
}
.sdpad__success-block:last-child{
    margin-right: 0;
}
.sdpad__success-pic{
    margin-right: 20px;
    padding: 3px;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #d9dbde;
    stroke-width: 4px;
    border-radius: 50%;
    fill: none;
    stroke: #009a3e;
}
.sdpad__success-text{
    margin-top: 3px;
    width: calc( 100% - 50px );
}
.sdpad__docs{
    margin: 80px 0 -70px;
    padding-bottom: 70px;
    background-color: #fff;
}
.sdpad__docs-header{
    margin-bottom: 15px;
}
.sdpad__docs-docs{
    margin-top: 40px;
}
.sdpad__docs-header + .sdpad__docs-docs{
    margin-top: 30px;
}
.sdpad .moos__card-data{
    margin-top: 10px;
    font-weight: bold;
}
/* science / doctoral-programms-annotation-detail */

/* FLEX TABLE (CORE) */
.table-flex {}
.row-flex {
    display: flex;
    border: 1px solid red;
    border-bottom: none;
}
.inner-row-flex {
    display: flex;
    flex-grow: 1;
}
.cell-flex {
    flex-grow: 1;

    /* temp */
    padding: 5px;
    border-right: 1px solid red;
    background-color: #8fccea;
    color: #fff;
    /* temp */
}
.row-flex:last-child {
    border-bottom: 1px solid red;
}

.inner-row-flex:last-child .cell-flex:last-child {
    margin-right: 0;
    border-right: none;
}
.inner-row-flex:nth-child(1) {
    width: 66.666666%;
}
.inner-row-flex:nth-child(2) {
    width: 33.333333%;
}
.table-flex-col-4 .inner-row-flex{
    width: 50%;
}
.inner-row-flex:nth-child(1) .cell-flex:nth-child(1),
.inner-row-flex:nth-child(1) .cell-flex:nth-child(2) {
    width: 50%;
}
.inner-row-flex:nth-child(2) .cell-flex:nth-child(1),
.inner-row-flex:nth-child(2) .cell-flex:nth-child(2) {
    width: 100%;
}

/* helpers */
.cell-flex-header {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.cell-flex-header-mobile {
    display: none;
}
/* helpers */
/* FLEX TABLE (CORE) */

/* Gallery icons */
object.object__gallery-icon {
    position: relative;
    top: 3px;
}

span.photo-icon__wrapper {
    margin-right: 15px;
}

span.photo-icon__wrapper:last-child {
    margin-right: 0;
}

/* List */
/*.iconWrapper-list .gallery-icon-svg{*/
.photo__item_wrapper_list .gallery-icon-svg {
    stroke: #0079C1;
}

/*.iconWrapper-list .gallery-icon-svg__eye{*/
.photo__item_wrapper_list .gallery-icon-svg__eye {
    fill: #0079C1;
}

/*.iconWrapper-list .gallery-icon-number{*/
.photo__item_wrapper_list .gallery-icon-number {
    color: #0079C1;
}
/* List */

/* Grid */
/*.iconWrapper-grid .gallery-icon-svg{*/
.photo__item_wrapper_grid .gallery-icon-svg,
.banner__col2 .gallery-icon-svg {
    stroke: #FFFFFF;
}

/*.iconWrapper-grid .gallery-icon-svg__eye{*/
.photo__item_wrapper_grid .gallery-icon-svg__eye,
.banner__col2 .gallery-icon-svg__eye {
    fill: #FFFFFF;
}

/*.iconWrapper-grid .gallery-icon-number{*/
.photo__item_wrapper_grid .gallery-icon-number,
.banner__col2banner__col2 .gallery-icon-number {
    color: #FFFFFF;
}
/* Grid */

/* environmental_projects */
.aenvp-projects-wrapper .item__h{
    margin-top: 40px;
}
.aenvp__project-header span{
    border-bottom: 1px dashed #0079C1;
    color: #0079C1;
    cursor: pointer;
    line-height: 1.65;
}
.aenvp__project-header span:hover,
.aenvp__project.active .aenvp__project-header span{
    border-bottom: 1px dashed #ee2a24;
    color: #ee2a24;
}
.aenvp__project{
    position: relative;
    overflow: hidden;
    height: 310px;
}
.aenvp__project.active{
    height: auto;
    overflow: auto;
}
.aenvp__project:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    pointer-events: none;
}
.aenvp__project.active:after{
    display: none;
}
.project-info__ext{
    margin: 20px 0 25px;
    font-size: 12px;
    line-height: 1.6;
}
.project-info__data ul{
    margin: 10px 0 10px;
}
.project-info__data ul li{
    position: relative;
    padding: 5px 0 5px 25px;
}
.project-info__data ul li:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cccccc;
}
.project-info__caption{
    color: #90939e;
}
.project-info__text{
    font-weight: bold;
}
.aenvp__project-inner-wrapper{
    max-width: 1000px;
}
.aenvp__project{
    margin-top: 30px;
    padding: 30px 30px 30px 40px;
    background-color: #fff;
}
/* environmental_projects */

/* education/quality_politics */
.qpol-content .WYSIWYG h2,
.qpol-content .WYSIWYG h3,
.qpol-content .WYSIWYG h4{
    color: #11924d;
    font-family: 'Open Sans', sans-serif;
}
.qpol-content .WYSIWYG p + h2,
.qpol-content .WYSIWYG p + h3,
.qpol-content .WYSIWYG p + h4{
    margin-top: 35px;
}
.qpol-content__inner-wrapper{
    padding: 40px 50px 55px;
    background-color: #fff;
}
/* education/quality_politics */

/* Education/fee_paying/inner */
.ndoc .moos__card-data-item + .moos__card-data-item:before{
    top: 12px;
}
.acc-ndoc .fsmi-gallery-inner-wrapper{
    padding: 0;
}
.acc-ndoc .fsmi-gallery-inner-wrapper .doc__item.doc--zip{
    margin-bottom: 35px;
}
.feep .main__section{
    margin: 0;
}
.feep .feep__online .col-md-7{
    width: 75%;
}
.feep .feep__cost .col-md-8{
    width: 83.33333333%;
}
.feep .quam-tasks__list-button-wrapper{
    margin-top: 0;
}
.feep .info__block.info__right .item__h {
    font-size: 22px;
    line-height: 1.5;
}
.feepi__table-wrapper{
    min-width: 100%;
}
.feepi__preloader-wrapper{}
.feepi__preloader{
    margin: 30px auto 0;
    width: 64px;
    height: 64px;
}
.feepi__preloader-wrapper.feepi-hide{
    display: none;
}
.feepi .feepi__table-wrapper table{
    width: 100%;
    font-size: 14px !important;
}
.feepi .feepi__table-wrapper table th{
    white-space: nowrap;
    width: 12.5%;
}
.feepi .feepi__table-wrapper table th:nth-child(1){
    width: 17.5%;
}
.feepi .feepi__table-wrapper table th:nth-child(4),
.feepi .feepi__table-wrapper table th:nth-child(6){
    width: 10%;
}
.feepi__table-filter{
    position: relative;
}
.feepi .feepi__table-wrapper table th:last-child > *{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.feepi__table-filter > *{
    position: absolute;
    top: 0;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0079c1;
    cursor: pointer;
}
.feepi__table-filter > *:hover,
.feepi__table-filter .sort-active{
    border-top: 5px solid #EE2A24;
}
.feepi__table-filter .sort-active{
    cursor: default;
}
.feepi__table-filter .ASC{
    top: -6px;
    transform: rotate(180deg);
}
.feepi__table-filter .DESC{
    top: 2px;
}
.feepi__table-link,
.feepi__table-filter{
    font-weight: bold;
}
.feepi__table-type{
    color: #9e9e9e;
    font-size: 12px;
}
/* Education/fee_paying/inner */

/* About RUDN/environmental_campus */
.aeca .main__section{
    margin-bottom: 30px;
}
.aeca .main__info-bg.main__info-bg-quote{
    background-position: center bottom;
}
.aeca .main__info .info__block{
    margin-bottom: 0;
}
.aeca .main__info .info__block.info__left{
    padding-bottom: 60px;
}
.aeca__maps .aeca__maps-acc,
.scheme__wrapper{
    position: relative;
    margin-top: 15px;
    padding: 30px;
    /*min-height: 545px;*/
    min-height: 510px;
    background-color: #fff;
}
.aeca__maps .aeca__maps-acc > *{
    position: absolute;
    top: 0;
}
.aeca__maps .aeca__maps-acc > h3{
    left: 0;
    width: 37%;
}
.aeca__maps .aeca__maps-acc > div{
    top: 30px;
    right: 0;
    padding: 0 30px;
    overflow: hidden;
    width: 58.333333%;
}
.maps-acc__text{
    display: block;
    width: calc( 100% - 35px );
    font-size: 16px;
    font-weight: 500;
 }
.aeca .rudn__acc-style.ui-accordion .ui-accordion-header,
.aeca .rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active{
    margin: 0;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.aeca .rudn__acc-style.ui-accordion .ui-accordion-header:hover .maps-acc__text{
    color: #ee2a24;
}
.aeca .rudn__acc-style.ui-accordion .ui-accordion-header:first-of-type{
    padding-top: 0;
}
.aeca .rudn__acc-style.ui-accordion .ui-icon{
    right: 0;
}
.aeca .ui-widget-content{
    border: none;
}
.aeca .ui-accordion .ui-accordion-content{
    /*padding: 0;*/
}
.aeca .rudn__acc-style.ui-accordion .ui-accordion-header .ui-accordion-header-icon,
.aeca .rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon{
    transform: rotate(270deg);
}
.aeca .maps-acc__img{
    max-width: 100%;
}
.scheme__wrapper{
    overflow: hidden;
}
.scheme__wrapper > *{
    float: left;
}
.scheme__left-block{
    width: 37%;
}
.scheme__right-block{
    margin-left: 5%;
    width: 58%;
}
.scheme__left-block p{
    font-family: 'PFAgoraSansPro', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
/* About RUDN/environmental_campus */

/* science / hqp */
.hqp .info__item-smblock{
    margin-top: 125px;
}
.hqp__main .item__txt-main p span{
    font-weight: bold;
}
.hqp .jarm__table-wrapper table tr:first-child,
.hqp .qakk__table-wrapper table tr:first-child{
    background-color: #A3BBCA;
}
.hqp .jarm__table-wrapper table tr,
.hqp .qakk__table-wrapper table tr{
    border-bottom: 2px solid rgba(136, 138, 145, 0.2);
    background-color: #fff;
}
.hqp .qakk__table-wrapper table td,
.hqp .qakk__table-wrapper table td{
    background-color: transparent;
}
.hqp .jarm__table-wrapper table,
.hqp .qakk__table-wrapper table{
    font-size: 14px;
}
.hqp .qakk__table-section table td span{
    display: inline-block;
}
.hqp .qakk__table-section table td:nth-child(1),
.hqp .qakk__table-section table td:nth-child(2),
.hqp .qakk__table-section table td:nth-child(3),
.hqp .qakk__table-section table td:nth-child(4),
.hqp .qakk__table-section table td:nth-child(5){
    width: 20%;
    min-width: auto;
}
.hqp .qakk__table-section table td:nth-child(1){
    width: 25%;
}
.hqp .qakk__table-section table td:nth-child(3){
    width: 25%;
}
.hqp .qakk__table-section table td:nth-child(4){
    width: 10%;
}
.hqp .qakk__table-section table td:nth-child(5){
    width: 25%;
}
.hqp .hqp__table-wrapper a{
    font-weight: bold;
}
.hqp .js__quam-toggle-above .col-md-12:last-child .doc__item{
    margin-bottom: 0;
}
.hqp .fsmi-gallery-inner-wrapper{
    margin-top: 10px;
}
/* science / hqp */

.js__quam-toggle .block__header-h4{
    margin-top: -5px;
    margin-bottom: 20px;
}

/* Education/fee_paying */
.feep__main-link{
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.feep .info__item--grblock .block__header-h3{
    color: #fff;
}
.feep .info__item.info__item--grblock .item__txt{
    margin-top: 70px;
}
.feep .item__txt p{
    margin-bottom: 0;
}
.feep .info__item.info__item--grblock{
    margin-top: 50px;
    padding-bottom: 60px;
    min-height: 280px;
}
.feep__main.main__info .info__block{
    margin-bottom: 80px;
}
.feep__cost .info__block.info__left{
    margin-bottom: 30px;
}
.feep__grblock-link{
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
}
.feep__grblock-link:hover{
    border-bottom: 1px dashed #EE2A24;
}
.feep .filter__block-list{
    border: 1px solid #f1f2f4;
}
.feep .filter__block .form-group{
    margin-bottom: 15px;
}
.autocomplete_input + label:hover,
.autocomplete_input + label:hover > .glyphicon-search:before{
    color: #EE2A24;
    cursor: pointer;
    border-color: #EE2A24;
    transition: none;
}
.feep__cost.main__info .main__info-bg{
    background-position: 100% -80px;
}
.feep__online.main__section.main__info{
    padding: 40px 0 60px;
}
.feep__banner-header{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'PFAgoraSansPro', sans-serif;
}
.department__departments + .feep__online.main__info .main__info-bg{
    background-position: top right;
}
.feep__online.main__info .main__info-bg{
    background-position: bottom right;
}
.pay-variants{
    margin-top: 20px;
}
.pay-variants .department__dep{
    padding-top: 35px;
}
.block__header-h2.feep__online-header{
    margin-bottom: 40px;
}
.feep__banner-text{
    margin-top: 30px;
    color: #fff;
}
.feep .banner__item{
    height: auto;
}
.feep .banner__item .banner__content{
    padding-top: 70px;
}
.feep__banner-link{
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.feep__online-list{
    counter-reset: section
}
.feep__online-list li{
    position: relative;
    margin-top: 30px;
    padding-left: 85px;
    min-height: 45px;
}
.feep__online-list li:first-child{
    margin-top: 0;
}
.feep__online-list li:before{
    content: counter(section);
    counter-increment: section;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #039c41;
    border-radius: 50%;
    text-align: center;
    color: #039c41;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-weight: bold;
}
.fepp__acc-item-atten p:first-child{
    margin-bottom: 0;
}
.fepp__acc-item{
    max-width: 700px;
}
.feep__acc-logo-wrapper{
    margin: 0 15px 15px 0;
    /*padding: 10px;*/
    display: inline-block;
    width: 100px;
    height: 60px;
    border: 1px solid #f1f2f4;
}
.feep__acc-logo-wrapper:last-child{
    margin-right: 0;
}
.feep__acc-logo{
    /*width: 80px;
    height: 40px;*/
    width: 100px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: contain;*/
}
.feep__cost .info__block.info__right{
    display: none;
}
.feep__quest .feep__online-header{
    margin-bottom: 10px;
}
.feep__quest-link{
    font-weight: bold;
    text-decoration: underline;
}
.feep__quest.main__section.main__info{
    padding: 30px 0 80px;
}
.feep .fsmi-gallery-docs-inner-wrapper{
    margin-top: 15px;
}
.feep:last-child,
.feep + .docs-module{
    margin-bottom: -70px;
}
/* Education/fee_paying */

/* education/quality_about */
.equa__main-wrapper .main__info .main__info-bg{
    background: none;
}
.equa__main-wrapper section{
    margin-bottom: 0;
}
.equa__sko section{
    padding-top: 40px;
}
.equa__sko .info__item.info__item--grblock{
    min-height: 335px;
    padding: 30px 50px;
    margin-top: 30px;
}
.equa__sko .info__item .item__h{
    font-size: 22px;
    line-height: 30px;
}
.equa__main-wrapper .main__info .container{
    border-bottom: 3px solid #f1f2f4;
}
.equa__main-wrapper .block__header-h4{
    margin-bottom: 20px;
}
/* education/quality_about */

/* Gallery icons */

/* Admission_rules_01 28.08.2017 (vm) */
.bootstrap-datetimepicker-widget {
    z-index: 8 !important;
}

/* Step 1 */
.admR-step1__plate {
    position: relative;
    padding: 30px 0 45px 0;
    overflow: hidden;
    border: solid 1px #F4F4F4;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), inset 0 10px 10px -8px rgba(0, 0, 0, 0.06);
    transition: 0.25s;
}

.admR-step1__plate:hover {
    border: solid 1px #009A3E;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.17);
    background-color: rgba(255, 255, 255, 1);
}

.admR-step1__sub-text p {
    margin-bottom: 0;
}

.admR-step1__plate:hover .admR-step1__plate_bg-img {
    /*display : block;*/
    opacity: 1;
}

.admR-step1__plate:hover + .admR-step1__plate {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), inset 0 15px 20px -10px rgba(0, 0, 0, 0.1);
}

.admR-step__plate-wrap {
    display: block;
    position: relative;
}

.admR-step1__plate_bg-img {
    position: absolute;
    /*bottom : 0;*/
    /*top: 35px;*/
    top: calc(50% - 30px);
    right: 50px;
    /*display : none;*/
    width: 192px;
    height: 192px;
    opacity: 0;
    transition: 0.25s;
}

.admR-step1__plate:first-child {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 0 rgba(0, 0, 0, 0);
}

.admR-step1__plate:last-child {
    margin-bottom: 80px;
}

.admR-step1__plate_item {
    float: left;
}

.admR-step1__plate_img {
    width: 65px;
    margin-top: 5px;
}

.admR-step1__plate_txt {
    /*padding: 0 390px 0 20px;*/
    padding: 0 200px 0 20px;
    width: calc(100% - 65px);
}

.admR-step1__plate_txt strong {
    font-weight: 600;
    color: #009A3E;
}

.admR-step1__plate_img img {
    margin: 3px 0 0 40px;
}

.admR-step1__plate_item-accent {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    color: #009A3E;
}

.admR-step1__wrapper-button {
    margin-top: 20px;
}

/* Step 1 */

/* Step 2 */
.admR-step1__sub-text {
    margin: 35px 0;
    padding-right: 25px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    color: #292C3D;
}

.level-study-other__wrapper {
    display: none;
}

/* Step 2 */

/* Step 4 */
.admR-step1__plate_item .doc__item {
    margin-top: 20px;
}

/* Step 4 */

/* Step 5 */
.admR-step1__alert {
    margin: 30px 0;
    border: solid 1px rgba(0, 154, 62, 0.2);
    background-color: rgba(255, 255, 255, 0.98);
    font-size: 16px;
    font-style: italic;
    line-height: 1.56;
}

.admR-step1__alert-text {
    padding: 35px 35px 35px 40px;
    width: 765px;
}

.admR-online__group-cert .inp__check label,
.admR-online__group-cert .inp__check label:before {
    display: inline;
}

.admR-online__group-cert .inp__check label:before {
    top: 0;
}

.cetr-check-block {
    margin-right: 15px;
    /*width: 160px;*/
    width: 200px;
}

.cert-inp {
    /*width: calc(100% - 180px);*/
    width: calc(100% - 220px);
}

/* Step 5 */

.admR01__txt-block {
    margin: 0 15px;
    padding: 0 35px 45px;
    border-left: 3px solid #00853E;
}

.admR01__head {
    margin: 30px 0 10px;
}

.admR01__head-link .ico-interface{
    width: 17px;
}

.admR01__head-link:hover .ico-interface .sprite-cc{
    color: #EE2A24;
}

.admR01__txt .ico-interface{
    width: 10px;
}

.admR01__txt a:hover .ico-interface .sprite-cc{
    color: #EE2A24;
}

.admR01__txt {
    font-size: 14px;
    line-height: 20px;
}

.admR01__txt_mobile-hide {
    /*display : none;*/
}

.admR01__step-wrapper {
    margin: 0 0 30px;
}

.admR01__step {
    position: relative;
    display: block;
    height: 300px;
    background-color: #0D7FC4;
    color: #fff;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
}

.admR01__step-wrapper:last-child {
    margin: 0;
}

.admR01__step_table {
    position: absolute;
    background: url("/i/admission-back.png") no-repeat;
    background-position: center top 25px;
    background-size: cover;
    display: table;
    width: 100%;
    height: 100%;
}

.admR01__step:hover {
    background-color: #009A3E;
    color: #fff;
}

.admR01__step_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.admR01__step_number,
.admR01__step_txt {
    display: inline-block;
}

.admR01__step_number {
    margin-left: 80px;
    font-size: 180px;
    line-height: 1;
    vertical-align: top;
}

.admR01__step_txt {
    margin-left: 20px;
    width: 270px;
    padding-top: 40px;
    font-size: 25px;
    line-height: 1.36;
}

.admR01__docs_header {
    margin-top: 35px;
    margin-bottom: 30px;
}

.doc__item_wrapper {
    margin-bottom: 20px;
}

.doc__item_wrapper:last-child {
    margin-bottom: 0;
}

.btn-wrapper {
    margin-top: 30px;
}

.admR02__header {
    margin: 50px 0 15px;
}

.admR02__banner-header {
    margin-bottom: 30px;
    color: #FFFFFF;
}

.admR02__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.admR02__list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 55px;
}

.admR02__list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url('/u/www/images/admission/admission_rules_02/check.png');
    background-repeat: no-repeat;
}

.main__info.admR02__main {
    margin: 0;
}

.admR02__txt-block {
    margin: 0 15px;
    padding: 30px 35px 50px;
}

.admR03__item_txt {
    padding-left: 20px;
}

.admR03__answer .info__block,
.admR03__answer .inner__faculti {
    margin-bottom: 0;
}

.admR03__answer .info__item {
    padding-bottom: 0;
}

.admR03__answer {
    padding-bottom: 50px;
}

.admR04__row {
    position: relative;
}

.admR04__green-plate {
    position: absolute;
    top: 0;
    right: 7.5px;
}

.admR04__green-plate_item {
    min-height: 270px;
}

.admR04__green-plate_item .btn {
    top: 120px;
    bottom: auto;
}

.adnR07__info_left {
    background-color: transparent;
}

.main__info .info__block.info__left .adnR04__h-big {
    /*margin-bottom : 0;*/
}

.info-wrap.adnR04__info-wrap {
    margin: 0;
}

.info-wrap.adnR04__info-wrap.adnR04__info-wrap_mt45 {
    margin-top: 45px;
}

.admR05_p {
    margin-bottom: 20px;
}

.admR05_p:last-child {
    margin-bottom: 0;
}

.admR05__list {
    margin-top: 20px;
}

.admR05__banner {
}

@media (max-width: 1024px) {
    .alert_warning-block-wrapper {
        margin-top: 30px;
    }

    .alert_warning-block {
        margin: 0;
    }
    .lspe{
        margin-top: -50px;
    }
}

@media (max-width: 1024px) {
    .banner__big-bg-bottom.mobile_no-bg {
        background-image: none !important;
    }
}

@media (max-width: 480px) {
    .sdcn .inner_head40 .item__h{
        font-size: 30px;
    }
    .rid__inst .contacts-card__txt-info{
        white-space: normal !important;
    }

    .program__one--info-tab-wrap .info__text--label{
        white-space: normal;
    }
    .program__one--h{
        font-size: 30px !important;
    }
    .tabs__block-dir .nav-tabs > li > a{
        font-size: 16px;
    }
    .btn-white {
        font-size: 14px;
        letter-spacing: initial;
    }

    .teach .graduates .human-info .human-info__inner-wrapper .photo{
        width: 45px;
    }
    .teach .graduates .photo .photo-pic{
        width: 45px;
        height: 45px;
        /*background-size: contain;*/
        background-size: cover;
    }
    .teach .graduates .job__inner-wrapper{
        margin-left: 65px;
    }

    .adm-struct .tabs__block-dir .container .nav-tabs{
        top: -211px;
    }
    .adm-struct .administration__info--wrapper .adi__bl-r .contact-feedback{
        /*height: 170px;*/
    }

    .scgi .banner__list-under .banner__item .banner__h{
        font-size: 38px;
    }
    .edss .plate-item_green-underline .plate-item_content{
        padding: 50px 10px;
    }
    table.edss__table td, table.edss__table th{
        padding: 12px 20px;
    }
    .alert_warning-block {
        padding-right: 30px;
    }

    /*Campus gallery*/
    .cont {
        max-width: 450px;
        height: 305px;
    }
    .sub_c.photo__grid-item.js_pop_gal {
        height: 135px;
        overflow: hidden;
    }
    /*Campus gallery*/
}

/*Admission_rules_Online registration */
.admR-online__container,
.admR-online__row {
    margin: 0;
    padding: 0;
}

.admR-online__container {
    margin-left: -15px;
}

.admR-online__md-10 {
    padding: 0;
}

#admR-online__accordion .ui-corner-all,
#admR-online__accordion .ui-corner-top,
#admR-online__accordion .ui-corner-left,
#admR-online__accordion .ui-corner-right,
#admR-online__accordion .ui-corner-tr,
#admR-online__accordion .ui-corner-tl {
    border-radius: 0;
}

#admR-online__accordion .ui-state-default,
#admR-online__accordion .ui-widget-content .ui-state-default,
#admR-online__accordion .ui-widget-header .ui-state-default,
#admR-online__accordion .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
#admR-online__accordion .ui-state-active,
#admR-online__accordion .ui-widget-content .ui-state-active,
#admR-online__accordion .ui-widget-header .ui-state-active,
#admR-online__accordion a.ui-button:active,
#admR-online__accordion .ui-button:active,
#admR-online__accordion .ui-button.ui-state-active:hover {
    border: none;
    background-color: transparent;
    color: #000000;
}

#admR-online__accordion.ui-widget {
    margin: 60px 0 80px -6px;
    overflow: hidden;
    font-family: inherit;
}

#admR-online__accordion.ui-accordion .ui-accordion-header {
    margin: 0 0 15px 41px;
    padding-left: 0;
    border-bottom: 1px solid #E3E4E5;
    font-weight: bold;
    outline: none;
}

#admR-online__accordion.ui-accordion .ui-accordion-header:before {
    content: '';
    position: absolute;
    /*top              : 50%;*/
    top: 20px;
    left: -35px;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000000;
}

#admR-online__accordion.ui-accordion .ui-accordion-header:last-child {
    margin-bottom: 0;
}

#admR-online__accordion.ui-accordion .ui-accordion-header-active {
    border: none;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #029B40;
}

#admR-online__accordion.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
    display: none;
}

#admR-online__accordion.ui-accordion .ui-accordion-header-active:before {
    top: 27px;
    background-color: #029B40;
    box-shadow: 0 0 0 5px #FFFFFF, 0 0 0 6px #029B40;
    cursor: default;
}

#admR-online__accordion.ui-accordion .ui-accordion-header-active:after {
    content: '';
    position: absolute;
    top: 35px;
    left: -33px;
    width: 10px;
    height: 5000px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-image: linear-gradient(to bottom, #029B40 0%, #E3E4E5 4%) 1 100%;
}

#admR-online__accordion.ui-accordion .ui-accordion-header-active:after{
    content    : '';
    position   : absolute;
    top        : 35px;
    left       : -33px;
    width      : 1px;
    height     : 5000px;
    border     : none !important;
    background : linear-gradient(to bottom, #029B40 0%, #E3E4E5 4%);
    /* border-left-style: dashed; */
    /* border-image: linear-gradient(to bottom, #029B40 0%, #E3E4E5 4%) 1 100%; */
}

#admR-online__accordion .ui-accordion-content {
}

#admR-online__accordion .acc-item__wrapper {
    margin-bottom: 50px;
}

#admR-online__accordion.ui-accordion .ui-icon {
    /*display : none;*/
}

#admR-online__accordion .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
#admR-online__accordion .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    position: absolute;
    top: 15px;
    right: 0;
    background-image: url('/u/www/images/admission/admission_rule_online/acc_icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

#admR-online__accordion.ui-accordion .ui-accordion-content {
    position: relative;
    padding: 0 0 0 41px;
    overflow: visible;
    border: none;
    background-color: transparent;
}

.admR-online__acc-header {
    margin-bottom: 25px;
    color: #029B40;
}

/* Form elements */
.admR-online__acc-step {
    margin-bottom: 60px;
}

.inp__radio {
    margin-bottom: 15px;
}

.inp__radio:last-child {
    margin-bottom: 0;
}

.inp__dib {
    display: inline-block;
    margin-bottom: 0;
}

.form .inp__radio input {
    display: none;
}

.form .inp__radio label {
    position: relative;
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
}

.form .inp__radio label:before,
.form .inp__radio label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.form .inp__radio label:before {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(136, 138, 145, 0.2);
    background-color: rgba(241, 242, 244, 0.3);
}

.form .inp__radio label:after {
    top: 4px;
    left: 4px;
    display: none;
    width: 12px;
    height: 12px;
    background-color: #0079C1;
}

.form .inp__radio input:checked + label:after {
    display: block;
}

button.btn.btn-primary.btn__search:focus {
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}

.submit-button-wrapper{
    display: inline-block;
    position: relative;
}

.submit-button-wrapper .preloader-module__wrapper {
    width: calc( 100% - 15px );
    background-color: #fff;
}

.submit-button-wrapper .preloader-module__spinner {
    transform: scale(0.6);
}

.submit-button-wrapper svg.preload-img {
    margin: 0 0 0 -32px;
    top: 7px;
}

.admR-online__label {
    margin-bottom: 20px;
    display: block;
}

.admR-online__group {
    position: relative;
}

.admR-online__group .inp__radio {
    margin-right: 20px;
}

.admR-online__group_ml-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.inp__block,
.form-group .admR-online__group {
    margin-bottom: 20px;
}

.endEdu-inp__wrapper {
    position: relative;
}

.endEdu-doc__note {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.43;
    color: #888A91;
}

.endEdu-inp {
    position: relative;
}
.another_banner .banner__col2 .banner__col2-item{
    height: auto;
    min-height: 350px;
    overflow: hidden;
}
/*.endEdu__date,
.endEdu__place,
.endEdu__doc,
.endEdu__level_step-1,*/

.admR__block100,
.admR__block50,
.admR__block30,
.admR__block25,
.admR__block20 {
    position: relative;
    padding: 0 15px;
    float: left;
}

.admR__block100 {
    width: 100%;
}

.admR__block50 {
    width: 50%;
}

/*.endEdu__level*/
.admR__block30 {
    width: 30%;
}

/*.endEdu__score*/
.admR__block20 {
    width: 20%;
}

.admR__block25 {
    width: 25%;
}

.admR__block25 label {
    white-space: nowrap;
}

.admR-online__acc-step-2 .inp__button {
    /*position : absolute;
  top      : -90px;*/
}

.admR-online__group textarea.postg_achieve {
    height: 150px;
    resize: none;
}

.postgraduate-edu {
    display: none;
}

.admR-online__acc-step-2 .inp__button.inp__button_arrival {
    position: static;
}

.wrapper-custom-field {
    position: relative;
}

.wrapper-custom-field .select-dropdown {
    right: 1px;
}

.select-dropdown.inp-datepick:after {
    top: 13px;
    right: 11px;
    width: 20px;
    height: 19px;
    /*background-image: url('/u/www/images/admission/admission_rule_online/calendar_icon.png');*/
    background-image: url('/i/admission/calendar_icon.png');
    background-position: 0 0;
}

.select-dropdown.inp-addfiles {
    right: 1px;
}

.select-dropdown.inp-addfiles:after {
    top: 15px;
    right: 9px;
    width: 20px;
    height: 19px;
    /*background-image: url('/u/www/images/admission/admission_rule_online/add_file_icon.png');*/
    background-image: url('/i/admission/add_file_icon.png');
    background-position: 0 0;
}

.inp__radio.inp__dib.radio-activate-inp {
    margin-right: 5px;
}

.admR-online__acc-step-6 .admR-online__group,
.admR-online__acc-step-6 .admR-online__label {
    margin-bottom: 5px;
}

.inp__dib.radio-activate-inp label:before {
    top: -8px;
}

.inp__dib.radio-activate-inp label:after {
    top: -4px;
}

.txt-activate-inp {
    width: calc(100% - 40px);
}

.admR-online__form .admR-online__acc-step-5 .link-activate-inp {
    position: relative;
    top: -30px;
    margin: 0;
}

.admR-online__form .link-activate-inp {
    margin: 0 0 20px 40px;
    display: inline-block;
    border-bottom: 1px dashed #0079C1;
    color: #0079C1;
    font-size: 14px;
    line-height: 1.43;
}

.txt-added-activate-inp {
    margin-left: 40px;
}

.admR__group_p-data {
    margin-top: 30px;
}

.admR-online__acc-step-3 .select-dropdown,
.admR-online__acc-step-5 .select-dropdown {
    right: 1px;
}

#newLangSelect,
#newLangBlock {
    display: none;
}

.btn__no-active {
    background-color: #959EA5;
}

.btn__no-active:hover {
    border: #959EA5;
    background-color: #959EA5;
}

.error-open-section {
    display: block !important;
}

.no_bg.info__item--grblock:after {
    background: none;
}

.info__item--grblock .info__txt {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #FFFFFF;
}

.text_upercase {
    text-transform: uppercase;
}

.color-green {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.9px;
    color: #10924D;
}

.info-wrap {
    margin-top: 45px;
    margin-bottom: 45px;
}

.admR-online__group input[type=file] {
    display: none;
}

.file-card {
    position: relative;
    margin: 0 10px 0 0;
    padding: 3px 26px 3px 7px;
    display: inline-block;
    overflow: hidden;
    max-width: calc(100% - 42px);
    background-color: #D4E2E8;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.close {
    position: absolute;
    top: 1px;
    right: 0;
    width: 26px;
    height: 26px;
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    opacity: 0.2;
}


.upload-file{
    position: relative;
    margin: 0 10px;
    vertical-align: top;
    padding: 7px 26px 7px 15px;
    display: inline-block;
    overflow: hidden;
    max-width: calc(100% - 42px);
    background-color: #f1f2f4;
    white-space: nowrap;
    text-overflow: ellipsis;
    border:1px solid #f1f2f4;
    border-radius: 2px;
}

.upload-file .close{
    position: absolute;
    top: 12px;
    right: 0;
    width: 26px;
    height: 26px;
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}



.endEdu-inp .add__file-help {
    margin-top: 20px;
}

.endEdu-inp .error-file-output {
    position: absolute;
    top: 42px;
    left: 0;
    margin-top: 20px;
    display: none;
    border: none;
    color: #ff6666;
    line-height: 1;
    font-size: 12px;
}

.admR__block50.endEdu-inp .error-file-output {
    left: 15px;
}

.admR-online__label.know-lang {
    position: relative;
}

.admR-online__label-close {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.25s;
}

.admR-online__label-close:hover {
    opacity: 1;
}

/* Form elements */
.js_edu-prog__block {
    /*display: none;*/
}

.admR-online__group .inp__check .sub_link {
    margin-left: 30px;
    color: #0079C1;
    text-decoration: underline;
}

.admR-online__group .inp__check .sub_link:hover {
    color: #EE2A24;
}

/*Admission_rules_Online registration */
/* Admission_rules 28.08.2017 (vm) */

.filter__block-list-wrapper {
    margin: 0 15px 15px;
    overflow: hidden;
}

.slider__col2-15 {
    margin: 0 15px 40px;
}

.cvac .main__section{
  margin-bottom : 0;
}

.cvac .main__info_v{
  /*margin-top : 70px;*/
}

/* research/laboratories-and-centers-detail-employments-list */
.epm__grid-owl-dot{
    text-align : center;
}

.lcdel__card {
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.lcdel__card > * {
    float: left;
}

.lcdel__image {
    margin-right: 30px;
    width: 100px;
    height: 130px;
}

.lcdel__text {
    width: calc(100% - 130px);
}

.lcdel__name {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.lcdel__header {
    margin: 40px 0 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.lcdel__addition_text {
    margin-top: 5px;
}

.lcdel__addition_heading {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
}

.lcdel__addition_text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.43;
}

/* research/laboratories-and-centers-detail-employments-list */

/* Career / visa support */
.vs__banner-wrapper .banner__item:before,
.vs__banner-wrapper .banner__item.no-img-item:before,
.vs__banner-wrapper .banner__item.no-img-item.banner__item-nobg:before{
    display : none;
}

.vs__banner-wrapper .banner__item .banner__h,
.vs__banner-wrapper .banner__list-under .banner__txt{
    color : #292c3d;
    text-shadow: none;
}

.vs__banner-wrapper .banner__item{
    background-color : #FFFFFF;
    background-repeat : no-repeat;
    background-position : right top;
    background-size         :auto;
}

.vs .pd__equipment__item_info_block{
    height : 280px;
    border :1px solid #ebebeb;
}

.vs .pd__equipment__item_info_wrapper{
    height : 280px;
}

.vs .pd__equipment__item:hover .pd__equipment__item_info_wrapper{
    width : 100%;
    border :1px solid #EE2A24;
}

.vs .pd__equipment__item:hover .pd__equipment__item_info_wrapper:after{
    display : none;
}

.vs .pd__equipment__item:hover .pd__equipment__item_info_block{
    border :1px solid transparent;
}

.vs .pd__equipment__item:hover .pd__equipment__item_header-text{
    color : #EE2A24;
}

.vs .pd__equipment__item:hover .pd__equipment__item_header-text span{
    border-color :#EE2A24;
}

.vs .pd__equipment__item_header{
    overflow : hidden;
}

.vs .pd__equipment__item_header > *{
    float : left;
}

.pd__equipment__item_header-pic{
    margin-right : 15px;
    width : 70px;
}
.pd__equipment__item_header-text{
    width :calc( 100% - 85px );
    font-size : 18px;
}
.vs .info__item .item__h{
    font-size : 22px;
    line-height : 1.36;
}

.vs .info__item.info__item--grblock{
    padding-bottom : 30px;
}

.vs__info{
    padding : 24px 50px 30px 35px;
    border:  1px solid #ebebeb;
    font-size : 18px;
    font-weight : bold;
    font-family :'PFAgoraSansPro', sans-serif;
}
.vs__info a{
    display : block;
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.vs__vis-card{
    margin-top : 20px;
    padding : 25px 30px 45px 50px;
    background-color : #FFFFFF;
}
.vs__vis-card .block__header-h3{
    margin-bottom : 20px;
    font-weight : 500;
}

.vs__vis-card__wrapper{
    max-width : 360px;
}

.vs__visa{
    background-repeat : no-repeat;
    background-position : right top;
}
/* Career / visa support */

/* research_and_innovation_library_main */
.ril__head-btn-wrapper{
    margin-top : 130px;
}

.ril .info__block.info__left{
    margin-bottom : 10px;
}

.ril__resource-text ul li{
    margin-bottom : 7px;
    font-size : 14px;
    font-weight : 600;
}

.ril__resource-text ul li:last-child{
    margin-bottom : 0;
}

.ril__resource1-item{
    position : relative;
    padding : 15px 0 20px 70px;
    background-color : #a3bbca;
    font-size   : 18px;
    font-weight : 600;
    color : #fff;
}

.ril__resource1-item:before{
    content : '';
    position : absolute;
    top  : 25px;
    left : 35px;
    width                 : 6px;
    height                : 6px;
    border-radius         : 50%;
    background-color : rgba(255, 255, 255, 0.3);
}

.ril__resource1-col:nth-child( odd ){
    clear : left;
}

.ril__resource1-item-text{
    margin: 15px 0 20px;
    padding-left : 70px;
    max-width : 465px;
    font-size : 14px;
}

.ril__public{
    padding : 40px 35px;
}

.ril__acc-pub,
.ril__acc-pub-act{
    /*max-width : 870px;*/
    max-width : 1000px;
}

.ril #coop__accordion-block.ril__acc-pub.ui-accordion .ui-accordion-content{
    padding-bottom : 35px;
    overflow : inherit;
}

#coop__accordion-block.ui-accordion.ril__acc-pub .ui-accordion-header,
#coop__accordion-block-1.ui-accordion.ril__acc-pub-act .ui-accordion-header{
    position : relative;
    font-size : 20px;
    font-weight : 600;
    line-height : 1.25;
    color : #0079c1;
}

#coop__accordion-block.ui-accordion.ril__acc-pub .ui-accordion-header:before,
#coop__accordion-block-1.ui-accordion.ril__acc-pub-act .ui-accordion-header:before{
    content : '';
    position : absolute;
    top    : 30px;
    left   : 20px;
    width  : 5px;
    height : 5px;
    border-radius         :50%;
    background-color : #0079c1;
}

#coop__accordion-block.ui-accordion.ril__acc-pub .ui-accordion-header:hover{
    color: #EE2A24;
}

#coop__accordion-block.ui-accordion.ril__acc-pub .ui-accordion-header:hover:before{
    background-color : #EE2A24;
}

.ril__acc-pub ul li{
    margin-bottom : 7px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-weight : 500;
}

.ril__acc-pub ul li:last-child{
    margin-bottom : 0;
}

.ril .WYSIWYG blockquote .descr{
    margin-bottom : 5px;
    font-size : 12px;
}

.ril .WYSIWYG blockquote .quote{
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

#coop__accordion-block-1.ui-accordion.ril__acc-pub-act .ui-accordion-header{
    background-color : #0079c1;
}

#coop__accordion-block-1.ui-accordion.ril__acc-pub-act .ui-accordion-header{
    color : #fff;
}
#coop__accordion-block-1.ui-accordion.ril__acc-pub-act .ui-accordion-header:before{
    background-color : #fff;
}

.ril__intern{
    margin-top : 40px;
    /*max-width : 870px;*/
    max-width : 1000px;
}

.ril__intern h4{
    font-size: 18px;
    font-weight: 600;
}

.ril__intern p{
    margin-bottom : 15px;
    font-size : 14px;
    line-height : 1.43;
}

.ril__intern p:last-child{
    margin-bottom : 0;
}

.ril__intern a{
    font-size : 12px;
    font-weight : 600;
}

.rudn__table.ril__table tr{
    border : none;
}

.rudn__table.ril__table tr th,
.rudn__table.ril__table tr td{
    padding : 20px 30px;
}

 .rudn__table.ril__table tr th{
     background-color : #a3bbca;
     color : #fff;
     font-family: 'PFAgoraSansPro', sans-serif;
     font-weight: 500;
 }

.rudn__table.ril__table tr td{
    width : 50%;
    border-bottom :1px solid rgba(136, 138, 145, 0.1);
    font-weight : 600;
}

.rudn__table.ril__table tr:last-child td,
.rudn__table.ril__table tr:last-child th {
    border-bottom: none;
}

.rudn__table.ril__table tr td:first-child{
    /*max-width : 295px;*/
    width : 65%;
    font-size : 14px;
}

.rudn__table.ril__table tr td:last-child{
    width : 35%;
    font-size : 18px;
    text-align : right;
    vertical-align : middle;
}
/* research_and_innovation_library_main */

/* alumni/alumni and association */
.alumni__message_wrapper{
    margin: 70px 0 80px;
    padding: 20px 50px 50px;
}

.alumni__message_wrapper .button-message_wrapper {
    margin-top: 15px;
}

.quality-add-wrapper.form-control {
    display: inline;
    vertical-align: middle;
    border-color: transparent;
    background: none;
    box-shadow: none;
}
.quality-add-wrapper.disable{
    position: relative;
}
.quality-add-wrapper.disable:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.has-error .quality-add-wrapper.form-control{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header.aa__acc-head{
    padding : 30px 40px;
}
#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header.aa__acc-head:hover .aa__acc-head-link{
    color : #ee2a24;
}
#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header.aa__acc-head:hover .aa__acc-head-link span{
    border-bottom :1px dashed #ee2a24;
}
#coop__accordion-block .rudn__lil-caption{
    font-weight : normal;
}
#coop__accordion-block .aa__acc-head-link,
.espr-acc.ui-accordion .aa__acc-head-link,
.jarm__acc-staff .aa__acc-head-link{
    margin-bottom : 25px;
    display : block;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.14;
    color : #0079c1;
}
#coop__accordion-block .aa__acc-head .aa__acc-head-info a,
.jarm__acc-staff .aa__acc-head .aa__acc-head-info a{
    color : #0079c1;
}
#coop__accordion-block .aa__acc-head .aa__acc-head-info a:hover,
.jarm__acc-staff .aa__acc-head .aa__acc-head-info a:hover{
    color : #ee2a24;
}
#coop__accordion-block .aa__acc-head-link span,
.jarm__acc-staff .aa__acc-head-link span{
    border-bottom :1px dashed #0079c1;
}
#coop__accordion-block.ui-accordion .aa__acc-head .ui-icon,
.jarm__acc-staff.ui-accordion .aa__acc-head .ui-icon{
    display : none;
}
.aa__acc-head-info{
    margin-top : 8px;
    color : #292C3D;
    font-weight : normal;
}
.aa__acc-head .epe__card-flag__pic{
    /*margin-top : 0;*/
    margin-top : 1px;
}
#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-content.aa__acc-content{
    border-top :2px solid rgba(136, 138, 145, 0.2);
}
.aa__acc-content .WYSIWYG{
    /*max-width : 750px;*/
    max-width : 1000px;
    font-size : 14px;
}
.aa__acc-content .WYSIWYG p{
    font-size : 14px;
}
.aa__acc-content .WYSIWYG p:first-child{
    font-size : 16px;
    font-family: 'PFAgoraSansPro', sans-serif;
    margin-bottom : 10px;
}
.aa__acc-address{
    overflow : hidden;
}
.aa__acc-address > *{
    float : left;
}
.aa__acc-address__block{
    width : 30%;
}
.aa__acc-address__address.aa__acc-address__block{
    width : 40%;
}
.aa__acc-address__block a{
    color : #0079c1;
    font-weight : bold;
}
.aa__acc-address__block a:hover{
    color : #EE2A24;
}
#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-content.aa__acc-content{
    padding : 35px 40px 50px;
}
/* alumni/alumni and association */

/* Cooperation services */
.ics .aa__acc-head-link p{
    margin-top: 10px;
    max-width: 750px;
    color: #292C3D;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
}
.ics .aa_acc-head-block:first-child .aa__acc-head-wrapper{
    margin-left: 0;
}
.ics .aa__acc-head-wrapper{
    margin-left: 55px;
}
.ics .aa__acc-head-wrapper-phone{
    margin-left: 10px;
}
.ics .aa__acc-head-name{
    font-size: 16px;
    font-weight: bold;
}
.ics .aa__acc-head-first-wrapper{
    overflow: hidden;
}
.ics .aa__acc-head-first-wrapper > *{
    float: left;
}
.ics .aa__acc-head-pic{
    margin-right: 15px;
    width: 43px;
    height: 43px;
}
.ics .aa__acc-head-data{
    width: calc( 100% - 60px );
}
.ics .aa__acc-head-wrapper-phone{
    margin-top: 20px;
}
.ics .aa__acc-head-wrapper-phone:first-child{
    margin-top: 0;
}
.ics .aa__acc-head-info-phone-number{
    font-weight: bold;
}
.ics .aa__acc-head-info a{
    color: #0079c1;
}
.ics .aa__acc-head-info a:hover{
    color: #EE2a24;
}
.ics .aa__acc-content-row {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f3f4;
}
.ics #coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-content.aa__acc-content{
    padding-bottom: 0;
}
.row.aa__acc-content-row:last-child{
    padding-bottom: 0;
    border: none;
}
/* Cooperation services */

/* Life/support-contacts */
.lsc #coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header.aa__acc-head{
    padding : 30px 0;
}
.lsc #coop__accordion-block .aa__acc-head-link{
    padding: 0 40px;
}
.aa__acc-head-wrapper{
    /*margin-left: 40px;*/
}
.aa__acc-head-ext-wrapper{
    padding: 0 40px;
}
#coop__accordion-block .disabled .aa__acc-head-link span,
.espr-acc.ui-accordion .disabled .aa__acc-head-link span{
    border: none;
    color: #000;
}
#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header.aa__acc-head.disabled:hover .aa__acc-head-link span{
    border: none;
}
.ui-accordion .ui-accordion-header.disabled{
    cursor: default;
}
.lsc #coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-content.aa__acc-content{
    margin-top: -1px;
    /*padding-left: 0;
    padding-right: 0;*/
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.2);
}
.lsc #coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header{
    border: 1px solid rgba(151, 151, 151, 0.2);
}
.lsc .aa__acc-head-info a{
    color: #0079C1;
}
.lsc .aa__acc-head-info a:hover{
    color: #EE2A24;
}
.lsc .banner__item{
    background-color: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
}
.lsc .banner__item:before,
.lsc .banner__item.no-img-item:before, .banner__item.no-img-item.banner__item-nobg:before{
    display: none;
}
.lsc .banner__item .banner__h,
.lsc .banner__item .banner__txt{
    color: #292C3D;
    text-shadow: none;
}
.lsc #coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header:last-of-type{
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
h3.aa__acc-head.disabled + .aa__acc-content{
    display: none;
    visibility: hidden;
    background-color: transparent;
}
/* Life/support-contacts */

.article__share{
    margin-top: 20px;
}

/* research/research-institutes-detail-main areas of research - detail */
a.mar__tag{
    margin-right  : 15px;
    margin-bottom : 5px;
    display       : inline-block;
}
.mar__info-block-1__header ul li{
    position: relative;
    padding-left: 20px;
    margin-left: 15px;

}
.mar__info-block-1__header ul li:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
.mar__info-block-wrapper{
    margin-top : 40px;
}

.mar__info-block-wrapper:first-child{
    margin-top : 80px;
}

.mar__info-block{
    /*padding : 50px 30px 70px 70px;*/
    padding: 25px 60px;
}

.mar__info-block-1__header{
    padding : 30px 30px 45px 70px;
    color : #fff;
    background-color : #0079c1;
    background-image: url('/u/www/images/research/newsletter/banner_no_img.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.mar__info-block-1__header .block__header-h2{
    color : #fff;
}
/* research/research-institutes-detail-main areas of research - detail */

.marl .pd__target__info-block{
    padding-left : 100px;
    padding-bottom : 50px;
}

.pd__target__info-block-wrapper{
    /*max-width : 900px;*/
    max-width : 1000px;
}

.rsci .photo{
    max-width: 70px;
}

.rsci .select2.select2-container{
    max-width: 100% !important;
}

/* science / doctoral_programms_announcing */
.isepr__table-wrapper .colspan-3.theme-1{
    background-color: #e1eff8;
}
.dpan .table-cell.qh.qh1,
.dpan .table-cell.qc.qc1{
    width: 20%;
}
.dpan .scid .isepr__table-wrapper .wrap{
    width: 80%;
}
.dpan .scid .wrap .table-cell.qh.qh2,
.dpan .scid .wrap .table-cell.qc.qc2{
    width: 25%;
}
.dpan .scid .wrap .table-cell.qh.qh3,
.dpan .scid .wrap .table-cell.qc.qc3{
    width: 45%;
}
.dpan .scid .wrap .table-cell.qh.qh4,
.dpan .scid .wrap .table-cell.qc.qc4{
    width: 30%;
}
.dpan .table-cell.qh.qh3,
.dpan .table-cell.qc.qc3{
    padding-right: 20px;
}
.dpan .table-cell.qh.qh4,
.dpan .table-cell.qc.qc4{
    padding-right: 30px;
}
.dpan .table-cell.qh.qh3,
.dpan .table-cell.qc.qc3{
    border-right: 0;
}
.dpan .table-cell.qh.qh4,
.dpan .table-cell.qc.qc4{
    border-right: 1px solid rgba(136, 138, 145, 0.2);
}
.dpan__table-code,
.dpan__table-name,
.dpan__table-subject,
.dpan__table-d-code{
    font-weight: bold;
}
.dpan__table-d-type,
.dpan__table-type,
.dpan__table-address{
    font-size: 12px;
}
.dpan__table-d-type,
.dpan__table-type{
    color: #a5a6ad;
}
.dpan__table-code,
.dpan__table-d-code{
    margin-bottom: 5px;
}
.dpan__table-address{}
.dpan__table-name{}
.dpan__table-subject{}
.dpan__table-type{}
.dpan__table-d-code{}
.dpan__table-d-type{}
/* science / doctoral_programms_announcing */

/* career and jobs-jobs at RUDN-filter-vacancies(Researcher) */
.jarf .program__one--info-tab-wrap{
  background-color : transparent;
}

.jarf .filter__block .filter__block-list{
    padding-top: 15px;
}

.jarf .sd__radio-ib{
    margin-right : 50px;
    display : inline-block;
}

.empm__btn-wrapper.jarf__empm__btn-wrapper{
    text-align : left;
}

.jarf .empm__vac-wrapper{
    padding : 25px 15px;
}

.jarf__check{
  margin-right : 45px;
  display : inline;
}

.jarf__check:last-child{
  margin-right : 0;
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .tab-content{
    padding-top : 0;
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .nav.nav-tabs{
    margin : 0;
    overflow : hidden;
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li{
    padding: 0;
    position : relative;
    overflow: visible;
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a{
  padding  : 25px 30px 30px;
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a,
.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:hover,
.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:focus{
    box-shadow: none;
    border : none;
    border-right :1px solid rgba(136, 138, 145, .1);
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child > a,
.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child > a:hover,
.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child > a:focus{
    border : none;
    border-left :1px solid rgba(136, 138, 145, .1);
}

.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child:before,
.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child:before,
.jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child:before{
    content : '';
    position : absolute;
    width : 1000px;
    height : 100%;
    background-color : #fff;
}
/* career and jobs-jobs at RUDN-filter-vacancies(Researcher) */

/* career and jobs-jobs at RUDN-main */
.jarm .history__item-wrap{
    margin-bottom : 30px;
    height : 125px;
}

.jarm__head-link-text{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.jarm .main__info .info__block{
    margin-bottom : 20px;
}

.jarm__head-pic{
  margin:50px 0 15px;
  overflow : hidden;
}

.jarm__head-pic > *{
  float : left;
}

.jarm__head-pic__icon{
  margin-right : 40px;
  width  : 80px;
}

.jarm .jarm__head-pic__text{
  margin : 15px 0 0;
  width : calc( 100% - 130px );
}

#coop__accordion-block.ui-accordion.jarm__acc-staff,
.ui-accordion.jarm__acc-staff{
  margin-bottom : 20px;
}

#coop__accordion-block.ui-accordion.jarm__acc-staff .ui-accordion-header,
.ui-accordion.jarm__acc-staff.ui-widget .ui-accordion-header{
  margin-top : -1px;
  border-radius : 0;
}

#coop__accordion-block.ui-accordion.jarm__acc-staff .ui-accordion-content,
.ui-accordion.jarm__acc-staff .ui-accordion-content{
  border-bottom : none;
}

#coop__accordion-block.ui-accordion.jarm__acc-staff .ui-accordion-content:last-of-type,
.ui-accordion.jarm__acc-staff .ui-accordion-content:last-of-type{
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.jarm__cards{
    position : relative;
}

.jarm__cards:before{
    content : '';
    position : absolute;
    top           : 0;
    left          : 0;
    width         : 100%;
    height        : 110px;
    border-bottom : 20px solid rgba(155, 155, 155, 0.2);
    background-color : #FFFFFF;
}

.jarm__cards-wrapper{
    padding: 30px 0 60px;
    border-top : 1px solid rgba(155, 155, 155, 0.2);
}

.jarm__card{
    padding : 70px 40px 30px;
    height : 660px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    background-size         : cover;
}

.jarm__card-text{
    margin-top : 15px;
}

.jarm__card-btn-wrapper .jarm__card-btn{
    margin-top : 60px;
    background-color : transparent;
    font-size : 12px;
    text-transform : none;
}

.jarm__card-btn-wrapper .jarm__card-btn.jarm__condition-btn{
    border: 1px solid rgba(155, 155, 155, 0.2);
    color : #0079a1;
}

.jarm__card-btn-wrapper .jarm__card-btn.jarm__condition-btn:hover,
.jarm__card-btn-wrapper .jarm__card-btn.jarm__condition-btn:active{
    background-color : transparent;
    border: 1px solid rgba(155, 155, 155, 0.2);
    color : #ee2a24;
    outline: none;
}

.jarm__card-btn-wrapper .jarm__card-btn.jarm__visa-btn,
.jarm__card-btn-wrapper .jarm__card-btn.jarm__instruction-btn{
    border: 1px solid rgba(255, 255, 255, 0.2);
    color : #fff;
}

.jarm__card-btn-wrapper .jarm__card-btn.jarm__visa-btn:hover,
.jarm__card-btn-wrapper .jarm__card-btn.jarm__visa-btn:active,
.jarm__card-btn-wrapper .jarm__card-btn.jarm__instruction-btn:hover,
.jarm__card-btn-wrapper .jarm__card-btn.jarm__instruction-btn:active{
    background-color : transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color : #ee2a24;
    outline: none;
}

.jarm__card.jarm__condition{
    background-color : rgba(255, 255, 255, 1);
    background-image : linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100% );
}

.jarm__card.jarm__visa{
    background-color : #0570b7;
    background-image : linear-gradient(to bottom, #0570b7 0, #0475a8 25%, rgba(1, 141, 148, 0.66) 50%, rgba(0, 154, 140, 0.29) 100% );
}

.jarm__card.jarm__instruction{
    background-color : #009a3e;
    background-image : linear-gradient(to bottom, #009a3e 0, rgba(20, 161, 134, 0.81) 50%, rgba(0, 98, 170, 0) 100% );
}

.jarm__card-icon{
    width  : 64px;
    height : 64px;
}

.jarm__visa .jarm__card-header,
.jarm__visa .jarm__card-text,

.jarm__instruction .jarm__card-header,
.jarm__instruction .jarm__card-text{
    color : #fff;
}

.jarm__docs{
    margin-top : 30px;
}

.jarm__docs-wrapper{
    padding : 35px 30px;
}

.jarm__docs-wrapper .doc__item{
    margin-top : 25px;
    padding-bottom : 15px;
    border-bottom: 1px solid rgba(136, 138, 145, 0.2);
}

.jarm__docs-wrapper .doc__item:last-child{
    border : none;
}

.toggleTable__wrapper{
    /*min-width : 500px;*/
    overflow: auto hidden !important;
    font-size : 12px;
}

.jarm__table-wrapper + .empm__btn-wrapper,
.qakk__table-wrapper + .empm__btn-wrapper{
    margin-top : 20px;
}
.jarm__table-wrapper,
.qakk__table-wrapper{
    overflow: hidden;
}
/*
.qakk__table-wrapper{
    overflow: auto;
}
*/
.jarm__table-wrapper table,
.qakk__table-wrapper table{
  font-size : 12px;
}

.toggleTable__wrapper .jarm__table td,
.jarm__table-wrapper table td,
.qakk__table-wrapper table td{
    background-color: rgba(216, 216, 216, 0.2);
}

.toggleTable__wrapper .jarm__table tr,
.jarm__table-wrapper table tr,
.qakk__table-wrapper table tr{
    border-bottom: 1px solid #FFF;
}

.toggleTable__wrapper .jarm__table thead tr,
.jarm__table-wrapper table tr:first-child,
.qakk__table-wrapper table tr:first-child{
    background-color: #A3BBCA;
    color: #FFFFFF;
}

.toggleTable__wrapper .jarm__table tr td,
.toggleTable__wrapper .jarm__table tr th,

.jarm__table-wrapper table tr td,
.jarm__table-wrapper table tr th,
.qakk__table-wrapper table tr td,
.qakk__table-wrapper table tr th,
.feepi__table-wrapper table tr th,
.feepi__table-wrapper table tr td{
    padding: 15px 20px;
    vertical-align: top;
}
/* career and jobs-jobs at RUDN-main */

.svg__sh__quotes_icon{
    fill: #11924D;
}

/* Media / visits */
.mv-filter{
    margin-top: 50px;
    margin-bottom: 30px;
}
/* Media / visits */

/* media/social network */
.msn .grid-item{
     padding : 0 15px;
     /*width: 100%;*/
 }

.msn .social__img img{
    width: 100%;
}

.msn__text {
  padding: 30px;
}

.msn .grid-item-content{}

.msn .grid-item-h .grid-item-content{}

.msn .social__content{
    background-color : #FFFFFF;
}

.msn .grid-item-content{
    margin-bottom : 20px;
}
/* media/social network */

/* science / doctoral_normal */
.sdcn .nav-tabs > li{
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    margin-right: 10px;
}

.sdcn .tabs__block-dir .tab-content{
    padding-top: 0;
}

.sdcn .dpal__research_project,
.dpal .dpal__research_project{
    width: 100%;
}
.sdcn__unions-section,
.sdcn__lead-wrapper,
.sdcn__demand-wrapper{
    background-color: #fff;
}
.sdcn__demand-wrapper{
    margin-bottom: 0;
    padding-bottom: 50px;
}
.sdcn__demand-wrapper .inner__section{
    margin: 0;
}
.sdcn__unions-wrapper{
    overflow: hidden;
}
.sdcn__unions-wrapper.active{
    height: auto !important;
}
.sdcn__lead-wrapper{
    padding-bottom: 20px;
}
.sdcn__unions-section{
    padding-bottom: 60px;
}
.sdcn__lead-wrapper .item__h{
    margin: 40px 0 20px;
}
.dcn__unions-button-wrapper{
    margin: 20px 0 10px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.dcn__unions-button{
    border-bottom: 1px dashed #0079C1;
    color: #0079C1;
    font-weight: bold;
}
.sdcn__unions{
    padding: 15px 40px 20px;
    border: 1px solid #e8e8e8;
}
.sdcn__union{
    margin: 15px 0 10px;
    max-width: 300px;
    background-color: #fff;
}
.sdcn__union-link{
    font-weight: bold;
}
.sdcn__union-list li{
    padding: 5px 0;
}
/* science / doctoral_normal */

/* career/jobs-at-rudn-accomodation */
.ara__header-list{
  margin-top : 40px;
}

.ara__header-list strong{
  font-family: 'PFAgoraSansPro', sans-serif;
  font-size : 18px;
}

.ara_cond .block__header-h2{
    margin-top : 50px;
}

.ara__place-card_head{
    padding : 30px 30px 10px 0;
    overflow : hidden;
    background-color : #FFFFFF;
}

.ara__place-card_head.ara__place-card_head-ext{
    padding : 24px 30px 18px 0;
}

.ara__place-card_head > *{
    float : left;
}

.ara__place-card_head-pic{
    margin-left : 45px;
    margin-top : 5px;
    width  : 70px;
    height : 70px;
}

.ara__place-card_head-text{
    width : calc( 100% - 115px );
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size : 18px;
    font-weight : bold;
}

.ara__place-card_head-ext .ara__place-card_head-text{
    font-size : 30px;
}

.ara__room-card_head .ara__place-card_head-pic{
    margin : 0 15px 0 30px;
}

.ara__room-card_head .ara__place-card_head-text{
    width : calc( 100% - 115px );
}

.ara__place-card_head-text span{
    display   : block;
    max-width : 275px;
}

.ara__place-card_map{
    height : 235px;
}

.ara__cond-card_info{
    padding : 30px;
    overflow : hidden;
}

.ara__cond-card_info > *{
    float : left;
    width : 50%;
}

.ara__cond-card_info__params{
    width : 55%;
}
.ara__cond-card_info__furniture{
    width : 45%;
}

.ara__params-item{
    margin-top : 5px;
    overflow : hidden;
}

.ara__params-item:first-child{
    margin-top : 20px;
}

.ara__params-item > *{
    float : left;
}

.ara__params-item__key{
    position : relative;
    width : calc( 100% - 100px );
}

.ara__params-item__value{
    margin-left : 20px;
    width : 80px;
}

.ara__params-item__key span{
    position : relative;
    display : inline-block;
    padding-right : 20px;
    z-index : 2;
    background-color : #FFFFFF;
}

.ara__params-item__key:before{
    content : '';
    position : absolute;
    top  : 50%;
    left : 0;
    z-index : 1;
    width  : 100%;
    height : 1px;
    background-color :rgba(136, 138, 145, 0.2);
}

.ara__cond-card_info__furniture .ara__params-item__key{
    width : 100%;
}

.ara__cond-card_info__furniture .ara__params-item__key:before{
    display : none;
}

.ara__place-card_head.ara__place-card_head-ext .ara__place-card_head-text{
    padding-left : 50px;
    float : none;
    width : 100%;
}

.ara__ext_text-wrapper{
    padding : 30px 50px;
    /*max-width : 700px;*/
    max-width : 900px;
}

.ara__ext-card_text{
    background-color : #FFFFFF;
    background-position : 100% 0;
    background-repeat : no-repeat;
}

.ara .info__item--grblock{
    padding : 25px 30px 40px 50px;
}

.ara .info__item--grblock:after{
    opacity :0.5;
}

.ara .info__item--grblock .item__h{
    font-size : 18px;
}

.ara .info__item--grblock .item__txt{
    /*max-width : 700px;*/
    max-width : 1000px;
}

.ara .lacd__directions_list span{
    display : inline-block;
    max-width : 750px;
}

.ara__btn-wrapper .btn{
    text-shadow: none;
    font-size   : 14px;
    font-weight : 600;
}

/* career/jobs-at-rudn-accomodation */

/* Life/culture_new */
.lcun__main{
    margin: 0;
}
.lcun .inner__section.inner__list{
    margin: 0;
}

.lcun__inner-page .banner__col2 .banner__col2-item{
    margin-right: 15px;
    margin-left: 15px;
}
.lcun__inner-page.inner__page{
    position: relative;
    margin-top: -80px;
    padding: 0;
    z-index: 10;
}
.lcun__inner-page .banner__col2{
    background-color: transparent;
}
.lcun__main.main__info .info__block{
    margin-bottom: 120px;
}
/* Life/culture_new */

/* About RUDN / Teachers */
.teach-one .gray-color{
    line-height: 1.6;
}
.teach .filter__block-ctrl{
    margin-top: 20px;
    margin-bottom: 30px;
}
.teach .row.row15.alphabet__filter-list,
.teach .graduate__list.row.row15{
    margin-left: 0;
    margin-right: 0;
}
.teach .simply__card--list .graduates{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    /*height: 180px;*/
    border: none;
}
.teach .simply__card--list .graduates:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 1px;
    height: calc( 100% - 50px );
    z-index: 1;
    opacity: 1;
    border: none;
    background-color: #f1f2f4;
    box-shadow: none;
    transition: none;
}
.teach .simply__card--list .graduates:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc( 50% + 1px );
    z-index: 1;
    height: 80px;
    width: calc( 50% - 1px );
    border: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    opacity: 1;
    box-shadow: none;
}
.teach .alphabet__filter-list{
    margin-bottom: 15px;
}
.teach .photo-pic{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.teach .human-info__inner-wrapper{
    position: relative;
    padding-left: 15px;
    overflow: hidden;
}
.teach .job__inner-wrapper{
    padding: 10px 15px 0 40px;
    max-width: 470px;
}
.teach .job{
    margin-bottom: 10px;
}
.teach .human-info__inner-wrapper > *{
    float: left;
}
.teach .graduates .human-info .photo{
    margin-top: 10px;
    margin-right: 30px;
    width: 70px;
}
.teach .graduates .human-info .info{
    width: calc( 100% - 100px );
}
.teach .info > *{
    margin-bottom: 8px;
}
.teach .name{
    max-width: 400px;
}
.teach .post{
    color: #888a91;
    font-size: 12px;
    line-height: 1.5;
}
.teach .email{
    font-weight: bold;
}
.teach .job-dep{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.teach-one .list-job{
    margin-bottom: 20px;
}
.teach-one .list-job li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.teach-one .list-job li:last-child{
    margin-bottom: 0;
}
.teach-one .list-job li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d8d8d8;
}
/* About RUDN / Teachers */

/* media/rudn-tv */
.mtv .banner__item.banner__item-nobg{
    height : auto;
}
.mtv__youtube__text-wrapper{
    padding-bottom: 80px;
}
.mtv .banner__item:before,
.mtv .banner__item.no-img-item:before,
.mtv .banner__item.no-img-item.banner__item-nobg:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    /*background-image: linear-gradient(to left, rgba(32, 32, 32, 0), rgba(0, 0, 0, 1));*/
    background-image: linear-gradient(to left, rgba(24, 60, 109, 0) 10%, rgba(24, 60, 109, 1) 60%);
    z-index: -1;
}
.mtv .banner__item{
    position: relative;
    min-height: 400px;
    height: 100%;
    background-position: top right;
    background-size: contain;
    background-color: #000;
    z-index: 1;
    background-repeat: no-repeat;
}
.mtv .banner__item .banner__txt{
    height: auto;
    overflow: hidden;
}


.mtv .banner__item.banner__item-nobg .banner__txt{
    max-width :750px;
}

.mtv__youtube-wrapper-left{
    overflow : hidden;
}

.mtv__youtube-wrapper-left > *{
    float : left;
}

.mtv__youtube__pic{
    margin-right : 20px;
    width  : 43px;
    height : 43px;
}

.mtv__youtube__text{
    width :calc( 100% - 65px );
}

.mtv__youtube-wrapper-right iframe{
    margin-top : 30px;
    width : 100% !important;
    height : 264px !important;
}

.mtv__cards-ext ul{
    overflow : hidden;
}

.mtv__cards-ext ul li{
    position : relative;
    margin-right : 10px;
    padding-left : 13px;
    float : left;
}

.mtv__cards-ext ul li:before{
    content : '';
    position : absolute;
    top    : 6px;
    left   : 0;
    width  : 3px;
    height : 3px;
    border-radius         : 50%;
    background-color : #9699a3;
}

.mtv__cards-ext ul li:first-child{
    padding-left : 0;
}

.mtv__cards-ext ul li:first-child:before{
    display : none;
}

.mtv__cards-header{
    font-size : 22px;
    font-family: 'PFAgoraSansPro', sans-serif;
}

.mtv__cards-ext{
    margin-top : 10px;
}

.mtv__cards-text{
    margin-top : 20px;
}

.mtv__cards-wrapper{
    padding : 25px 30px 40px;
}

.mtv__cards-video{
    display: block;
    margin-top : 15px;
    width  : 240px;
    height : 130px;
}
.mtv__cards-video-wrapper{
    display: block;
    float: right;
    margin-top: -80px;
    padding: 0 0 5px 30px;
}

.mtv__card_col{
    margin-bottom : 15px;
}

.mtv__card_col:last-child{
    margin-bottom : 0;
}
/* media/rudn-tv */

.main__info.stud-center .main__section{
    margin : 0;
}

.main__info.stud-center .inner__info_block{
    margin-top : 0;
}

/* media_rudn_in_media */

.news__item.news__item-media{
    margin-bottom : 30px;
    padding: 0 0 30px 0;
    height : 400px;
}

.news__item.news__item-media:not(.item),
.news__item.news__item-media:not(.item) .header__group,

.news__item.news__item-media:not(.item):hover,
.news__item.news__item-media:not(.item):focus,
.news__item.news__item-media:not(.item):hover .header__group{
    border : none;
}

.news__item.news__item-media:hover{
    overflow : visible;
    z-index : 5;
}

.news__item.news__item-media:hover .news__item-media-abs{
  min-height : 400px;
  box-shadow: 0 0 5px rgba( 0,0,0,0.2 );
}

.news__item.news__item-media:hover .news__item-wrapper{
    height   : auto;
    min-height : 270px;
    overflow : visible;
}

.news__item-media:hover .news__item-wrapper:after{
    display : none;
}

.news__item-media-abs{
    background-color: white;
    padding: 30px;
}




.news__item-media .news__item-wrapper .news__item-h{
    display : block;
}

.news__item-media .news__item-wrapper{
  position : relative;
  overflow : hidden;
  height   : 270px;
}

.news__item-media .news__item-wrapper:after{
  content        : "";
  position       : absolute;
  bottom         : 0;
  left           : 0;
  height         : 50px;
  width          : 100%;
  background     : linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
  pointer-events : none;
}

.news__item-media .news__item-wrapper > *{
  /*float : left;*/
    display : inline-block;
}

.news__item-media .news__item-pic{
    margin-right: 22px;
    margin-top: 22px;
    width: 165px;
    height: 165px;
    vertical-align: top;
}

.news__item-media .news__item-txt{
   width : calc(100% - 195px);
 }

.news__item-media .news__item-wrapper-noimg .news__item-pic{
  display : none;
}

.news__item-media .news__item-wrapper-noimg .news__item-txt{
  width : 100%
}

.news__item.news__item-media.text__over:after{
  display : none;
}

.news__item-source > *{
  display        : inline-block;
  vertical-align : middle;
}

.news__item-source__logo{
  margin-right : 15px;
  width        : 35px;
  height       : 35px;
}

.news__item-source__logo.rudn-bg{
  background-size : contain;
}

.news__item-text{
  color : rgba(41, 44, 61, 0.6);
  text-transform : uppercase;
  font-size : 12px;
  width : 180px;
  line-height : 1.5;
}

/* media_rudn_in_media */

/* Media visiting */
.mv .owl-carousel .owl-stage-outer{
  overflow : hidden;
}

#coop__accordion-block.ui-accordion.acc-inside-owl .ui-accordion-header{
  margin-top : 30px;
  padding : 0;
  border : none;
  border-color :#0079C1;
  font-size : 22px;
}

#coop__accordion-block.ui-accordion.acc-inside-owl .ui-accordion-header:first-of-type{
  margin-top : 0;
}

#coop__accordion-block.ui-accordion.acc-inside-owl .ui-icon{
  display : none;
}

#coop__accordion-block.ui-accordion.acc-inside-owl .ui-accordion-header:hover{
  border-color : #ee2a24;
}

#coop__accordion-block.ui-accordion.acc-inside-owl .ui-accordion-header:hover .rudn__link-dashed{
  color : #ee2a24;
}

#coop__accordion-block.ui-accordion.acc-inside-owl .ui-accordion-content{
  margin-top : 25px;
  padding : 0;
  overflow : hidden;
  border  : 0;
}

.mv__header-info{
  margin-top : 20px;
  overflow : hidden;
}

.mv__header-info-block{
  margin-right : 20px;
  overflow : hidden;
  float : left;
  white-space : nowrap;
}

.mv__header-info-block:last-child{
  margin-right : 0;
}

.mv__header-info-block > *{
  float : left;
}

.mv__header-info__pic{
  margin-right : 7px;
}

.rudn__lil-caption.mv__header-info__text{
  width :calc( 100% - 24px );
  color : rgba( 144, 147, 158, 0.5 );
  font-weight : normal;
}

.mv__header-info__pic-svg{
  fill: rgba( 144, 147, 158, 0.5 );
}

.mv__header-info__pic{
  line-height :12px;
  font-size : 12px;
}

.mv__header-info__pic-date{
  margin-top : 1px;
  width  : 12px;
  height : 13px;
}

.mv__header-info__pic-img{
  margin-top : -1px;
  width  : 16px;
  height : 12px;
}

.mv__header-info__pic-video {
  margin-top : 1px;
  width  : 16px;
  height : 8px;
}

.inner-carusel .item{
    width  : 100%;
    height : 240px;
}
/* Media visiting */

.fancybox-close-small{
    display : none;
}

/* Management of the program */
#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header{
  padding : 20px 0;
  border : none;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header:last-of-type{
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header-active:last-of-type{
  border-bottom : none;
}

#coop__accordion-block.ui-accordion.rudn__default-acc .ui-icon{
  top: 50%;
  margin-top : -15px;
}

#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-content{
  padding-left : 70px;
  padding-bottom : 0;
  border : none;
}

.mop .ad__item-pic{
  margin-right : 20px;
  width : 50px;
  height : 50px;
}

.mop__acc-txt{
  color : #000000;
  font-size : 12px;
  font-weight : bold;
}

.mop .banner__big-bg-bottom + .inner__page.zindex-up{
    top: -75px;
    margin-bottom: -75px;
}

.mop .tabs__block-dir .nav-tabs > li > a > span{
    border-bottom: none;
}

.block__header-h4.mop__acc-header{
  display : inline-block;
  color : #0079c1;
  border-bottom: 1px dashed #0079c1;
}

#coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-header-active .block__header-h4.mop__acc-header{
  color : #ee2a24;
  border-bottom: 1px dashed #ee2a24;
}

.mop .epe__card-flag{
  margin-bottom : 10px;
}


.mop .epe__card-flag__pic{
  margin-top : 2px;
}
/* Management of the program */

a.news__item-link-over {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Research institutes (vm) */
.inner__section.r-insitute {
    margin-top: 80px;
}

.inner__section.r-insitute__list {
    margin-top: 10px;
}

.r-insitute__item {
    margin-bottom: 15px;
    overflow: hidden;
}

.r-insitute div.r-insitute__item:last-of-type {
    margin-bottom: 30px;
}

.r-insitute__item-info {
    height: 330px;
    float: left;
    background-color: #FFFFFF;
}

.r-inst__img {
    width: 370px;
}

.r-inst__txt {
    padding: 30px 30px 40px 30px;
    width: calc(100% - 370px);
}

.r-insitute__wrapper {
    position: relative;
    /*height: 183px;*/
    height: 195px;
    overflow: hidden;
}

.r-insitute__wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 50px;*/
    height: 100px;
    border-bottom: 1px solid #e7e8e9;
    background-color: #FFFFFF;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
}

.r-insitute__item-header {
    margin-bottom: 15px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.r-insitute__item-more{
    position: relative;
    margin-top: -20px;
    z-index: 5;
}

.r-insitute__item-text {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-right: 70px;
    height: 140px;
}

/* Contacnt block */
.item__contacts-block {
    /*margin-top: 40px;*/
    margin-top: 30px;
    overflow: hidden;
}

.contacts-block__item {
    overflow: hidden;
    float: left;
}

.contacts-block__director {
    width: 42%;
    /*background-color : #AAD5DC;*/
}

.contacts-block__contacts {
    width: 58%;
    /*background-color : #B6D4B6;*/
}

.contacts__item.contacts__item_faculty {
    float: none;
}

.contacts-card {
    overflow: hidden;
}

.contacts-card__img .card-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contacts-card-block__img {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-card-item {
    float: left;
}

.contacts-card__txt {
    width: calc(100% - 50px);
}

.contacts-card-item + .contacts-card-item {
    margin-left: 10px;
}

.contacts-card__txt-caption {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
}

.contacts-card__txt-sub {
    font-size: 12px;
    line-height: 1;
    color: #000;
}

.contacts-card__txt-info {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #292C3D;
}

.contacts-card__txt-info_email {
    position: relative;
    color: #0079C1;
    /*padding-left : 40px;*/
}

.contacts-card__txt-info_phone {
    position: relative;
    padding-right: 20px;
}

.contacts-card__txt-info_phone:after {
    content: '';
    position: absolute;
    top: 8px;
    /*right: 16px;*/
    right: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #10924D;
}
.contacts-card__txt-info_phone.noafter:after {
    display: none;
}

.contacts-card__txt-info_txt {
    position: relative;
    color: #000;
}

.contacts-card__txt-info_txt:not(:first-child) {
    padding-left: 40px;
}

.contacts-card__txt-info_txt:not(:first-child):before {
    content: '';
    position: absolute;
    top: 8px;
    left: 16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

/* Contacnt block */

.btn.btn-lowercase {
    text-transform: none;
}

.insitute-news__header,
.insitute-events__header {
    margin: 10px 0 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    color: #292C3D;
}

.insitute-news__header_all,
.insitute-events__header_all {
    display: inline-block;
    margin-left: 15px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    color: #0079C1;
}

/* News block: new design */
.events__item.new-dis__events_item {
    height: 340px;
}

.header__date {
    /*position: relative;*/
}

.r-insitute__events .sub__item_calend,
.sub__item.sub__item_calend {
    position: absolute;
    /*top: 12px;
    right: 0;*/
    top: 30px;
    right: 30px;
    /*z-index: 2;*/
    z-index: 4;
}

.new-dis__events_item .events__item-sub {
    bottom: 50px;
}

.new-dis__events_item .events__item-sub .sub__item:first-child {
    position : relative;
    z-index : 3;
    line-height: 18px;
    border: none;
}

.new-dis__events_item .events__item-sub .sub__item:last-child {
    margin-left: 0;
}

/* News block: new design */
/* Research institutes (vm) */

/* We use your cookie */
.use-cookie-block{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 10px;
    display: none;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 40px 15px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.use-cookie-block.active{
    display: block;
}
.use-cookie-block__head{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.use-cookie-block__controls{
    margin-top: 15px;
    overflow: hidden;
}
.use-cookie-block__controls > *{
    float: left;
}
.use-cookie-block__close{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #dbd8d8;
    text-align: center;
    outline: none;
}
.use-cookie-block__link{
    padding: 5px 10px;
}
.use-cookie-block__link-ok{
    margin-right: 10px;
    border: 1px solid #0079c1;
}
/* We use your cookie */

/* Media / Main_polygraphy */
.plgr .banner__col2 .banner__col2-bottom{
    border-bottom: none;
}
.plgr__statement .item__txt-main{
    max-width: 750px;
}
.plgr__statement{
    margin: 40px 0 -70px 0;
    /*padding: 20px 0;*/
    background-color: #fff;
}
.plgr__section{
    padding-bottom: 80px;
    border-bottom: 1px solid #f1f2f4;
    background-color: #fff;
}
.plgr__section .item__h{
    margin: 40px 0 30px;
}
.plgr__digest .main__section.main__info {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.plgr__banner2 .col-md-8.banner__col2-left{
    width: 83.33333333%;
}
.plgr__statement .main__section.main__info {
    margin-bottom: 0;
}
.plgr__statement .main__section.main__info .main__info-bg{
    display: none;
}
.plgr .banner__col2{
    margin-top: -80px;
    z-index: 10;
    background-color: transparent;
}
.plgr .history__item .history__item-link span:not(.plgr__brace){
    text-decoration: underline;
}
.plgr .history__item-link span.history__item-pic{
    margin-right: 5px;
    width: 18px;
}
.plgr .history__item-link span:not(.plgr__brace):after{
    display: none;
}
.plgr .history__item-wrap{
    margin-bottom: 0;
}
.plgr .history__item-info{
    top: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.6;
}
.plgr .history__item .history__item-link span.history__item-info,
.plgr .history__item .history__item-link span.history__item-info > *{
    text-decoration: none;
}
.history__item-ext{
    top: -1px;
    text-transform: uppercase;
}
.plgr .banner__col2 .banner__col2-item{
    margin: 0;
}

.plgr .history__item-wrap .history__item-link-bottom {
    position: absolute;
    bottom: 20px;
    z-index: 20;
    left: 45px;
    color: #fff;
    text-decoration: underline;
}
.history__item-link-bottom ~ .history__item .history__item-link {
    bottom: 25px;
}
/* Media / Main_polygraphy */

/* Aboute / Traditions-new */
.atn__prld{
    position: fixed;
    /*background: rgba(0, 0, 0, 0.6);*/
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}
.atn__main .container{
    background-repeat: no-repeat;
    background-position: right top;
}

.atn__main .espr-acc.ui-accordion .ui-accordion-header{
    padding: 40px 50px;
    border: none;
    background-color: #004f9e;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.atn__main .espr-acc.ui-accordion .ui-accordion-header:hover{
    color: #fff;
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header .ui-icon{
    display: none;
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header .acc-header-text{
    text-decoration: underline;
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header:nth-of-type(1){
    background-image: url('/i/about/traditions/acc/00.png');
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header:nth-of-type(2){
    background-image: url('/i/about/traditions/acc/01.png');
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header:nth-of-type(3){
    background-image: url('/i/about/traditions/acc/02.png');
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header:nth-of-type(4){
    background-image: url('/i/about/traditions/acc/03.png');
}
.atn__main .espr-acc.ui-accordion .ui-accordion-header:nth-of-type(5){
    background-image: url('/i/about/traditions/acc/04.png');
    background-position: 5px 0;
}
.atn__main .espr-acc.ui-accordion .ui-accordion-content{
    padding: 20px 50px 60px;
}
.atn .banner__col2{
    background-color: transparent;
}
.atn .banner__col2 .banner__col2-h,
.plgr .banner__col2 .banner__col2-h{
    font-size: 40px;
    line-height: 1.1;
}
.atn .banner__col2 .banner__col2-bottom{
    padding-bottom: 0;
    border-bottom: none;
}
.atn .banner__col2-link{
    color: #fff;
    font-weight: bold;
}
.atn .banner__col2 .banner__col2-item:before{
    opacity: 0.7;
}
.atn .banner__col2-link-wrapper{
    margin-top: 30px;
}
.atn-tradition{
    margin-top: 60px;
}
.atn-tradition__item{
    display: block;
}
.atn-tradition__item > *{
    display: block;
}
.atn-tradition__item:hover > *{
    color: #ee2a24;
}
.atn-tradition__item .atn-pic__hover{
     display: none;
 }
.atn-tradition__item:hover .atn-pic__default{
    display: none;
}
.atn-tradition__item:hover .atn-pic__hover{
    display: inline-block;
}

.atn-tradition__item-caption{
    color: #0079c1;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.atn-tradition__item{
    /*margin-bottom: 30px;*/
    padding: 18px 30px 18px 50px;
    height: 100%;
    line-height: 1.4;
    background-color: #fff;
}
.atn-tradition__item > *{
    display: inline-block;
    vertical-align: middle;
}
.atn-tradition__item-caption{
    width: calc( 100% - 90px );
}
.atn-tradition__item-pic{
    margin-left: 15px;
    width: 70px;
    height: 70px;
}
.atn__col-traditions{
    margin-bottom: 30px;
}
.container-fluid.atn__popup{
    padding: 0;
    overflow: hidden;
    width: 970px;
    min-height: 600px;
}
.atn__popup .fancybox-button{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    color: #bfbfbf;
    background-color: transparent;
}
.atn__popup-caption{
    font-size: 20px;
    font-weight: bold;
}
.atn__popup .plate-main_info{
    padding: 40px 30px;
}
.atn__popup .infographic_plate{
    background-size: auto;
}
.atn__popup .infographic_right-block{
    padding: 50px 100px 50px 50px;
    min-height: 600px;
}
.atn__popup-lead{
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.atn .btn.btn-lg.btn-white,
.plgr .btn.btn-lg.btn-white{
    padding: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
}
/* Aboute / Traditions-new */

/* Life/Medicine_kdc */
.mkdc__main{
    background-color: #fff;
}
.mkdc .article__field-info-green{
    font-size: 18px;
    line-height: 1.56;
}
.mkdc .info__item .info__item-smblock{
    margin-top: 75px;
    padding: 30px 50px 40px;
}
.mkdc .isup__smblock-item .fsmi-smblock__person-name{
    margin-top: 0;
}
.fsmi-smblock__table{
    font-size: 14px;
}
.fsmi-smblock__table td{
    vertical-align: top;
}
.fsmi-smblock__table td:first-child{
    width: 70px;
    font-family: 'PFAgoraSansPro', sans-serif;
    opacity: 0.5;
}
.isup__smblock-item .fsmi-smblock__person-name.fsmi-smblock__person-job{
    margin-top: 20px;
    margin-bottom: 10px;
}
.mkdc__main .espr-acc.ui-accordion .ui-accordion-header{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.mkdc__main .espr-acc.ui-accordion .ui-accordion-header{
    margin: 1px 0 0 0;
    background-color: rgba(216, 216, 216, 0.25);
    border: none;
}
.mkdc__main .espr-acc.ui-accordion .ui-accordion-header:first-child{
    margin: 0;
}
.mkdc__main .info__item{
    padding-bottom: 0;
}
.mkdc__main .dep-acc .espr-acc.ui-accordion .ui-accordion-content{
    padding-bottom: 20px;
    overflow: hidden;
    border: none;
    background-color: rgba(216, 216, 216, 0.25);
    font-size: 14px;
    font-weight: bold;

}
.mkdc__main .acc-header-text{
    max-width: 250px;
}
.kdc__item{
    margin-bottom: 30px;
    padding: 35px 50px 50px 50px;
    background-color: #fff;
}
.kdc__item:last-child{
    margin-bottom: 0;
}
.mkdc__kdc .block__header-h2{
    margin: 50px 0 30px;
}
.kdc__item-name{
    margin: 25px 0 40px;
    overflow: hidden;
}
.kdc__item-name > *{
    float: left;
}
.kdc__item-name-pic{
    margin-right: 20px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.kdc__item-name-info{
    width: calc( 100% - 65px );
}
.kdc__item-name-info-name a{
    font-size: 14px;
    font-weight: bold;
}
.kdc__item-name-info-extra{
    color: #a1a1a1;
    font-size: 12px;
    line-height: 1.4;
}
.mkdc__kdc .espr-acc.ui-accordion .ui-accordion-header{
    background-color: #f1f2f4;
}
.mkdc__kdc .dep-acc .espr-acc.ui-accordion .ui-accordion-content{
    padding-top: 40px;
}
.mkdc__kdc .dep-acc{
    margin-bottom: 0;
}
/* Life/Medicine_kdc */

/* Conference form */
.filter__block .form-group.inv{
    margin-bottom: 0;
}

.report_area.form-control {
    height: 136px;
    resize: none;
}

a.pay-page{
    color: #0079C1;
    font-size: 14px;
    line-height: 1.43;
}

a.pay-page:hover{
    color: #EE2A24;
}
/* Conference form */

/* Research institutes detail (vm) */
.rid__main-areas_wrapper {
    padding: 40px 0 80px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 180px;
}

.rid__slider.main__slider.main__slider_sport {
    margin-top: 0;
}

.info__item-head.rid__header {
    margin-bottom: 30px;
    padding-right: 20px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.25;
}

.rid__header_all.insitute-events__header_all {
    margin-left: 10px;
}

.rid__proj .research_project {
    border: solid 1px rgba(136, 138, 145, 0.2);

}

.rid__proj:last-child .research_project {
    border-bottom: solid 1px rgba(136, 138, 145, 0.2);
}

.research_project__wrapper {
    overflow: hidden;
}

.research_project {
    width: 1170px;
}

.stud-res .research_project {
    width: 1140px;
}

.rid__addition_content {
    line-height: 1.25;
}

.bg-wrapper {
    position: relative;
}

.rid__back-bottom {
    position: absolute;
    bottom: -80px;
    left: -50px;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: left top;
}

.rid__proj .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}

.rid__proj .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -4px;
}

.rid__card.conf-det__card-person {
    margin-top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.rid__inst_text {
    padding-right: 20px;
}

.rid__inst .contacts-card__txt-info{
    white-space: nowrap;
}

.rid__inst_text_wrapper {
    position: relative;
}

.rid__inst_text_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #F2F2F2;
}

.rid__card .contacts-card__txt {
    width: 100%;
}

.rid__card .contacts-card__txt-caption {
    margin-top: 25px;
}

.conf-det__card-person_noimg,
.rid__card .conf-det__card-person_img img{
    width: auto;
    max-width: 100%;
    border-radius: 0;
}

.rid__card .conf-det__card-person_img {
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ext-link__fill {
    fill: #0079C1;
}

.ext-link__stroke {
    stroke: #0079C1;
}

.rid__inst_link a:hover .rid__inst_link-icon .ext-link__stroke {
    stroke: red;
}

.rid__inst_link a:hover .rid__inst_link-icon .ext-link__fill {
    fill: red;
}

span.rid__inst_link-icon svg {
    position: relative;
    top: 10px;
}

section.rid__inst {
    padding-top: 45px;
}

.rid__inst_link {
    margin-top: 25px;
}

.rid__inst_link a {
    font-weight: 600;
}

.rid__news {
    padding: 40px 0 65px;
}

.rid__labor {
    padding: 40px 0 0;
}

.rid__part {
    padding: 40px 0 0;
}

.rid__events {
    padding: 40px 0 0;
}

.rid__gal {
    padding: 40px 0 0;
}

.rid__img,
.rid__text {
    float: left;
    /*background-color : #ddd;*/
}

.rid__img {
    margin: 0 20px 0 30px;
    width: 100px;
}
/*
.rid__img .img {
    width: 100%;
}*/
.rid__img img {
    max-width: 100%;
}

.rud__toggle{
    border-bottom :1px dashed #0079c1;
    font-weight : 600;
    color : #0079c1;
    cursor : pointer;
}

.rud__toggle:hover,
.rud__toggle:active,
.rud__toggle:focus,
.rud__toggle.active{
    border-bottom :1px dashed transparent;
    font-weight : 600;
    color : #ee2a24;
}

.rid__text {
    width: calc(100% - 150px);
}

.rid__p_head {
    padding-right: 40px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.rid__p_post {
    font-size: 12px;
    line-height: 2.08;
}

.rid__p_place,
.rid__p_info-head {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
}

.rid__p_place {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.rid__p_info-txt{
    line-height : 1.25;
}

.rid__p_info-head {
}

.rid__p_info{
    margin-bottom : 25px;
}

.rid__p_info-link_text a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
}

.rid__p_info-link_pic,
.rid__p_info-link_text {
    float: left;
}

.rid__p_info-link_pic {
    margin: 6px 20px 0 0;
    width: 27px;
    height : 27px;
}

.rid__p_info-link_text {
    width: calc(100% - 47px);
}

.rid__lab_wrapper,
.rid__lab1_wrapper {
    padding: 30px 0;
    overflow : hidden;
}

.rid__lab_wrapper .js__toggle_block-link,
.coop-ep__card-info__desktop .js__toggle_block-link{
    margin-bottom: 40px;
    border-bottom: 1px dashed #0079c1;
    font-weight: 600;
    font-size: 12px;
    color: #0079c1;
    cursor: pointer;
}

.rid__p_hidden {
    padding-bottom: 30px;
    display: none;
}

.rid__lab1_wrapper {}

.rid__p_res {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}

.rid__p_res p {
    margin-top: 10px;
    max-width: 360px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
}

.rid__p_undercut {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
}
/* Research institutes detail (vm) */

/* Life/Medicine_international */
.lmi__main{
    background-color: #fff;
}
.lmi__main-lead{
    margin: 0 0 20px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-weight: 500;
    font-size: 22px;
}
.lmi__main.main__section.main__info{
    margin: 0;
    padding: 0;
}
.lmi__offer{
    padding: 30px 0 70px;
    background-color: #fff;
}
.lmi__offer-item{
    overflow: hidden;
}
.lmi__offer-item > * {
    float: left;
}
.lmi__offer-item-pic{
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.lmi__offer-item-text{
    width: calc( 100% - 55px );
}
.lmi__offer-item-text-ext{
    margin: 40px 0 0 15px;
}
.lmi__offer-item{
    margin-top: 30px;
}
.row.lmi__offer-cards-row .col-md-6:nth-child(odd) {
    clear: left;
}
.lmi .quam-tasks__list-button-wrapper{
    padding: 0;
    border: none;
}
.lmi .info__item.info__item--grblock{
    padding-bottom: 40px;
}
.lmi .info__item.info__item--grblock .block__header-h3{
    color: #fff;
}
/* Life/Medicine_international */

/* life/programms */
.main__section.main__info.lpr__main{
    margin-bottom: 40px;
}
.lpr .info__block.info__left{
    margin-bottom: 20px;
}
.lpr .main__info .main__info-bg,
.lpr .main__info-bg-strong{
    background-image: url('/i/bg_lines_n2.png');
}
.lpr__programm{
    margin-bottom: 30px;
    border: 1px solid #f1f2f4;
}
.lpr .wrap-test{
    margin-top: 0;
}
.lpr__video-detail{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    max-width: 420px;
    padding: 15px 20px;
    color: #fff;
    white-space: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
}
.lpr__programm a{
    padding: 15px 0;
    display: block;
    text-align: center;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
/* life/programms */

/* career/disabilities */
.dep-acc.WYSIWYG h3{
    font-family: "Open Sans", sans-serif;
}
.main__section.main__info.disa__main{
    margin-bottom: 0;
}
.main__section.main__info.disa__main .main__info-bg{
    display: none;
}
.main__section.main__info.disa__main .item__txt-main{
    max-width: 690px;
}
.disa .department__dep{
    line-height: 1.63;
}
.disa .info__item .info__item-smblock{
    padding: 30px 35px;
}
.disa .fsmi-smblock__person-name{
    max-width: 280px;
    font-family: 'PFAgoraSansPro', sans-serif;
}
.disa .info__item-smblock{
    background-image: url('/i/footer_bg.png');
}
.disa__main-right-phone{
    margin-top: 15px;
}
a[href^=tel]{
    color: inherit;
    cursor: default;
}
a[href^=tel]:hover{
    color: inherit;
}
.disa__main-right-phone-add{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.disa__main-right-post a{
    color: #fff;
}
.disa__main-right-address{
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
/* career/disabilities */

.mivi .item__h, .mivi .item__h h1,
.vt__main .item__h, .vt__main .item__h h1,
.atchiv__main .item__h, .atchiv__main .item__h h1,
.reasons__wrapper .main__section .item__h, .reasons__wrapper .main__section .item__h h1,
.article__one-h, .article__one-h h1,
.edum .block__composite .item__h, .edum .block__composite .item__h h1,
.life .main__section .item__h, .life .main__section .item__h h1,
.cult .main__section .item__h, .cult .main__section .item__h h1,
.freshman .main__section .item__h, .freshman .main__section .item__h h1,
.career-page .banner__big-bg .main__section .item__h, .career-page .banner__big-bg .main__section .item__h h1,
.epm .main__section .item__h, .epm .main__section .item__h h1,
.say-hello .main__section .item__h, .say-hello .main__section .item__h h1,
.scip .banner__big-bg .main__section .item__h, .scip .banner__big-bg .main__section .item__h h1,
.srp .banner__big-bg-bottom .main__section .item__h, .srp .banner__big-bg-bottom .main__section .item__h h1,
.crp .banner__big-bg .main__section .item__h, .crp .banner__big-bg .main__section .item__h h1,
.ssar .main__section .item__h, .ssar .main__section .item__h h1,
.icoop .main__section .item__h, .icoop .main__section .item__h h1,
.coop-ep .main__section .item__h, .coop-ep .main__section .item__h h1,
.worldr .main__section .item__h, .worldr .main__section .item__h h1 {
    font-size: 40px;
}

.say-hello .info__item.info__item--grblock .item__h,
.say-hello .info__item.info__item--grblock .item__h h1{
    font-size: 30px;
}
/* about/corporate_culture */
.ccu__docs .block__header-h2{
    margin-bottom: 20px;
}
.ccu .ccu__slider-caption{
    color: #fff;
}
.ccu .department__slider-item .row.mt10 blockquote{
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
}

.ccu .department__slider-item{
    max-width: 100% !important;
}
.ccu .department__slider-item .list.list-inline .slider-h{
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.ccu .codex-cite,
.ccu .department__slider-item .row.mt10 blockquote p{
    margin: 8px 0;
    padding: 8px 0 8px 27px;
    border-left: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.ccu__wrapper-museum .item__txt-main{
    /*max-width: 570px;*/
}
.ccu__docs .block__header-h3{
    margin-bottom: 15px;
}
.ccu .department__slider-wrap .doc__item:before{
    background: url('/u/www/images/about/icon-attach.png') no-repeat;
}
.ccu .department__slider-item .row.mt10 .col-xs-12 p{
    margin-left: 0;
}
.ccu__dots-wrapper{
    position: relative;
    /*top: -70px;*/
}
.ccu .department__slider-item .slider-h{
    line-height: 35px;
}
.main__section.main__info.ccu__main{
    margin-bottom: 0;
}
.inner__section.inner__history.ccu__history{
    margin: 0;
    padding-bottom: 70px;
    background-color: #fff;
}
.ccu .department__slider-h{
    font-size: 30px;
    line-height: 1.37;
}
.ccu .department__slider-wrap .doc__item{
    margin: 40px 0 10px;
}
.ccu .department__slider-dots .owl-dot span{
    background-color: rgba(255, 255, 255, .8);
    color: #0079c1;
}
.ccu .department__slider-dots .owl-dot:hover span{
    background-color: rgba(255, 255, 255, 1);
    color: #0079c1;
}
.ccu .department__slider-dots .owl-dot.active span{
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 1);
}
.ccu .department__slider-dots .owl-dot span:before {
    font-size: 14px;
    line-height: 25px;
}
.ccu .department__slider-wrap .doc__item .doc__name{
    color: #fff;
}
.ccu .department__slider-wrap .doc__item .doc__info{
    color: rgba(255, 255, 255, 0.6);
}
.ccu__link-wrapper{
    margin-top: 20px;
}
.ccu__link-wrapper a{
    font-weight: bold;
}
.ccu .fsmi-gallery-docs-inner-wrapper{
    margin-top: 0;
}
.ccu .row .fsmi-gallery-inner-wrapper{
    margin-top: 30px;
}
.ccu .row:nth-child(1) .fsmi-gallery-inner-wrapper,
.ccu .row:nth-child(2) .fsmi-gallery-inner-wrapper{
    margin-top: 0;
}
.ccu__wrapper-museum .main__section.main__info {
    margin-bottom: 30px;
}

/* admission_main */
.adm1 .inner__history{
    margin-top: 60px;
    margin-bottom: -20px;
}
.adm1 .achivements__grid-item{
    margin-top: 15px;
}
.history__item .history__item-link.external-resource span{
    position: relative;
}
.history__item .history__item-link.external-resource span:after {
    content: "";
    display: inline-block;
    background: transparent url('/i/sprite.png') no-repeat;
    background-position: -326px 0;
    width: 10px;
    height: 11px;
    margin-top: -4px;
    margin-left: 5px;
}
/* admission_main */



/*media_product*/
.mpbi__pic{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.mpbi__pic.fw{
    width: 100%;
 }

.mpbi__pic.hw{
    width: 50%;
}

.mpbi__pic.fh{
     height: 394px;
 }

.mpbi__pic.hh{
    height: 189px;
}

.mpbi__pic.hh:first-child{
    margin-top: 0!important;
}

.mpbi__pic.hh:last-child{
    margin-top: 16px;
}

.corporate_products {
    background-color: #fff;
}
.corporate_products__text h2{
    color: #292c3d;
    font-family: "PFAgoraSansPro-Bold", sans-serif;
    font-size: 39px;
    padding-top: 44px;
    line-height: 1.25px;
    padding-bottom: 34px;
    font-weight: bold;
}
.corporate_products__text p{
    font-size: 16px;
    color: #292c3d;
    width: 92%;
    font-family: "Open Sans";
}
.corporate_products__img {
    position: relative;
    right: 52px;
}
.media_product{
    margin-top: 80px;
}
.media_product__block {
    /*margin-bottom: 10px;*/
    margin-bottom: 16px;
}
.media_product__block--price {
    max-width: 100%;
    width: 280px;
    height: 393px;
    background-color: #004f9e;
    padding: 70% 0;
    transition: all 0.4s;
    position: relative;
}
.vertical-images img:nth-child(1) {
    margin-bottom: 16px;
}

.media_product__block--priceItem {
    position: absolute;
    bottom: 35px;
    left: 30px;
}
.media_product__block--priceItem a {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    font-family: "PFAgoraSansPro";
    display: inline-block;
    /*width: 98%;*/
    line-height: 1.4;

}
.media_product__block--priceItem a span:after{
    content: "\e258";
    /* display: inline-block; */
    display: inline;
    vertical-align: middle;
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 15px;
}
.media_product__block--priceItem img:nth-child(1) {
    display: block;
}

.media_product__block--priceArrow {
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 73px;
}
.media_product__block--priceIcon {
    width: 70px;
    height: 70px;
    display: block;
}
.media_product__block--priceArrowSports {
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;*/
    /*bottom: -2px;*/
    /*left: 89px;*/
}
.media_product__block--priceColorSport {
    background-color: #0570b7;
}
.media_product__block--priceColorStation {
    background-color: #009a3e;
}
.media_product__block--item img{
    max-width: 100%;
}
.media_product_documents {
    margin-bottom: -90px;
}
/*end media_product*/




.audio-download{
    margin-left: -1px;
    width: 100px;
    height: 80px;
    border: 1px solid #f1f2f4;
}
.audio-download__info,
.audio-download__info span{
    display: block;
    text-align: center;
}
.audio-download__info:hover .svg__fsmi-gallery-type-ico-group{
    fill: #ee2a24;
}
.audio-download__info{
    margin-top: 10px;
}
.audio-download__data{
    margin-top: -12px;
}
.audio-download__format{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
a.audio-download__info:active .audio-download__format,
a.audio-download__info:focus .audio-download__format{
    color: #0079C1;
}
a.audio-download__info:hover .audio-download__format{
    color: #EE2A24;
}
.audio-download__size{
    margin-top: -8px;
    color: #888a91;
    font-size: 12px;
    text-transform: uppercase;
}
/* audioplayer old */
/*
.audioplayer {
    width: 570px;
    height: 80px;
    color: #292c3d;
    border: solid 1px #f1f2f4;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
*/
/* mini mode (fallback) */
/*
.audioplayer-mini {
    margin: 0 auto;
}
.audioplayer > div {
    position: absolute;
}
.audioplayer-playpause {
    margin: 15px 0 0 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #0079c1;
}
.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #ee2a24;
}
.audioplayer-playpause a {
    display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -2px
}
.audioplayer-playing .audioplayer-playpause a {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em;
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 5px;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
    left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
    right: 0;
}
.audioplayer-time {
    z-index: 2;
    bottom: 25px;
    font-size: 12px;
}
.audioplayer-time-current {
    left: 70px;
}
.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1);
    left: 435px;
}
.audioplayer-bar-played:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 11px;
    height: 11px;
    margin: -4px 0 0 -5px;
    border-radius: 50%;
    background-color: #0079c1;
}
.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}
.audioplayer-bar {
    height: 3px;
    background-color: #f1f2f4;
    cursor: pointer;
    z-index: 1;
    bottom: 19px;
    left: 70px;
    width: 100%;
    max-width: 400px;
}
.audioplayer-novolume .audioplayer-bar {
    right: 4.375em;
}
.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.audioplayer-bar-loaded {
    background-color: rgba(0, 127, 209, 0.4);
    z-index: 1;
}
.audioplayer-bar-played {
    background: #007fd1;
    z-index: 2;
}
.audioplayer-volume {
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 50px;
    left: 500px;
}
.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}
.audioplayer-volume-button a {
    width: 5px;
    height: 6px;
    background-color: #0079c1;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}
.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left: none;
    border-right-color: #0079c1;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em;
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    width: 5px;
    height: 5px;
    border: 4px double #0079c1;
    border-width: 4px 0.25em 0 0;
    left: 10px;
    top: 1px;
    border-radius: 0 15px 0 0;
    transform: rotate(45deg);
}
.audioplayer-volume-adjust {
    height: 100px;
    cursor: default;
    position: absolute;
    left: 0;
    right: -10px;
    top: -9999px;
    background: #fff;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}
.audioplayer-volume-adjust > div {
    width: 40%;
    height: 85px;
    background-color: #f1f2f4;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}
.audioplayer-volume:hover a{
    background-color: #EE2a24;
}
.audioplayer-volume:hover a:before{
    border-right-color: #EE2a24;
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume:hover a:after{
    border-color: #EE2a24;
}
.audioplayer-volume-adjust div div{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
}
.audioplayer-volume-adjust div div:hover {
    background-color: #EE2a24;
}
.audioplayer-novolume .audioplayer-volume {
    display: none;
}
.audioplayer-volume-adjust {
    box-shadow: 0 5px 15px 0 rgba(41, 44, 61, 0.04);
}
.audioplayer-bar-played {
    background-color: #0079c1;
}
.audioplayer-volume-adjust div div {
    background-color: #0079c1;
}
.audioplayer {
    border-radius: 2px;
}
.audioplayer-volume-adjust {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.audio-wrapper {
    display: inline-block;
    box-shadow: 0 5px 15px 0 rgba(41, 44, 61, 0.04);
}
.audio-wrapper > *{
    float: left;
}
.audio-download{
    margin-left: -1px;
    width: 100px;
    height: 80px;
    border: 1px solid #f1f2f4;
}
.audio-download__info,
.audio-download__info span{
    display: block;
    text-align: center;
}
.audio-download__info:hover .svg__fsmi-gallery-type-ico-group{
    fill: #ee2a24;
}
.audio-download__info{
    margin-top: 10px;
}
.audio-download__data{
    margin-top: -12px;
}
.audio-download__format{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.audio-download__size{
    margin-top: -8px;
    color: #888a91;
    font-size: 12px;
    text-transform: uppercase;
}
.audio-wrapper{
    position: relative;
}
.audio__song-name {
    position: absolute;
    top: 10px;
    left: 70px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
}
*/
/* audioplayer old */

/* audioplayer */
.audio-block {
    margin-top: 35px;
    border: 1px solid #f1f2f4;
    position: relative;
    height: 82px;
    width: 570px;
}
.plyr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.plyr--audio .plyr__controls {
    /*width: 570px;*/
    height: 80px;
}
.audio-download {
    width: 100px;
    height: 80px;
    border: 1px solid #f1f2f4;
    position: absolute;
    top: 0;
    left: 570px;
}
.plyr__control[data-plyr="play"] {
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0079c1;
}
.plyr__control[data-plyr="play"] svg {
    margin-left: 6px;
    width: 15px;
    height: 15px;
    fill: #fff;
}
.plyr__control[data-plyr="mute"] svg{
    fill: #0079c1;
}
.plyr__control[data-plyr="mute"]:hover svg{
    fill: #fff
}
#plyr-play {
    fill: #fff;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
    width: 400px;
}
.plyr__control.plyr__tab-focus{
    box-shadow: none;
}
.plyr__time.plyr__time--current {
    position: absolute;
    top: 25px;
    left: 50px;
    font-size: 12px;
}
.plyr__progress {
    top: 15px;
}
.plyr__volume {
    top: 15px;
}
.plyr__menu {
    display: none;
}
.plyr--audio .plyr__control {
    border-radius: 50%;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    /*background: #0079c1;*/
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background-color: #EE2A24;
}
.plyr--full-ui input[type=range] {
    color: #0079c1;
}
.plyr--audio .plyr__progress__buffer {
    color: rgba(0, 154, 242, 0.66);
}
input[type="range" i] {
/*input[type="range"] {*/
    color: red;
}
.track-name {
    position: absolute;
    top: 5px;
    left: 60px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    font-size: 14px;
    white-space: nowrap;
}
.track-name:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
/* audioplayer */
/* about/corporate_culture */

/* Safety, health, wellness */
.centers .pd__equipment__item_info-wrapper {
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 590px;
    transition: 0.2s;
}
.med_serv_img{
    width: 356px;
    height: 366px;
    background-repeat: no-repeat;
    /*background-position: -130px center;*/
}
.main__info.med-service .info__block,
.main__info.med-program .info__block{
    margin-bottom: 0;
}
.main__info.med-program .info__block{
    margin-top: 0;
}
.WYSIWYG.shw__list ul li{
    margin-bottom: 15px;
}
.WYSIWYG.shw__list ul li:last-child{
    margin-bottom: 0;
}
.med-program .item__txt-main{
    margin-bottom: 10px;
}
.med-program__plate{
    margin-top: 55px;
    padding: 35px 30px 30px;
    background-color: #e5f5ec;
    font-size: 12px;
    line-height: 1.67;
}
.med-program__plate-inner{
    margin-bottom: 60px;
    overflow: hidden;
}
.med-program__plate-inner:last-child{
    margin-bottom: 0;
}
.med-program__plate-inner > *{
    float: left;
}
.med-program__plate-pic{
    margin-right: 20px;
    width: 28px;
    height: 32px;
}
.med-program__plate-info{
    width: calc( 100% - 50px );
}
.med-program__plate-info-money{
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #009a3e
}
.med-program__plate-info a{
    border-bottom: 1px dashed #0079c1;
}
.med-program__plate-info a:hover{
    border-bottom: 1px dashed #EE2a24;
}
.enp .med-program__plate-info a:hover{
    border-bottom: none;
}
.enp a.pull-right {
    float: none !important;
}
.med-program__link a{
    position: relative;
    padding-right: 15px;
}
.med-program__link a:after{
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 9px;
    height: 9px;
    background-image: url('/i/sprite.png');
    background-position: 2px -7px;
}
.med-program__link a:hover:after{
    background-position: -26px -7px;
}
.med-program .say_hello_form .alumni_files {
    margin: 50px 0;
    padding: 20px 45px 30px;
    border: 1px solid #f1f2f4;
    border-left: 5px solid #009a3e;
    background-color: transparent;
}
.med-program .say_hello_form .alumni_files .file{
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}
.med-program .say_hello_form .alumni_files .file span{
    font-size: 12px;
}
.dms .dms-header{
    margin: 50px 0 25px;
}
.dms-card,
.disease-card{
    padding: 35px 40px;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border: 1px solid #e7e9ee;
}
.disease-card{
    background-position: right bottom;
    background-repeat: no-repeat;
}
.dms-card__header{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.dms-card .WYSIWYG ol>li{
    margin-bottom: 15px;
}
.dms-card .WYSIWYG ol>li:last-child,
.disease-card .WYSIWYG p:last-child{
    margin-bottom: 0;
}
.health__lead{
    margin-top: 15px;
    overflow: hidden;
}
.health__lead > *{
    float: left;
}
.health__lead-pic{
    margin-right: 30px;
    width: 70px;
    height: 70px;
}
.health__lead-txt{
    width: calc( 100% - 100px );
    line-height: 1.56;
}
.disease__inner{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f2f4;
    background-position: right top;
    background-repeat: no-repeat;
}
.health .info__item.info__item--grblock{
    margin: 40px 0 60px;
    padding-bottom: 40px;
}
.centers{
    padding-top: 50px;
}
.centers .pd__equipment__item_header{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    background-color: red;
}
.centers .pd__equipment__item_info_block{
    /*height: 610px;*/
    min-height: 590px;
    transition: 0.25s;
 }
.shw .main__info .main__info-bg{
    background-size: cover;
}
.shw__button-wrappepr{
    margin: -26px 0 0 30px;
    /*padding-bottom: 20px;*/
}
.shw__link-wrapper{
    margin-top: 30px;
    font-weight: bold;
}
.shw__banner-wrapper .banner__item .banner__h{
    font-size: 36px;
}
.shw__banner-wrapper .banner__txt{
    max-width: 750px;
}
.shw__banner-wrapper .button-wrapper{
    font-weight: bold;
}
.shw__banner-wrapper .button-wrapper a{
    color: #fff;
}
.shw .disease__inner{
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: none;
}
.shw .health .info__item.info__item--grblock{
    margin-top: 0;
}
.shw .health .info__item--grblock ul li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}
.shw .health .info__item--grblock ul li:last-child{
    margin-bottom: 0;
}
.shw .health .info__item--grblock ul li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.35);
}
.pd__equipment__item_info + .shw__button-wrappepr{}

.centers button.shw__button {
    position: relative;
    padding: 0;
    display: block;
    z-index: 50;
    border: none;
    border-bottom: 1px dashed #0079c1;
    background: none;
    font-size: 14px;
    color: #0079c1;
    outline: none;
}
.pd__equipment__item_info.rudn__grad-bottom.active + .shw__button-wrappepr {
    margin-top: 0;
    padding: 10px 0 20px;
}
/*
.centers .pd__equipment__item_info_block:hover{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16), inset 0 0 0 0 rgba(0, 0, 0, 0);
}
*/
.centers .pd__equipment__item_info_block:hover .pd__equipment__item_info-wrapper{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16), inset 0 0 0 0 rgba(0, 0, 0, 0);
}
.centers .pd__equipment__item_info-wrapper{
    min-height: 590px;
    transition: 0.2s;
}
/*
.centers .pd__equipment__item_info_wrapper{
    position: relative;
    margin-bottom: 0;
    padding: 0 0 30px 0;
    height: 540px;
    min-height: 540px;
    border: none;
}
*/
.pd__equipment__item_info.rudn__grad-bottom.active{
    height: auto;
}
.pd__equipment__item_info.rudn__grad-bottom.active:after,
.pd__equipment__item_info.rudn__grad-bottom.no-gradient:after{
    display: none;
}
.centers .pd__equipment__item_info{
    margin-bottom: 0;
    overflow: hidden;
}
.pd__equipment__item_info.rudn__grad-bottom:after{
    height: 80px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%, rgb(255, 255, 255) 100%);
}

.centers .pd__equipment__item_info{
    padding: 0 30px;
}
.centers__vis-info{}
/*
.centers .pd__equipment__item:hover .centers__vis-info{
    padding-bottom: 30px;
}
*/
.centers__vis-header{
    margin: 25px 0 20px;
}
.safety{
    background-position: right top;
    background-repeat: no-repeat;
}
.safety .info__item{
    padding-bottom: 15px;
}
.safety-card{
    padding: 0 30px;
    overflow: hidden;
}
.safety-card > *{
    float: left;
}
.safety__pic{
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
.safety__pic use{
    fill: rgb(0, 154, 62);
}
.safety__text{
    width: calc( 100% - 65px );
}
.safety-card{
    margin-bottom: 50px;
}
/* Safety, health, wellness */

/* education/quality_akkreditatio */
.qakk .achivements__grid-item .achivements__grid-bottom{
    line-height: 1.5;
}
.qakk .department__features-slider{
    padding: 40px 60px;
}
.qakk-first .main__info-bg{
    display: none;
}
.main__section.qakk-first-slider{
    background-color: #fff;
}
.qakk .masonry__row.achievements__row5 .masonry__item:nth-child(2){
    width: 375px;
}
.qakk .achivements__grid-item .achivements__grid-top{
    min-height: 40px;
}
.qakk .achivements__grid-item .achivements__grid-middle{
    font-weight: 500;
}
.qakk .achivements__grid-item .achivements__grid-bottom{
    max-width: 255px;
}
.qakk .department__features-wrap{
    margin-top: 0;
    padding-bottom: 70px;
    border-bottom: none;
}
.qakk__table-section .block__header-h2{
    margin-bottom: 20px;
}
.qakk__external-link{
    position: relative;
}
.qakk__external-link:after{
    content: '';
    position: absolute;
    top: 3px;
    right: -15px;
    width: 10px;
    height: 11px;
    background: transparent url('/i/sprite.png') no-repeat;
    background-position: -315px 0;
}
.qakk__table-section td a:hover:after{
    background-position: -337px 0;
}
.qakk__table-section .toggleTable__wrapper,
.qakk__table-section .toggleTable__wrapper table,
.qakk__table-section .jarm__table-wrapper1,
.qakk__table-section .jarm__table-wrapper1 table,
.qakk__table-section .qakk__table-wrapper1,
.qakk__table-section .qakk__table-wrapper1 table{
    width: 1170px;
}
.qakk__table-section table p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}
.qakk__table-section table td span{
    margin-top: 5px;
    padding-bottom: 15px;
    display: block;
    color: #888a91;
    font-size: 12px;
    line-height: 1;
}
.qakk__table-section table td:nth-child(1){
    min-width: 470px;
}
.qakk__table-section table td:nth-child(2){
    min-width: 200px;
}
.qakk__table-section table td:nth-child(3){
    min-width: 270px;
}
.qakk__table-section table td:nth-child(4){
    min-width: 200px;
}
.qakk__table-section .current-akkr table td:nth-child(1){
    min-width: 625px;
}
.qakk__table-section .current-akkr table td:nth-child(2){
    min-width: 235px;
}
.qakk__table-section .current-akkr table td:nth-child(3){
    min-width: 270px;
}
/*.qakk__table-section table tr:not( :first-child ) td:nth-child(1) p,*/
.qakk__table-section table tr:not( :first-child ) td:nth-child(3) p{
    font-weight: bold;
}
.qakk .jarm__table-wrapper table tr:first-child,
.qakk .jarm__table-wrapper1 table tr:first-child,
.qakk .qakk__table-wrapper table tr:first-child,
.qakk .qakk__table-wrapper1 table tr:first-child,
.feepi__table-wrapper table tr:first-child{
    background-color: rgba(163, 187, 202, 0.71);
    color: #000;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.qakk .jarm__table-wrapper table tr:first-child p,
.qakk .jarm__table-wrapper1 table tr:first-child p,
.qakk .qakk__table-wrapper table tr:first-child p,
.qakk .qakk__table-wrapper1 table tr:first-child p,
.feepi__table-wrapper table tr:first-child p{
    font-size: 16px;
}
.qakk .jarm__table-wrapper table tr,
.qakk .jarm__table-wrapper1 table tr,
.qakk .qakk__table-wrapper table tr,
.qakk .qakk__table-wrapper1 table tr,
.feepi__table-wrapper table tr{
    border-bottom: 2px solid rgba(136, 138, 145, 0.2);
}
.qakk .jarm__table-wrapper table tr:not( :first-child ) td,
.qakk .jarm__table-wrapper1 table tr:not( :first-child ) td,
.qakk .qakk__table-wrapper table tr:not( :first-child ) td,
.qakk .qakk__table-wrapper1 table tr:not( :first-child ) td,
.feepi__table-wrapper table tr:not( :first-child ) td{
    background-color: #fff;
}
.qakk .fsmi-gallery-type-ico{
    margin: 3px 2px 0 0;
}
.qakk .fsmi-gallery-type-link .ext,
.qakk .fsmi-gallery-type-link .size{
    display: inline;
}
.qakk .fsmi-gallery-type-link .ext{
    padding-right: 5px;
    color: #0079C1;
    font-weight: 600;
}
.qakk .fsmi-gallery-type-link:hover .ext{
    color: #EE2A24;
}
.qakk .jarm__table-wrapper:after,
.qakk .qakk__table-wrapper:after{
    content: '';
    position: absolute;
    bottom: -38px;
    left: 15px;
    z-index: 1;
    /*width: calc( 100% - 30px );*/
    width: calc( 100% - 70px );
    height: 95px;
    background-color: #fff;
}
.qakk .qakk__table-section-1 .qakk__table-wrapper:after{
    width: calc( 100% - 30px );
}
.qakk .toggleTable__button{
    position: relative;
    margin: 2px 0 0 15px;
    padding-top: 30px;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    transition: 0.25s;
}
.qakk .hide-button:after,
.hide-button > .toggleTable__button{
    display: none;
}
.toggleTable__wrapper .jarm__table1 tr td,
.toggleTable__wrapper .jarm__table1 tr th,
.jarm__table-wrapper1 table tr td,
.jarm__table-wrapper1 table tr th,
.qakk__table-wrapper1 table tr td,
.qakk__table-wrapper1 table tr th{
    padding: 15px 20px;
    vertical-align: top;
}
/* education/quality_akkreditatio */

/* science/doctoral-dissovet-detail */
.sddd__main{
    background-color: #fff;
}
.sddd__main .item__h{
    max-width: 500px;
}
.sddd__main .news__item{
    position: static;
    margin: 30px 0 0 0;
    padding: 0;
    overflow: auto;
    height: auto;
    border: none;
    background: none;
    transition: none;
}
.sddd__main .news__item .header__group{
    margin-bottom: 10px;
}
.sddd__main-direction{
    font-size: 12px;
}
.sddd__main-direction > *{
    display: inline-block;
}
.sddd__direction-name{
    margin-right: 15px;
    color: #90939e;
}
.sddd .disa__wrapper{
    font-size: 14px;
}
.sddd .disa__main-right-address{
    font-weight: bold;
}
.sddd .disa__main-right-phone{
    margin-top: 5px;
}
.sddd .info__item .info__item-smblock{
    padding: 5px 40px 30px;
    overflow: hidden;
}
.block__header-h3.sddd__card-caption{
    margin: 20px 0;
    max-width: 750px;
}
.sddd__card{
    margin-bottom: 5px;
    padding: 30px 40px 35px;
    background-color: #fff;
}
.sddd__card-caption.block__header-h4 p{
    margin-bottom: 0;
}
.sddd__card:last-child{
    /*margin-bottom: 0;*/
}
.sddd__main .disa{
    margin-bottom: 17px;
}
.sddd .dpal__addition_theme.rudn__lil-caption{
    margin-bottom: 5px;
}
.block__header-h2.sddd__schedule-header,
.block__header-h2.sddd__tutors-header{
    margin-top: 50px;
    margin-bottom: 25px;
}
.sddd .dpal__addition_content{
    font-size: 12px;
}
.sddd__tutors .sddd__card-date{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f2f4;
}
.sddd__card-post{
    font-size: 14px;
    color: #90939e;
}
.sddd__card-caption.block__header-h4{
    margin-bottom: 0;
}
.sddd__schedule-wrapper .sddd__card{
    /*padding-bottom: 40px;*/
}
.sddd__card-name{
    margin-bottom: 25px;
}
.sddd__card-name:last-child{
    margin-bottom: 0;
}
.sddd__archive-link{
    font-weight: bold;
}
.sddd__archive{
    margin: 80px 0 -70px;
    padding: 10px 0 50px;
    background-color: #fff;
}
.sddd__schedule-wrapper .quam-tasks__list-button-wrapper{
    margin-left: 0;
    padding-top: 0;
    border-top: none;
}
.sddd__schedule-wrapper .labs_all{
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.sddd__schedule-wrapper .labs_all:hover{
    color: #ee2a24;
}
/* science/doctoral-dissovet-detail */

/* Education/quality_pko */
.qpko-first .info__block.info__left{
    margin-bottom: 40px;
}
.qpko-first .main__info-bg{
    display: none;
}
.qpko__card{
    margin-bottom: 30px;
    padding: 30px 50px 40px;
    border: 1px solid rgba(17, 146, 77, 0.3);
}
.qpko__card-caption{
    margin-bottom: 15px;
    color: #11924d;
    font-size: 18px;
    font-weight: bold;
}
.qpko .med-program__plate-inner{
    margin-top: 30px;
}
.qpko .med-program__plate-info{
    max-width: 800px;
    font-size: 12px;
    line-height: 1.58;
}
.qpko .fsmi-gallery-docs-inner-wrapper{
    margin-top: 0;
}
.qpko__bg-wrapper{
    background-position: right bottom;
    background-repeat: no-repeat;
}
/* Education/quality_pko */

/* environmental policy */
.enp .med-program__plate-info p{
    font-size: 14px;
    line-height: 20px;
}

.enp .main__info .info__block{
    margin-bottom: 30px;
}
.enp .main__info .info__block .med-program__plate{
    margin-top: 0;
}
/*.enp .enp-banner-wrapper .banner__h{*/
/*    max-width: 570px;*/
/*}*/
.enp .department__slider-dots .owl-dot.active span:before {
    color: #11924d;
}
.enp .med-program__plate.med-program__plate-green-world{
    padding: 30px 35px 30px 40px;
    margin-top: 0;
    margin-bottom: 30px;
}
.enp .banner__col2 .btn.btn-white{
    padding: 0;
    display: inline !important;
    width: auto !important;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    /*text-decoration: underline;*/
}
.enp .department__slider-wrap:before{
    background-color: #11924d;
    background-image: none;
}
.enp .department__slider-wrap .department__slider-h{
    max-width: 345px;
    font-size: 30px;
    line-height: 40px;
}
.enp .department__slider-item{
    max-width: 470px;
}
.department__slider-item .list.list-inline .slider-h{
    font-size: 22px;
    line-height: 30px;
}
/*.department__slider-item .row.mt10 .col-xs-12 p{
    margin-left: 75px;
}*/
.department__slider-item .department__slider-text--img{
    margin-left: 75px;
}

.enp .department__slider-wrap{
    min-height: auto;
    padding: 50px 0;
}
.svg__env-slider-g{
    stroke: #fff;
}
.env__slider-pic{
    margin-top: 10px;
}
.spec__list.envp{
    max-width: 670px;
}
.envp__spec__list-wrapper-link{
    margin-top: 20px;
}
.envp__spec__list-link{
    font-weight: bold;
}
.enp .article__field-info-green{
    font-size: 18px;
}
.svg__env-ribbon-g{
    fill:#006BBE;
}
.enp .green-world__block{
    margin-bottom: 30px;
    padding: 10px 20px;
    overflow: hidden;
    background-color: #edf7ff;
}
.enp .green-world__block > *{
    float: left;
}
.enp .green-world__pic{
    width: 30px;
    margin-right: 20px;
}
.enp .green-world__text{
    width: calc( 100% - 50px );
    font-size: 14px;
}
.green-world__text .rating a:after {
    content: "";
    display: inline-block;
    background: transparent url(/i/sprite.png) no-repeat;
    background-position: -315px 0;
    width: 10px;
    height: 11px;
    margin-left: 5px;
}
.green-world__text .rating a:hover:after {
    background-position: -337px 0;
}
.envp__green-world .med-program__plate{
    color: #fff;
    background-color: #0079c1;
}
.med-program__plate-info-header{
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
}
.med-program__plate-info-description p{
    font-size: 14px;
    line-height: 20px;
}

.enp .WYSIWIG .creators {
    padding: 0 30px 0;
}

.enp .history__item .history__item-link{
    padding: 0 25px 25px;
}

.enp .achivements__grid-item{
    margin-bottom: 15px;
}

.med-program__plate.med-program__plate-green-world{
    background-image: url("/i/footer_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.med-program__plate-info-link:after{
    content: "";
    display: inline-block;
    background: transparent url('/i/sprite.png') no-repeat;
    background-position: -326px 0;
    width: 10px;
    height: 11px;
    margin-left: 5px;
}
.med-program__plate-info-link:hover:after{
    background-position: -336px 0;
}
.med-program__plate.med-program__plate-green-world .med-program__plate-pic{
    margin-top: 7px;
    width: 55px;
    height: 40px;
    background-size: cover;
}
.med-program__plate.med-program__plate-green-world{
    padding-left: 50px;
    padding-right: 50px;
}
.med-program__plate.med-program__plate-green-world .med-program__plate-info{
    width: calc( 100% - 75px );
}
.med-program__plate-info-link{
    color: #fff;
    font-weight: bold;
}
.envp__green-world{
    padding-bottom: 60px;
}
.enp .enp-banner-wrapper .banner__item{
    background-color: transparent;
}
.enp .banner__col2{
    background-color: transparent;
}
.enp .banner__col2 .banner__col2-item{
    margin: 0;
}
.enp .banner__col2 .banner__col2-bottom{
    padding-bottom: 5px;
    border: none;
}
.enp .envp_banner__col2-link{
    font-weight: bold;
    color: #fff;
}
.main__section.main__info.envp__partners{
    margin-top: 60px;
}
.enp__part-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.enp__part-item > *{
    float: left;
}
.enp__part-pic{
    margin-right: 30px;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
}
.enp__part-text{
    width: calc( 100% - 95px );
}
.enp__part-text-header{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.enp .banner__item:before,
.enp .banner__item.no-img-item:before,
.enp .banner__item.no-img-item.banner__item-nobg:before{
    background-color: #fff;
    background-image: none;
}
.enp .banner__item .banner__h,
.enp .banner__item .banner__txt{
    text-shadow: none;
    color: #000;
}
.enp .main__section.envp__partners{
    margin-bottom: -70px;
}
/* environmental policy */

/* science / highly-qualified-personnel */
.hqpo__main{
    padding-bottom: 80px;
}
.hqpo__main.main__info .main__info-bg{
    background-position: right -70px;
}
.hqpo__main-card{
    padding: 30px 50px 40px;
    height: 100%;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    transition: 0.25s;
}
.hqpo .main__info .info__block{
    margin-bottom: 40px;
}
.hqpo__main-card,
.hqpo__main-card span{
    display: block;
}
.hqpo__main-card:hover{
    border: 1px solid #EE2A24;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hqpo__main-card:hover .block__header-h4{
    color: #EE2A24;;
}
.hqpo__main-card .block__header-h4{
    margin-bottom: 15px;
    color: #0079C1;
}
.hqpo__main-card .hqpo__main-card-text{
    color: #292c3d;
}
/* science / highly-qualified-personnel */

/* Education/quality_about/sko */
.sko-res__main-header{
    margin: 40px 0 30px;
}
.sko-res__main-header-h3 .block__header-h3{
    margin-bottom: 20px;
}
.sko-res__main ol,
.sko-res__main ul{
    margin-bottom: 60px;
}
.sko-res__targets{
    padding: 45px 0 80px;
}
.sko-res .info__item--grblock{
    min-height: 335px;
}
.sko-res .info__item--grblock .grblock-text{
    color: #fff;
    line-height: 1.5;
}
.sko-res__targets ol,
.sko-res__targets ul,
.sko-res__targets .sko-res__main-header-h3{
    max-width: 600px;
}
.sko-res__parts{
    margin-top: 50px;
}
.sko-res__parts-card{
    margin-top: 30px;
    padding: 35px 50px 40px;
    background-color: #fff;
}
.sko-res__parts-card:first-child{
    margin-top: 20px;
}
.sko-res__parts-card > *{
    max-width: 1000px;
}
.sko-res-card__head{
    margin-bottom: 10px;
}
.sko-res-card__head .block__header-h4{
    color: #0079C1;
}
.sko-res-card__head .block__header-h4:hover{
    color: #EE2A24;
}
.raaf .achivements__grid-item{
    margin-bottom: 15px;

}
.fsmi-gallery-row {
    /*margin-left: 35px;*/
}
.fsmi-gallery-row .timeline__item_year:before {
    top: 5px;
    left: -35px;
}
.fsmi-gallery-row .timeline__item_year:after {
    top: 10px;
    left: -33px;

}
.fsmi-gallery-row div.timeline__item_year:after {
    height: 122%;
    background: #c8c8c880;
}
/* Education/quality_about/sko */

/* international/services-prorector */
.isepr__acc-header{
    display: block;
    max-width: 750px;
}
.isepr__table-wrapper .table {
/*.scid .table {*/
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
}
.scid .info__item .item__txt-main{
    max-width: 690px;
}
.scid .table-data{
    line-height: 1.7;
}
.scid .isepr__phone > * {
    margin-bottom: 5px;
    display: inline-block;
}
.scid .tabs__block-dir .nav-tabs>li.active>a,
.scid .tabs__block-dir .nav-tabs>li.active>a:hover,
.scid .tabs__block-dir .nav-tabs>li.active>a:focus{
    color: #000;
}
.scid .table-cell.qh.qh2,
.scid .table-cell.qc.qc2 {
    /*width: 40%;*/
    width: 35%;
}
.scid .table-cell.qh.qh3,
.scid .table-cell.qc.qc3 {
    /*width: 30%;*/
    width: 35%;
}
.scid .isepr__table-wrapper .wrap{
    /*width: 70%;*/
    width: 65%;
}
.scid .nav-tabs > li{
    margin-left: 10px;
}
.scid .wrap .table-cell.qh.qh1,
.scid .wrap .table-cell.qc.qc1{
    /*width: 43%;*/
    width: 46%;
}
.scid .wrap .table-cell.qh.qh2,
.scid .wrap .table-cell.qc.qc2{
    /*width: 57%;*/
    width: 54%;
}
.scid .direction__education_table .tabs__block-dir .nav-tabs > li > a{
    border: 1px solid rgba(136, 138, 145, 0.2);
    border-bottom: none;
}
.scid .direction__education_table .tabs__block-dir .nav-tabs > li:not(.active) > a:hover:before{
    border-color: #EE2A24;
}
.isepr__main-wrapper{
    background-position: 100% 350px;
    background-repeat: no-repeat;
}
.isepr__table-wrapper .table-cell {
/*.scid .table-cell {*/
    padding: 15px;
    display: block;
    border-bottom: 1px solid rgba(136, 138, 145, 0.2);
    font-size: 14px;
}
.isepr .table-data > *{
    margin: 5px 0;
}
.isepr .table-data{
    margin-top: 5px;
    line-height: 1.56;
}

.isepr__table-wrapper .qr_row{
/*.scid .qr_row{*/
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.table-cell.qh {
    background-color: #a3bbca;
    color: #fff;
    font-family: 'PFAgoraSansPro',Sans-Serif;
    font-size: 16px;
    font-weight: 500;
}

.inner-table .table-cell.qh {
    background-color: rgba(163, 187, 202, 0.4);
}

.education_acc .table-cell.qh {
    color: #292c3d;
}

.table-cell.qh.qh1,
.table-cell.qc.qc1,
.table-cell.qh.qh2,
.table-cell.qc.qc2 {
    width: 30%;
}

.table-cell.qh.qh3,
.table-cell.qc.qc3 {
    width: 40%;
}

.inner-table .table-cell.qh.qh1,
.inner-table .table-cell.qc.qc1{
    width: 32%;
}
.inner-table .table-cell.qh.qh2,
.inner-table .table-cell.qc.qc2 {
    width: 33%;
}
.inner-table .table-cell.qh.qh3,
.inner-table .table-cell.qc.qc3 {
    width: 35%;
}

.table-cell.qh.qh1,
.table-cell.qc.qc1 {
    padding-left: 30px;
}

.table-cell.qh.qh3,
.table-cell.qc.qc3 {
    padding-right: 30px;
}

.table-cell.qc.qc1 {
    border-left: 1px solid rgba(136, 138, 145, 0.2);
}

.table-cell.qc.qc3 {
    border-right: 1px solid rgba(136, 138, 145, 0.2);
}

.isepr__table-wrapper .wrap {
/*.scid .wrap {*/
    display: flex;
    width: 60%;
}
.isepr__table-wrapper .inner-table .wrap {
/*.scid .inner-table .wrap {*/
    display: flex;
    width: 65%;
}

.wrap .table-cell.qh.qh1,
.wrap .table-cell.qc.qc1,
.wrap .table-cell.qh.qh2,
.wrap .table-cell.qc.qc2 {
    width: 100%;
}

.isepr__table-wrapper .colspan-3 {
/*.scid .colspan-3 {*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    flex: 1 100%;
    background-color: #f1f2f4;
    font-family: 'PFAgoraSansPro', Sans-Serif;
    font-size: 18px;
    font-weight: bold;
}
.isepr__cell-name{
    font-weight: bold;
}
.isepr__table-wrapper{
    margin: 30px 0 85px;
}
.isepr .education_acc .isepr__table-wrapper{
    margin: 0;
}
.isepr #coop__accordion-block.ui-accordion .ui-accordion-content{
    padding-bottom: 20px;
}
.main__info .main__info-bg,
.main__info-bg-strong{
    background-image: url('/i/bg_lines_n.png');
    background-position: top right;
}
.isepr__wrapper-section .isepr__table-wrapper{
    margin-bottom: 0;
}
.isepr .espr-acc.ui-accordion .ui-accordion-header{
    padding-right: 70px !important;
    line-height: 1.56;
}
.isepr #coop__accordion-block.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.isepr .espr-acc.ui-accordion .ui-accordion-header.ui-accordion-header-active{
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.isepr__acc-mail{
    padding: 15px 0 30px;
}
.isepr .isepr__phone .isepr__phone-main a,
.isepr .isepr__phone .isepr__phone-main a:hover{
    color: #292c3d;
}
.isepr .ui-widget-content a{
    color: #0079C1;
}
.isepr .ui-widget-content a:hover{
    color: #EE2A24;
}
.isepr__link-strong{
    font-weight: bold;
}
.top__link--img{
    height: 20px;
    margin: 0 0 4px 0;
}

/*
.isepr__table{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.isepr__row{
    display: table-row;
    border: 1px solid rgba(136, 138, 145, 0.2);
    border-top: none;
    background-color: #fff;
}
.isepr__row.isepr__row-h{
    border: 1px solid #a3bbca;
    background-color: #a3bbca;
    color: #fff;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-weight: 500;
}
.isepr__row.isepr__row-h .isepr__cell{
    font-size: 16px;
}
.isepr__cell{
    padding: 15px;
    display: table-cell;
    width: 43%;
    font-size: 14px;
}
.isepr__cell-1{
    width: 28%;
    padding-left: 30px;
}
.isepr__cell-3{
    padding-right: 30px;
    width: 35%;
}
.isepr__cell-name{
    font-weight: bold;
}
*/

.isepr__phone-main,
.isepr__mail a{
    font-weight: bold;
}
.isepr__phone-ext{
    color: #a3a3a3;
}
/* international/services-prorector */

.edge-hidden{
    display: none !important;
}

/* International cooperation / Services-new */
.iserv__banner-wrapper .banner__item{
    height: auto;
}
.iserv__item-wrapper:last-child{
    margin-bottom: -70px;
}
.iserv__text-wrapper{
    max-width: 900px;
}
.iserv__item{
    padding: 30px 0 70px;
    border-bottom: 1px solid rgba(136, 138, 145, 0.2);
    background-color: #fff;
}
.iserv__item-wrapper:last-child .iserv__item{
    border-bottom: none;
}
.iserv__item-button-wrapper{
    margin-top: 20px;
    font-weight: bold;
}
/* International cooperation / Services-new */

.fdir .dep-acc{
    margin-bottom: 30px;
}

/* Sveden */
.sveden-edu table td,
.sveden-edu table th{
    vertical-align: top;
}
.sveden-edu .direction__education_table  table td,
.sveden-edu .direction__education_table  table td p,
.sveden-edu .direction__education_table  table th,
.sveden-edu .direction__education_table  table th p{
    font-size: 16px !important;
}
.sveden-edu .tabs__block-dir .nav-tabs>li>a{
    font-size: 14px;
    font-weight: normal;
}
.sveden-edu .item__h{
    margin-left: 60px;
}
.sveden-edu .tabs__block-dir .tab-content{
    padding-left: 60px;
    padding-right: 60px;
}
.sveden-wrapper {
    /*padding: 0 50px;*/
    padding: 0 60px;
    overflow: auto;
}
.sveden-edu .nav.nav-tabs{
    margin: 0 55px;
}
.sveden-main.article__one-wrap .article__one-h{
    margin-left: 60px;
}

.vm-swipe.sveden-swipe:hover {
    cursor: move !important;
}
.sveden-edu .direction__education_table .tabs__block-dir .nav-tabs > li:not(.active) > a:before{
    left: 10px;
    right: 10px;
}
.sveden-edu .tabs__block-dir .nav-tabs>li>a{
    padding: 10px;
}
.sveden-table {
    white-space: nowrap;
}
.sveden-wrapper table{
    margin-top: 30px;
}
/* Sveden */

/* Freshman */
.freshman .doc__item{
    margin-top: 40px;
}
.freshman .info__item{
    /*max-width: 750px;*/
}
.freshman .card__text .block__header-h4{
    margin-top: 40px;
}
a.freshman__open-link,
a.freshman__open-link:active,
a.freshman__open-link:focus{
    color: #0079c1;
    border-bottom: 1px dashed #0079c1;
}
a.freshman__open-link:hover{
    color: #EE2a24;
    border-bottom: 1px dashed #EE2a24;
}
/* Freshman */

/* Research institutes Newsletter (vm) */
.newsl__banner-wrapper{
    overflow: hidden;
    padding-bottom: 70px;
}

.newsl__top-sect {
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: right top;
}

.newsla .newsl__top-sect {
    padding-top: 18px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

/*30-11-2017*/
.newsl__rubric .newsl__wrapper-button:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eaeaeb;
    top: 0;
    left: -30px;
}

.newsl__rubric .newsl__wrapper-button {
    position: relative;
    margin-top: 10px;
}

.newsl__top_info_wrapper {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

/*
.newsl__top_info_wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    height: 7px;
    background-color: #D8D8D8;
    opacity: 0.3;
}

.newsla .newsl__top_info_wrapper:after {
    display: none;
}
*/

.newsl-banner-wrapper:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    height: 7px;
    background-color: #D8D8D8;
    opacity: 0.3;
}

.newsla__header-card {
    margin-top: 70px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.newsla-label-head {
    margin: 40px 0 25px 0;
    color: #292C3D;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.newsla__year-text {
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    color: #9B9B9B;
}

.newsla__year-wrapper {
    margin-left: 4px;
    display: inline-block;
}

.newsla__arch-card__shadow {
    position: relative;
}

.newsla__arch-card__shadow:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 5px;
    background-color: rgba(151, 151, 151, 0.2);
}

.newsla__arch-card__link {
    margin-top: 30px;
    padding: 0 10px 0 25px;
    display: block;
    overflow: hidden;
    height: 105px;
    border-left: 5px solid #0079C1;
    background-color: #FFFFFF;
    transition: 0.25s
}

.newsla__arch-card__link:hover {
    border-left: 5px solid #EE2A24;
}

.newsla__arch-card__info,
.newsla__arch-card__pic-wrapper {
    float: left;
    width: 50%;
    height: 100%;
}

.newsla__arch-card__info {
    padding-top: 15px;
}

.newsla__arch-card__pic {
    margin-left: auto;
    width: 135px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsla__arch-card__info-number {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.22;
    letter-spacing: 0.5px;
    width: 300px;
}

.newsla__arch-card__info-caption {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.22;
    letter-spacing: 0.5px;
}

.newsla__arch-card__info-text {
    margin-top: 10px;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #292C3D;
}

.newsla__arch-card__link.newsla__arch-card__link-search {
    padding-bottom: 35px;
    height: 220px;
}

.newsla__arch-card__info-search {
    padding-top: 25px;
    width: auto;
    max-width: 820px;
}

.newsla__search-highlight {
    padding: 0 2px;
    background-color: #F8E81C;
}

.newsla__arch-card__info-articles {
    font-size: 12px;
    line-height: 3.33;
    text-align: left;
    color: #9B9B9B;
}

.newsla .conf_type__filter--radio {
    margin-left: -4px;
}

.newsla__year-div {
    padding: 25px 0;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.newsla .alphabet__filter-list {
    padding: 0;
}

.newsla .filter__block-ctrl {
    margin-top: 40px;
}

.newsl__wrapper-button {
    /*margin-top : 25px;
  text-align : right;*/
}

.newl__top_text > * {
    display: inline-block;
    vertical-align: middle;
}

.newsl__top_text_wrapper:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
    opacity: 0.3;
}

.newsl__subs_text {
    margin-left: 10px;
    /*padding-left   : 25px;*/
    width: 250px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.9px;
    color: #9B9B9B;
}

.newsl__rubric .newsl__subs_text {
    /*margin-left : 10px;*/
    /*padding-left   : 25px;*/
    margin-top: 20px;
    text-align: center;
    width: 250px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.9px;
    color: #9B9B9B;
}

.newsl__top_head {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.newsl__top_head .insitute-events__header_all {
    margin-left: 30px;
}

.newl__top_text {
    margin-top: 20px;
}

.newsl-banner {
    color: #FFFFFF;
}

.newsl .banner__col2 .banner__col2-item {
    margin-top: 10px;
    height: 400px;
    background-color: #0079C1;
    background-repeat: no-repeat;
}

.newsl-banner.banner__col2-item.newsl-banner__no-bg-img {
    background-image: url('/u/www/images/research/newsletter/banner_no_img.png');
    background-size: auto;
    background-repeat: space;
    background-position: left bottom;
}

.newsl-banner.banner__col2-item.newsl-banner__no-bg-img:before {
    display: none;
}

.newsl .banner__col2 .banner__col2-bottom {
    padding-bottom: 0;
    border: none;
}

.newsl .banner__col2 .banner__col2-item:before {
    opacity: 0.7;
}

.newsl-banner__date-block,
.newsl-banner__info-block,
.newsl-banner__date-icon,
.newsl-banner__date-date {
    float: left;
}

.newsl-banner__date-block {
    margin-top: 25px;
    width: 100px;
}

.newsl-banner__info-block {
    position: relative;
    padding: 10px 0 20px 30px;
    width: calc(100% - 100px);
}

/*
.newsl-banner__wrapper{
  overflow : hidden;
  height : 350px;
}
*/

.newsl-banner__info-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 1px;
    height: 100%;
    background-color: #DFDFDF;
    opacity: 0.2;
}

.newsl-banner__date-icon {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

.newsl-banner__date-date {
    width: calc(100% - 35px);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.newsl-banner__rubrik-capt {
    opacity: 0.6;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 12px;
    line-height: 4.17;
}

.newsl-banner__rubrik-name {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 3.57;
}

.newsl-banner__rubrik-name a,
.newsl-banner__info a {
    color: #FFFFFF;
}

.newsl-banner__info {
    margin-top: 10px;
    padding-right: 60px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.newsl-banner__stat {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #DFDFDF;
}

.newsl-card__section {
    margin: 70px 0 0 0;
}

/* Masonry: base style */
.grid-item {
    padding: 0 7.5px;
}

.grid-item-content {
    /*height: 390px;*/
}

.grid-item-content--height2 {
    /*height: 690px;*/
}

.newsl-card {
    margin-bottom: 15px;
    padding: 30px;
    background-color: #FFFFFF;
}

/* Masonry: base style */

/* Masonry: card style */
.newsl-card {
    overflow: hidden;
}

.newsl-card__header {
    font-family: "PFAgoraSansPro", sans-serif;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    /*line-height: 1.82;*/
    letter-spacing: 0.7px;
}

.newsl-card__header.newsl-card__header-rubrik span{
    margin-right: 15px;
    display: inline-block;
    line-height: 1.82;
}

.newsl-card__img,
.newsl-card__capt {
    float: left;
}

.newsl-card__item-wrapper_no-img .newsl-card__img,
.newsl-card__item-wrapper_no-img .newsl-card__capt {
    float: none;
}

.newsl-card__item-wrapper_no-img .newsl-card__img {
    display: none;
}

.newsl-card__item-wrapper_no-img .newsl-card__capt {
    width: 100%;
}

.newsl-card__item-wrapper_img .newsl-card__capt_info-wrapper,
.newsl-card__item-wrapper_no-img .newsl-card__capt_info-wrapper {
    position: relative;
    overflow: hidden;
    height: 185px;
}

.newsl-card__item-wrapper_img .newsl-card__capt_info-wrapper:after,
.newsl-card__item-wrapper_no-img .newsl-card__capt_info-wrapper:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
}

.newsl-card__item-wrapper_no-img .newsl-card__capt_text {
    margin-top: 5px;
}

.newsl-card__capt_text {
    line-height: 26px;
}

.newsl-card__img {
    margin-right: 30px;
    width: 250px;
    height: 250px;
    background-color: #EEEEEE;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsl-card__capt {
    width: calc(100% - 280px);
}

.newsl-card__capt_date {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
}

.newsl-card__capt_header a {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    /*font-weight : bold;*/
    font-weight: normal;
    line-height: 26px;
}

.newsl-card .insitute-events__header_all {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.08;
}

.newsl-card__prev,
.newsl-card__capt_stat,
.newsl-card__stat-item {
    overflow: hidden;
}

.newsl-card__item-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}

.newsl-card__item-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.newsl-card__capt_stat {
    margin-top: 20px;
}

.newsl-card__stat-item {
    margin-right: 20px;
    float: left;
}

.newsl-card__stat-item:last-child {
    margin-right: 0;
}

.newsl-card__icon,
.newsl-card__stat-item__info {
    float: left;
}

.newsl-card__icon {
    margin: 4px 10px 0 0;
    width: 26px;
    height: 26px;
}

.newsl-card__stat-item__info {
    width: calc(100% - 36px);
    font-size: 12px;
    font-weight: 600;
    color: #DFDFDF;
}
/* Masonry: card style */
.adm1 .banner__item .col-md-8{
    width: 90%;
}
/* Research institutes Newsletter (vm) */

.link__descr__wrap,
.query-error-text{
    display: none;
}

/* Research institutes Newsletter rubric (vm) */
.newslr__card-item_img {
    width: 100%;
}

.newsl__top_info_wrapper.newsl__rubric:after {
    display: none;
}

.newsl__rubric .insitute-events__header_all {
    margin: 15px 0 0 0;
    display: block;
}

.newslr__cards {
    margin-top: 30px;
}

a.newslr__card-item {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    height: 390px;
    border: solid 1px rgba(136, 138, 145, 0.2);
    background-color: #FFFFFF;
    cursor: pointer;
}

a.newslr__card-item:hover {
    border: solid 1px #F03B36;
}

.card-item__img,
.card-item__info {
    width: 50%;
    float: left;
}

.card-item__img {
    height: 390px;
    background-color: #FF9F6F;
    background-size: cover;
    background-position: center;
}

.card-item__info {
    padding: 15px 30px;
}

.card-item__info_wrapper {
    overflow: hidden;
    height: 290px;
}

.card-item__info_capt {
    margin-top: 10px;
    color: #292C3D;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.card-item__info_text {
    line-height: 26px;
    color: #292C3D;
}

.newslr__cards .newsl-card__capt_date {
    color: #292C3D;
}

a.newslr__card-item:hover .card-item__info_capt {
    color: #F03B36;
}

.newslr__card-item_noimg .card-item__img {
    display: none;
}

.newslr__card-item_noimg .card-item__info {
    width: 100%;
}
.newsl__svg-icon-fill{
    fill: #DFDFDF;
}
.newsl__svg-icon-stroke{
    stroke: #DFDFDF;
}
/* Research institutes Newsletter rubric (vm) */

/* Research / projects inside employees list */
/* Masonry: base style */
.emp-list__grid-item {}

.epm__banner-list-under .block__header-h2{
    font-size: 26px;
}
.epm__banner-list-under .banner__content.inner_head40{
    max-width: 1000px;
}

.epm .main__info .info__block{
  margin : 30px 0 40px;
}

.emp-list__grid-item-content {
    /*height: 200px;*/
}

.emp-list__card-item {
    /*margin-top: -1px;*/
    margin-bottom: 30px;
    min-height: 130px;
    border: solid 1px #E7E8E9;
    background-color: #FFFFFF;
}

/* Masonry: base style */

.emp-list__card__img,
.emp-list__card__info {
    float: left;
}

.emp-list__card__img {
    margin-right: 30px;
    width: 100px;
}

.emp-list__card__img img{
  max-width : 100%;
}

.emp-list__card__info {
    padding: 15px 0;
    width: calc(100% - 130px);
}

.emp-list__card__info_head {
    width: 380px;
    font-weight: 600;
}

.emp-list__card__info_txt {
    width: 380px;
    font-size: 14px;
    line-height: 1.43;
}

/* Research / projects inside employees list */

/* Research / projects detail */
.pl-new .emp-list__card-item{
    padding: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.pl-new .emp-list__card__info{
    padding: 0;
}
.pl-new .emp-list__card__info_head{
    margin-bottom: 10px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 22px;
}
.proj-det__top_header {
    margin-top: 40px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.proj-det__top .research_project .research_project__addition {
    margin-top: 30px;
    padding: 0;
}

.proj-det__top .research_project {
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0;
}

.proj-det__top .addition_theme {
    margin-top: 15px;
}

.proj-det__top .addition_theme .addition_content {
    color: #000000;
}

.proj-det__top .addition_theme a.addition_content {
    color: #0079C1;
    line-height: 25px;
}

.pd__head {
    margin-top: 50px;
    padding-right: 20px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

/*
.pd__target__head,
.pd__manager__head,
.pd__manager__head{
  margin-top : 50px;
  padding-right : 20px;
  font-family: "PFAgoraSansPro", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
*/

.pd__target__info-block {
    margin-top: 30px;
    padding: 30px;
    border-left: 5px solid #009A3E;
    background-color: #FFFFFF;
}

.pd__list_green {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pd__list_green li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    /*max-width: 775px;*/
    max-width: 1000px;
}

.pd__list_green li:last-child {
    margin-bottom: 0;
}

.pd__list_green li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('/u/www/images/research/project_detail/list_marker_green.png');
    background-position: center;
    background-repeat: no-repeat;
}

.proj-det .emp-list__grid-item-content.emp-list__card-item {
    margin-top: 30px;
}

.addition_theme .addition_content{
    margin-left :10px;
}

.pd__info-block_header,
.pd__info-block_info {
    /*max-width: 750px;*/
    max-width: 1000px;
}

.pd__info-block_header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    color: #009A3E;
}

.pd__equipment__item_info_block {
    /*padding: 30px;*/
}

.pd__equipment__item_info_wrapper {
    overflow: hidden;
    height: 220px;
}

.pd__info-block_info {
    margin-top: 10px;
}

.pd__equipment__item_header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
    color: #0079C1;
}

.pd__equipment__item_header span {
    border-bottom: 1px dashed #0079C1;
}

.pd__equipment__item_info {
    margin-top: 15px;
    /*max-width: 470px;*/
    line-height: 26px;
    margin-bottom: 15px;
}

.pd__equipment__item {
    margin-top: 30px;
}

/* --06.02.2018-- */
.pd__equipment__item_info_block {
  background: #FFFFFF;
  /*height: 280px;*/
  height: 150px;
  position: relative;
}

.lacd__detail .addition_text{
    max-width: 600px;
}

.lacd__equip .pd__equipment__item_info_block {
    height: 150px;
}

.partners-all__hidden{
    display: none;
}

.pd__equipment__item_info_wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  height: auto;
  height: 170px;
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #ffffff;
  min-height: 170px;
  z-index: 0;
}
.simply__header-tog.more-partners{
    cursor: pointer;
}
.simply__header-tog.more-partners:hover{
    color: #EE2A24;
}
.pd__equipment__item:hover .pd__equipment__item_info_wrapper.text__over:after{
    display: none;
}
.pd__equipment__item:hover .pd__equipment__item_info_wrapper {
    bottom: auto;
    overflow: visible;
    height: auto;
    /*min-height : 280px;*/
    z-index: 2;
    border: 1px solid #e7e8e9;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16), inset 0 0 0 0 rgba(0, 0, 0, 0);
    width: calc(100% + 70px);
}
.pd__equipment__item:hover .pd__equipment__item_info{
  width: auto;
  max-width: none;
}
.lacd__equip .col-md-6:nth-child(even) .pd__equipment__item:hover .pd__equipment__item_info_wrapper{
  right: 0;
  left: auto;
}
.pd__equipment__item_header a {
  border-bottom: 1px dashed currentColor;
}

.pd__equipment__item_header a:hover {
  border-bottom: none;
}
/* --06.02.2018-- */


.owl-pd-equipment {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
}
.pd__equipment__item_slider {
    width: calc(100% + 70px);
}
.pd__equipment__item:hover .pd__equipment__item_info_wrapper .owl-pd-equipment{
    opacity: 1;
    width: calc(100% - 70px);
}
.owl-pd-equipment .item{
    width: 575px;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.owl-pd-equipment .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.owl-pd-equipment .owl-dot {
    display: inline-block;
}

.owl-pd-equipment .owl-dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.3;
}

.owl-pd-equipment .owl-dot.active span {
    position: relative;
    top: 2px;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.pd__partners__lead {
    margin-top: 15px;
}

.proj-det__partners_wrapper {
    margin: 0 15px;
}

.proj-det .article__nav-item {
    position : relative;
    height: 170px;
}

.proj-det .article__nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
}

/* Research / projects detail */

/* Open dialog/result */
.odr.scgi .banner__list-under + .inner__list{
    margin-bottom: -200px;
}
.odr .main__info .info__block{
    margin-bottom: 20px;
}
.odr .inner__header-item{
    text-align: right;
}
.odr .btn-question{
    box-shadow: 0 10px 15px 0 rgba(41, 44, 61, 0.13);
    border: 9px solid #fff;
}
.odr .answer-card{
    margin-bottom: 30px;
    padding: 25px 40px 45px;
    background-color: #fff;
}
.odr .answer-card:last-child {
    margin-bottom: 0;
}
.odr .answer-card__answer{
    margin-top: 30px;
}
.odr .answer-card__answer-button{
    position: relative;
    padding-right: 30px;
    display: inline-block;
    color: #0079C1;
    font-weight: bold;
    cursor: pointer;
}
.odr .answer-card__answer-button:after{
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url('/u/www/images/education/dual_degrees/open_acc.png');
    transition: transform 0.4s;
    transform: rotate(0);
}
.odr .answer-card__answer-button:hover,
.odr .answer-card__answer.answer-open .answer-card__answer-button{
    color: #EE2A24;
}
.odr .inner__header-item{
    margin-top: 80px;
}
.odr .answer-card__answer-button:hover span,
.odr .answer-card__answer.answer-open .answer-card__answer-button span{
    border-bottom: 1px dashed #EE2A24;
}
.odr .answer-card__answer-button span{
    border-bottom: 1px dashed #0079C1;
}
.odr .answer-card__answer-button:hover:after,
.odr .answer-card__answer.answer-open .answer-card__answer-button:after{
    background-image: url('/u/www/images/education/dual_degrees/open_acc__hover.png');
 }

.odr .answer-card__answer.answer-open .answer-card__answer-button:after{
    transform: rotate(180deg);
}
.odr .answer-card__answer-block{
    margin-top: 20px;
    padding: 30px 0 40px 50px;
    background-color: rgba(0, 154, 62, 0.05);
}
/* Open dialog/result */

/* science / direction */
.isepr__wrapper-main-caption{
    max-width: 750px;
}
.scid .isepr__table-wrapper .isepr__cell-name,
.scid .isepr__table-wrapper .isepr__mail a{
    color: #0079C1;
}
.scid .isepr__table-wrapper .isepr__cell-name:hover,
.scid .isepr__table-wrapper .isepr__mail a:hover{
    color: #EE2A24;
}
.scid .tabs__block-dir .tab-content{
    padding-top: 20px;
}
.scid .isepr__table-wrapper{
    margin-top: 15px;
}
.scid__tabs-header-h1{
    margin: 10px 0 35px;
}
.scid__tab-content{
    background-color: #fff;
}
.scid__main-section{
    padding-bottom: 60px;
}
.scid__main-img{
    max-width: 100%;
}
.scid__main-header{
    margin: 40px 0 30px;
}
.block__header-h2.scid__main-header-h2{
    margin-top: -8px;
}
.scid .disa{
    font-size: 14px;
}
.scid .disa__mail{
    color: #fff;
    font-weight: 600;
}
.scid .info__item .info__item-smblock{
    padding: 5px 35px 25px;
    overflow: hidden;
}
.scid__acc.espr-acc.ui-accordion .ui-accordion-header{
    padding: 25px 70px 25px 40px;
    background-color: #f1f2f4;
}
.scid__acc.espr-acc.ui-accordion .ui-accordion-content{
    padding: 0;
}
.scid__acc .isepr__table-wrapper{
    margin: 0;
}
.education_acc.scid__acc .table-cell.qh{
    color: #fff;
}
.scid__acc{
    margin-bottom: 80px;
}
/* science / direction */

/* career and jobs-jobs / Instruction on employment */
.ioe .banner__list-under .banner__item .banner__h{
    font-size : 50px;
}

.ioe .tab-p-ane{
    display: none;
}

.ioe .tab-content > .active{
    display: block;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav.nav-tabs{
  margin-left : 0;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li{
  padding : 0;
  width : 50%;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li:before{
  content : '';
  position : absolute;
  width  : 100%;
  height : 100%;
  background-color : rgba(216, 216, 216, 0.1);
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li:before{
  content : '';
  position : absolute;
  width  : 100%;
  height : 100%;
  background-color : rgba(216, 216, 216, 0.1);
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:before{
  display : none;
}

.ioe .program__one--info-tab-wrap{
  background-color : transparent;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a{
  padding : 40px 30px 30px 95px;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a:before{
  content : '';
  position : absolute;
  top                   : 50px;
  left                  : 70px;
  width                 : 5px;
  height                : 5px;
  -webkit-border-radius : 50%;
  -moz-border-radius    : 50%;
  border-radius         : 50%;
  background-color      : #0079c1;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a,
.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:hover,
.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:focus{
  border : none;
  box-shadow : none;
  color : #292c3d;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:before,
.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:hover:before,
.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:focus:before{
  background-color : #292c3d;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a > span,
.ioe .tabs__block-dir .nav-tabs > li > a > span{
  border-bottom : none;
}

.ioe .program__one--info-tab-wrap.tabs__block-dir .tab-content{
    padding-top : 35px;
    padding-bottom : 80px;
  box-shadow: none;
}

.ioe__tab-content{
  padding-left : 70px;
  max-width : 750px;
}

.ioe__tab-content__item{
    margin-top : 35px;
}

.ioe__tab-content__item:first-child{
    margin-top : 0;
}

.ioe__tab-content__item ul{
  margin-left : 45px;
}
/* career and jobs-jobs / Instruction on employment */

/* life/student-organizations-detail */
.pd__equipment__item_info-wrapper{
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.sod .item__txt-main {
    overflow: hidden;
}

.sod .item__txt-main > * {
    float: left;
}

.soad .item__txt-main > * {
    float: none;
}

.sod__community-flag {
    margin-right: 30px;
    width: 60px;
}

.sod__community-flag img {
    max-width: 100%;
}

.sod__community-text {
    width: calc(100% - 90px);
}

.soad__community-text {
    width: 100%;
}

.soad .flag {
    margin-top: 8px;
}

.sod__community-text-ext__regin > *,
.sod__community-text-ext__direction > * {
    display: inline-block;
}

.sod__community-text-ext__text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
}

.sod__community-text-ext-wrapper {
    margin-top: 30px;
}

.sod__community-text-ext__regin {
    margin-bottom: -5px;
}

.sod .main__info .info__block {
    margin-bottom: 80px;
}

.sod .info__item .item__h {
    margin-bottom: 40px;
    font-size: 40px;
}

.sod__man {
    padding: 20px 0;
    border-top: 1px solid #F1F2F4;
    background-color: #FFFFFF;
}

.sod__man__wrapper,
.sod__man-info,
.sod__man-info__contact {
    overflow: hidden;
}

.sod__man__wrapper > *,
.sod__man-info > *,
.sod__man-info__contact > * {
    float: left;
}

.sod__man-pic {
    margin-right: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #F0F0F0;
}

.sod__man-info {
    margin-top: 10px;
    width: calc(100% - 85px);
}

.sod .newsld__soc-item.sh__soc-item {
    width: 24px;
    height: 24px;
}

.sod__man-info__head {
    width: 30%;
}

.sod__man-info__contact {
    width: 70%;
}

.sod__man-info__contact-phone {
    width: 50%;
}

.sod__man-info__contact-social {
    width: 50%;
}

.sod__man-info__head-text,
.sod .contacts-card__txt-info_phone {
    font-size: 16px;
    font-weight: 600;
}

.sod__man-info__caption {
    margin-bottom: 10px;
}

.sod .newsld__social-net {
    margin-top: 0;
}

.sod__header {
    margin: 50px 0 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.sod .hdd-bio__date_btn-wrapper {
    margin-bottom: 0;
    padding-bottom: 80px;

}

.sod .hdd-bio__date-text {
    max-width: 570px;
}

.sod .hdd-bio__date-wrapper:before {
    top: 60px;
    height: calc(100% - 50px);
}

.sod .lacd__directions_list li {
    position: relative;
    padding-right: 0;
}

.sod .lacd__directions_list li span {
    display: inline-block;
    max-width: 750px;
}

.sod__facts {
    margin-bottom: -30px;
}

.sod__fact {
    margin-bottom: 30px;
    padding: 20px 30px;
    background-color: #FFFFFF;
}

.sod__fact-header {
    font-weight: 600;
}

.sod__facts2 .hdd-bio__date-wrapper:before,
.sod__facts2 .hdd-bio__date-wrapper:after {
    display: none;
}

.sod__facts2 .hdd-bio__date-item {
    position: relative;
    padding-top: 15px;
    max-width: 750px;
}

.hdd-bio__date-item-strong {
    font-weight: 600;
    color: #11924D;
}

.sod__facts2 .hdd-bio__date-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
}

.sod__facts2 .hdd-bio__date_btn-wrapper {
    margin-top: 25px;
}

.sod__facts2 .hdd-bio__date-item:before {
    content: '';
    position: absolute;
    top: 25px;
    left: -30px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #10924D;
}

.frat-name {
    padding-left: 15px;
    overflow: hidden;
}

.frat-name > * {
    float: left;
}

.soad .flag {
    margin-right: 20px;
    width: 60px;
}

.frat-name__text {
    width: calc(100% - 80px);
}

.soad .simply__card--list .organization .preview_short {
    padding-left: 15px;
    max-width: 700px;
}

.soad .inner-contact__right {
    position: relative;
}

.soad .inner-contact__right:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 1px;
    height: 100%;
    background-color: rgba(136, 138, 145, 0.2);
}

.organization__list {
    margin-bottom: 5px;
}

.soad .simply__card--list .graduates,
.soad .simply__card--list .organization,
.soad .simply__card--list .labortories {
    margin: 0 7.5px;
}

.soad__soc {
    margin-top: 80px;
}

.social-frat,
.social-frat-icons {
    padding: 30px 0;
    display: inline-block;
}

.social-frat {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.07;
}

.social-frat-icons {
    margin-left: 20px;
}

.sod .soad__soc .newsld__soc-item.sh__soc-item {
    width: 32px;
    height: 32px;
}

.soad .news__item.text__over {
    height: 360px;
}

.soad .news__item .news__item-h {
    padding-top: 0;
}
/* life/student-organizations-detail */

/* education/quality_mmk */
.mmk__main-wrapper .main__info .info__block{
    margin-bottom: 0;
}
.mmk__main-wrapper .main__info-bg{
    display: none;
}
.mmk__main-wrapper .main__section{
    margin-bottom: 20px;
}
.mmk .text-plate{
    padding: 0 0 60px;
}
.mmk__li-caption{
    font-weight: bold;
}
.mmk .WYSIWYG.text-plate ul li{
    margin-bottom: 20px;
    max-width: 500px;
}
.mmk .WYSIWYG.text-plate ul li:nth-child(even){
    margin-left: 100px;
}
.mmk .WYSIWYG.text-plate ul li:nth-child(odd){
    clear: left;
}
.mmk .main__section.main__info.qual__main .info__left{
    margin-bottom: 10px;
}
.mmk__tech-text{
    padding: 45px 60px 30px;
    background-color: #fff;
}
.mmk__tech-text:last-child{
    padding-bottom: 65px;
}
.mmk .WYSIWIG .creators{
    padding-top: 7px;
    padding-bottom: 7px;
}
.mmk__img-wrapper{
    margin: 30px 0;
    border: 1px solid #f2f2f2;
}
.mmk__tech-text+.mmk__tech-text{
    border-top: 1px solid #f2f2f2;
}
.mmk__tech-text-wrapper{
    max-width: 900px;
}
.mmk__img-wrapper img{
    max-width: 100%;
}
.mmk__img-caption{
    border: 1px solid #f2f2f2;
}
.mmk__img-caption span{
    padding: 15px 30px;
    display: inline-block;
    max-width: 700px;
    color: #292c3d;
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.58;
}
/* education/quality_mmk */

.freshman.eduqq .card__text img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.freshman.eduqq .card__text a {
    word-break: break-all;
}
.faq-head.block__header-h3{
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
}

.say-hello.alumnies-base .graduates{
    margin: 0 7.5px;
}
.say-hello .info__item.info__item--grblock{
    padding-bottom: 110px;
}

.alphabet__filter-list.filter__block-list.filter__block-list-incont{
    padding-top: 20px;
}

/* student_organizations_association_detail */
.sod__contact .dep__d_ext__dean-info > * {
    float: none;
}

.sod__contact .dep__d_ext__dean-info-wrapper {
    width: 100%;
}

.sod__contact {
    padding: 40px 0 60px;
}

/* student_organizations_association_detail */

/* Admission/olympiad_detail */
.olymp .banner__list-under .col-md-8{
    width: 83.33333333%;
}
.olympd .item__h {
    /*margin-top : 50px;*/
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.olympd__card-header {
    margin-top: 50px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

/*.olympd__card-bg-wrapper,*/
.row__card-header,
.row__card-content {
    background-color: #FFFFFF;
}

.olympd__cards {
    margin-top: 80px;
}

.olympd__card {
    margin-bottom: 30px;
}

.article__field-fakt {
    /*max-width: 750px;*/
    max-width: 1000px;
}

.olympd__card-info {
    margin-top: 10px;
}

.olympd__card-info__date {
    margin-right: 30px;
}

.olympd__card-info__text,
.olympd__map-link {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    line-height: 1.67;
}

.olympd__card-info > *,
.olympd__card-info__date > *,
.olympd__card-info__place > * {
    display: inline-block;
    vertical-align: top;
}

.olympd__map-link {
    display: block;
}

.olympd__card-text {
    margin-top: 25px;
}

.olympd__card-info__date-pic {
    margin-top: 6px;
    margin-right: 10px;
    width: 21px;
    height: 16px;
}

.olympd__card-info__place-pic {
    margin-top: 4px;
    margin-right: 10px;
    width: 17px;
    height: 22px;
}

.olympd__card-text {
    max-width: 750px;
}

.conf-det__about_info p {
    margin: 11px 0;
}

.conf-det__about_info > * :last-child {
    display: inline;
}

.olymp__card-tab .nav-tabs {
    padding-top: 45px;
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li {
    margin-right: 10px;
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li:last-child {
    margin-right: 0;
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li > a {
    border: 1px solid rgba(136, 138, 145, 0.2);
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li.active > a {
    color: #292c3d;
    border: 1px solid rgba(136, 138, 145, 0.2);
    border-bottom: 1px solid #fff;
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li.active > a:hover {
    border: 1px solid rgba(136, 138, 145, 0.2);
    border-bottom: 1px solid #fff;
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li > a span {
    border-bottom: 1px dashed rgba(0, 121, 193, 0.3);
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li > a:hover span {
    border-bottom: 1px dashed #ee2a24;
}

.olymp__card-tab.tabs__block-dir .nav-tabs > li.active > a span {
    border-bottom: none;
}

.olympd__tab-content {
    padding-bottom: 75px;
    border-top: 1px solid rgba(136, 138, 145, 0.2);
    border-bottom: 5px solid #00853e;
}

.olympd__direction {
    margin-bottom: 40px;
}

.olympd__direction > * {
    line-height: 1;
}

.olympd__direction-level > *,
.olympd__direction-fac > * {
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
}

.olympd__direction-header {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.olympd__tab-nav-col {
    top: 1px;
}

.olympd__tab-content .conf-det__about_info,
.olympd__doc-wrapper {
    max-width: 670px;
}

.olympd__doc-wrapper:not( :last-child ) {
    margin-bottom: 20px;
}

.olympd__card-header .rund__acc-icon {
    display: none;
}

#olympd__map,
.olympd__map {
    box-sizing: border-box;
    width: 90%;
    height: auto;
    max-width: 1170px;
}

#olympd__yaMap,
.google-map {
    width: 100%;
    height: 480px;
}

/* Admission/olympiad_detail */

/* Education/quality_docs */
.eqd .equa__main-wrapper .main__info .container{
    border-bottom: none;
}
/* Education/quality_docs */

/* services_upravlenie */
.isup .info__item .info__item-smblock {
    margin-top: 0;
}
.isup__wrapper-time{
    margin-top: 10px;
}
.isup__smblock-item .fsmi-smblock__person-name{
    margin-top: 20px;
}
.isup .disa .info__item-smblock{
    background-position: left bottom;
    background-repeat: no-repeat;
}
.isup .info__block.info__left{
    margin-bottom: 10px;
}
.isup .eqp__docs-toggle-block{
    padding-top: 20px;
}
.isup .fsmi-gallery-docs-inner-wrapper{
    padding: 40px 55px;
}
.isup .info__item .info__item-smblock{
    padding: 30px 40px 45px;
}
.isup .disa__main-right-phone{
    font-size: 14px;
}
.isup__time{
    overflow: hidden;
    font-size: 14px;
}
.isup__time > *{
    float: left;
}
.isup__time-day{
    width: 75px;
}
.isup__time-time{
    width: calc( 100% - 75px );
}
.isup .eqp__docs-button-wrapper{
    margin: 0 0 40px 0;
}
/* services_upravlenie */

/* Admission/olympiad_list */
.olist__header {
    margin: 50px 0 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.olist__header-h2 {
    margin: 45px 0 25px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.alphabet__filter-list.olymp__filter-block {
    margin-top: -15px;
    margin-bottom: 15px;
}

.olist__filter.filter__block .form-group {
    margin-bottom: 15px;
}

.olist__filter.filter__block .filter__block-list.olymp__check {
    padding: 0 15px 20px;
    margin-top: -10px;
}

.olymp__card-last > * {
    display: inline-block;
}

.olym__card-result {
    border-right: solid 1px #e7e8e9;
    padding-right: 30px;
    margin-right: 10px;
}

/* Admission/olympiad_list */

/* Continuing-education */
.ce .rector__info-wrap:last-child {
    margin-top: 1px;
    padding: 20px 30px;
}

.rector__info-item.rector__info-item-addr {
    padding-left: 0;
}

.ce__accorden {
    margin: 65px 0 80px;
}

.ce__step {
    padding: 30px 0 0 0;
}

.ce__step-item {
    margin-top: 35px;
    overflow: hidden;
}

.ce__step-item:first-child {
    margin-top: 20px;
}

.ce__step-item > * {
    float: left;
}

.ce__step-item__number {
    margin-right: 40px;
    width: 45px;
    height: 45px;
    border: 2px solid #039c41;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #039c41;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: 600;
}

.ce__step-item__text {
    width: calc(100% - 85px);
}

.filter__block .ce__filter .filter__block-list {
    padding: 5px 0 0 0;
    margin-bottom: 10px;
}

.filter__block .ce__filter-check .filter__block-list {
    margin-bottom: 15px;
    padding-top: 10px;
}

.ce__step-wrapper {
    padding-bottom: 60px;
}

.ce_extend-block__dpo {
    overflow: hidden;
}

.ce_extend-block__pic,
.ce_extend-block__text {
    float: left;
}

.ce_extend-block__text {
    width: calc(100% - 32px);
}

.ce__filter {
    padding-top: 25px;
}

.ce__filter-check.ce__filter {
    padding-top: 0;
}

.ce__form_ctrl {
    margin-top: 20px;
}

.ce__card-text-head {
    margin: 25px 0 15px;
    line-height: 1.56;
}

.ce__card-text-text {
}

.ce .dpal__research_project {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ce__extend {
    padding-left: 35px;
}

.ce_extend-block {
    margin-top: 15px;
}

.ce__extend-link {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.25;
}

.ce__customers {
    margin-top: 40px;
}

.ce__customers-slider {
    margin-top: 45px;
}

.ce__customers-slider-pic {
    width: 145px;
    height: 70px;
}

.ce .inner__section {
    margin-top: 80px;
}

.ce .item__cite {
    /*margin : 50px 0 100px;*/
    margin: 50px 0 20px;
    padding: 15px 0 0 50px;
    border-left: 5px solid rgba(136, 138, 145, 0.2);
}

.ce__advantages {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.ce__advantages:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 215px;
    height: 1px;
    background-color: #292c3d;
}

.ce .main__info .info__block {
    margin-bottom: 0;
}

.ce__card-cost {
    margin: 15px 0 0 0;
    padding-bottom: 25px;
    font-family: "PFAgoraSansPro", sans-serif;
}

/* Continuing-education */

/* Employment partnerships expert */
.epe__card {
    margin-bottom: 30px;
    padding: 25px 45px 35px 40px;
}

.epe__card-header {
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.epe__card-caption {
    font-family: 'PFAgoraSansPro', sans-serif;
}

.epe__card-flag {
    margin-bottom: 20px;
    overflow: hidden;
}

.epe__card-flag > * {
    float: left;
}

.epe__card-flag__pic {
    margin: 1px 10px 0 0;
    width: 18px;
    height: 12px;
}

.epe__card-flag__country {
    width: calc(100% - 30px);
    line-height: 1.2;
}

.epe__card-post {
    padding-bottom: 20px;
    max-width: 365px;
    font-style: italic;
}

.epe__card-lead {
    font-style: italic;
}

.epe__card-more-link {
    color: #0079c1;
}

.epe__el-wrapper {
    overflow: hidden;
    height: 555px;
}

.epe__card-img {
    width: 100%;
    height: 170px;
}

/* Employment partnerships expert */

/* RUDN cards variant #1 */
.card__v-01 {
}

.card__v-01_wrapper {
    padding: 30px 30px 40px;
    /*max-width: 900px;*/
    max-width: 1060px;
}

.card__v-01_ovf + * {
    margin-top: 0 !important;
}

.card__v-01-header {
}

/* RUDN cards variant #1 */

/* RUDN cards variant #1a */
.card__v-01.card__v-01a{
    border: 1px solid  rgba(136, 138, 145, 0.2);
}

.card__v-01.card__v-01a .sr__card-wrapper{
    height : auto;
}

.dpal__tags{
    margin-top : 15px;
    overflow : hidden;
}

.dpal__tags a{
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height : 1.25;
}
/* RUDN cards variant #1a */

/* Students-and-research */
.sr__act-item {
    margin-bottom: 35px;
    overflow: hidden;
}

.sr__act-item:last-child {
    margin-bottom: 0;
}

.sr__act-item > * {
    float: left;
}

.sr__act-item__pic {
    margin-right: 20px;
    width: 70px;
    height: 70px;
}

.sr__act-item__text {
    width: calc(100% - 90px);
    /*max-width: 600px;*/
    max-width: 900px;
}

.sr__card {
    border-bottom: solid 1px rgba(136, 138, 145, 0.2);
}

.sr__card:last-child {
    border-bottom: none;
}

.sr__card-ovf {
    margin-bottom: 5px;
    /*padding-bottom: 50px;*/
    padding-bottom: 20px;
    /*height: 310px;*/
    height: auto;
    /*max-height: 310px;*/
    max-height: 400px;

}
.sr__card-wrapper.sr__card-wrapper-height .rudn__grad-bottom:after{
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
}

.sr__card-wrapper {
    height: 410px;
}

.sr__card-wrapper.sr__card-wrapper-height{
  height: auto;
}

.sr__card-ovf.active {
    height: auto;
}

.sr__card-ovf.active:after {
    display: none;
}

.sr__card-wrapper.active {
    height: auto;
}

/* Students-and-research */

.rector__info-wrap-extra{
    margin-top: 1px;
}

/* Normative docs */
.mb-70 + .edsr__docs-wrapper.quam__docs-wrapper{
    margin-top: 70px;
}
.ndoc .card__v-01_wrapper{
    padding: 10px 30px;
    max-width: 1000px;
}
.wrapper-nd-doc{
    /*width: 800px;*/
}
.nd-caption{
    padding: 15px 0 0;
    max-width: 650px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}
.nd-footer.ndoc {
    border-top: 2px solid #f9f9f9;
}
.nd__file-info{
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.07;
    color: #888a91;
}
.ndoc__card{
    margin-bottom: 30px;
}
.ndoc .select2.select2-container{
    width: 100% !important;
}
.ndoc .sr__card-ovf{
    padding-bottom: 0;
    height: auto;
    max-height: 100%;
}
.ndoc .dpal__title{
    cursor: default;
}
.ndoc .dpal__title>*{
    font-size: 20px;
}
.ndoc .dpal__title>a{
    display: none;
}
.ndoc .dpal__title>span{
    display: block;
    color: #292c3d;
}
.ndoc .fsmi-gallery-picinfo{
    margin-top: 0;
    float: left;
}
.ndoc .contacts-card__txt-info{
    margin-top: 20px;
}
.ndoc .contacts-card__txt-info_phone:after{
    background-color: #8a8c93;
    opacity: 0.4;
}
.ndoc .fsmi-gallery-picinfo .fsmi-gallery-type-ico{
    visibility: visible;
}
.ndoc .fsmi-gallery-type{
    width: 125px;
}
.ndoc .fsmi-gallery-size{
    width: auto;
}
.ndoc .card__v-01-header{
    margin-top: 20px;
}
.ndoc__date{
    font-size: 12px;
    opacity: 0.6;
}
.ndoc .ndoc__tags{
    padding: 10px 0 10px 30px;
    overflow: hidden;
    clear: both;
    background-color: #f9f9f9;
}
.ndoc-popup .ndoc__tags{
    padding: 10px 0 10px 55px;
}
.ndoc .ndoc__tags>*{
    margin: 0 7px;
    float: left;
    font-size: 12px;
}
.nd-head{
    position: relative;
    padding: 40px 30px 30px 60px;
    border-bottom: 2px solid #b6b6b6;
}
.nd-head .dpal__marks_karl:focus{
    color: #292c3d;
}
.nd-frame{
    display: block;
}
.nd_close{
    position: absolute;
    top: 40px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-image: url('/i/x-grey.svg');
    cursor: pointer;
}
.nd__button-wrapper{
    padding: 40px 40px 40px 60px;
}
.nd-head .dpal__marks_karl{
    margin-top: 0;
}
.ndoc-popup .fancybox-slide>*{
    padding: 0;
}
.wrapper-nd-doc{
    position: relative;
}
.nd-preloader{
    position: absolute;
    top: 161px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc( 100% - 333px );
    background-color: #fff;
}
.nd-preloader .events-preloader{
    background-color: #fff;
}
/* Normative docs */

.article__one-inner table td{
    vertical-align: top;
}

.date-wrapper{
    position: absolute;
    z-index: 10;
    right: 30px;
}
.rectors_plate-item-link.rectors_plate-docs{
    opacity: 1;
}
.rectors_plate-item.rectors_plate-smi.text__over:after{
    height: 150px;
}
.rectors_plate-docs .doc__item{
    height: 41px;
}
/* Employment partnerships main */
.epm .contacts-card__txt-info_email {
    padding-left: 25px;
}
.epm .text-plate.tasks_inner ul{
    overflow: visible;
}
.emp__slider-op__link.block__header-h4 {
    margin-bottom: 20px;
}

.epm .contacts-card__txt-info_email:before {
    left: 0;
}

.item__txt-main-add {
    margin-top: 40px;
}

.epm__club {
    padding-top: 20px;
    padding-bottom: 40px;
}

.epm__header.block__header-h2 {
    margin-bottom: 45px;
    max-width: 750px;
}

.epm .text-plate {
    padding: 0 15px;
}

.epm .spec__list {
    /*max-width: 750px;*/
}

.epm .tasks_inner li[class*=col-md-6]:nth-child(2n+1) {
    clear: left;
    display: table;
}

.epm .tasks_inner li[class*=col-md-6] {
    padding-right: 65px;
    /*margin-bottom: 25px;*/
    margin-bottom: 6px;
    padding-left: 25px;
}

.epm__cont,
.epm__cont-info {
    overflow: hidden;
}

.epm__cont {
    padding: 30px 0;
}

.epm__cont > *,
.epm__cont-info > * {
    float: left;
}

.epm__cont-pic {
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

.epm__cont-info {
    width: calc(100% - 90px);
}

.epm__cont-person {
    width: 40%;
}

.epm__cont-person > * {
    max-width: 380px;
}

.epm__cont-contacts {
    width: 30%;
}

.epm__cont-button {
    width: 30%;
}

.epm__contact .epm__header {
    margin-bottom: 20px;
}

.epm .item__h.epm__banner-cite,
.epm .block__header-h2.epm__banner-text {
    position: relative;
    color: #fff;
}

.epm__banner-cite {
    padding-left: 35px;
}

.epm__banner-cite:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 11px;
    /*background-image: url('/u/www/images/cooperation/education_partnership_main/quotes.png');*/
    background-image: url('/i/sprite.png');
    background-position: -145px -53px;
    /*background-size: cover;*/
}

.epm .banner__item:before {
    display: none;
}

.epm__comp-card {
    padding: 30px;
    overflow: hidden;
}

.epm__comp-card > * {
    float: left;
}

.epm__comp-card__pic {
    margin-right: 40px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.epm__comp-card__info {
    width: calc(100% - 140px);
    max-width: 825px;
}

.epm__comp-card__info-country {
    margin: 15px 0;
    overflow: hidden;
}

.epm__comp-card__info-country > * {
    float: left;
}

.epm__comp-card__info-text__wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.epm__comp-card__info-link a:after {
    content: "";
    display: inline-block;
    background: transparent url('/i/sprite.png') no-repeat;
    background-position: -315px 0;
    width: 10px;
    height: 11px;
    margin-left: 5px;
}

.epm .organization {
    margin-bottom: 10px;
}

.epm__slider-op-row {
    position: relative;
    padding-top: 40px;
    height: 370px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.epm__slider-op-row:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 1%;
    height: 6px;
    width: 98%;
    background: #888A91;
    z-index: -1;
    opacity: .5;
}

.epm__slider-op .item__h {
    margin: 35px 0 20px;
}

.epm__slider-op__text {
    font-weight: 600;
    font-style: italic;
    overflow: hidden;
    height: 125px;
}

.epm__slider-op__info {
    position: relative;
    max-width: 580px;
    padding-left: 60px;
}

.epm__slider-op__info:after {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 1px;
    height: 100%;
    background-color: #e6e7e8;
}

.epm__slider-op .epm__comp-card {
    padding: 50px 60px 0 0;
}

.epm__slider-op.main__slider .item:after,
.epm__slider-op.main__slider .item:before {
    display: none;
}

.epm__slider-op .slider__nav {
    display: none;
}

.epm__slider-op.main__slider .slider__ctr .slider__dots {
    margin: 15px 0 0 0;
}

.epm__slider-op.main__slider .slider__ctr .slider__nav .owl-prev,
.epm__slider-op.main__slider .slider__ctr .slider__nav .owl-next {
    background-color: rgba(239, 239, 239, 0.3);
}

.epm__slider-op.main__slider ul.row.list.list-inline {
    margin-left: 55px;
}

.epm__slider-op.main__slider .slider__ctr .slider__nav .owl-prev:before {
    background: url('/u/www/images/cooperation/education_partnership_main/slider_ctrl/arr_left_cur.png') no-repeat;
}

.epm__slider-op.main__slider .slider__ctr .slider__nav .owl-next:before {
    background: url('/u/www/images/cooperation/education_partnership_main/slider_ctrl/arr_right_cur.png') no-repeat;
}

.epm__slider-op.main__slider .slider__ctr .slider__nav .owl-prev:hover:before {
    background: url('/u/www/images/cooperation/education_partnership_main/slider_ctrl/arr_left_act.png') no-repeat;
}

.epm__slider-op.main__slider .slider__ctr .slider__nav .owl-next:hover:before {
    background: url('/u/www/images/cooperation/education_partnership_main/slider_ctrl/arr_right_act.png') no-repeat;
}

.epm__slider-op.main__slider .slider__ctr .slider__dots .owl-dot span {
    background-color: rgba(0, 0, 0, .3);
}

.epm__slider-op.main__slider .slider__ctr .slider__dots .owl-dot.active span {
    height: 10px;
    width: 10px;
    background: #0079C1;
}

.epm__slider-op.main__slider .slider__ctr .slider__dots .owl-dot:hover span {
    background: #0079C1;
}

.epm__slider-op.main__slider .item,
.epm__slider-op.main__slider {
    height: auto;
}

.epm__club-m__card {
    margin-bottom: 60px;
    padding: 10px 0 25px 35px;
    border-left: 5px solid #009a3e;
}

.epm__club-m__card-header {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: 'PFAgoraSansPro', sans-serif;
}

.epm__club-m__card-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.3);
}

.epm__club-m__card-text {
    max-width: 290px;
    line-height: 1.43;
}

.epm__club_masonry {
    padding: 60px 0 0;
}
/* Employment partnerships main */

.main__section.main__partners .partners__slider-wrap .partners__slider-nav{
    position: static;
}

.lscl .main__info .main__info-bg,
.lscl .main__info-bg-strong{
    background-image: none;
}

/* Life/social */
.lscl__banner.ban-0 .info__item .item__h,
.lscl__banner.ban-0 .info__item .item__txt-main{
    color: #fff;
}

.lscl__banner.ban-0 .main__info-bg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.lscl__banner-bg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.lscl-contact__card{
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: #fff;
}
.lscl-contact__card-text{
    position: relative;
    overflow: hidden;
    height: 220px;
}
.lscl-contact__card-text:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 55%, rgba(255, 255, 255, 1) 100%);
}
.lscl-contact__card-text-header{
    margin-bottom: 15px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.lscl-contact__card-person{
    padding-top: 30px;
    overflow: hidden;
    border-top: 2px solid rgba(136, 138, 145, 0.2);
}
.lscl-contact__card-person > *{
    float: left;
}
.lscl-contact__card-pic{
    margin-right: 30px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.lscl-card-info__post{
    font-size: 12px;
    line-height: 1.25;
    color: #90939e;
}
.lscl-card-info__name{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.lscl-contact__card-data-info{
    width: calc( 100% - 80px );
}
.lscl__grants{
    padding-bottom: 50px;
    background-color: #fff;
}
.lscl__banner .info__item.info__item--lblock .info__item-link{
    font-size: 16px;
    font-weight: bold;
}
.lscl__banner.ban-0 .main__info-bg{
    background-position: 0 0;
    background-size: cover;
}

.lscl__banner.ban-1 .main__info{
    background: #f1f2f4;
}

.lscl__banner-light .info__item .item__h,
.lscl__banner-light .info__item .item__txt-main{
    color: #fff;
}
.lscl__banner-light .info__item .info__item-smblock{
    background-color: #fff;
}
.lscl__banner-light .info__item.info__item--lblock .info__item-link{
    color: #0079c1;
}
.lscl__banner-light .info__item.info__item--lblock .info__item-link:after{
    background-position: -36px -6px;
}
.lscl__banner-dark .block__composite,
.lscl__banner-dark .main__info{
    background-color: transparent;
}
.lscl__banner-dark.lscl__disability .main__info-bg-strong{
    display: none;
}
.lscl__card-row{
    margin-bottom: 30px;
}
.grants-card{
    padding: 15px 30px;
    height: 100%;
    border: 1px solid #e9eaec;
}
.grants-count{
    color: #90939e;
    font-size: 12px;
}
.grants-card .block__header-h4{
    margin-bottom: 0;
}
/* Life/social */

/* Volunteering detail */
.vd.article__one-wrap .article__one-h {
    font-size: 40px;
    line-height: 1.25;
}

.vd .WYSIWYG p.quote {
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.vd .WYSIWYG p.name {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
}

.vd .WYSIWYG p.descr {
    font-size: 14px;
}

.vd .WYSIWYG blockquote {
    margin-top: 0;
    background-color: transparent;
}

.vd__capt-text {
    font-weight: normal;
}

.vd__capt-head {
    margin-left: 20px;
}

.wrr {
    overflow: hidden;
}

.wrr > * {
    float: left;
}

.vd__capt-text {
    width: 100px;
}

.vd__capt-head {
    margin: 0 !important;
    width: calc(100% - 100px);
}

/* Volunteering detail */

/* Volunteering */
.volu__banner {
    position: relative;
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.volu__banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.volu__banner-info {
    margin-top: 55px;
    max-width: 750px;
}

.volu__banner-header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    color: #FFFFFF;
}

.volu__banner-text {
    margin-top: 15px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 16px;
    line-height: 1.56;
    color: #FFFFFF;
}

.valu__wrapper-btn {
    text-align: right;
    margin-top: 65px;
}

.volu__cards {
    margin-top: 60px;
}

.valu__card-item__wrapper {
    margin-top: 10px;
    overflow: hidden;
    height: 275px;
    background-color: #FFFFFF;
}

.valu__card-item__wrapper:first-child {
    margin-top: 0;
}

.valu__card-item__info,
.valu__card-item__pic-wrapper {
    float: left;
}

.valu__card-item__pic-wrapper {
    margin-left: 30px;
    width: 490px;
}

.valu__card-item__info {
    padding: 15px 0 0 30px;
    width: calc(100% - 520px);
}

.valu__card-item__pic {
    height: 275px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.valu__card-item__info__org-data {
    margin-bottom: 15px;
}

.valu__card-item__wrapper {
    position: relative;
}

.valu__card-item__wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 490px);
    /*height: 35px;*/
    /*background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));*/
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
}

.valu__card-item__info__org-data td {
    vertical-align: top;
}

.valu__card-item__info__org-data__caption {
    margin-top: 8px;
    padding: 5px 20px 0 0;
    font-size: 12px;
    line-height: 1.67;
    color: #9B9B9B;
}

.valu__card-item__info__org-data__text {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
}

.valu__card-item__info__org-data__big .valu__card-item__info__org-data__text {
    font-size: 18px;
    line-height: 1.67;
}

.valu__card-item__info__org-data__big .valu__card-item__info__org-data__caption {
    padding-top: 7px;
}

.valu__card-item__info-wrapper {
    overflow: hidden;
    height: 244px;
}

.valu__card-col {
    margin-bottom: 10px;
}

.valu__card-col:last-child {
    margin-bottom: 0;
}
/* Volunteering */

/* For SMI */

.svg__fsmi-smblock{
    fill: #fff;
}
.fsmi .info__item{
    padding: 15px 0;
}
.fsmi .info__item .info__item-smblock{
    margin-top: 0;
}
.fsmi .info__item-smblock{
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 300px;
}
.fsmi .main__info .info__block{
    margin: 40px 0;
}
.main__section-fsmi .main__info-bg{
    background-size: auto 100%;
}
.fsmi-smblock__contacts-data a{
    color: #fff;
}
.fsmi-smblock__contacts-item{
    overflow: hidden;
}
.fsmi-smblock__contacts-item > *{
    float: left;
}
.fsmi-smblock__contacts-pic{
    width: 30px;
    height: 30px;
}
.fsmi-smblock__contacts-data{
    width: calc( 100% - 30px );
}
.fsmi-smblock__person{
    color: #fff;
}
.fsmi-smblock__person-name{
    font-size: 18px;
    font-weight: bold;
}
.fsmi-smblock__person-post{
    font-size: 12px;
}
.fsmi-smblock__item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fsmi-smblock__item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.fsmi-order,
.fsmi-gallery{
    padding: 20px 0 50px;
}
.fsmi-gallery-item{}
.fsmi-gallery-inner-wrapper{
    padding: 40px;
}
.fsmi-gallery .block__header-h2{
    margin-bottom: 20px;
}
.fsmi-gallery-item .photo__grid-item{
    margin: 0;
    padding: 0;
    background-size: cover;
}
.fsmi-gallery-item .photo__grid-item img{
    visibility: hidden;
}
.fsmi-gallery-item .photo__grid-item:after{
    opacity: 0.15;
}
.fsmi-gallery-item .photo__grid-item:hover:after{
    opacity: 0.7;
}
.fsmi-gallery-row{
    /*margin-bottom: 30px;*/
}
.fsmi-gallery-picinfo{
    margin-top: 10px;
}
/*.fsmi-gallery-row > .col-md-3 {*/
.fsmi-gallery-row > .fsmi-col {
    margin-bottom: 30px;
}
.fsmi-gallery-row > .col-md-3:nth-child(4n+1) {
    clear: left;
}
.fsmi-gallery-0-inner-wrapper .photo__grid-item {
    min-height: 185px;
}
.fsmi-gallery-inner-wrapper .photo__grid-item img{
    display: none;
}
.fsmi .doc__item.doc--zip{
    margin-bottom: 20px;
}
.fsmi-gallery-1-inner-wrapper .photo__grid-item{
    border: 1px solid #d7dbdd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px;
}
.fsmi .photo__grid-item:after{
    background-color: transparent;
}
.fsmi-gallery-picinfo .fsmi-gallery-type-ico {
    visibility: hidden;
}
.fsmi-gallery-picinfo:nth-child(2) .fsmi-gallery-type-ico {
    visibility: visible;
}
.fsmi-gallery-1-inner-wrapper .fsmi-gallery-picinfo{
    margin-top: 0;
}
.fsmi-gallery-picinfo:nth-child(2) {
    margin-top: 10px;
}
.fsmi-gallery-1-inner-wrapper, .fsmi-gallery-docs-inner-wrapper {
    margin-top: 30px;
}



.fsmi-gallery-type-link,
.fsmi-gallery-picinfo{
    display: block;
    overflow: hidden;
}
.fsmi-gallery-type-link > *,
.fsmi-gallery-picinfo > *{
    float: left;
}
.fsmi-gallery-type-link:hover > *{
    color: #EE2a24;
}
.fsmi-gallery-type-link:hover .svg__fsmi-gallery-type-ico-group{
    fill: #EE2a24;
}
.fsmi-gallery-undercut .fsmi-gallery-row{
    display: none;
}
.fsmi-gallery-btn-wrapper .btn{
    border: 1px solid #d7dbdd;
}
.fsmi-gallery-type{
    margin-right: 5px;
    width: 50px;
}
.fsmi-gallery-size{
    width: calc( 100% - 55px );
    font-size: 12px;
    color: #888a91;
}
.fsmi-gallery-type-ico{
    margin-right: 5px;
    width: 20px;
    height: 22px;
}
.svg__fsmi-gallery-type-ico-group{
    fill: #1484C6;
}
.fsmi-gallery-type-data{
    width: calc( 100% - 25px );
    color: #1484C6;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
/* For SMI */

/* Virtual tour */
.build:hover .camera{
    fill: red;
}
.campus_map__pvd{
    display: none;
}
.vt .campus_map__section{
    position: relative;
}

.vt .campus_map__section:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #f1f3f4;
}

.vt-tip li{
    position: relative;
    margin-bottom: 8px;
    padding-left: 15px;
    font-size: 14px;
}

.vt-tip li:last-child{
    margin-bottom: 0;
}

.vt-tip li:before{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #000;
}

.map-address {
    position: absolute;
    left: 20px;
    top: 80px;
    padding: 15px;
    width: 205px;
    height: 160px;
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.05);
}

.cards-section{
    margin-top: 30px;
}

.vt__card{
    margin-top: 25px;
    margin-bottom: 40px;
}

.vt__card-col:nth-child(odd) .vt__card{
    margin-left: 25px;
}

.vt__card-col:nth-child(even) .vt__card{
    margin-right: 25px;
}

.vt__card-header{
    overflow: hidden;
    height: 110px;
}

.vt__card-header > *{
    float: left;
}

.vt__card-pic{
    margin-right: 30px;
    /*width: 95px;*/
    width: 45px;
    height: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vt__card-info{
    /*width: calc( 100% - 125px );*/
    width: calc( 100% - 75px );
}

.vt__card-wrapper{
    margin: 0 15px;
}
.vt svg .color{
    fill: #0079c1;
}
.vt svg path{
    transition: inherit;
}
.vt__card-img{
    width: 100%;
    height: 225px;
}

.vt__card-info__text{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
/* Virtual tour */

/* 5-100 Best practics */
.p5-100__pic-item {
    margin: 0 0 15px 0;

    background-color: #FFFFFF;
}

.p5-100__pic-item:last-child {
    margin-bottom: 0;
}

.p5-100__header {
    margin: 30px 0;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.p5-100__pic-item__wrapper .col-md-4 {
    padding-left: 0;
}

.p5-100__pic-wrapper__img {
    height: 375px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.p5-100__text-wrapper {
    position: relative;
    /*overflow : hidden;*/
    /*height: 280px;*/
    padding: 0 15px;
}

.p5-100__text-wrapper__text {
    line-height: 25px;
    max-height: 200px;
}

.p5-100__text-wrapper__header {
    /*margin : 30px 0 15px;*/
    margin-bottom: 15px;
    padding-top: 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.p5-100__info {
    position: relative;
    /*height: 375px;*/
}
.p5-100__text-wrapper__text.rudn__grad-bottom:after {
    height: 5px;
}
.p5-100__info-read-more {
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*left: 15px;*/
    /*padding : 0 30px 0 15px;*/
    margin-top: 17px;
    margin-bottom: 11px;
}

/* 5-100 Best practics */

/*alumni-success stories-detail-career*/
.jone .vacancy_main_info__text:after{
    display: none;
}

.ctab{
    display: table;
}
.ccell{
    display: table-cell;
    vertical-align: top;
}
.ccell span{
    margin: 0 !important;
}
.ccell [name=subm]{
    position: static !important;
    margin-right: 30px;
}

.adc__card,
.adc__card-info {
    overflow: hidden;
}

.adc__card {
    padding: 60px 0;
}

.adc__card > *,
.adc__card-info > * {
    float: left;
}

.adc__card-pic {
    margin-right: 30px;
    width: 125px;
    height: 145px;
}

.adc__card-info {
    width: calc(100% - 155px);
}

.adc__card-info__person {
    width: 40%;
}

.adc__card-info__extinfo {
    padding-left: 60px;
    width: 60%;
}

.adc__card-info__person-name__en {
    font-style: italic;
}

.adc__card-info__person-name__ru.block__header-h3 {
    margin-bottom: 0;
}

.adc__card-info__extinfo-block {
    overflow: hidden;
}

.adc__card-info__extinfo-block > * {
    float: left;
}

.adc__card-info__extinfo-block__pic {
    margin: 5px 10px 0 0;
    width: 22px;
    height: 15px;
}

.adc__card-info__extinfo-block__pic-mail {
    margin: 8px 17px 0 0;
    width: 14px;
    height: 11px;
}

.adc__card-info__extinfo-social {
    padding-left: 30px;
}

.adc__card-info__extinfo-block__fac-info {
    width: calc(100% - 31px);
}

.adc .epe__card-flag__pic {
    margin-right: 13px;
}

.adc .epe__card-flag__country {
    width: calc(100% - 33px);
}

.adc__card-info__extinfo-block__info {
    width: calc(100% - 32px);
}

.adc .epe__card-flag {
    margin-bottom: 5px;
}

.adc__tab-card__career {
    position: relative;
    overflow: hidden;
}

.adc .hdd-bio__date-text {
    padding-bottom: 45px;
}

.adc__tab-card__career:before {
    content: '';
    position: absolute;
    left: 16.66666667%;
    margin-left: -15px;
    width: 1px;
    height: 100%;
    background-color: #dcdee0;
}

.adc__tab-card__career:first-child {
    margin-top: 50px;
}

.adc__tab-card__career:first-child:before {
    top: 14px;
}

.adc__tab-card__career:last-child {
    padding-bottom: 30px;
}

.adc__tab-card__career:last-child:before {
    height: 14px;
}

.adc .hdd-bio__date-year {
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 18px;
}

.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:hover,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
}

.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li > a,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li > a:hover,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li > a:focus,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:hover,
.adc .tabs__block-gray.tabs__block-dir .nav-tabs > li.active > a:focus {
    border: none;
}

.adc .sh__quotes {
    margin-left: 0;
}

.adc__tab-card__mem-list {
    position: relative;
    padding-left: 25px;
}

.adc__tab-card__mem-list:before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
}

.adc__tab-card__words .block__header-h2 {
    margin-top: 40px;
}

.adc__tab-card-pub_ext-link {
    margin-right: 15px;
}

/*alumni-success stories-detail-career*/

/* life/stars_persons */
.lspe .olymp__winners-card__info-data__caption,
.lspe .olymp__winners-card__info-data__alum-text,
.lspe .olymp__winners-card__info-data__spec-text{
    line-height: 1.7;
}
.lspe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a > span,
.lspe .tabs__block-dir .nav-tabs > li > a > span{
    border: none;
}
.lspe .olymp__winners-card__info-name{
    margin-top: 0;
}
.lspe .olymp__winners-card__info-data__year{
    width: 17%;
}
.lspe .olymp__winners-card__info-data__spec{
    width: 17%;
}
.lspe .olymp__winners-card__info-data__alum{
    width: 17%;
}
.lspe .olymp__winners-card__info-data__fac{
    width: 49%;
}
.lspe__card-text{
    margin-top: 30px;
    max-width: 720px;
}
#tab__collective-achieve .olymp__winners-card__pic,
#tab__units-achieve .olymp__winners-card__pic{
    width: 300px;
    height: 225px;
}
#tab__collective-achieve .olymp__winners-card__info,
#tab__units-achieve .olymp__winners-card__info{
     width: calc(100% - 330px);
}
/* life/stars_persons */

/* Olympiad*/
.olym__wrapper-button {
    margin-top: 35px;
    text-align: left;
}

.olymp .info__block.info__left {
    margin-bottom: 20px;
}

.olymp .main__info-bg {
    background-image: none;
}

.olymp .block__composite {
    background-repeat: no-repeat;
    background-position: right top;
}

.olymp .main__section.main__info {
    background-color: transparent;
}

.olymp .masonry__row.achievements__row3 .masonry__item:nth-child(1),
.olymp .masonry__row.achievements__row3 .masonry__item:nth-child(3) {
    width: 180px;
}

.olymp .masonry__row.achievements__row3 .masonry__item:nth-child(2),
.olymp .masonry__row.achievements__row3 .masonry__item:nth-child(4) {
    width: 375px;
}

.olymp__filter-block {
    margin: 0;
}

.filter__block .filter__block-list.olymp__selects {
    margin-bottom: 0;
}

.filter__block .filter__block-list.olymp__check {
    padding-top: 0;
}

.olym__cards .item {
    margin-bottom: 15px;
    background-color: #77FFBA;
}

.olym__card {
    margin-bottom: 15px;
    padding: 30px;
    border-bottom: 5px solid #00853E;
    background-color: #FFFFFF;
    height: 315px;
}

.olym__card-header__pic {
    margin-right: 15px;
    width: 35px;
    height: 25px;
    background-color: #FFDAF3;
}

.olym__card-header__text {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.olym__card-header > * {
    display: inline-block;
    vertical-align: middle;
}

.olym__card-caption {
    position: relative;
    padding-left: 18px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 12px;
    line-height: 1.52;
    color: #8E9097;
}

.olym__card-result__caption:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 12px;
    background-image: url('/u/www/images/admission/olymp/01.png');
    background-repeat: no-repeat;
}

.olym__card-result .olym__card-result__date {
    padding-left: 18px;
}

.olym__card-date,
.olym__card-info,
.olym__card-tags {
    margin-top: 15px;
}

.olym__card-tags {
    height: 90px;
    font-size: 0;
}

.olym__card-date__date {
    font-size: 14px;
    /*line-height : 1.07;*/
}

.olym__card-info__level > *,
.olym__card-info__place > * {
    display: inline-block;
}

.olym__card-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.olym__card-tag {
    margin: 9px 5px 0 0;
    padding: 7px 8px;
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(136, 138, 145, 0.21);
    border: solid 1px rgba(136, 138, 145, 0.2);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.olym__card-tag.olym__card-tag-choosed {
    background-color: #F4F4F4;
    border: solid 1px rgba(0, 133, 62, 0.2);
}

.olym__cards-more-but span.btn {
    text-transform: none;
}

.olym__adv-header {
    margin-top: 50px;
    max-width: 750px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.olym__adv-text {
    margin: 15px 0 45px;
    max-width: 750px;
}

.olym__adv-card {
    margin-bottom: 30px;
    padding: 25px 25px 35px 15px;
    overflow: hidden;
    background-color: #fff;
}

.olym__adv-card__pic,
.olym__adv-card__text {
    float: left;
}

.olym__adv-card__pic {
    margin-top: -10px;
    margin-right: 20px;
    width: 70px;
}

.olym__adv-card__text {
    width: calc(100% - 90px);
}

.olymp__winners .filter__block .filter__block-list.olymp__selects {
    margin-bottom: 20px;
}

.olymp__winners-card {
    margin-bottom: 15px;
    padding: 30px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.olymp__winners-card__pic {
    width: 190px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.olymp__winners-card__pic,
.olymp__winners-card__info {
    float: left;
}

.olymp__winners-card__pic {
    margin-right: 30px;
    width: 190px;
}

.olymp__winners-card__info {
    width: calc(100% - 220px);
}

.olymp__winners-card__info-labels > * {
    display: inline-block;
    vertical-align: top;
}

.olymp__winners-card__info-label-tag {
    margin-right: 5px;
    padding: 7px 8px;
    border-radius: 2px;
    background-color: #5E35B1;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.olymp__winners-card__info-label-flag {
    padding: 0;
    background-color: transparent;
    border: 1px solid #E7E8E9;
    width: 36px;
    height: 30px;
}

.flag-item {
    background-color: red;
    margin: 6px 0 0 7px;
    width: 20px;
    height: 16px;
}

.olymp .olym__cards-more-but span.btn {
    text-transform: uppercase;
}

.olymp__winners-card__info-name {
    margin-top: 15px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.olymp__winners-card__info-data {
    margin-top: 15px;
    /*max-width: 725px;*/
    max-width: 762px;
    overflow: hidden;
    font-size: 12px;
}

.olymp__winners-card__info-data > * {
    float: left;
}

.olymp__winners-card__info-data__year {
    width: 14%;
}

.olymp__winners-card__info-data__spec {
    width: 46%;
}

.olymp__winners-card__info-data__alum {
    width: 40%;
}

.olymp__winners-card__info-cite {
    position: relative;
    margin-top: 20px;
    padding-left: 45px;
    /*max-width: 715px;*/
    max-width: 1000px;
    font-size: 16px;
    font-weight: 600;
}

.olymp__winners-card__info-cite:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('/u/www/images/admission/olymp/winners/quote.svg');
}

.olymp__winners-card__info-cite-mobile {
    display: none;
}

.olymp__winners-card__info-data__caption {
    line-height: 1.25;
    color: #90939E;
}

.olymp__winners-card__info-data__spec-text,
.olymp__winners-card__info-data__alum-text {
    line-height: 1.25;
}

.olymp .rid__news {
    padding-bottom: 0;
}

.under_cut,
.olym__card-tag-ellipsis {
    display: none;
}

.olym__card-tag-close,
.olym__card-tag-ellipsis {
    cursor: pointer;
}

.olym__card-wrapper {
    position: relative;
    height: 330px;
}

.olym__card-wrapper .olym__card {
    position: absolute;
    z-index: 10;
    height: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* Olympiad*/

/* career_stud_gra_employment_main */
.svg__place .svg__place-g{
    fill: #9D9FA5;
}
.empm .newsla__arch-card__link {
    height: auto;
    padding: 30px 0 30px 25px;
    font-size: 22px;
    font-weight: bold;
}

.empm .newsla__arch-card__link:hover {
    border-left: 5px solid #0079C1;
}

.WYSIWYG ul.empm__depat-list {
    margin-top: 30px;
}

.WYSIWYG ul.empm__depat-list li {
    /*margin-bottom: 20px;*/
    margin-bottom: 6px;
    padding-left: 90px;
    float: left;
    width: 50%;
}

.empm__depat-list li:nth-child(2n+1) {
    clear: left;
}

.WYSIWYG ul.empm__depat-list li:before {
    left: 70px;
}

.empm__depat-wrapper {
    padding: 30px 50px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(155, 155, 155, 0.2);
}

.empm__depat-wrapper .block__header-h2 {
    margin-top: 0;
}

.empm__card-wrapper {
    margin-top: 10px;
}

.empm__card-wrapper-img {
}

.empm__card-wrapper:nth-child(3n+1) + .empm__card-wrapper-img {
    width: 66.66666667%;
}

.empm__card-wrapper-img:nth-child(3n+1) {
    display: none;
}

.empm__cards-header {
    line-height: 1.56;
}

.empm__card > * {
    display: inline-block;
    vertical-align: top;
}

.empm__card {
    padding: 20px 28px;
    border: solid 1px rgba(151, 151, 151, 0.2);
}

.empm__card-pic {
    margin: 5px 15px 0 0;
    width: 50px;
    height: 50px;
}

.empm__card-text {
    width: calc(100% - 70px);
}

.empm__cont-wrapper {
    padding: 30px 30px 40px;
    border: 1px solid rgba(155, 155, 155, 0.2);
}

.empm__cont-block,
.empm__cont-block__info-wrapper {
    overflow: hidden;
}

.empm__cont-block > *,
.empm__cont-block__info-wrapper > * {
    float: left;
}

.empm__cont-block__pic {
    margin: 1px 15px 0 0;
}

.empm__cont-block__info {
    width: calc(100% - 30px);
}

.empm__cont-block__info-text {
    color: #009a3e;
}

.empm__cont-block__info-wrapper__pic {
    margin: 5px 20px 0 0;
    width: 13px;
    height: 17px;
    background-color: #DDD9DC;
}

.empm__cont-block__info-wrapper__text {
    width: calc(100% - 35px);
}

.empm__cont-block__info-phone > * {
    display: inline-block;
}

.empm__cont-block__info-phone__text {
    /*margin-right: 30px;*/
    min-width : 50px;
}

.banner__item.banner__item-blue-bg,
.banner__list-under.banner__item-blue-bg .banner__item{
    background-color: #0079c1;
    background-position: right top;
    background-size: 45%;
    background-repeat: no-repeat;
}

.banner__item.banner__item-blue-bg:before,
.banner__list-under.banner__item-blue-bg .banner__item:before{
    display: none;
}

.empm__vacancy_main_info__text {
    display: none;
}

.vacancy_main_info__link {
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed #0079C1;
    color: #0079C1;
    cursor: pointer;
}

.vacancy_main_info__link:hover {
    border-bottom: 1px dashed #EE2A24;
    color: #ee2a24;
}

.vacancy_main_info__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -4px;
    width: 10px;
    height: 8px;
    background-position: center;
    background-image: url('/u/www/images/education/dual_degrees/open_acc.png');
    background-repeat: no-repeat;
    transition: 0.3s;
}

.vacancy_main_info__link.active:after {
    transform: rotate(180deg);
}

.empm__vac-wrapper {
    margin: 0 15px 15px 15px;
    padding: 25px;
}

.empm__btn-wrapper {
    text-align: right;
}

.empm__btn-wrapper .btn {
    text-transform: none;
    font-size: 12px;
}

/* career_stud_gra_employment_main */

/* International cooperation/education partnerships-main */
.coop-ep__list-header {
    margin: 45px 0 35px 0;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.coop-ep__list-ul {
    overflow: hidden;
}

.coop-ep__list-li {
    /*float : left;*/
    display: inline-block;
    width: 49%;
}

.coop-ep__form {
    /*margin-top: 60px;*/
}

.coop-ep .coop-ep__form .row.row15.filter__block-ctrl {
    margin-bottom: 25px;
}

.coop-ep__card {
    margin-bottom: 15px;
    padding: 30px 30px 30px 25px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.coop-ep__card:last-child {
    margin-bottom: 0;
}

.coop-ep__card > * {
    float: left;
}

.coop-ep__card-pic {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coop-ep__card-info {
    width: calc(100% - 120px);
}

.coop-ep__card-info__header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.14;
}

.coop-ep__card-info__country {
    margin-top: 20px;
}

.coop-ep__card-info__country > * {
    display: inline-block;
}

.coop-ep__card-info__country-flag {
    margin-right: 5px;
    padding: 2px 7px 3px;
    border-radius: 2px;
    border: solid 1px #E7E8E9;
}

.coop-ep__card-info__country-flag img {
    width: 20px;
}

.coop-ep__card-info__country-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
}

/*
.coop-ep__card-info__direction {
    margin-top: 5px;
}

.coop-ep__card-info__direction:first-child {
    margin-top: 20px;
}*/

.coop-ep__card-info__direction.coop-ep__card-info__block > * {
    display: inline-block;
}

.coop-ep__card-info__direction-caption {
    margin-right: 5px;
    color: #9B9B9B;
    font-size: 12px;
}

.coop-ep__card-info__direction-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
}

.coop-ep__card-info__text {
    margin-top: 10px;
    max-width: 750px;
    /*font-size: 12px;*/
    font-size: 14px;
    /*line-height: 1.35;*/
    line-height: 1.55;
}

.coop-ep__card-info__depart {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.coop-ep__card-info__depart > * {
    display: inline-block;
    margin-right: 5px;
}

.coop-ep__card-info__depart-caption,
.coop-ep__card-info__depart-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
}

.coop-ep__card-info__mobile {
    display: none;
}

.item__plate-main {
    margin-top: 60px;
    padding: 25px;
    max-width: 700px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    background-color: #009A3E;
}

.coop-ep .block__header.block__header--inner {
    padding-left: 0;
}

.coop-ep .tasks_inner li[class*=col-md-6] {
    padding-right: 65px;
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 16px;
    font-family: "PFAgoraSansPro", sans-serif;
}

.coop-ep .tasks_inner li[class*=col-md-6]:nth-child(2n+1) {
    clear: left;
    display: table;
}

.coop-ep .text-plate {
    padding: 30px 0 30px 50px;
    overflow : hidden;
}

/* International cooperation/education partnerships-main */

/* Research/doctoral-programms-annotation-list */
.dpal__header {
    margin: 55px 0 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.dpal .filter__block .filter__block-list {
    margin: 0 0 15px 0;
}

.dpal__info {
    position: relative;
    max-width: 90%;
    height: 315px;
    overflow: hidden;
}

.dpal__info:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
}

.dpal__info.active {
    height: auto;
}

.dpal__info.active:after{
    display: none;
}

.dpal__research_project {
    width: 1170px;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    /*padding       : 53px 15px;*/
    padding: 35px 35px 20px;
}

.dp .dpal__research_project {
    width: 100%;
}

.dpal__research_project:last-child {
    border-bottom: none;
}

.dpal__research_project__common {
    position: relative;
    padding-right: 45px;
}

.dpal__research_project__common:after {
    display: none;

    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -1px;
    background: #F5F5F5;
}

.dpal__research_project__wrapper {
    overflow: visible;

    margin-bottom: 15px;
}

.dpal__title {
    /*border-bottom: 1px dashed #0079C1;*/
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #0079C1;
    cursor: pointer;
    transition: 0.2s;
    }

.dpal__title:hover,
.dpal__title.link-active {
    border-bottom: none;
    color: #EE2A24;
}

.dpal__structure {
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 12px;
}

.dpal__structure > * {
    float: left;
    margin-right: 80px;
}

.dpal__structure > *:last-child {
    margin-right: 0;
}

.dpal__marks {
    margin: 0;
    display : inline-block;
    height : 0;
}

.dpal__marks_karl.m_original{
    color: #fff;
}

.dpal__marks_karl {
    margin : 15px 1em -5px -0px;
    /*margin-bottom: 5px;*/
    padding: 8px 11px;
    position: relative;
    display: inline-block;
    color: inherit;
    border-radius: 2px;
    border :1px solid;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    /*margin-right: 1em;*/
}

.dpal__marks_karl:hover{
    color: #fff !important;
    background-color : inherit;
}
.dpal__marks_karl-transp-bg:hover{
    color: #000 !important;
    background-color : inherit;
}

.dpal__marks_karl:before {
    display : none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: inherit;
    /*border: 1px solid currentColor;*/
    border-radius: inherit;
    opacity: .3;
}

.dpal__addition_theme {
    margin-bottom: 0;
}

.dpal__addition_content {
    line-height: 1.25;
}

.dpal__description {
    margin-bottom: 15px;
}

/* Research/doctoral-programms-annotation-list */

/* Research/doctoral_programms */
.dp__progs {
    background-color: #FFFFFF;
}

.dp__progs-header {
    margin-top: 40px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.dp__progs-text {
    margin-top: 15px;
}

.dp__prog {
    margin-top: 35px;
    overflow: hidden;
}

.dp__prog > * {
    display: inline-block;
    vertical-align: top;
}

.dp__progs-head > * {
    max-width: 750px;
}

.dp__prog-pic {
    margin-right: 15px;
    width: 70px;
    height: 70px;
}

.dp__prog-text {
    margin-top: 5px;
    max-width: 235px;
}

.dp__prog-text__header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.39;
}

.dp__prog-text__ext {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.56;
}

.dp__progs-ext-text {
    margin-bottom: 70px;
    padding-top: 35px;
    max-width: 750px;
}

.dp__progs-ext-line {
    border-top: 1px solid #F1F2F4;
}

.dp__steps {
    margin-top: 65px;
}

.dp__step.department__ta-item {
    margin-top: 15px;
    height: 230px;
}

.dp__table-01 {
    width: 100%;
}

.dp__table-header {
    /*margin: 50px 0 30px;*/
    margin: 50px 0;
    max-width: 750px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.dp__table-01 tr td:first-child,
.dp__table-01 tr th:first-child {
    width: 33.33%;
    font-weight: 600;
}

.dp__table-01 tr td:last-child,
.dp__table-01 tr th:last-child {
    width: 66.67%;
}

.dp__table-01 tr td,
.dp__table-01 tr th {
    padding: 15px 30px;
    vertical-align: top;
}

.dp__table-01 tr {
    border-bottom: 2px solid rgba(136, 138, 145, 0.2);
}

.dp__table-01 thead tr {
    background-color: #A3BBCA;
    color: #FFFFFF;
}

.dp__table-01 th {
    font-weight: normal;
}

.dp__table-list li {
    margin: 4px 0;
    font-size: 14px;
    line-height: 1.43;
}

.dp__table {
    margin-bottom: 80px;
}

.dp .banner__list-under {
    min-height: initial;
}

.dp__contacts {
    padding: 40px 0 60px;
    background-color: #FFFFFF;
}

.dp__contacts__header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
}

.dp__contacts__text {
    font-size: 14px;
    line-height: 1.43;
}

.dp__contacts__text-table tr td {
    vertical-align: top;
}

.dp__contacts__text-table tr td:first-child {
    padding-right: 30px;
    color: #8C8E95;
    font-weight: 600;
}

.dp__contacts-03__text > * {
    display: block;
}

.dp__contacts-man {
    margin-top: 30px;
}

.dp__contacts-man > * {
    display: inline-block;
    vertical-align: top;
}

.dp__contacts-man__pic {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.dp__contacts-man__text {
    width: calc(100% - 70px);
}

.dp__contacts-man__text-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
}

.toggleTable__button {
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px dashed #0079C1;
    color: #0079C1;
    cursor: pointer;
    transition: 0.25s;
}
.toggleTable__button + p{
    margin-top: 20px;
}

.toggleTable__button:hover {
    border-bottom: 1px dashed #EE2A24;
    color: #EE2A24;
}

/* Research/doctoral_programms */

/* Research/doctoral_programms_steps */
.dps .info__block.info__left .admR-step1__plate {
    float: none;
}

.dps .article__field-txt {
    max-width: 750px;
}

.dps .main__info .info__block.info__left .item__h-big {
    margin-bottom: 15px;
}

/* Steps */
.dps .steps__tab__navigation ul li span.wrap {
    width: 40px;
    height: 40px;
}

.dps .steps__tab__navigation ul li:first-child span.wrap {
    left: 0;
    margin-left: 0;
}

.dps .steps__tab__navigation ul li::after {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B4B5BA;
    position: absolute;
    z-index: 1;
}

.dps .steps__tab__navigation ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 16px;
    margin-top: -3px;
    border-top: 2px solid #B4B5BA;
    border-right: 2px solid #B4B5BA;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 3px -3px #F1F3F4;
}

.dps .steps__tab__navigation ul li:last-child::after {
    background-color: transparent;
    background-image: linear-gradient(to left, rgba(180, 181, 186, 0), #B4B5BA);
}

.dps .steps__tab__navigation ul li.step-ok span.wrap span.inner {
    color: #FFFFFF;
    background-color: #10924D;
    box-shadow: none;
}

.dps .steps__tab__navigation ul li span.wrap.active span.inner {
    box-shadow: none;
}

.dps .steps__tab__navigation ul li.step-ok:after {
    background-color: #10924D;
}

.dps .steps__tab__navigation ul li.step-ok::before {
    border-top: 2px solid #10924D;
    border-right: 2px solid #10924D;
}

.dps .steps__tab__navigation ul li span.wrap span.inner {
    line-height: 33px;
    border: none;
    box-shadow: inset 0 0 0 2px #B4B5BA;
}

.dps .steps__tab__navigation ul li span.wrap span.inner:hover {
    border: none;
    box-shadow: none;
}

.dps .steps__tab__navigation ul li:first-child span.wrap span.inner {
    color: rgba(136, 138, 145, 0.5);
    background-color: rgba(180, 181, 186, 0.4);
    box-shadow: none;
}

.dps .steps__tab__navigation ul li span.wrap.active {
    width: 55px;
    height: 55px;
}

.dps .steps__tab__navigation ul li {
    margin-left: -4px;
    width: 20%;
}

.dps .steps_circle {
    margin: 40px 0 15px;
}

/* Steps */

.dps .WYSIWYG p {
    margin: 0 0 11px;
}

.dps .admR-step1__plate {
    padding-bottom: 20px;
}

.dps .admR-step1__plate_txt {
    padding-right: 30px;
}

.dps .admR-step1__plate_txt p,
.admR-step1__plate_item__list {
    max-width: 750px;
}

.step__header {
    margin: 45px 0 30px;
    max-width: 750px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.admR-step1__plate_item__lead {
    max-width: 890px;
}

.admR-step1__plate_item__head {
    display: block;
}

.admR-step1__plate_item__head:last-child {
    margin-bottom: 20px;
}

span.bold {
    font-weight: 600;
}

ul.admR-step1__plate_item__list li {
    margin: 15px 0;
}

.admR-step1__plate_item__lead {
    margin-bottom: 30px;
    padding: 35px 35px 35px 50px;
    background-color: #F9F9F9;
    border-left: 5px solid #10924D;
}

.WYSIWYG .admR-step1__plate_item__lead p {
    margin: 0;
}

.admR-step1__plate_item__lead p {
    max-width: 750px;
}

.WYSIWYG .admR-step1__plate_item__lead p {
    margin: 15px 0 0 0;
    font-family: "PFAgoraSansPro", sans-serif;
}

.WYSIWYG .admR-step1__plate_item__lead p:first-child {
    margin-top: 0;
}

.dsp__ico-fill {
    fill: #029B40;
}

.dsp__ico-stroke {
    stroke: #009A3E;
}

.dsp__ico-stroke__back {
    stroke: #F3F3F3;
}

.dsp__ico-fill__back {
    fill: #F3F3F3;
}

/* Research/doctoral_programms_steps */

/* Life-upon arrival to RUDN-main */
.lua .main__section{
    margin-bottom :35px;
}

.lua__acc-block .accordion-default.ui-accordion .ui-accordion-header{
    padding : 0;
    min-height: 130px;
    color : #0079c1;
}

.lua__acc-ico{
    text-align : center;
}

.lua__acc-ico-wrapper{
    margin-top : 15px;
    display : inline-block;
    width  : 100px;
    height : 100px;
}

.lua__acc-caption {
    margin: 0;
    padding-right : 80px;
    display: table-cell;
    height: 130px;
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size : 30px;
    line-height : 1.33;
    vertical-align: middle;
    color : #0079c1;
}

.lua__acc-block .accordion-default.ui-accordion .ui-accordion-header:hover .lua__acc-caption{
    color : #ee2a24;
}

.lua__info-item-col{
    padding-bottom : 60px;
}

.lua__info-item{
    padding-bottom : 30px;
    max-width : 670px;
}

.lua__info-item:last-child{
    padding-bottom : 0;
}

.lua__info-item__caption {
   margin-bottom: 15px;
    overflow : hidden;
 }

.lua__info-item__caption > *{
    float : left;
}

.lua__info-item__caption-count{
    margin-right : 15px;
    width                 : 24px;
    height                : 24px;
    border-radius         : 50%;
    background-color      : #009a3e;
    color : #fff;
    text-align : center;
    line-height : 24px;
}

.lua__info-item__caption-text.block__header-h3{
    margin-bottom : 0;
    width :calc( 100% - 40px );
}

.lua__acc-block .accordion-default.ui-accordion .ui-accordion-content{
    padding : 0;
    overflow : inherit;
}

.lua__info-item__content ul li{
    margin-bottom : 10px;
}

.lua__info-item__content ul li:last-child{
    margin-bottom : 0;
}

.lua__acc-block .ui-widget-content a{
    color : #0079c1;
}

.lua__acc-block .ui-widget-content a:hover{
    color : #ee2a24;
}

.lua__info-item__content-block{
    float : left;
}

.lua__info-item__content-address{
    margin-right : 30px;
    width : 60%;
}

.lua__info-item__content-room{
    width : calc( 100% - 60% - 30px );
}

.lua__info-item__content-room table,
.lua__info-item__content-room table td{
    border : none;
    margin : 0;
}

.lua__info-item__content-room table td{
    padding : 5px 10px;
}

.lua__info-item__content-room table td:first-child{
    color: #8c8e95;
}

.lua__info-item__content p:last-child{
    margin-bottom : 0;
}

.lua__info-item__content.WYSIWIG .creators{
    padding: 15px 30px 15px;
    margin: 30px 0;
    font-size : 20px;
    font-weight : 600;
}

.lua__contact-pic{
    width : 65px;
    height: 65px;
}

.lua__contact-block{
    margin-bottom : 15px;
    padding : 30px;
    overflow : hidden;
    border: solid 1px rgba(136, 138, 145, 0.2);
}

.lua__contact-block:last-child{
    margin-bottom : 0;
}

.lua__contact-block > *{
    float : left;
}

.lua__contact-pic-wrapper{
    margin-right : 30px;
}

.lua__contact-info{
    width :calc( 100% - 95px ) ;
}

.ui-widget{
    font-family :inherit;
}
/* Life-upon arrival to RUDN-main */

/* Media / complete survey_default */
.add__file-btn.form-control{
    width : auto;
    height : auto;
    font-size : 14px;
    text-transform : none;
    box-shadow: none;
    line-height: normal;
}

.required-text{
    margin-top: 40px;
    text-align : right;
}

.csd__form-files__note{
    color: #888a91;
    font-size : 14px;
}

.csd__form-files__add-text{
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
}

.csd__form-files{
    margin-bottom : 15px;
    padding : 20px 30px;
    border: 1px solid rgba(136, 138, 145, 0.21);
}

.has-error label.pdata-label:before {
    border: solid 1px #a94442;
}
.csd__personal-data{
    margin-top : 25px;
    line-height: 1.67;
}
/* Media / complete survey_default */

/* International cooperation / services-infocenter */
.isi__main .item__h{
    max-width: 750px;
}
.isi__main .item__txt-main{
    max-width: 700px;
}
.isi .doc__item.doc--zip{
    max-width: 520px;
}
.isi .disa__main-right-phone,
.disa__mail{
    font-size: 14px;
    color: #fff;
}
.isi .quam-toggle-above .col-md-12:last-child .doc__item.doc--zip{
    margin-bottom: 0;
}
.isi .disa__main-right-phone{
    margin-top: 0;
}
.isi .info__item .info__item-smblock{
    padding-bottom: 30px;
}
.isi .fsmi-gallery-1-inner-wrapper,
.isi .fsmi-gallery-docs-inner-wrapper{
    margin-top: 20px;
}
.isi .fsmi-smblock__item:last-child{
    overflow: hidden;
}
/* International cooperation / services-infocenter */

/* Student's Organisations detail - projects list */
.sopl__cards-header {
    margin: 45px 0 35px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.sopl__card {
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.sopl__card > * {
    float: left;
}

.sopl__card-info {
    position: relative;
    left: -490px;
    margin-right: 50px;
    padding: 30px 0 30px 30px;
    width: calc(100% - 540px);
    height: 275px;
}

.sopl__card-info__wrap {
    overflow: hidden;
    height: 215px;
}

.sopl__card-pic {
    position: relative;
    left: calc(100% - 490px);
    width: 490px;
    height: 275px;
}

.sopl__card-info__header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.sopl__card-info__date {
    margin-top: 10px;
}

.sopl__card-info__text {
    margin-top: 20px;
}

/* Student's Organisations detail - projects list */

.ell {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.ell.ell-overflow:after {
    position: absolute;
    content: "...";
    width: 20px;
    line-height: 42px;
    background-color: #FFFFFF;
    right: 0;
    top: 2px;
    text-align: right;
}

/* Deps news design */
.dep__d_ext {
    margin-top: 25px;
}

.department__dep {
    margin-bottom: 0;
    /*padding: 0 40px 30px 40px;*/
    padding: 0 90px 30px 40px;
}

.dep-acc {
    margin-bottom: 60px;
}

.dep-acc-accordion {
    margin-bottom: 30px;
}

.dep-acc .doc__item .doc__name{
    color: #0079c1;
}

.dep-acc .doc__item .doc__name:hover{
    color: #ee2a24;
}

.dep-acc #coop__accordion-block.ui-accordion .ui-accordion-content,
.dep-acc .espr-acc.ui-accordion .ui-accordion-content,
.dep-acc .jarm__acc-staff.ui-accordion .ui-accordion-content {
    padding-bottom: 0;
}

.dep-d__header {
    margin: 40px 0 11px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.department__dep-header {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.department__dep-info {
    margin-top: 0;
    /*max-width: 750px;*/
    max-width: 1000px;
    line-height: 1.56;
}

.dep__d_ext {
    overflow: hidden;
}

.dep__d_ext > * {
    float: left;
    width: calc(33.33% - 30px);
    margin-right: 30px;
}

.dep__d_ext__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
}

.dep__d_ext__dean-info {
    overflow: hidden;
}

.dep__d_ext__dean-info > * {
    float: left;
}

.dep__d_ext__dean-info__pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F1F2F4;
    margin-right: 15px;
    margin-top: 15px;
}

.dep__d_ext__dean-info-wrapper {
    width: calc(100% - 55px);
}

.dep__d_ext__dean-info__name {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.department__dep a {
    color: #0079C1;
}

.department__dep a:hover {
    color: #EE2A24;
}

.dep__d_ext__dean-info__data {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.25;
    color: #8C8E95;
}

.dep__d_ext__dean-info__cont {
    margin-top: 10px;
    line-height: 1.79;
    font-size: 14px;
}

.department__departments #coop__accordion-block.ui-accordion .ui-accordion-content,
.department__departments .espr-acc.ui-accordion .ui-accordion-content,
.department__departments .jarm__acc-staff.ui-accordion .ui-accordion-content{
    padding-right: 0;
    padding-left: 0;
}

/* Deps news design */
/* Deps news design */

/* Admission rudn study centers classes */
.rscc__cite{
  font-style : italic;
}

.rscc__row-thead [class^=col-]{
    background-color: #a3bbca;
    color : #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.rscc__row-tbody [class^=col-]{
    padding-top: 15px;
    padding-bottom: 15px;
}

.rscc__row-tbody{
    border-bottom : 2px solid rgba(136, 138, 145, 0.2);
}

.rscc__new-cls__list li{
    margin-bottom : 8px;
}

.rudn__table-ul li{
  margin-bottom : 8px;
  font-size : 14px;
}

.rudn__table-ul li:last-child,
.rscc__new-cls__list li:last-child{
  margin-bottom : 0;
}

.rscc__map-text{
  font-weight : 600;
  /*text-shadow: 0 2px 2px rgba(20, 26, 29, 0.27);*/
}

.rscc__map-text-1{
  /*color: #657c8a;*/
}

.rscc__map-text-2{
  color: #86a0b0;
}

.rscc__priorety-item{
    overflow : hidden;
}

.rscc__priorety-item > *{
    float : left;
    font-size : 14px;
}

.rscc__priorety-pic{
    margin-right : 20px;
    width  : 25px;
    height : 25px;
    background-size: contain !important;
}

.rscc__priorety-text{
    width :calc( 100% - 45px );
}

.rscc__priorety-item{
    padding : 15px 0;
}

.rscc__priorety-row{
    position : relative;
    top : 1px;
}

.rscc__priorety-md-3:nth-child( 4n + 5 ){
    position : relative;
    clear : left;
}

.rscc__swipe{
    width : 1170px;
}

.rscc__row-thead,
.rscc__row-tbody{
    margin : 0;
}

.rscc__priorety-md-3:nth-child( 4n + 5 ):before{
    content : '';
    position : absolute;
    width : calc( 400% - 30px );
    height : 1px;
    background-color : #f1f2f4;
}

.rscc__priorety-md-3-wrapper{
    padding : 0 15px;
}

.rscc__thead-mob-caption{
    display : none;
}

.rscc__thead-desk-caption{
    display : block;
}

.rscc .training_info{
    padding : 20px;
}

.rscc .training-heading,
.rscc .training_name{
    font-weight : 600;
}

.rscc .table-traning.table-hover > tbody > tr > td,
.rscc .sub__info-block__h{
    font-size : 16px;
    color : #292c3d;
    padding-top    : 0;
    padding-bottom : 0;
}

.rscc .table-traning{
    margin-bottom : 4px;
}

.rscc .table-traning.table-hover > tbody > tr:hover {
    background-color : #FFFFFF;
}

.rscc .sub__info-block__txt{
    margin-top : 5px;
}

.rscc .sub__info-block__txt{
    /*font-size: 14px;*/
}

.rscc .sub__info-block__txt li{
    position : relative;
    margin-bottom : 5px;
    padding-left : 12px;
}

.rscc .sub__info-block__txt li:before{
    content          : '';
    position         : absolute;
    top              : 8px;
    left             : 0;
    width            : 4px;
    height           : 4px;
    border-radius    : 50%;
    background-color : #292c3d;
}

.rscc .sub__info-block,
.rscc .sub__info-block__item{
    padding-top : 0;
}

.rscc .table-traning.table-hover > tbody > tr > td.training-heading{
    padding-bottom : 10px;
    font-size : 20px;
}

.rscc .table-traning.table-hover > tbody > tr > td{
    padding-left  : 0;
    padding-right : 0;
}

.rscc .graduates_training{
    position : relative;
}

.rscc .graduates_training:after{
    content : '';
    position : absolute;
    bottom : 0;
    left   : 15%;
    width : 75%;
    height : 1px;
    background-color : #eaeaea;
}

.rscc .graduates_training:last-child:after{
    display : none;
}

.rscc .sub__info-block__item{
    padding-bottom : 10px;
}

.gt-cont,
.gt-icon{
    display : inline-block;
    vertical-align : middle;
}

.gt-icon{
    width  : 30px;
    height : 30px;
}

.gt-icon-use{
    fill : #0f5daf;
}
/* Admission rudn study centers classes */

/* Alumni / say hello */
.say-hello .main__section.main__info {
    margin-bottom: 40px;
}

.say-hello.alumnies-base .submit-button-wrapper{
    margin-top: 20px;
}

.say-hello.alumnies-base .filter__block-ctrl{
    margin-bottom: 30px;
}

.say-hello.alumnies-base.such .filter__block{
    overflow: hidden;
}

.say-hello__item,
.say-hello__item-name {
    padding: 10px 0 60px 0;
}

.say-hello__item {
    position: relative;
    min-height: 390px;
}

.say-hello__item:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -40px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: rgba(151, 151, 151, 0.2);
}

/* Alumni / say hello */
.say-hello__item-desktop {
    display: block;
}

.say-hello__item-mobile {
    display: none;
}

/* Alumni / say hello */
/*
.sh__media img{
  max-width : 100%;
}
*/
.sh__media.landscape img {
    max-width: 100%;
}

.sh__media.portret img {
    max-width: 50%;
}

.sh__header {
    margin: 30px 0 0 60px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.sh__date {
    font-size: 12px;
    line-height: 1.25;
    color: #888A91;
}

.sh__quotes {
    position: relative;
    margin-left: 60px;
    padding-left: 45px;
}

.sh__quotes_icon {
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
}

.sh__txt {
    margin-top: 35px;
    max-width: 600px;
}

.sh__media {
    margin-top: 35px;
}

.sh__social {
    margin-top: 40px;
}

.sh__soc-item {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    border-radius: 3px;
}

.sh__soc-item.sh__vk {
    background-color: #4E7499;
}

.sh__soc-item.sh__fb {
    background-color: #44659F;
}

.sh__soc-item.sh__tw {
    background-color: #26A0DE;
}

.sh__social-like_item {
    display: inline-block;
    vertical-align: middle;
}

.sh__social-net,
.sh__social-like {
    display: inline-block;
    vertical-align: top;
}

.sh__social-like {
    margin-left: 25px;
}

.path-like {
    fill: #E5E5E5;
}

.sh__social-like:hover .path-like {
    fill: #0079C1;
}

.sh__social-like_number {
    margin-top: -5px;
    font-size: 12px;
    color: #292C3D;
}

.sh__name,
.sh__direction,
.sh__faculty a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
}

.sh__edu-info {
    margin-top: 25px;
}

.say-hello__item-name .sh__date {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.sh__direction {
    margin: 5px 0;
}

.sh__country {
    margin-top: 10px;
}

.sh__country-name {
    font-size: 12px;
    line-height: 2.08;
}

.sh__subcaption {
    font-size: 12px;
    color: #888A91;
}

.sh__year {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
    color: #292C3D;
}

.say-hello__item-name {
    margin-top: 35px;
    padding-left: 45px;
}

.sh__country-flag {
    margin: 3px 10px 0 0;
}

.sh__country-flag img {
    width: 20px;
    height: 16px;
    vertical-align: top;
}

.sh__item_row {
    margin-bottom: 15px;
}

.sh__media_video {
    display: inline-block;
    position: relative;
}

.sh__item_row:last-child {
    margin-bottom: 0;
}

.sh__country-flag,
.sh__country-name {
    display: inline-block;
    vertical-align: top;
}

/* Alumni / say hello */

/* Alumni / base of alumni */
.ab__join {
    margin-bottom: 5px;
    background-color: #0079C1;
}

.say-hello.alumnies-base .main__section.main__info {
    margin-bottom: 0;
}

.ad__join-header {
    margin: 30px 0 10px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #FFFFFF;
}

.ad__join-text {
    margin-bottom: 50px;
    color: #FFFFFF;
}

.ab__join-btn-wrapper {
    margin-left: 40px;
}

.ab__join-btn-wrapper a.btn.btn-white {
    color: #F03B36;
    font-weight: 600;
}

.ab__join-btn-wrapper a.btn.btn-white:focus {
    color: #fff;
}

.ab__join-btn-wrapper a.btn.btn-white:hover {
    color: #FFFFFF;
}

.ab__join-btn-wrapper {
    margin-top: 45px;
}

.ab__items {
}

.simply__card--list .ab__items .graduates {
    /*overflow : hidden;*/
}

.ad__item_wrapper {
    overflow: hidden;
}

.ad__item-pic,
.ad__item-info,
.ad__item_pesr-data,
.ad__item_ext-data{
    float: left;
}

.adc .ad__item_ext-data{
    float: none;
}

.adc .adc__item{
    margin-bottom: 5px;
}

.adc .adc__item a{
    font-weight: bold;
}

.ab__graduate__list{
    margin-bottom: 5px;
}

.ad__item-pic {
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.ad__item-pic img{
    max-width: 100%;
}

.ad__item-info {
    width: calc(100% - 100px);
}

.ad__item_pesr-data {
    width: 54.5%;
}

.ad__item_ext-data {
    /*width: 45.5%;*/
}

.say-hello.alumnies-base .ad__item_ext-data {
    width: 50%;
}

.say-hello.alumnies-base .ad__item_pesr-data {
    width: 50%;
}

.ad__item_pesr-data__header a {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.ad__item_pesr-data__txt {
    margin-top: 10px;
}

.ad__item_ext-data__flag,
.ad__item_ext-data__txt {
    float: left;
}

.ad__item_ext-data__flag {
    margin: -2px 10px 0 0;
    width: 20px;
}

.ad__item_ext-data__flag img{
    max-width: 100%;
}

.ad__item_ext-data__txt {
    width: calc(100% - 50px);
}

.say-hello.alumnies-base .ad__item_ext-data__txt {
    width: calc(100% - 35px);
}

.ad__item_ext-data__txt-country {
    font-weight: bold;
}

.ad__item_ext-data__txt-faculty {
    font-weight: bold;
    margin-top: 10px;
}

.adc .ad__item_ext-data__txt-faculty {
    font-size: 18px;
}

.ad__item_ext-data__txt-faculty a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
}

.ad__item_ext-data__txt-year {
}

.ad__item_ext-data__txt-year_name,
.ad__item_ext-data__txt-year_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.ad__item_ext-data__txt-year_name {
}

.ad__item_ext-data__txt-year_date {
    margin-left: 5px;
    padding-left: 7px;
    border-left: 1px solid #292C3D;
    line-height: 100%;
}

#ab__searchForm,
.ab__searchForm_toggle-button {
    /*margin: 0 -7.5px;*/
}

.ab__search-reset,
.ab__search-btn {
    margin-bottom: 0;
    float: left;
    width: 50%;
}

.ab__searchForm_block {
    /*margin : 50px 0 30px;*/
    margin-bottom: 40px;
}
.such .ab__searchForm_block {
    margin : 50px 0 30px;
}

.ab__searchForm_wrapper .filter__block .form-group {
    margin-bottom: 0;
}

.ab__search-reset {
    text-align: right;
}

.ab__search_wrapper {
    color: #0079C1;
}

.ab__search_wrapper .search {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    border: none;
    background: none;
    color: #0079C1;
}

.ab__search-txt {
    border-bottom: 1px dashed #0079C1;
}

.ab__search-icon {
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 5px;
    font-size: 16px;
}

.ab__search_wrapper,
.ab__ctrl__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.43;
    color: #888A91;
}

.ab__ctrl__item {
    margin-left: 25px;
}

#ab__searchForm {
    overflow: hidden;
}

#ab__searchForm .input-search.form-group {
    margin-bottom: 10px;
}

.ab__search_wrapper .search:hover .ab__search-txt {
    border-bottom: 1px dashed #EE2A24;
    color: #EE2A24;
}

.ab__search_wrapper .search:hover .ab__search-icon {
    color: #EE2A24;
}

.reset-search-wrapper {
    display: inline-block;
    cursor: pointer;
}

.reset-search {
    border: none;
    padding: 0;
    display: inline;
    border-bottom: 1px dashed #0079C1;
    font-size: 12px;
    line-height: 1.67;
    background: none;
    color: #0079C1;
}

.ab__remove-icon {
    font-size: 9px;
    color: #0079C1;
}

.reset-search-wrapper:hover .reset-search {
    border-bottom: 1px dashed #EE2A24;
    color: #EE2A24;
}

.reset-search-wrapper:hover .ab__remove-icon {
    color: #EE2A24;
}

.ab__searchForm_wrapper {
    margin-top: 10px;
    display: none;
}

.search-button-toggle .ab__search-txt {
    font-size: 14px;
    font-weight: 600;
}

.search-button-toggle:hover .ab__search-txt,
.search-button-toggle:focus .ab__search-txt {
    border-color: #EE2A24;
}

/*.btn.sort-btn.ab__sort-btn{*/
.ab__sort-btn {
    position: static;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(/i/sort.svg) no-repeat;
    padding: 0;
    border: none;
    outline: none;
}

.sort__filter--btn.ab__sort__filter--btn {
    position: relative;
    text-align: right;
}

.ab__sort-block {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 21;
    top: 30px;
    right: 0;
    white-space: nowrap;
}

#ab__formFilter .alphabet__filter-list {
    overflow: visible;
}

.ab__sort-block__item {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #0079C1;
    cursor: pointer;
}

.ab__sort-block__item:last-child {
    margin-bottom: 0;
}

.ab__sort-block__item:hover {
    color: #F03B36;
}

/* Alumni / base of alumni */

/* Newsletter detail */
.article__one-wrap.newsld .article__one-bg {
    /*background-image : url('/u/www/images/research/newsletter_detail/banner_bg.png');*/
    background-image: url('/u/www/images/research/newsletter_detail/banner_bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rectors_interview-list  a.label{
    margin-bottom: 10px;
}

.article__one-wrap.newsld .article__one-top:before {
    display: none;
}
.article__one-wrap.newsld .newsl-card__stat-item__info{
    width: calc(100% - 26px);
}
.article__one-wrap.newsld .newsl-card__icon{
    margin: 3px 0 0 0;
}
.article__one-wrap.newsld .article__one-info .newsld__card__capt_stat{
    margin: 4px 0 0 15px;
}

.newsld-ico,
.newsld-text,
.newsld-rubrik__capt,
.newsld-rubrik__name,
.newsld-jur__number,
.newsld-jur__capt {
    display: inline-block;
    vertical-align: middle;
}

.newsld-text {
    margin: -5px 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.newsld-rubrik__capt {
    font-size: 12px;
    line-height: 1.25;
    color: #9B9B9B;
}

.newsld-rubrik__name {
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.newsld-jur__capt {
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #9B9B9B;
}

.newsld-jur__number {
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.newsld-jur {
    margin-top: 25px;
}

.newsld__shift-wrapper {
    margin-bottom: 30px;
}

.newsld__shift-wrapper .newsld__shift-img,
.newsld__shift-wrapper .newsld__shift-text {
    /*display        : inline-block;
  vertical-align : bottom;*/
}

.newsld__shift-text {
    /*margin-left : 20px;
  width       : 75px;*/
    font-size: 12px;
    line-height: 1.25;
    color: #90939E;
}

.newsld__shift-img {
    /*margin-left : -100px;*/
    margin: 0 auto;
}

.newsld-separator {
    height: 1px;
    background-color: #979797;
    opacity: 0.2;
}

.newsld__soc-item.sh__soc-item {
    width: 30px;
    height: 30px;
}

.newsld__card__capt_stat,
.newsld__social-net {
    display: inline-block;
    vertical-align: middle;
}

.newsld__social-net,
.newsld__card__capt_stat {
    margin-top: 19px;
    margin-bottom: 30px;
}

.adc .abd__top_contacts-email{
    margin-bottom: 20px;
}

.adc .newsld__social-net{
    margin-top: 0;
    margin-bottom: 30px;
}

.adc .newsld__social-net:empty{
    display: none;
}

.adc .adc__tab-card__wrapper{
    min-height: 150px;
}

.adc .ad__item_ext-data{
    margin-bottom: 15px;
}

.adc .adc__tab-card{
    padding-top: 60px;
    padding-bottom: 50px;
}

.newsld__card__capt_stat {;
    margin: 30px 0 0 30px;
}

.newsld-card__wrapper {
    margin-top: 60px;
}

.newsld-card__prev {
    background-color: #FFFFFF;
}

.newsld-card__header {
    margin-bottom: 25px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.newsld-card__prev .newsl-card__capt {
    padding-top: 20px;
}

.newsld-card__prev .newsl-card__capt_info-wrapper {
    overflow: hidden;
    max-width: 220px;
    height: 155px;
}

.newsld-card__wrapper.newsld-card__no-img .newsl-card__img {
    display: none;
}

.newsld-card__no-img .newsld-card__prev.newsl-card__prev {
    padding: 20px 30px 0;
}

.newsld-card__no-img .newsl-card__capt {
    padding: 0;
}

.newsld-card__no-img .newsl-card__capt {
    width: 100%;
}

.newsld-card__no-img .newsl-card__capt_info-wrapper {
    max-width: 100%;
}

.newsld__sim-news__header {
    margin: 50px 0 30px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.newsld__news__item .header__date {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
}

.sim-news__wrapper {
    height: 300px;
}

.newsld__news__item.news__item {
    padding-top: 10px;
}

.newsld__news__item.news__item:after {
    height: 70px;
    background-color: #FFFFFF;
}

.newsld__news__item .news__item-txt {
    padding-top: 17px;
    line-height: 27px;
}

.newsld__news__item .news__item-h {
    line-height: 27px;
}

.newsld__news__item .newsl-card__capt_stat {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 10;
}

.newsld__news-desktop {
    display: block;
}

.newsld__news-mobile {
    display: none;
}

.newsld__owl-sim-news .owl-dots,
.newsld__owl-rubrik .owl-dots {
    text-align: center;
    background: white;
    border-top: 1px solid #DFDFDF;
    height: 60px;
}

.newsld__owl-sim-news .owl-dot,
.newsld__owl-rubrik .owl-dot {
    margin: 0 3px;
    display: inline-block;
    line-height: 60px;
}

.newsld__owl-sim-news .owl-dot span,
.newsld__owl-rubrik .owl-dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0079C1;
}

.newsld__owl-sim-news .owl-dot.active span,
.newsld__owl-rubrik .owl-dot.active span {
    position: relative;
    top: 1px;
    margin-top: 10px;
    width: 10px;
    height: 10px;
}
/* Newsletter detail */

/* International cooperation employment partnerships expert detail */
.article__one-h.header_fs40.pxd__header{
    margin-top : 50px;
}

.pxd__tags{
    position : relative;
}

.pxd__tags:after{
    content : '';
    position : absolute;
    top    : 0;
    left   : 15px;
    width  : calc( 100% - 30px );
    height : 1px;
    background-color : rgba(255, 255, 255, 0.11);
}

.pxd__tags-tags{
    padding : 15px 0 10px;
}

.pxd__tags-tags__capt{
    margin-right : 10px;
    color : #fff;
}

.pxd .article__one-info{
    border-bottom: 1px solid rgba(151, 151, 151, 0.11);
}

/* International cooperation employment partnerships expert detail */

/* Alumni / base of alumni - detail */
.abd__top_left-wrapper {
    margin-top: -50px;
    overflow: hidden;
}

.abd__top_img,
.abd__top_info {
    float: left;
}

.abd__top_img {
    margin-right: 30px;
    width: 120px;
}

.abd__top_img img {
    max-width: 100%;
}

.abd__top_info {
    margin-top: 40px;
    width: calc(100% - 150px);
}

.adc .ad__item_ext-data-country{
    margin-top: 0;
}

.abd__top_info-header {
    position: relative;
    top: 50px;
    margin: 0 0 15px 150px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

.abd__top_info-txt {
    /*margin-top: 50px;*/
    /*margin-bottom: 30px;*/
    /*max-width: 580px;*/
}

.ad__item_ext-data-country{
    margin-top: 10px;
    margin-bottom: 5px;
}

.abd__top_wrapper {
    margin: 60px 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(136, 138, 145, 0.2);
}

.adc .abd__top_wrapper {
    border-bottom: none;
}

.abd .abd__top_wrapper {
    border-bottom: 1px solid rgba(136, 138, 145, 0.2);
}

.adb__soc-item.sh__soc-item {
    width: 40px;
    height: 40px;
}

.abd__top_contacts-email_text {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.abd__top_contacts-email_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: url('/i/sprite.png') no-repeat;
    height: 12px;
    width: 15px;
    margin-top: -6px;
    background-position: -189px 0;
}

.abd__about {
    padding-bottom: 100px;
}

.abd__top_contacts {
    /*margin-top: 40px;*/
    /*margin-left: 50px;*/
}

.abd .ad__item_ext-data {
    /*float: right;
    width: calc(100% - 150px);*/
}

.ad__item_ext-data-wrapper{
    padding-left: 150px;
}

.abd__about-header {
    margin: 0 0 35px 50px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.abd__about-info {
    margin-left: 50px;
}

.abd__about-info-p {
    margin-bottom: 40px;
}

.abd__about-info-p:last-child {
    margin-bottom: 0;
}

/* Alumni / base of alumni - detail */

/* Cooperation */
.coop .masonry__row.achievements__row3 .masonry__item:nth-child(1) {
    width: 375px;
}

.coop-wrapper {
    overflow: hidden;
}

.coop.inner__achivements-img,
.coop.inner__achivements-info {
    float: left;
}

.coop.inner__achivements-img {
    margin-right: 30px;
    width: 70px;
}

.coop.inner__achivements-info {
    width: calc(100% - 100px);
}

/* Accordion styles */
.acc-header-text{
    line-height: 1.39;
    max-width: 750px;
    display: inline-block;
}
.research-area__carousel .acc-header-text{
    max-width: 450px;
}
.acc-def.ui-accordion .ui-accordion-header,
#coop__accordion-block.ui-accordion .ui-accordion-header,
#coop__accordion-block-1.ui-accordion .ui-accordion-header,
.espr-acc.ui-accordion .ui-accordion-header,
.jarm__acc-staff.ui-accordion .ui-accordion-header,

.rudn__acc-style.ui-accordion .ui-accordion-header{
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    position: relative;
    margin-top: 15px;
    padding: 20px 40px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    background: #FFFFFF;
    font-weight: bold;
    color: #0079C1;
    outline: none;
    cursor: pointer;
}
.acc-def.ui-accordion .ui-accordion-header:hover,
#coop__accordion-block.ui-accordion .ui-accordion-header:hover,
#coop__accordion-block.ui-accordion .ui-accordion-header.ui-accordion-header-active,
#coop__accordion-block-1.ui-accordion .ui-accordion-header:hover,
.espr-acc.ui-accordion .ui-accordion-header:hover,
.jarm__acc-staff.ui-accordion .ui-accordion-header:hover,
.espr-acc.ui-accordion .ui-accordion-header.ui-accordion-header-active,

.rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active{
    color: #EE2A24;
}

.acc-def.ui-accordion .ui-accordion-header.ui-accordion-header-active,
#coop__accordion-block.ui-accordion .ui-accordion-header.ui-accordion-header-active,
#coop__accordion-block-1.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.espr-acc.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.jarm__acc-staff.ui-accordion .ui-accordion-header.ui-accordion-header-active,

.rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active{
    border-bottom: none;
}

.acc-def.ui-accordion .ui-icon,
#coop__accordion-block.ui-accordion .ui-icon,
#coop__accordion-block-1.ui-accordion .ui-icon,
.espr-acc.ui-accordion .ui-icon,
.jarm__acc-staff.ui-accordion .ui-icon,

.rudn__acc-style.ui-accordion .ui-icon{
    position: absolute;
    top: calc( 50% - 15px );
    right: 40px;
    margin-top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-image: url('/u/www/images/education/dual_degrees/open_acc.png');
    background-repeat: no-repeat;
    transition: 0.3s;
}
.acc-def.ui-accordion .ui-accordion-header:hover .ui-icon,
#coop__accordion-block.ui-accordion .ui-accordion-header:hover .ui-icon,
#coop__accordion-block.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon,
#coop__accordion-block-1.ui-accordion .ui-accordion-header:hover .ui-icon,
.jarm__acc-staff.ui-accordion .ui-accordion-header:hover .ui-icon,
.espr-acc.ui-accordion .ui-accordion-header:hover .ui-icon,
.espr-acc.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon,

.rudn__acc-style.ui-accordion .ui-accordion-header:hover .ui-icon,
.rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon{
    background-image: url('/u/www/images/education/dual_degrees/open_acc__hover.png');
}

#coop__accordion-block-1.ui-accordion .ui-icon,
.jarm__acc-staff.ui-accordion .ui-icon{
    background-image: url('/u/www/images/education/dual_degrees/open_acc_white.png');
}

.wfor .jarm__acc-staff.ui-accordion .ui-icon{
    background-image: url('/u/www/images/education/dual_degrees/open_acc.png');
}

.acc-def.ui-accordion .ui-accordion-content,
#coop__accordion-block.ui-accordion .ui-accordion-content,
.espr-acc.ui-accordion .ui-accordion-content,
#coop__accordion-block-1.ui-accordion .ui-accordion-content,
.jarm__acc-staff.ui-accordion .ui-accordion-content{
    padding: 10px 40px 50px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-top: none;
}

.isepr #coop__accordion-block.ui-accordion .ui-accordion-content,
.isepr .espr-acc.ui-accordion .ui-accordion-content{
    /*padding: 10px 30px 50px;*/
    padding: 30px;
}

.coop__accordion-block__txt {
    max-width: 715px;
    font-size: 16px;
    line-height: 1.56;
}
/* Accordion styles */

.coop__accordion-block__subdir {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.coop__accordion-block__subdir-header {
    margin-bottom: 20px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
}

.coop__accordion-block__subdir-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coop__accordion-block__subdir-list a {
    font-size: 14px;
    line-height: 1.43;
    color: #0079C1;
}

.coop__accordion-block__subdir-list a:hover {
    color: #EE2A24;
}

.coop__accordion-block__subdir-item {
    margin-bottom: 10px;
}

.coop__accordion-block__subdir-item:after {
    margin-bottom: 0;
}

.coop .main__section {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.coop__accordion-header {
    margin: 50px 0 15px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.acc-def .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon,
#coop__accordion-block .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon,
.espr-acc.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon,
#coop__accordion-block-1 .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon,

.rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon{
    transform: rotate(180deg);
}
/* Cooperation */

.photo__item_wrapper_list .video-path {
    fill: #0079C1;
}

.photo__item_wrapper_grid .video-path {
    fill: #FFFFFF;
}

.video-gallery__item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    width: 270px;
    height: 180px;
    z-index: 4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-gallery__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    background-color: #292C3D;
    background-image: url('/u/www/images/research/research_institutes_detail/play_but.png');
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .35s ease-in-out, background-color .35s ease-in-out;
    z-index: 0;
}

.select2__selected-items {
    display: none;
}

/* Faculty (vm)*/
.features__slider-wrap,
.department__slider-inner {
    overflow: hidden;
}

/* Faculty (vm)*/

.header_inner {
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    line-height: 1.36;
    text-align: left;
}

/* Culture (vm) */
.list__wrapper-nopad {
    padding: 0;
}

.culture__ivents {
    width: 101%;
    margin-left: -1%;
    overflow: hidden;
}

.culture__ivents_item {
    margin-left: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    float: left;
    width: 24%;
    height: 280px;
    /*background-color: maroon;*/
    background-color: #FFFFFF;
}

.culture_ivents_img {
    margin-top: -290px;
    overflow: hidden;
    height: 175px;
}

.culture_ivents_img img {
    max-width: 100%;
}

.culture__ivents_info {
    margin-top: 175px;
    padding: 25px 20px;
    height: 115px;
    /*height     : 250px;*/
    overflow: hidden;
}

.culture__ivents_item-noImg .culture__ivents_info {
    margin-top: 0;
    height: 255px;
}

.sport-events_section .culture__ivents_info {
    margin-top: 0;
}

.culture__ivents_date {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.culture__ivents_header {
    margin-bottom: 10px;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
}

.culture__ivents_txt {
    /*max-height  : 145px;*/
    max-height: 100px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}

.culture__ivents_item-w577 {
    width: 49%;
    /*background-color: royalblue;*/
}

.culture__ivents_item-w577 .culture_ivents_img {
    margin-top: 0;
    overflow: inherit;
    width: 50%;
    height: 100%;
    float: left;
}
.plgr .history__item .history__item-link span:not(.plgr__brace) {
    text-underline: none;
    color: #fff;
}
.plgr .history__item .history__item-link a:hover span:not(.plgr__brace),
.plgr .history__item-wrap .history__item-link-bottom:hover,
.plgr .banner__col2 .banner__col2-h:hover,
.plgr .btn.btn-lg.btn-white.cor-pub:hover,
.plgr .info__item a.item__h:hover
{
    color: #ee2a24;
}
.culture__ivents_item-w577 .culture_ivents_img img {
    max-width: 100%;
}

.culture__ivents_item-w577 .culture__ivents_info {
    margin-top: 0;
    padding: 25px 50px 0 20px;
    width: 49%;
    float: right;
}

.culture__ivents_item-w577 .culture__ivents_date {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.culture__ivents_item-w577 .culture__ivents_header {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

.culture__ivents_item-w577 .culture__ivents_txt {
    /*max-height  : 145px;*/
    max-height: 100px;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
}
/* Culture (vm) */

/* Science/grants */
.grants .info__item-smblock{
    margin-top: 85px;
}
.grants .main__section.main__info{
    margin: 0;
    padding-bottom: 60px;
}
.main__section.main__info.grants__grants .main__info-bg{
    background-image: none;
}
.grants .main__info .info__block.info__right{
    margin-bottom: 0;
    padding-bottom: 0;
}
.grants .main__section.main__info.grants__contests:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 44, 61, 0.4);
}
.grants .main__section.main__info.grants__contests .main__info-bg{
    background-position: center;
    background-size: cover;
}
.grants__contests .info__item .item__h,
.grants__contests .info__item .item__txt-main{
    color: #fff;
}
.grants__contests .info__item .info__item-smblock{
    background-color: #fff;
}
.grants__contests .info__item.info__item--lblock .info__item-link{
    color: #0079c1;
    font-family: 'PFAgoraSansPro', Serif;
    font-size: 16px;
    font-weight: 500;
}
.grants__contests .info__item.info__item--lblock .info__item-link:not(:last-child){
    border-bottom: 1px solid #e7e7e7;
}
.grants__contests .info__item.info__item--lblock .info__item-link:after{
    background-position: -1px -6px;
}
.grants .main__info .info__block.info__left{
    margin-bottom: 0;
}
.grants .main__info .info__block.info__right{
    margin-top: 0;
}
.grants .info__left,
.grants .inner__achivements-item{
    background: none !important;
}
.grants:last-child{
    margin-bottom: -70px;
}
/* Science/grants */

/* Education/quality_sok */
.sok .WYSIWYG.WYSIWIG .item__h{
    white-space: nowrap;
}
.sok .sok__sok{
    background-color: #fff;
}
.sok .creators .cite p{
    font-family: 'PFAgoraSansPro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.sok__img-wrapper{
    margin: 100px 0 0 20px;
}
.sok__img-pic img{
    max-width: 100%;
}
.sok__img-text{
    margin: 10px 0 0 20px;
    max-width: 435px;
    font-size: 12px;
    line-height: 1.58;
}
.sok .espr-acc h3 span{
    display: block;
    line-height: 1.39;
}
.sok .WYSIWYG ul + p{
    margin-top: 45px;
}
/* Education/quality_sok */
/* About/about_environmental_campus */
.aeca .creators{
    position: relative;
    border-left: 3px solid #10924D;
    padding: 15px 35px 10px;
    margin: 33px 0;
}
.aeca .creators .cite p{
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
/* About/about_environmental_campus */
/* Education / Education quality */
.qual__feedback-wrapper-0 .info__item-smblock{
    margin-top: -20px;
}
.qual .banner__item .banner__h{
    font-size: 30px;
    line-height: 1.4;
}
.main__section.main__info.qual__main{
    margin-bottom: 0;
}
.main__section.main__info.qual__main .main__info-bg{
    display: none;
}
.main__section.main__info.qual__main .info__left{
    margin-bottom: 30px;
}
.inner__section.inner__history.qual__plates{
    margin: 0;
    padding-bottom: 70px;
}
.inner__history.qual__plates{
    margin-top: 0;
     background-color: #fff;
 }
.qual__main-link{
    margin-top: 30px;
    display: block;
    font-weight: bold;
}
.qual__banner-link a{
    color: #fff;
    font-weight: 600;
}
.qual__banner-big-link a,
.qual__faq-link a{
    font-weight: 600;
}
.qual__feedback .info__left{
    padding-bottom: 50px;
}
.qual__faq{
    margin-top: 20px;
    margin-bottom: -20px;
}
.qual__feedback-wrapper-0 .main__section.main__info{
    margin-bottom: 0;
}
.qual__feedback-wrapper-0 .main__info-bg{
    display: none;
}
.qual__feedback-wrapper-1{
    margin-top: -90px;
}
.qual__feedback-wrapper-1 .main__section.main__info{
    min-height: 390px;
    margin-bottom: 30px;
}
/* Education / Education quality */

/* About RUDN/environmental_events */
.enve .spec__list{
    display: none;
}
.enve .main__info .info__block{
    margin: 40px 0 50px;
}
/* About RUDN/environmental_events */

/* education/quality-meetings */
section.edsr__text.main__section.main__info .block__header-h3{
    margin-top: 50px;
}
.quam-tasks__list-button-wrapper{
    display: none;
    margin-top: 30px;
    margin-left: 15px;
    padding-top: 20px;
    border-top: 1px solid #e4e5e6;
}
.edsr.quam .main__info .info__block{
    margin-bottom: 20px;
}
.quam .WYSIWYG ul li:last-child{
    margin-bottom: 0;
}
.quam-tasks__list-above{
    margin-bottom: 6px;
}
.quam .quam-tasks__list-above{
    max-width: 930px;
}
.quam-tasks__list-button-wrapper .quam-tasks__list-button{
    border-bottom: 1px dashed #0079c1;
    font-weight: 600;
    line-height: 1.63;
    color: #0079c1;
    cursor: pointer;
}
.quam-tasks__list-button-wrapper .quam-tasks__list-button:hover{
    border-bottom: 1px dashed #EE2a24;
    color: #EE2a24;
}
.quam .main__section.main__info{
    margin-bottom: 0;
}
.quam .main__section.main__info .main__info-bg{
    display: none;
}
.quam__tasks{
    padding-bottom: 40px;
    background-color: #fff;
}
.quam-tasks__block{
    padding: 35px 50px;
    background-color: #f1f2f4;
}
.quam__tasks-wrapper section{
    padding-bottom: 50px;
}
.quam__commission1-wrapper{
    margin-bottom: 50px;
}
.quam .fsmi-gallery-docs-inner-wrapper{
    margin-top: 10px;
}
.quam__docs-wrapper .doc__item{
    /*margin-bottom: 15px;*/
    margin-bottom: 35px;
}
.quam__commission-wrapper .info__block.info__left{
    margin-bottom: 30px;
}
.edsr__docs-wrapper.quam__docs-wrapper .quam__docs .block__header-h2{
    margin-bottom: 20px;
}
.documents-text p{
    margin-bottom: 55px;
}

/* education/quality-meetings */

.docs-module .doc__name{
    display: inline-block;
    /*max-width: 710px;*/
    max-width: 900px;
    line-height: 1.56;
}

/* Education/quality-petition */
.eqp__main-wrapper .main__section,
.eqp__result-wrapper .main__section,
.eqp__answer-wrapper .main__section{
    margin-bottom: 0;
}
.eqp__shw__list{
    margin-bottom: 30px;
}
.eqp__answer-wrapper .container{
    border-bottom: 3px solid #f1f2f4;
}
.eqp__result-wrapper .item__txt-main{
    max-width: 600px;
}
.eqp__result-wrapper .block__header-h3{
    margin-top: 30px;
}
.eqp__docs-wrapper .eqp__docs{
    position: relative;
    z-index: 5;
    background-color: #fff;
}
.eqp__docs-inner-link{
    font-weight: bold;
}
.eqp__docs-button-wrapper{
    margin: -30px 0 20px;
}
.eqp__docs{
    padding-bottom: 60px;
}
.eqp__result-wrapper .main__section{
    padding-top: 30px;
    padding-bottom: 180px;
}
.eqp__banner-wrapper .banner__col2{
    background-color: transparent;
}
.eqp__banner-wrapper .banner__col2 .banner__col2-item{
    position: relative;
    z-index: 5;
    margin-top: -125px;
}
.eqp__docs-toggle-button{
    border-bottom: 1px dashed #0079c1;
    font-weight: 600;
    color: #0079c1;
    cursor: pointer;
}
.eqp__docs-toggle-button:hover{
    border-bottom: 1px dashed #EE2A24;
    color: #EE2A24;
}
/* Education/quality-petition */

/* Science / grants_implemented */
.scgi .banner__list-under .banner__item{
    min-height: auto;
}
.scgi .banner__list-under .banner__item .banner__content{
    padding: 40px 0 100px;
}
.scgi .banner__list-under + .inner__list{
    top: -166px !important;
    margin-bottom: -116px;
}
.scgi .patents__item .patents__item_addit li{
    margin-bottom: 16px;
    display: block;
    width: 100%;
}
.scgi .patents__item .registration{
    font-size: 16px;
    font-weight: bold;
}
.scgi .dpal__info{
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 425px;
}
.scgi .dpal__info.height410{
    height: 410px;
}
.scgi .dpal__info.active{
    height: auto !important;
}
.scgi .dpal__info:after{
    width: 58.33333333%;
}
.scgi .dpal__title{
    color: #292c3d;
    cursor: default;
}
.scgi .dpal__info.overflow .dpal__title{
    color: #0079C1;
    cursor: pointer;
}
.scgi .dpal__info.overflow .dpal__title{
    border-bottom: 1px dashed #0079C1;
}
.scgi .dpal__info.overflow .dpal__title:hover{
    color: #EE2A24;
    border-bottom: 1px dashed #EE2A24;
}
/* Science / grants_implemented */

/* science / doctoral-schedule */
.sds__faces-wrapper .faces{
    margin-right: 15px;
    display: inline-block;
}
.sds .patents__item.defended{
    background-color: #fbfffd;
}
.sds .patents__item.defended .faces.status .faces-name{
    color: #009a3e;
    font-weight: bold;
}
.sds__main-wrapper .main__section{
    margin-bottom: 50px;
}
.sds__main-wrapper .main__section .main__info-bg{
    display: none;
}
.sds .faces > *{
    display: block;
    line-height: 1.5;
}
.sds .faces-post{
    color: #90939e;
}
.sds .patents__item .patents__item_addit li{
    display: block;
    width: 100%;
}
.sds .dpal__info{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.sds .dpal__info:after{
    display: none;
}
.sds .dpal__title{
    color: #292C3D;
    cursor: default;
}
.sds .dpal__title:hover{
    color: #292C3D;
}
/* science / doctoral-schedule */

/* Education/social_research */
.edsr.quam .col-md-8.info__block.info__left{
    width: 83.33333333%;
}
.edsr__main-wrapper .main__info-bg{
    display: none;
}
.edsr.quam .edsr__docs-wrapper .quam__docs{
    margin-bottom: 0;
    padding-bottom: 40px;
    background-color: #fff;
}
.edsr__docs-wrapper .quam__docs{
    /*margin-bottom: 40px;*/
    background-color: transparent;
}
.edsr__docs-wrapper .fsmi-gallery-inner-wrapper{
    position: relative;
    z-index: 5;
    /*margin: -10px 0 40px;*/
    margin: -10px 0 0;
    border: 1px solid #e4e5e6;
}
.edsr__text-wrapper .edsr__text{
    margin-bottom: -70px !important;
    padding-bottom: 60px;
}
/* Education/social_research */

/*science/sources*/
.sources-item{
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
}
.sources-item.resc-item .sources__item-text{
    margin-left: 0;
}
.sources__item-header a{
    position: relative;
}
.sources__item-header a:after{
    content: "";
    display: inline-block;
    background: transparent url('/i/sprite.png') no-repeat;
    background-position: -315px 0;
    width: 10px;
    height: 13px;
    margin-left: 5px;
}
.sources__item-text{
    margin-left: -30px;
    max-width: 900px;
}
.sources__item-text-inner-wrapper.sources__item-text-overflow{
    position: relative;
    overflow: hidden;
    height: 180px;
}
.sources__item-text-inner-wrapper.sources__item-text-overflow:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
}
.sources__item-pic{
    width: 115px;
    height: 85px;
    border: 1px solid #e8e8e8;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #d8d8d8; */
}
.sources__item-button{
    display: none;
    font-weight: 600;
    color: #0079c1;
    border-bottom: 1px dashed #0079c1;
    cursor: pointer;
}
.sources__item-text-inner-wrapper.sources__item-text-overflow-button + .sources__item-button{
    display: inline-block;
}
/*science/sources*/

/* Sport (vm) */
.main__section.main__info.mb-70 {
    margin-bottom: -70px;
}

.banner__col2-header {
    /*margin: 70px 0 0 15px;*/
    margin-top: 70px;
}

.banner__col2.banner__col2_sport-events {
    background-color: transparent;
}

.banner__col2.banner__col2_sport + .banner__col2 .banner__col2-bottom {
    border: none;
}

.info__item-head {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
}

.banner__col2 .banner__col2-item.banner__sport {
    margin-top: 25px;
    height: 395px;
}

.main__info .info__block.info__block_sport {
    margin-bottom: 0;
}

.infr__items {
    margin-top: 50px;
}

.infr__item {
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 75px;
    /*background-color: #ccc;*/
}

.infr__item_img {
    display: block;
    float: left;
    width: 18%;
}

.infr__item_txt {
    font-weight: bold;
    display: block;
    float: left;
    width: 82%;
}

.btn__show-all {
    display: none;
}

.main__slider.main__slider_sport {
    /*margin-top: 55px;*/
    height: auto;
}
.main__slider.main__slider_sport .info__item-head-slider{
    padding-top: 50px;
    margin-bottom: 50px;
}

.main__slider.main__slider_sport .slider__item {
    top: 55px;
    left: 85px;
    /*max-width: 530px;*/
}

.main__slider.main__slider_sport .slider__txt {
    margin-top: 15px;
    /*max-height: 80px;*/
    max-height: 130px;
    overflow: hidden;
    font-size: 16px;
    max-width: 800px;
}

/* 20.12.2017 */
.main__slider.main__slider_sport .slider__ctr {
    /*bottom: 70px;*/
    position: absolute;
    bottom: 40px;
    left: 85px;
}

.main__slider.main__slider_sport .item {
    height: 395px;
}

.main__slider.main__slider_sport.main__slider_research .item {
    padding-right : 30px;
    /*height: 365px;*/
    height: 285px;

    background-color: #0079C1;
    background-image: url('/u/www/images/research/newsletter/banner_no_img.png');
    background-size: auto;
    background-repeat: space;
    background-position: left bottom;
}

.main__slider.main__slider_sport.main__slider_research .item:before,
.main__slider.main__slider_sport.main__slider_research .item:after {
    background : none;
}

.main__slider.main__slider_sport.main__slider_research .slider__item{
    max-width : 980px;
}

.main__slider.main__slider_research .slider__item .slider__h{
    font-size : 30px;
    line-height : 40px;
}

.slider_research-header{
    overflow : hidden;
    height : 164px;
}


.slider__sports_wrapper .slider__nav.disabled,
.slider__sports_wrapper .slider__dots.disabled{
    display: none;
}


.slider__sports_wrapper {
    position: relative;
    margin-bottom: 40px;
}
/* 20.12.2017 */


.slider__sports_wrapper {
}

.info__item-head-slider {
    margin-bottom: 20px;
    padding-top: 60px;
    /*border-top    : solid 2px rgba(41, 44, 61, 0.2);*/
}

.banner__big-bg-sport {
    background-position: bottom right;
}

.article__field-info-green {
    position: relative;
    /*background-color: #f1f2f4;*/
    border-left: 3px solid #10924D;
    padding: 15px 35px 8px;
    margin: 33px 0;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.inner__section-bg-white {
    background-color: #FFFFFF;
}

.sport-section__item {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    border: solid 1px rgba(136, 138, 145, 0.2);
}

.sport-section__item_img {
    display: table-cell;
    margin-right: 15px;
    width: 70px;
}

.sport-section__item_txt {
    display: table-cell;
    vertical-align: middle;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 170px;
    color: #176EB2;
}

/*
.sport-section__head{
  margin : 10px 0 40px;
}*/

/**/
.mt20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mb-0 {
    margin-bottom: 0;
}

/*warning block*/
.alert_warning-block {
    background-color: #FEF5E7;
    border: 1px solid #F6A623;
    padding: 20px 100px 25px 30px;

}

.alert_warning-block .alert_warning-heading {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    /*line-height: 1.88;*/
    line-height: 1.56;
    text-align: left;
    color: #F6A623;
    margin-bottom: 5px;
}

.alert_warning-block .alert_warning-text {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #96691D;
}

.admR03__answer .alert_warning-block-wrapper {
    margin-top: 220px;
}

/**/
.info__item-head_section {
    margin-top: 60px;
    margin-bottom: 30px;
}

.section_bd_top {
    border-top: 1px solid rgba(136, 138, 145, 0.2);
}

.section-last-m-70 {
    margin-bottom: -70px;
    padding-bottom: 70px;
}

/* Sport (vm) */

/* Students organizations (vm) */
.dual-degrees_slider__item .achivements__grid-item .achivements__grid-img.achivements__grid-top,
.dual-degrees_slider__item .achivements__grid-item .achivements__grid-txt.achivements__grid-top {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
}

.dual-degrees_slider__item .achivements__grid-item .achivements__grid-img.achivements__grid-top img {
}

.dual-degrees_slider__item .achivements__grid-item .achivements__grid-txt.achivements__grid-top {
    color: #292C3D;
    width: 290px;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.56;
}

.banner__col2-item.banner__stut-org {
    margin-top: 80px;
    height: 395px;
}

.inner__council .history__item .history__item-link {
    font-size: 22px;
}

.history__items-wrappper {
    margin-bottom: 65px;
    overflow: hidden;
}

.assoc__info {
    padding: 30px;
    max-width : 735px
}

.assoc__bg{
    min-height: 215px;
    background-repeat: no-repeat;
    background-position: calc( 100% - 30px) center;
}

.assoc__info_link {
    margin-bottom: 10px;
}

.assoc__info_frant {
    margin-bottom: 20px;
}

.assoc__img {
    overflow: hidden;
}

.inner__frat .info__item {
    padding: 0;
}

.inner__frat .info__item .info__item-smblock {
    margin-top: 0;
}

/* Students organizations (vm) */
.center_info {
    display: block;
    position: absolute;
    top: -20px;
    right: 15px;
    width: 0;
    height: 698px;
    background: #0079C1;
    padding: 30px 0;
    overflow: hidden;
    transition-property: width, padding, z-index;
    transition-duration: .4s;
    transition-timing-function: linear;
}

.center_info .center__wrapper {
    position: relative;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transition-property: visibility, opacity;
    transition-duration: 1s, 0.5s;
    transition-timing-function: linear, ease-in-out;
}

.center_info.open .center__wrapper {
    visibility: visible;
    opacity: 1;
}

.center_info.open {
    width: 380px;
    padding: 30px;
    box-shadow: -4px 0 4px 0 rgba(0, 86, 166, 0.2);
}

.center__country-info .country-info__flag,
.center__country-info .country-info__name {
    display: inline-block;
    vertical-align: middle;
}

.center__country-info .country-info__flag img {
    width: 41px;
}

.center__country-info .country-info__name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 15px;
}

.center__name {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #FFFFFF;
    margin-top: 10px;
}

.center__about {
    padding-top: 38px;
    padding-bottom: 26px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 22px;
}

.center__about .about-center_h,
.center__about .about-center_txt {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.center__about .about-center_txt {
    font-weight: normal;
    margin-bottom: 18px;
}

.center__contact .center__phone,
.center__contact .center__mail a,
.center__contact .center__mail,
.center__contact .center__addres {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.center__contact .center__phone,
.center__contact .center__mail,
.center__contact .center__addres {
    position: relative;
    padding-left: 30px;
}

.center__contact .center__phone:before,
.center__contact .center__mail:before,
.center__contact .center__addres:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/i/sprite.png) no-repeat;
}

.center__contact .center__phone:before,
.center__contact .center__addres:before {
    height: 17px;
    width: 12px;
    margin-top: -8.5px;
    background-position: -277px -26px;
}

.center__contact .center__mail:before {
    height: 12px;
    width: 15px;
    margin-top: -6px;
    background-position: -290px -24px;
}

.center__contact .center__addres:before {
    top: 25%;
    background: url(/u/www/images/admission/adress.png) no-repeat;
    background-position: -9px -7px;
}

.center__about .sub__info-block {
    padding-top: 0;
}

.center__about .sub__info-block__h {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.center__about .sub__info-block__txt {
    color: #FFFFFF;
}

.center__about .sub__info-block__item {
    margin-bottom: 20px;
    padding: 0;
}

.center__about .sub__info-block__item:after {
    display: none;
}

/*--*/

.cat-item,
.cat-item__date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    padding: 8px 9px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 4;
}

.cat-item:hover {
    color: white;
}

.cat-item__date {
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    color: #90939E;
}

.text-plate {
    padding: 30px 50px;
}

.steps__wrap .doc__item.doc--zip {
    margin-top: 65px;
    margin-left: 40px;
}

.steps__tab__navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 80px;
}

.steps__tab__navigation ul li {
    display: inline-block;
    width: 155px;
    height: 60px;
    position: relative;
}

.steps__tab__navigation ul li:nth-child(odd) .descr__wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.steps__tab__navigation ul li:nth-child(even) .descr__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}

.steps__tab__navigation ul li .descr__wrap span.descr__head {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
}

.steps__tab__navigation ul li .descr__wrap p {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    white-space: nowrap;
}

.steps__tab__navigation ul li .descr__wrap {
    color: #888A91;
}

.steps__tab__navigation ul li.active .descr__wrap {
    color: #292C3D;
}

.steps__tab__navigation ul li span.wrap {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #F1F2F4;
    z-index: 3;
}

.steps__tab__navigation ul li:not(:last-child)::after {
    content: '';
    width: 105%;
    height: 2px;
    background-color: #B4B5BA;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.steps__tab__navigation ul li span.wrap.active {
    border: solid 2px #EE2A24;

}

.steps__tab__navigation ul li + li {
    white-space: nowrap;
}

.steps__tab__navigation ul li span.wrap.active span.inner {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background-color: #EE2A24;
    line-height: 38px;
    border: none;
}

.steps__tab__navigation ul li span.wrap.active span.inner:hover {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background-color: #EE2A24;
    line-height: 38px;
    border: none;
}

.steps__tab__navigation ul li span.wrap span.inner {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #F1F2F4;
    border: solid 2px #B4B5BA;
    font-size: 20px;
    font-weight: 600;
    color: #888A91;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.steps__tab__navigation ul li span.wrap span.inner:hover {
    color: #FFFFFF;
    background-color: #0079C1;
    border: solid 2px #F1F2F4;
}

/* Honorary doctors (vm) */
.banner__item-wrapper-empty{
    height: 115px;
}
.organization_info-data {
    float: left;
}

.organization_info-img.organization_info-data {
    margin-bottom: 20px;
    /*width: 230px;*/
    width: 150px;
    padding-right: 15px;
}
.organization_info-img.organization_info-data img{
    width: 100%;
}
.organization_info-txt.organization_info-data {
    margin-top: -15px;
    /*width: calc(100% - 230px);*/
    width: calc(100% - 150px);
}
.organization_info-noimg,
.chd-photo .scientists__list-img{
    width: 100px;
    height: 100px;
}

.h-doctor_name-data {
    margin: 10px 0 7px 0;
    overflow: hidden;
}

.h-doctor_name-txt {
    font-size: 14px;
    /*margin-left: 230px;*/
    margin-left: 150px;
}

.h-doctor_name-data-item {
    display: block;
    font-size: 12px;
    line-height: 1.67;
    color: #888A91;
}

.h-doctor_name-data-img,
.h-doctor_name-data-text {
    float: left;
}

.h-doctor_name-data-img {
    width: 47px;
    height: 17px;
    padding-right: 20px;
}

.h-doctor_name-data-text {
    margin-top: -4px;
    width: calc(100% - 50px);
}

.alphabet__filter--check label.alfActive {
    color: #FF0000;
}

.filter__block-list.hd__filter__block-list {
    padding: 0;
}

.filter__block-list.hd__filter__block-list .form-group {
    margin-bottom: 15px;
}

.filter__block-list.hd__filter__block-list .list__wrapper {
    padding: 25px 30px 0;
    border-bottom: 1px solid #F1F2F4;
}

.filter__block-list.hd__filter__block-list .filter__block-ctrl {
    margin-bottom: 40px;
}

.filter__block-list.hd__filter__block-list .list__wrapper:last-child {
    padding: 0 30px;
    border-bottom: none;
}

.filter__block-list.hd__filter__block-list .alphabet__filter-list {
    padding: 20px 0 15px;
}

.filter__block-list.hd__filter__block-list .btn.sort-btn {
    right: 0;
    box-shadow: none;
}

section.hd {
    margin-bottom: 0;
}

.hd__js_ajax_update .organization.white-plate {
    margin-bottom: 15px;
}

/* Honorary doctors (vm) */

/* Study center (vm) */
.push_second_ajax_here {
    overflow: hidden;
}

.test_point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

/* Study center (vm) */

/* Events / Calendar (vm) */
/* 22.08.2017 */
.calendar .ui-datepicker .ui-datepicker-title select {
    display: none;
}

.calendar .ui-datepicker .ui-datepicker-title select.testSelect {
    direction: rtl;
}

.calendar .ui-datepicker .ui-datepicker-title select.testSelect option {
    direction: ltr;
}

/* 22.08.2017 */

.calendar__settings-panel {
    text-align: right;
}

.calendar__settings-item {
    display: inline-block;
    vertical-align: top;
    color: #0079C1;
}

.calendar__settings-item + .calendar__settings-item {
    margin-left: 34px;
}

.settings__select_hidden {
    display: none;
    visibility: hidden;
}

.settings__select-js {
    position: relative;
    display: inline-block;
    min-width: 60px;
    min-height: 33px;
    font-size: 16px;
    cursor: pointer;
}

.settings__select-js:last-child {
    top: 2px;
    margin-right: 140px;
    min-width: 100px;
}

.settings__select-js:last-child .js-styled__select:after {
    margin-top: -2px;
}

.ui-datepicker-year + .js-styled__select {
    font-size: 22px;
}

.js-styled__select {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 14px;
    color: #0079C1;
    font-family: "PFAgoraSansPro", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

.js-styled__select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 7px;
    background-image: url('/i/sprite.png');
}

.settings__choose_year .js-styled__select:after {
    top: 45%;
    right: -12px;
}

.settings__choose_year .js-styled__select {
    top: 3px;
}

.js-styled__select-options {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 123px;
    margin: 0;
    padding: 0;
    display: none;
    min-width: 100px;
    z-index: 999;
    border: 1px solid #0079C1;
    list-style: none;
    background-color: #FFFFFF;
    text-align: left;
    cursor: default;
}

.js-styled__select-options li {
    margin-bottom: 5px;
    padding: 0 5px;
}

.js-styled__select-options li:hover {
    background-color: #0079C1;
    color: #FFFFFF;
    cursor: pointer;
}

ul.js-styled__select-options li.disabled{
    color: #babcbc;
}

ul.js-styled__select-options li:hover.disabled{
    background-color: transparent;
    color: #babcbc;
    cursor: default;
}

.settings__choose_year .js-styled__select {
    font-size: 22px;
    font-weight: 500;
}

button.settings__button {
    height: 40px;
    width: 40px;
    border: none;
    background-color: #0079C1;
    color: #FFFFFF;
}

.ui-state-default {
    position: relative;
}

.calendar #vm-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover {
    /**/
    color: #FFFFFF;
    transition: 0.25s
}

.calendar #vm-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    background-color: #EE2A24;
}

.calendar .ui-datepicker td a.onSelectTest {
    color: #0079C1;
}

.calendar .ui-datepicker td a.onSelectTest:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0079C1;
}

.calendar .ui-datepicker td a.onSelectTest .calendar__evants-count {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #888A91;
    font-size: 12px;
    font-style: italic;
}

.ui-state-hover span.calendar__evants-count,
.calendar .ui-datepicker-calendar .ui-datepicker-today .ui-state-default span.calendar__evants-count {
    color: rgba(255, 255, 255, 0.5) !important;
}

.calendar .ui-datepicker td a.ui-state-hover.onSelectTest:after {
    border: none;
}

/*jQuery datepicker customize (vm)*/
.vm-datepicker {
    position: relative;
}

.calendar .ui-datepicker-header {
    /*display : none;*/
}

.calendar .ui-datepicker {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: inherit;
}

.calendar .ui-widget-header {
    position: absolute;
    right: 0;
    width: 100%;
    border: none;
    background-color: transparent;
    font-weight: normal;
}

.calendar .ui-datepicker .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-next {
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #0079C1;
    cursor: pointer;
}

.calendar .ui-datepicker .ui-datepicker-prev .ui-icon {
    width: 14px;
    height: 18px;
    background-image: url('/i/sprite.png');
    background-position: -78px 0;
}

.calendar .ui-datepicker .ui-datepicker-next .ui-icon {
    width: 14px;
    height: 18px;
    background-image: url('/i/sprite.png');
    background-position: -89px 0;
}

.calendar .ui-datepicker .ui-datepicker-prev {
    right: 42px;
    left: auto;
}

.calendar .ui-datepicker .ui-datepicker-next {
    right: 0;
}

.calendar .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
    background: transparent;
    font-weight: normal;
    color: inherit;
}

.calendar .ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: inherit;
    text-align: right;
}

.calendar .ui-datepicker .ui-datepicker-title select {
    border: none;
    background-color: transparent;
    color: #0079C1;
}

/*
.calendar .wrapper-ui-datepicker-select{
  position : relative;
  width    : 160px;
  height   : 35px;
  overflow : hidden;
  display  : inline-block;
}

.calendar .wrapper-ui-datepicker-select:after{
  content : '';
  position : absolute;
  top              : 0;
  left             : 0;
  width            : 10px;
  height           : 10px;
  background-color : #FF0000;
}
*/

.calendar .ui-datepicker .ui-datepicker-title select option {
    font-size: 16px;
    color: #000000;
}

.calendar .ui-datepicker select.ui-datepicker-month {
    position: absolute;
    right: 190px;
    width: 180px;
    font-size: 30px;
    font-weight: bold;
}

.calendar .ui-datepicker select.ui-datepicker-year {
    position: absolute;
    top: 10px;
    right: 96px;
    width: 70px;
    font-size: 22px;
    font-weight: 500;
}

.calendar .ui-datepicker table {
    margin-top: 80px;
    border-collapse: separate;
}

.calendar .ui-widget-content {
    position: relative;
    border: none;
    background: transparent;
    color: #333333;
}

.calendar .ui-datepicker-calendar th {
    padding: 10px 0;
    border: 1px solid #F1F2F4;
    background-color: #0079C1;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.inner__header-icon-wrapper {
    padding-top: 16px;
}

/*
.calendar .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  background-color : #EE2A24;
}

.calendar .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  background-color : #0079C1;
  color            : #FFFFFF;
}
*/

.calendar .ui-datepicker-calendar th.ui-datepicker-week-end {
    background-color: #0F5891;
}

.calendar .ui-datepicker td {
    padding: 0;
}

.calendar .ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
    height: 110px;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    line-height: 110px;
}

.calendar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #F1F2F4;
    background-color: #FFFFFF;
    position: relative;
}

.calendar .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    background-color: #0079C1;
    color: #FFFFFF;
}

.calendar .ui-datepicker-calendar .ui-datepicker-today .ui-state-default .calendar__evants-count {
    color: #F1F2F4;
}

.calendar .ui-datepicker-calendar .ui-state-default.ui-state-active:after {
    border: none;
}

/*jQuery datepicker customize (vm)*/

/* Events preloader */

/* Custom select fot event page */
.event-page .inner__header-sub{
    padding-bottom: 120px;
}

.event-page .inner__page.page--nobg{
    margin-top: -80px;
    padding-top: 0;
}

.ep__date-nav{
    position: relative;
    margin-bottom: 30px;
}

.ep__custom-select-wrapper {
    text-align: right;
    margin-right: 110px;
}

.ep__custom-select{
    position: relative;
    display: inline-block;
    min-width: 60px;
    min-height: 33px;
    font-size: 16px;
    cursor: pointer;
}

.ep__custom-select select{
    display: none;
}

.ep__control{
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #0079C1;
    cursor: pointer;
}

.ep__control.prev{
    right: 42px;
    left: auto;
}

.ep__control.next{
    right: 0;
}

.ep__control span{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    text-indent: -99999px;
    overflow: hidden;
}

.ep__control.prev span {
    width: 14px;
    height: 18px;
    background-image: url('/i/sprite.png');
    background-position: -78px 0;
}

.ep__control.next span {
    width: 14px;
    height: 18px;
    background-image: url('/i/sprite.png');
    background-position: -89px 0;
}

.ep__date-nav .settings__select-js:last-child{
    margin-right: 0;
}
/* Custom select fot event page */


.wrapper-events-content {
    position: relative;
}

.events-preloader,
.calendar__carusel_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #F1F3F4;
}

svg.preload-img {
    position: absolute;
    left: 50%;
    margin: -32px 0 0 -32px;
    top: 50%;
}

.preload-js{
  position : relative;
  margin: 15px 0;
  width: 100%;
  height: 64px;
}
/* Events preloader */

/* Buttons */
/*filter-but__item filter-but__list*/
.inner__header-item.inner__header-link.inner__header-icon .events__but_style-calendar {
    margin-top: 2px;
    width: 20px;
    height: 19px;
    background-image: url('/u/www/images/media/calendar/icons/calend-icon_blue.png');
}

.inner__header-item.inner__header-link.inner__header-icon .events__but_style-calendar:hover {
    background-image: url('/u/www/images/media/calendar/icons/calend-icon.png');
}

.inner__header-item.inner__header-link.inner__header-icon .events__but_style-grid_active {
    background-position: -317px -49px;
}

.inner__header-item.inner__header-link.inner__header-icon .events__but_style-calendar_active {
    background-image: url('/u/www/images/media/calendar/icons/calend-icon.png');
}

/* Buttons */

.test-calendar-fields {
    display: none;
}

/* Events / Calendar (vm) */

/* Events / Calendar day (vm) */
.calendar__carusel_outer-box {
    position: relative;
    margin: 60px 0 20px 0;
    max-width: 1170px;
    height: 95px;
    /*background-color : #42FFD3;*/
}

.calendar__carusel_inner-box,
.calendar__carusel_hidden-box {
    margin: 0 4.15%;
    padding: 0;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
}

.calendar__carusel_hidden-box {
    display: none;
}

.calendar__carusel_item,
.calendar__carusel_item-hidden {
    position: relative;
    /*float            : left;*/
    display: inline-block;
    width: 14.28%;
    height: 95px;
    border: 2px solid #F1F2F4;

    vertical-align: middle;

    background-color: #FFFFFF;
    font-size: 16px;
}

li.calendar__carusel_item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #0079C1;
}

li.calendar__carusel_item.calendar__carusel_item_today a {
    color: #FFFFFF;
}

li.calendar__carusel_item a span {
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -30px;
    width: 100%;
    font-style: italic;
    color: #888A91;
}

li.calendar__carusel_item.calendar__carusel_item_today a span {
    color: #C5C5C5;
}

/* Mobile classes
.calendar__carusel_item.mob-w20{
  width : 20%;
}

.calendar__carusel_item.mob-w33{
  width : 33.33%;
}

.calendar__carusel_item.mob-w100{
  width : 100%;
}
Mobile classes */

.calendar__carusel_item + .calendar__carusel_item {
    border-left: 2px solid transparent;
}

.calendar__carusel_item.calendar__carusel_item_event {
    border: 2px solid #0079C1;
}

.calendar__carusel_item.calendar__carusel_item_event + .calendar__carusel_item.calendar__carusel_item_event {
    border-left: 2px solid transparent;
}

.calendar__carusel_item_today {
    background-color: #0079C1;
}

.calendar__carusel_item_today .calendar__item-text {
    color: #FFFFFF;
}

.calendar__item-text {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
    color: #0079C1;
    text-align: center;
}

.calendar__carusel_button {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 3.45%;
    max-width: 40px;
    height: 100%;
    border: 0;
    background-color: #0079C1;

}

.calendar__carusel_button-prev {
    left: 0;
}

.calendar__carusel_button-next {
    left: auto;
    right: 0;
}

.calendar__carusel_button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
    width: 10px;
    height: 17px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
}

.calendar__carusel_button-prev:after {
    background-position: -80px 0;
}

.calendar__carusel_button-next:after {
    background-position: -92px 0;
}

/*temp*/
.calendar__carusel_item + .calendar__carusel_item {
    /*margin-left : 5px;*/
}

.event-date .js_ajax_update.js_ajax_grid .container{
    position: relative;
}

.crumbs-level_3.inner__crumbs .crumbs__item:not(:last-child):after {
    color: #B0B1B6;
}

.event-date .preloader-module__wrapper {
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
}

/*temp*/
/* Events / Calendar day (vm) */
.crumbs-level_3 .show_active span {
    font-size: 0;
    line-height: 40px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #B0B1B6;
    position: relative;
    display: inline-block;

}

.crumbs-level_3 .show_active:hover {
    cursor: pointer;
}

.crumbs-level_3 .show_active:hover span {
    border: 1px solid #EE2A24;
}

.crumbs-level_3 .circle-crumbs .crumbs__item:not(.show_active) {
    display: none;
}

.crumbs-level_3 .circle-crumbs.show-open .crumbs__item {
    display: inline-block;
}

.crumbs-level_3 .circle-crumbs.show-open + .crumbs__item a {
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #2C2F40;
}

/*.crumbs-level_3 .circle-crumbs.show-open .show_active{display : none;}*/

.crumbs-level_3 .circle-crumbs {
    line-height: 40px;
}

/*
.crumbs-level_3 .crumbs__item:last-child a{
  font-family    : "PFAgoraSansPro", sans-serif;
  font-size      : 18px;
  font-weight    : bold;
  line-height    : 40px;
  text-align     : left;
  vertical-align : middle;
  color          : #292C3D;
}
*/

.crumbs-level_3.inner__crumbs {
    height: auto;
    min-height: 40px;
}

.crumbs-level_3.inner__crumbs .crumbs__item a,
.crumbs-level_3.inner__crumbs .crumbs__item span {
    color: #90939e;
    font-size: 10px;
}

.crumbs-level_3.inner__crumbs .crumbs__item a:hover {
    color: #ee2a24;
}

.crumbs-level_3.inner__crumbs .crumbs__item a:hover .item_home__svg {
    fill: #ee2a24;
}

.crumbs-level_3.inner__crumbs .crumbs__item.item_home a {
    position: relative;
    top: 2px;
}

.crumbs-level_3.inner__crumbs .crumbs__item {
    display: inline;
    vertical-align: top;
    line-height: 24px;
}

.crumbs-level_3 .crumbs__item-wrapper {
    padding: 30px 0;
    overflow: hidden;
}

.crumbs-level_3 .crumbs__item-wrapper > * {
    float: left;
}

.crumbs-level_3 .crumbs__item-block {
    width: calc(100% - 41px);
}

.btn-back__wrapper {
    padding: 15px;
    display: none;
    border-bottom: 1px solid #f1f2f4;
    background-color: #FFFFFF;
}

.item_home__svg {
    fill: #90939e;
}

.anch__menu-list {
    margin: 0 0 15px 0;
}

/*.crumbs-level_3 .circle-crumbs .crumbs__item a{*/
/*
.crumbs-level_3 .crumbs__item a{
  font-size      : 12px;
  text-align     : left;
  line-height    : 40px;
  font-weight    : normal;
  vertical-align : middle;
  color          : #90939E;
}
*/

/*.inner__crumbs .circle-crumbs.show-open:after{*/
.inner__crumbs .show-open:after {
    content: "\e258";
    display: inline-block;
    vertical-align: baseline;
    font-family: "Glyphicons Halflings", sans-serif;
    font-size: 7px;
    font-weight: 400;
    line-height: 1;
    color: #B0B1B6;
    margin-right: 5px;
}

.blur-liniya-down:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 86%, rgba(255, 255, 255, 1) 70%);
}

/*.crumbs-level_3 .show_active:before{*/
/*content: "";*/
/*display: inline-block;*/
/*width: 4px;*/
/*line-height: 5px;*/
/*height: 4px;*/
/*border-radius: 50%;*/
/*border:1px solid #b0b1b6;*/
/*}*/

/*.crumbs-level_3 .show_active:after{*/
/*content: "";*/
/*display: inline-block;*/
/*width: 4px;*/
/*line-height: 5px;*/
/*height: 4px;*/
/*border-radius: 50%;*/
/*border:1px solid #b0b1b6;*/
/*}*/
@media (max-width: 1600px) {
    .grants .banner__big-bg,
    /*.block__composite,*/
    /*.main__info-bg,*/
    .lscl__banner:not(.ban-0) .main__info-bg,
    .lscl__banner:not(.ban-0) .block__composite{
        background-image: inherit !important;
    }
    .pd__equipment__item_slider,
    .pd__equipment__item:hover .pd__equipment__item_info_wrapper .owl-pd-equipment,
    .pd__equipment__item:hover .pd__equipment__item_info_wrapper{
        width: 100%
    }
}

@media (max-width: 1230px) {
    .conf-main .banner__big-bg{
        background-image: none !important;
    }
    .inner__section .partners__cont {
        padding: 0 15px;
    }
    .corporate_products__img {
        display: none;
    }
    .container.territory__container,
    .row.row15.territory__row,
    .col-md-12.territory__col {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .sport-section__item_txt {
        width: 140px;
    }

    .admR-step1__plate_txt {
        padding: 0 35px 0 20px;
    }

    .admR-step1__alert-text {
        width: 100%;
    }

    /*Campus*/
    .js-ajax-map-info,
    .cump-map__wrapper-button {
        margin-left: 15px;
    }

    .js-ajax-map-info :last-child {
        margin-bottom: 20px;
    }
    /*Campus*/
}

@media (max-width: 1229px) {
    .lacd__director .image_outer,
    .lacd__director .contacts_outer,
    .lacd__director .button_outer {
        padding-left: 100px;
    }
}

@media (max-width: 1100px) {
    .r-insitute__item-info {
        float: none;
        width: 100%;
    }

    .r-inst__img {
        height: 170px;
    }

    .epm__slider-op__info:after {
        right: -20px;
    }
    .banner__col2 .banner__col2-h {
        font-size: 45px;
    }
}

@media (max-width: 1065px) {
    .sport-section__item_txt {
        width: 130px;
    }
}

@media (max-width: 768px) {
    .disa .info__left .info__item{
        max-width: 570px;
    }
    .disa .fsmi-smblock__person-name{
        max-width: 500px;
    }
    .disa .info__item-smblock{
        background-repeat: no-repeat;
    }
    .enp .block__header-h3,
    .enp .block__header-h3 + div,
    .enp .article__field-txt,
    .enp .article__field-info,
    .enp .enp__part-text,
    .qual .info__block.info__left .info__item,
    .qual .banner__content{
        max-width: 570px;
    }
    .simply__card .photo img {
        max-width: 90px;
        max-height: 90px;
    }

    .alumni__info--tags {
        margin-top: 25px;
    }

    .scientist__info .alumni__info--tags {
        margin-top: 0;
    }

    .main__slider.main__slider_sport .slider__item {
        top: 50px;
        left: 40px;
    }

    .main__slider.main__slider_sport .slider__ctr {
        left: 30px;
    }

    .newsl-card__item-wrapper_img .newsl-card__capt_info-wrapper {
        height: 185px;
    }
}

@media (max-width: 1024px) {
    .lscl__banner .info__left, .inner__achivements-item{
        background-color: transparent;
    }
    .lscl__banner .main__info .info__block{
        margin-bottom: 0;
    }
    .lscl__banner .info__block.info__right{
        margin-top: 0;
    }
    .lscl__tours .main__info-bg-strong{
        display: none;
    }

    .admn__new .inner__header-item.inner__header-tog{
        display: none;
    }
    .admn__new .administration__tab-list.hidden,
    .admn__new .administration__tab-list{
        display: block !important;
        visibility: visible !important;
    }
    .admn__new .administration__tab-tree.hidden,
    .admn__new .administration__tab-tree{
        display: none !important;
        visibility: hidden !important;
    }



    .admn__old .administration__tab-list .administration__item-img,
    .admn__old .administration__tab-list .administration__item-info .administration__item-svg,
    .admn__old .administration__item-count-text{
        display: none;
    }
    .sveden-main .article__one-h{
        margin-bottom: 0
    }
    .tech__sections .info__left{
        background-color: transparent;
    }
    .nav-inline > li {
        white-space: nowrap;
        display: table-cell;
        float: none;
    }

    .tabs__block-dir .nav-tabs.nav-inline li.active a {
        background: none;
    }

    .mt-150 {
        margin-top: 150px;
    }

    .inner__frat .info__item {
        margin: 25px 0;
    }

    .article__one-wrap.conf-det .article__one-h {
        color: #FFFFFF;
    }

    /* life/student-organizations-detail */
    .sod {
        margin-top: 70px;
    }

    .sod .info__item .item__h,
    .sod__community-text {
        max-width: 570px;
    }

    /* life/student-organizations-detail */
    /* Admission/olympiad_detail */
    .olympd .nav-tabs {
        width: 780px;
    }

    .olympd .nav-tabs li {
        float: none;
        display: inline-block;
    }
    /* Admission/olympiad_detail */
    /* Bread crumbs */
    .btn-back__wrapper {
        display: block;
    }
    /* Bread crumbs */
}
@media (max-width: 1023px) {
    .sdcn .nav-tabs > li{
        border: none;
    }
    .sdcn .tabs__block-dir .tab-content{
        padding-top: 1px;
    }

    .atn__main .container{
        background-image: none !important;
    }

    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close){
        display: inline-block !important;
    }

    .lscl .info__right .info__item--lblock{
        padding: 0 0 60px;
    }

    .mtv__youtube__text-wrapper{
        padding-bottom: 0;
    }
    .mtv__cards-video-wrapper {
        display: block;
        float: none;
        margin-top: 0;
        padding: 0 0 5px 0;
    }

    .stud-center .col-md-6,
    .rscc .banner__item .col-md-8,
    .flan .banner__item .col-md-8,
    .elib .banner__big-bg-bottom .col-md-8,
    .volu__banner .col-md-8,
    .scip .banner__col2 .col-md-8,
    .media-page .media-page__first-bannner .banner__col2-item .col-md-8,
    .pre-ut .col-md-8,
    .qual .qual__feedback-wrapper-1 .col-md-8,
    .simply__card--tabs.tabs__block-dir .tab-content .col-md-8{
        width: auto;
    }


    /* Slides for main slider */
    .item-slide-bg-tablet{
        display: block;
    }
    .item-slide-bg-desktop,
    .item-slide-bg-mobile{
        display: none;
    }
    /* Slides for main slider */

    .raaf .quam__docs,
    .pl-new .emp-list__card-item{
        background-image: none !important;
    }

    .mkdc .info__item .info__item-smblock{
        margin-top: 0;
    }
    .mkdc .fsmi-smblock__person{
        overflow: hidden;
    }
    .mkdc .fsmi-smblock__person > *{
        float: left;
    }
    .isup__smblock-item .fsmi-smblock__person-name.fsmi-smblock__person-job{
        margin-top: 0;
    }

    .plgr .history__item-wrap{
        margin-bottom: 30px;
    }
    .plgr .history__item-wrap:last-child{
        margin-bottom: 0;
    }
    .plgr__statement .info__item{
        padding-top: 0;
    }
    .plgr__statement .info__item-smblock{
        margin-top: 0;
    }

    .container-fluid.atn__popup{
        max-width: 600px;
    }
    /* FLEX TABLE (CORE) */
    .cell-flex-header-mobile {
        display: block;
    }
    .cell-flex-header-desktop {
        display: none;
    }
    .row-flex .inner-row-flex {
        flex-direction: column;
        width: 50%;
    }
    .row-flex .inner-row-flex:nth-child(1) .cell-flex,
    .row-flex .inner-row-flex:nth-child(2) .cell-flex {
        width: 100%;
    }
    .inner-row-flex:nth-child(1) .cell-flex-header.cell-flex:nth-child(2) {
        display: none;
    }
    /* Four columns */
    .table-flex-col-4 .row-flex .inner-row-flex:nth-child(1) {
        flex-direction: column;
        width: 33.333333%;
    }
    .table-flex-col-4 .row-flex .inner-row-flex:nth-child(2) {
        flex-direction: row;
        width: 66.666666%;
    }
    .table-flex-col-4 .row-flex .inner-row-flex .cell-flex {
        width: 100%;
    }
    /* Four columns */
    /* FLEX TABLE (CORE) */

    .sdpad__wrapper-table .table-flex.table-flex-col-4 .inner-row-flex:nth-child(1) .cell-flex{
        width: 100%;
    }
    .sdpad__wrapper-table .cell-flex:not(.cell-flex-header){
        padding: 0 30px;
    }
    .sdpad__wrapper-table .cell-flex{
        flex-grow: initial;
        line-height: 1.43;
    }
    .sdpad__wrapper-table .row-flex:nth-child(1){
        margin-bottom: 15px;
    }
    .sdpad__wrapper-table .fsmi-gallery-size{
        /*margin-left: 25px;*/
    }
    .sdpad__wrapper-table .fsmi-gallery-type-ico{
        height: 10px;
    }
    .sdpad__wrapper-table .fsmi-gallery-type{
        /*height: 16px;*/
    }
    .sdpad__wrapper-table .table-flex{
        padding-bottom: 15px;
    }
    .sdpad__wrapper-table .fsmi-gallery-type-data{
        line-height: normal;
    }

    .feep .feep__online .col-md-7,
    .feep .feep__cost .col-md-8{
        width: auto;
    }

    .isi .info__left .info__item,
    .sddd .info__left .info__item{
        padding-bottom: 0;
    }
    .isi .info__right .info__item,
    .sddd .info__right .info__item{
        padding-top: 0;
    }

    .acc-header-text{
        max-width: 600px;
    }
    .aeca .main__info .info__block.info__left{
        padding-bottom: 10px;
    }
    .aeca .rudn__acc-style.ui-accordion .ui-accordion-header,
    .aeca .rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active{
        border-top: 1px solid rgba(151, 151, 151, 0.2);
        border-bottom: none;
    }
    .aeca .rudn__acc-style.ui-accordion .ui-accordion-header:first-of-type,
    .aeca .rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active:first-of-type{
        border-top: none;
    }
    .aeca__maps .aeca__maps-acc > div{
        padding: 10px 0 30px;
    }
    .aeca .item__txt-main.maxw700,
    .aeca .h1,
    .aeca .article__field-txt.WYSIWYG{
        max-width: 570px;
    }
    .dpan__table-name{
        margin-bottom: 5px;
    }
    .dpan__table-type{
        margin-top: 3px;
        margin-bottom: 10px;
    }
    .dpan .table-cell.qc.qc1,
    .dpan .table-cell.qc.qc2{
        margin-bottom: 0;
    }
    .dpan .scid .isepr__table-wrapper .wrap{
        width: 65%;
        border-right: 1px solid rgba(136, 138, 145, 0.2);
    }
    .dpan .scid .table-cell.qh.qh1,
    .dpan .scid .table-cell.qc.qc1{
        width: 35%;
    }
    .dpan .scid .wrap .table-cell.qh.qh2,
    .dpan .scid .wrap .table-cell.qc.qc2,
    .dpan .scid .wrap .table-cell.qh.qh3,
    .dpan .scid .wrap .table-cell.qc.qc3,
    .dpan .scid .wrap .table-cell.qh.qh4,
    .dpan .scid .wrap .table-cell.qc.qc4{
        width: 100%;
    }
    .dpan .table-cell.qh.qh4,
    .dpan .table-cell.qc.qc4{
        border-right: none;
    }

    .hqpo__main .info__item.inner_head40{
        max-width: 570px;
    }
    .hqpo__main-card-header,
    .hqpo__main-card-text,
    .hqpo .doc__item.doc--zip{
        max-width: 470px;
    }
    .hqpo .main__info .info__block{
        margin-bottom: 0;
    }
    .hqpo .col-md-6:last-child .hqpo__main-card{
        margin-bottom: 0;
    }
    .hqpo .col-md-6 .hqpo__main-card{
        margin-bottom: 30px;
    }
    .hqp .info__item-smblock{
        margin-top: 0;
    }
    .hqp .fsmi-smblock__item:last-child{
        overflow: hidden;
    }

    .aeca__maps .aeca__maps-acc{
        padding: 30px;
        background-color: #fff;
    }
    .aeca__maps .aeca__maps-acc > *{
        position: static;
        width: 100% !important;
    }
    .aeca .rudn__acc-style.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
        transform: rotate(0deg);
    }
    .aeca .rudn__acc-style.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon{
        transform: rotate(180deg);
    }
    .scheme__wrapper > *{
        margin: 0;
        width: 100%;
        float: none;
    }
    .scheme__left-block{
        margin-bottom: 15px;
        max-width: 500px;
    }

    .scid .disa__main-right-phone{
        margin-top: 10px;
        margin-left: 30px;
    }
    .odr .inner__header-item{
        margin-top: 0;
        text-align: left;
    }
    .odr .btn-question{
        box-shadow: none;
        border: none;
    }
    .odr .answer-card__answer-block{
        padding: 25px;
    }

    .teach .simply__card--list .graduates{
        /*height: 220px;*/
        height: auto;
    }
    .teach .simply__card--list .graduates:after {
        left: 58.33333333%;
        width: 41.66666667%;
    }
    .teach .graduates .human-info .photo{
        margin-right: 15px;
    }

    .fsmi .info__item-smblock{
        max-width: 100%;
    }
    .raaf .info__block.info__left{
        margin-bottom: 15px;
    }
    .raaf .info__block.info__right{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .raaf .info__item.info__item--lblock{
        padding: 10px 0 20px;
    }
    .raaf .achivements__grid-item{
        margin-bottom: 15px;
    }
    .adm-struct .staff_directory__employ .right_sector{
        margin-top: 25px;
    }

    .isup__wrapper-main .main__section{
        padding-top: 40px;
    }

    .isepr__main-wrapper{
        background-image: none !important;
    }
    .scid .info__left .info__item{
        padding-bottom: 0;
        max-width: 570px;
    }
    .scid .info__right .info__item{
        padding-top: 0;
    }
    .isepr__wrapper-main-caption{
        max-width: 570px;
    }
    .isepr__table-wrapper .wrap,
    .isepr__table-wrapper .inner-table .wrap,
    .scid .isepr__table-wrapper .wrap{
        padding: 15px 15px 15px 30px;
        display: flex;
        flex-direction: column;
        width: 50%;
        /*border-left: 1px solid rgba(136, 138, 145, 0.2);*/
        border-bottom: 1px solid rgba(136, 138, 145, 0.2);
    }
    .isepr .isepr__table-wrapper .wrap{
        border-left: 1px solid rgba(136, 138, 145, 0.2);
    }
    .wrap .table-cell.qc,
    .scid .wrap .table-cell.qc.qc1,
    .scid .wrap .table-cell.qc.qc2{
        padding: 0;
        width: 100%;
        border: none;
    }
    .table-cell.qh.qh2 {
        display: none;
    }
    .table-cell.qh.qh1,
    .table-cell.qc.qc1,
    .table-cell.qh.qh3,
    .table-cell.qc.qc3,
    .inner-table .table-cell.qh.qh1,
    .inner-table .table-cell.qc.qc1,
    .inner-table .table-cell.qh.qh3,
    .inner-table .table-cell.qc.qc3,
    .scid .table-cell.qh.qh1,
    .scid .table-cell.qc.qc1,
    .scid .table-cell.qh.qh3,
    .scid .table-cell.qc.qc3,
    .scid .inner-table .table-cell.qh.qh1,
    .scid .inner-table .table-cell.qc.qc1,
    .scid .inner-table .table-cell.qh.qh3,
    .scid .inner-table .table-cell.qc.qc3
    {
        width: 50%;
    }
    .isepr .table-cell.qc.qc1{
        width: 100%;
    }
    .table-cell.qc.qc1,
    .inner-table .table-cell.qc.qc1,
    .table-cell.qc.qc2,
    .inner-table .table-cell.qc.qc2{
        margin: 2px 0;
    }
    .isepr__wrapper-section .item__h {
        max-width: 570px;
    }
    .isepr #coop__accordion-block.ui-accordion .ui-accordion-content, .isepr .espr-acc.ui-accordion .ui-accordion-conten{
        /*padding: 10px 0 50px;*/
        padding: 0;
    }
    .isepr__acc-mail,
    #coop__accordion-block.ui-accordion .ui-accordion-header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .isup .fsmi-smblock__person{
        overflow: hidden;
    }
    .isup__smblock-item{
        /*float: left;
        width: 50%;*/
        float: none;
        width: 100%;
    }

    .scid .isup__smblock-item{
        width: 100%;
    }
    .scid .disa__wrapper{
        overflow: hidden;
    }
    .scid .disa__wrapper > *{
        float: left;
        width: 40%;
    }

    .ndoc .fsmi-gallery-type-link,
    .ndoc .contacts-card__txt-info_email,
    .ndoc .contacts-card__txt-info_phone:after,
    .ndoc .dpal__title>span{
        display: none;
    }
    .ndoc__main-form{
        /*margin-top: 30px;*/
    }
    .ndoc .dpal__title>a{
        display: block;
    }
    .ccu .department__slider-item,
    .ccu__wrapper-museum .item__txt-main{
        max-width: 570px;
    }
    .enp .tasks_inner li[class*=col-xs-6]:nth-child(2n+1),
    .enp .tasks_inner li[class*=col-sm-6]:nth-child(2n+1),
    .enp .tasks_inner li[class*=col-xs-6],
    .enp .tasks_inner li[class*=col-sm-6]{
        display: block;
        width: 100%;
    }
    .enp .WYSIWYG.spec__list,
    .enp__climat .info__left .info__item{
        max-width: 570px;
    }
    .enp .med-program__plate-info,
    .enp .quote__txt,
    .enp__part-text{
        max-width: 470px;
    }
    .enp .another_banner .banner__col2-txt{
        max-width: 530px;
    }
    .disa .info__block.info__left .item__h{
        margin-top: 40px;
    }
    .sok .WYSIWYG.WYSIWIG .item__h{
        white-space: normal;
    }
    .grants .info__item-smblock{
        margin-top: 0;
    }
    .enp .owl-carousel .owl-stage-outer,
    .ccu .owl-carousel .owl-stage-outer{
        overflow: hidden;
    }
    .ccu__dots-wrapper{
        top: 0;
        margin-top: 30px;
    }
    .grants .banner__big-bg,
    /*.block__composite,*/
    .main__info-bg{
        background-image: inherit !important;
    }
    .lscl__banner.ban-0{
        position: relative;
    }

    .lscl__banner.ban-0 .visible-sm{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .lscl__banner.ban-0 .block__composite,
    .lscl__banner.ban-0 .main__info{
        background: transparent !important;
    }

    .scgi .dpal__info,
    .scgi .patents__item.active .description,
    .scgi .dpal__info.height410{
        height: auto;
    }
    .scgi .dpal__info:after,
    .scgi .patents__item.active .description:after{
        display: none;
    }
    .scgi .patents__item .description{
        position: relative;
        height: 150px;
        min-height: 150px;
        overflow: hidden;
    }
    .scgi .patents__item .description:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
    }
    .main__section.main__info.disa__main .info__block.info__left,
    .main__section.main__info.disa__main .info__block.info__right{
        margin: 0;
    }
    .sok__img-wrapper{
        margin: 0;
    }
    .qual .banner__item.qual__banner{
        height: auto;
    }
    .qual .info__block.info__left{
        padding-bottom: 0;
    }
    .qual .info__item.info__item--lblock{
        padding-top: 0;
    }
    .sources__item-text{
        margin-left: 0;
    }
    .sources__item-pic{
        width: 100%;
    }
    .sport-section__item_txt {
        width: 330px;
    }

    .centers .pd__equipment__item_info-wrapper{
        min-height: 100%;
    }

    /* Admission rule */
    .admR03__answer .alert_warning-block-wrapper {
        margin-top: 0;
        /*margin-top : -30px;*/
    }

    .admR03__answer {
        padding-bottom: 80px;
    }

    .admR04__green-plate {
        position: static;
    }

    /*.endEdu__date,
  .endEdu__place,
  .endEdu__doc,
  .endEdu__level,
  .endEdu__score,*/
    .admR__block50,
    .admR__block30,
    .admR__block20 {
        width: 50%;
    }

    .admR-online__container {
        margin-left: 0;
    }

    .inp__block.endEdu__doc {
        margin-bottom: 0;
    }

    .admR-online__acc-step-2 .inp__button {
        position: static;
    }

    /* Admission rule */
    /* Conference main */
    .conf-main .info__item .item__h {
        /*margin-top: 60px;*/
    }

    /* Conference main */
    /* conferences-detail */
    .conf-det__bg-white {
        background-color: #FFFFFF;
    }

    .row.conf-det__reg {
        background-color: #0079C1;
        background-image: url('/i/footer_bg.png');
        background-repeat: no-repeat;
        background-position: 0 10px;
    }

    /*.conf-det__owl-carusel a.photo__grid-item.js_pop_gal{*/
    .conf-det__owl-carusel .conf-det__carusel_item-small a.photo__grid-item.conf-det__pop_gal {
        height: 120px;
    }

    .olympd__yaMap {
    }

    /* conferences-detail */
    .mobile_no-bg-sect {
        background-image: none !important;
    }

    /* Research institutes detail (vm) */
    .rid__main-areas_wrapper,
    .rid__back-bottom {
        background-image: none !important;
    }

    .rid__inst_text_wrapper:after {
        display: none;
    }

    .rid__inst_text_wrapper {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #F2F2F2;
    }

    .rid__lab1_wrapper {
        margin-left: 150px;
    }

    /* Research institutes detail (vm) */
    /* Research institutes Newsletter (vm) */
    .newsl .banner__col2 .banner__col2-item {
        margin-top: 10px;
        height: auto;
    }

    .newsl-banner__date-block,
    .newsl-banner__info-block {
        float: none;
    }

    .newsl-banner__date-block {
        margin-left: 30px;
        overflow: hidden;
    }

    .newsl-banner__info-block:before {
        top: -20px;
    }

    .newsl .banner__col2 .banner__col2-item {
        padding-top: 30px;
    }

    .newsl-banner__info-block {
        padding-right: 0;
        width: 100%;
    }

    .newsl__wrapper-button {
    }

    .newsla .newsl__wrapper-button {
        margin-top: 35px;
        text-align: left;
    }

    .newsla .newsl__subs_text {
        margin: 0 0 0 30px;
        display: inline-block;
        max-width: 240px;
        vertical-align: middle;
        text-align: left;
    }

    .newsl__subs_text {
        padding-left: 0;
    }

    /* Research institutes Newsletter (vm) */
    /* Alumni / say hello */
    .say-hello .main__section.main__info,
    .say-hello .main__info .info__block {
        margin-bottom: 0;
    }

    /* Alumni / say hello */
    /* Alumni / base of alumni */
    .alumnies-base .col-md-4.info__block.info__right {
        padding: 0;
    }

    .ab__join-btn-wrapper {
        margin-left: 0;
    }

    .alumnies-base .info__item.info__item--grblock {
        padding-left: 15px;
    }

    .ab__join-btn-wrapper {
        margin-bottom: 30px;
    }

    /* Alumni / base of alumni */
    /* Newsletter detail */
    .newsld__shift-img {
        margin-left: 0;
    }

    .newsld__shift-text {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .row__one-content {
        background-color: #FFFFFF;
    }

    .newsld__news-desktop {
        display: none;
    }

    .newsld__news-mobile {
        display: block;
    }

    .newsld__news-mobile .newsld__news__item {
        margin-bottom: 0;
    }

    .newsld__news-mobile .newsl-card__img {
        width: 380px;
        height: 340px;
    }

    .newsld__news-mobile .newsl-card__capt {
        width: calc(100% - 410px);
    }

    .newsld__news-mobile .newsld-card__no-img .newsl-card__capt {
        width: 100%;
        height: 320px;
    }

    .newsl__top_head .insitute-events__header_all {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    /* Newsletter detail */
    /* Alumni / base of alumni - detail */
    .abd__top_contacts {
        margin-left: 150px;
    }

    .adc .abd__top_contacts {
        margin-left: 0;
    }

    /* Alumni / base of alumni - detail */
    .conf-det__card {
        margin-bottom: 80px;
        height: auto;
    }

    /* Newsletter archive */
    .newsla__arch-card__link {
        margin-top: 15px;
        padding-right: 0;
        height: 155px;
    }

    .newsla__arch-card__pic {
        width: 200px;
    }

    .newsla__arch-card {
        padding: 0;
    }

    .newsla__header-card {
        margin-top: 50px;
        margin-left: 15px;
        padding-bottom: 5px;
        border-bottom: none;
    }

    .newsla__arch-card-search {
        padding: 0;
    }

    /* Newsletter archive */
    /* Volunteering */
    .volu__banner {
        padding-bottom: 60px;
        height: auto;
        background-position: center top;
        background-repeat: no-repeat;
        /*background-size         :cover;*/
    }

    .volu__banner-info {
        max-width: 520px;
    }

    .volu__banner-header {
        font-size: 30px;
        line-height: 1.33;
    }

    .valu__wrapper-btn {
        text-align: left;
        margin-top: 35px;
    }

    .valu__card-item__wrapper {
        height: auto;
    }

    .valu__card-item__info,
    .valu__card-item__pic-wrapper {
        float: none;
        width: 100%;
    }

    .valu__card-item__pic-wrapper {
        margin-left: 0;
    }

    .valu__card-item__wrapper:after {
        display: none;
    }

    .valu__card-item__info__org-text {
        position: relative;
        max-width: 620px;
    }

    .valu__card-item__info {
        margin-bottom: 15px;
        padding-right: 30px;
    }

    .valu__card-item__info__org-text:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 35px;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    /* Volunteering */
    /* 5-100 Best practics */
    .p5-100__pic-item__wrapper .col-md-4 {
        padding-right: 0;
    }

    .p5-100__pic-wrapper__img {
        height: 240px;
    }

    /*.p5-100__info {*/
        /*height: 390px;*/
    /*}*/

    .p5-100__text-wrapper {
        max-width: 570px;
    }

    /* 5-100 Best practics */
    /* Olympiad */
    .olymp__filter-block {
        margin: 0 -15px;
    }

    /*.row.filter__block-ctrl {
        padding: 0 15px;
    }*/

    .event-page .row.filter__block-ctrl {
        padding: 0;
    }

    .ce .row.filter__block-ctrl {
        padding: 0;
    }

    .dpal .row.filter__block-ctrl {
        padding: 0;
    }

    .filter__block .filter__block-list.olymp__check {
        padding-top: 10px;
        border-top: 1px solid #F1F2F4;
    }

    .olist__filter.filter__block .filter__block-list.olymp__check {
        border-top: none;
    }

    .olymp__winners-card__info-data {
        margin-top: 15px;
        max-width: 725px;
        overflow: hidden;
        font-size: 12px;
    }

    .olymp__winners-card__info-data > * {
        float: none;
    }
    .lspe .olymp__winners-card__info-data > *{
        line-height: 1.25;
    }
    .lspe .olymp__winners-card__info-data.lspe-card-data-personal > *{
        float: left;
        width: 50% !important;
    }
    .lspe__card-info.olymp__winners-card__info-data__fac.lspe__tab2,
    .lspe__card-info.olymp__winners-card__info-data__fac.lspe__tab3{
        width: 100%;
    }

    .olymp__winners-card__info-data__year,
    .olymp__winners-card__info-data__spec,
    .olymp__winners-card__info-data__alum {
        margin-bottom: 15px;
        width: 100%;
    }

    .olymp__winners-card__info-cite {
        display: none;
    }

    .olymp__winners-card__info-cite.olymp__winners-card__info-cite-mobile {
        padding-top: 20px;
        display: block;
        clear: both;
    }

    .olymp__winners-card__info-cite.olymp__winners-card__info-cite-mobile:before {
        top: 20px;
    }

    .olymp__winners-cards .col-md-12 {
        padding: 0;
    }

    .olym__card {
        height: auto;
    }

    /* Olympiad */
    /* life/student-organizations-detail */
    .sod__man-info__contact > * {
        float: none;
        width: 100%;
    }

    .sod__man-info__contact-social {
        margin-top: 20px;
    }

    /* life/student-organizations-detail */
    /* Research/doctoral_programms */
    .dp__contacts {
        padding-bottom: 55px;
    }

    .dp__contact {
        margin-bottom: 25px;
    }

    /* Research/doctoral_programms */
    /* Student's Organisations detail - projects list */
    .sopl {
        margin-top: 70px;
    }

    .sopl__card > * {
        float: none;
    }

    .sopl__card-info {
        position: relative;
        left: 0;
        margin-right: 0;
        padding: 30px;
        width: 100%;
    }

    .sopl__card-pic {
        position: relative;
        left: 0;
        width: 100%;
        height: 170px;
    }

    /* Student's Organisations detail - projects list */
    .soad .inner-contact__right {
        margin-top: 15px;
        padding-top: 20px;
        padding-left: 15px;
    }

    .soad .simply__card--list .organization .preview_short {
        max-width: 570px;
    }

    .soad .inner-contact__right:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(136, 138, 145, 0.2);
    }

    /* doctoral-programs/steps */
    .admR-step1__plate:hover {
        border: solid 1px #F4F4F4;
        background-color: rgba(255, 255, 255, 0.98);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), inset 0 10px 10px -8px rgba(0, 0, 0, 0.06);
    }

    .admR-step1__plate:hover + .admR-step1__plate {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), inset 0 10px 10px -8px rgba(0, 0, 0, 0.06);
    }

    /* doctoral-programs/steps */
    /* Continuing-education */
    .rector__info-wrap {
        margin-top: 30px;
    }
    .rector__info-wrap.rector__info-wrap-extra{
        margin-top: 1px;
    }

    /* Continuing-education */
    /* Employment partnerships main */
    .epm__cont-person {
        width: 65%;
    }

    .epm__cont-contacts {
        width: 35%;
    }

    .epm__cont-button {
        clear: both;
    }

    .epm__slider-op__text,
    .epm__slider-op .epm__comp-card {
        margin-bottom: 30px;
        padding: 0 50px;
        max-width: 100%;
    }

    .epm__slider-op-row {
        height: auto;
    }

    .epm__slider-op.main__slider .slider__nav {
        display: none;
    }

    .epm__slider-op-row {
        padding-bottom: 50px;
    }

    .epm__slider-op.main__slider ul.row.list.list-inline {
        margin-left: 0;
        text-align: center;
    }

    .epm__slider-op.main__slider .slider__ctr {
        bottom: 50px;
    }

    .epm__slider-op.main__slider .slider__ctr .slider__dots {
        margin-left: 0;
    }

    .epm__club-m__card-text {
        max-width: 750px;
    }

    .epm__grid-sizer {
        display: none;
    }

    /* Employment partnerships main */
    /* Bread crumbs*/
    /*.btn-back__wrapper {
        display: block;
    }*/
    /*Bread crumbs */
    /* Employment partnerships expert */
    .epe__card-wrapper {
        background-color: #FFFFFF;
        margin-bottom: 5px;
        height: 560px;
    }

    .epe__el-wrapper {
        height: 475px;
    }

    /* Employment partnerships expert */
    /*alumni-success stories-detail-career*/
    .adc .hdd-bio__date-year:after {
        left: auto;
        right: -53px;
        margin: -2.5px 0 0 0;
        z-index: 1;
    }

    .adc .hdd-bio__date-text {
        position: relative;
        padding-left: 70px;
        padding-right: 35px;
        font-size: 14px;
        line-height: 1.79;
    }

    .adc__tab-card__career:before {
        margin-left: 35px;
    }

    .adc .hdd-bio__date-year {
        text-align: right;
    }

    .adc .hdd-bio__date-text:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        margin-left: -50px;
        background-color: #dcdee0;
    }

    .adc__tab-card__career:last-child .hdd-bio__date-text:before {
        height: 14px;
    }

    .adc__tab-card__career:first-child .hdd-bio__date-text:before {
        top: 14px;
    }

    .adc__tab-card__career:before {
        display: none;
    }

    /*alumni-success stories-detail-career*/
    /* career_stud_gra_employment_main */

    .empm__card-wrapper:nth-child(3n+1) + .empm__card-wrapper-img {
        width: 50%;
    }

    .empm__card-wrapper-img:nth-child(3n+1) {
        display: block;
    }

    .banner__item.banner__item-blue-bg,
    .banner__list-under.banner__item-blue-bg .banner__item {
        background-image: none !important;
    }

    .empm__btn-wrapper {
        text-align: left;
        margin-bottom: 30px;
    }

    /* career_stud_gra_employment_main */
    .epm__slider-op__text,
    .epm__slider-op .epm__comp-card {
        margin-bottom: 30px;
        /*padding: 0 50px;*/
        padding: 0;
        max-width: 100%;
    }

    .epm__slider-op .epm__comp-card {
        margin-top: 40px;
        padding-left: 60px;
        max-width: 580px;
    }

    .epm__slider-op__info:after {
        display: none;
    }

    .epm__slider-op-row {
        background-image: none !important;
    }

    /* Life-upon arrival to RUDN-main */
    .lua__acc-ico{
        text-align : left;
    }

    .lua__acc-ico-wrapper,
    .lua__info-item{
        margin-right : 20px;
        margin-left : 20px;
    }

    .lua__info-item__content-block{
        margin-bottom : 30px;
        float : none;
        width : 100%;
    }

    .lua__info-item__content-block:last-child{
        margin-bottom : 0;
    }
    /* Life-upon arrival to RUDN-main */

    /* Admission rudn study centers classes */
    .rscc__priorety-md-3:nth-child( 4n + 5 ){
        clear : none;
    }

    .rscc__priorety-md-3:nth-child( 4n + 5 ):before{
        display : none;
    }

    .rscc__row-thead,
    .rscc__row-tbody{
        margin : 0;
    }
    /* Admission rudn study centers classes */

    /* Media / complete survey_default */
    .required-text{
        margin-top : 0;
        margin-bottom : 25px;
        text-align : left;
    }
    /* Media / complete survey_default */

    /* research_and_innovation_library_main */
    .ril__head-btn-wrapper{
        margin: 30px 0 50px;
    }
    /* research_and_innovation_library_main */

    /* career and jobs-jobs at RUDN-main */
    .jarm__card{
        padding : 24px 30px;
        overflow : hidden;
        min-height : 185px;
        height : auto;
    }

    .jarm__card-text{
        display : none;
    }

    .jarm__card{
        margin-bottom : 20px;
    }

    .jarm__card > *{
        float : left;
    }

    .jarm__card-icon{
        margin-right : 30px;
    }

    .jarm__card-info{
        width :calc( 100% - 94px );
    }

    .jarm__card-header.block__header-h2{
        margin-top : 0;
        line-height: 1;
    }

    .jarm__card-btn-wrapper .jarm__card-btn{
        margin-top : 15px;
    }

    .jarm__cards-wrapper{
        padding-bottom : 30px;
    }

    .jarm__head-pic__icon{
        margin-right : 30px;
    }
    /* career and jobs-jobs at RUDN-main */

    /* Students organizations (vm) */
    .assoc__info {
        max-width : 500px
    }
    /* Students organizations (vm) */

    /* media/rudn-tv */
    .mtv__youtube-wrapper-right{
        max-width : 500px;
    }

    .mtv__youtube__btn-wrapper.mt-80{
        margin-top : 20px;
    }

    .mtv__youtube-wrapper-right iframe{
        margin-top : 0;
    }
    /* media/rudn-tv */

    /* career/jobs-at-rudn-accomodation */
    .ara__place-card-wrapper{
        margin-bottom : 30px;
    }

    .ara__place-card-wrapper:last-child{
        margin-bottom : 0;
    }

    .ara__ext-card_text{
        background-image : none !important;
    }
    /* career/jobs-at-rudn-accomodation */

    /* career/visa support */
    .vs__banner-wrapper .banner__item{
        background-image : none !important;
    }
    .vs .pd__equipment__item_info{
        max-width: 530px;
    }

    .vs .pd__equipment__item_info_wrapper,
    .vs .pd__equipment__item_info_block{
        position : relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height : auto;
        min-height :100%;
    }

    .vs .pd__equipment__item_info_wrapper{
        padding : 0;
    }

    .vs .pd__equipment__item_info_block{
        padding-bottom : 0;
    }

    .vs .pd__equipment__item_info_wrapper.text__over:after{
        display : none;
    }

    .vs .pd__equipment__item_header{
        color : #292c3d;
    }

    .vs .pd__equipment__item_header span{
        border : none;
    }

    .vs .pd__equipment__item:hover .pd__equipment__item_info_wrapper{
        border : none;
        box-shadow: none;
        overflow : inherit;
    }

    .vs .pd__equipment__item:hover .pd__equipment__item_info{
        max-width : 530px;
    }

    .vs .news__item:not(.item):hover{
        border : none;
    }

    .vs .news__item{
        border : none;
    }

    .vs .pd__equipment__item:hover .pd__equipment__item_info_block{
        border: 1px solid #ebebeb;
        padding-bottom : 15px;
    }

    .vs .pd__equipment__item:hover .pd__equipment__item_header-text{
        color : #292c3d;
    }

    .vs .pd__equipment__item_info{
        margin-top : 0;
    }

    .vs__vis-card{
        height : auto !important;
    }

    .vs__visa{
        background-image : none !important;
    }
    /* career/visa support */

    .news__item.news__item-media{
        height : auto;
    }

    .news__item.news__item-media:hover .news__item-wrapper {
        height: auto;
        min-height : auto;
        overflow: visible;
    }

    .news__item.news__item-media{
        overflow : visible;
    }

    .news__item.news__item-media .news__item-wrapper{
        margin-bottom : 20px;
        height   : auto;
        overflow : visible;
    }

    .news__item.news__item-media:hover .news__item-media-abs{
        min-height : auto;
        box-shadow: none;
    }

    .news__item-media .news__item-wrapper:after{
        display : none;
    }

    /*life/support-contacts*/
    .lsc .aa_acc-head-block{
        margin-bottom: 15px;
    }
    /*life/support-contacts*/

    .conf-det__card-person_info {
        width: auto;
    }
    /* life/safety_health_wellness */
    .med_serv_img{
        display: none;
    }
    .col-md-6 .dms-card{
        margin-bottom: 15px;
    }
    .col-md-6:last-child .dms-card{
        margin-bottom: 0;
    }
    .disease-card,
    .disease__inner{
        background-image: none !important;
    }
    /*
    .centers .pd__equipment__item_info_block{
        height: 480px;
    }
    */
    .centers .pd__equipment__item_info_wrapper{
        height: 410px;
        min-height: 410px;
    }
    .centers .pd__equipment__item:hover .pd__equipment__item_info_wrapper{
        width: 100%;
        min-height: 410px;
    }
    /*.pd__equipment__item:hover .abs-wrapper{
        z-index: 3;
        min-height: 480px;
    }*/
    .safety .js__machHeight{
        height: auto !important;
    }
    .main__info.shw-first .info__block{
        margin-bottom: 0;
    }
    .centers .pd__equipment__item_info_block{
        height: auto;
        min-height: auto;
    }
    .shw__button-wrappepr{
        padding-bottom: 20px;
    }
    /* life/safety_health_wellness */

    /* vitr tour */
    .vt__card{
        padding: 0 20px;
    }

    .vt__card-col:nth-child(odd) .vt__card,
    .vt__card-col:nth-child(even) .vt__card{
        margin-left: 0;
        margin-right: 0;
    }

    .map-address{
        top: auto;
        left: 5%;
        bottom: -85px;
        width: 90%;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .vt .campus_map__section{
        margin-bottom: 145px;
    }
    /* vitr tour */
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sport-section__item_txt {
        width: 250px;
    }
}

@media (max-width: 1024px) {

    .ndoc__main-section .info__item,
    .ndoc .info__left, .ndoc .inner__achivements-item{
        background: transparent !important;
    }
    .simply__card--list .graduates .country,
    .simply__card--list .graduates .institute,
    .simply__card--list .graduates .department,
    .simply__card--list .graduates .year_graduate,
    .simply__card--list .professional__domain {
        margin-left: -30px;
    }

    .payment__info--block {
        margin-top: 0 !important;
    }

    /* Admission rules 28.08.2017 (vm) */
    .admR05__banner {
        background-position: 470px bottom !important;
    }

    /* Admission rules 28.08.2017 (vm) */
    /* Administration */
    .administration__tab-list .staff_name {
        display: block;
        margin: 0 0 10px;
    }

    /* Administration */
    /* Newsletter */
    .newsld .inner__top {
        display: none;
        background-color: #FFFFFF;
    }

    .newsld .article__one-h {
        /*margin-top : 0;*/
    }

    .newsld .btn-back__wrapper {
        margin-top: -70px;
    }

    /* Newsletter */
    /* career_stud_gra_employment_main */
    .empm {}
    /* career_stud_gra_employment_main */

    /*life/support-contacts*/
    .lsc .banner__list-under{
        margin-top: 70px;
    }
    /*life/support-contacts*/
}

@media (max-width: 850px) {
    .tabs__block-dir .tab-pane {
        padding: 0 25px;
    }
    .enp__list-wrapper ul{
        float: none !important;
        width: 100% !important;
    }
    /* Admission rules 28.08.2017 (vm) */
    .admR05__banner {
        background-image: url('/u/www/images/admission/admission_rule_05/adm_rules_05_bg_mob.jpg') !important;
        background-position: 270px bottom !important;
    }

    /* Admission rules 28.08.2017 (vm) */
    /* Research institutes Newsletter rubric (vm) */
    .newslr__cards_row.row.row15 {
        margin: 0 -15px !important;
    }

    .newslr__cards_row .col-sm-12,
    .newslr__cards_row .col-sm-6 {
        padding: 0 !important;
    }

    a.newslr__card-item {
        margin-bottom: 0;
    }

    /* Research institutes Newsletter rubric (vm) */
    /* Alumni / say hello */
    .sh__header,
    .sh__quotes {
        margin-left: 0;
    }

    .sh__item_row {
        margin-bottom: 2px;
    }

    /* Alumni / say hello */
    /* Conference detail */
    .conf-det__video_full-width {
        height: 425px;
    }

    /* Conference detail */
    /* life/student-organizations-detail */
    .sod .hdd-bio__date-text {
        max-width: 470px;
    }

    .sod__facts2 .hdd-bio__date-item {
        max-width: 560px;
    }

    /* life/student-organizations-detail */
    /* research/laboratories-and-centers-detail-employments-list */
    .lcdel__addition_heading,
    .lcdel__addition_text {
        max-width: 470px;
    }

    /* research/laboratories-and-centers-detail-employments-list */
    .admR__block25 {
        width: 50%;
    }

    /*alumni-success stories-detail-career*/
    .adc__card-info > * {
        float: none;
        width: 100%;
    }

    .adc__card-info__extinfo {
        padding-left: 0;
    }

    .adc__card-info__person {
        border-bottom: 1px solid #E7E8E9;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    /*alumni-success stories-detail-career*/
    /* career_stud_gra_employment_main */
    .empm__depat-wrapper {
        padding: 30px;
    }

    .WYSIWYG ul.empm__depat-list li {
        padding-left: 20px;
        float: none;
        width: 100%;
    }

    .WYSIWYG ul.empm__depat-list li:before {
        left: 0;
    }

    /* career_stud_gra_employment_main */
    /* Volunteering detail */
    .wrr > * {
        float: none;
        display: inline;
    }
    /* Volunteering detail */

    /* Life-upon arrival to RUDN-main */
    .lua__acc-caption {
        font-size : 22px;
    }

    .lua__acc-ico-wrapper{
        margin-top : 20px;
        width  : 90px;
        height : 90px;
    }
    /* Life-upon arrival to RUDN-main */

    .dpal__structure > *{
        margin-right: 50px;
    }
}

@media (max-width: 768px) {
    .rating-blocks-wrapper {
        overflow: hidden;
        max-width: 570px;
    }
    .espr__acc-content-decktop{
        display: none;
    }
    .espr__acc-content-mobile{
        display: block;
    }
    .nom {
        margin: 0 !important;
    }

    .program__one--info-simple .info__text--label {
        display: block;
        margin-top: 30px;
    }

    .program__one--info-simple .btn-question {
        float: left !important;
        margin-top: 30px;
    }

    .program__one--top .container > .row,
    .program__one--info .container > .row {
        margin: 0;
    }

    .payment__info {
        float: none;
    }

    .payment__info--block {
        margin-top: 0 !important;
    }

    .simply__card--list .simply-list__item .inner-contact__right {
        padding: 0 15px;
    }

    .simply__card--list .simply-list__item .inner-contact__right:before {
        content: "";
        position: absolute;
        border-right: none;
    }

    .photo__item_block {
        float: none;
        height: auto;
    }

    /* Admission rules 28.08.2017 (vm) */
    .admR03__item_txt {
        margin-bottom: 20px;
    }

    .admR07__banner {
        background-position: 420px bottom !important;
    }

    /* Admission rules 28.08.2017 (vm) */
    /* Alumni / base of alumni */
    .ad__item_pesr-data,
    .ad__item_ext-data {
        float: none;
        width: 100%;
    }

    .ad__item_ext-data {
        margin-top: 25px;
    }

    /* Alumni / base of alumni */
    /* Conferences */
    .conf-banner-wrapper .conf-slider.owl-carousel .banner__col2-right {
        border: none;
    }

    .conf-banner-wrapper .conf-slider.owl-carousel .banner__col2-left {
        border-right: 1px solid #E7E8E9;
    }

    .conf-banner-wrapper .conf-slider .banner__col2-item {
        height: 395px;
    }

    /* Conferences */
    /* International cooperation/education partnerships-main */
    .item__plate-main {
        margin-top: 30px;
        max-width: 100%;
    }

    .main__info .info__item:not([class*=info__item--lblock]) {
        padding-right: 0 !important;
    }

    /* International cooperation/education partnerships-main */
    /* Research/doctoral_programms_steps */
    /* Steps */
    .descr__head-desktop,
    .descr__wrap p {
        display: none;
    }

    .descr__wrap p.step__link {
        display: block;
    }

    /* Steps */
    /* Research/doctoral_programms_steps */
    /* Students-and-research */
    .sr__card-ovf {
        height: 360px;
    }

    .sr__card-wrapper {
        height: 460px;
    }

    .sr__card-wrapper-height .sr__card-ovf {
      /*height: 310px;*/
      height: auto;
    }

    .sr__card-wrapper.sr__card-wrapper-height {
      height: auto;
    }

    /* Students-and-research */
}

/* Admission rules 28.08.2017 (vm) */
@media (max-width: 767px) {
    /* Media Product*/
    .media_product__block--price {
        position: relative;
        height: 100px;
        width: 100%;
        background-color: #004f9e;
        padding: 49px 0;
        margin: 0 0 15px;
    }
    .media_product__block--priceItem {
        position: absolute;
        bottom: 18px;
        left: 19px;
    }
    .media_product__block--priceIcon {
        width: 70px;
        height: 70px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 19px;
    }
    .media_product__block--priceItem a {
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        display: inline;
        vertical-align: middle;
        line-height: 1.4;
    }
    .media_product__block--priceItem a:hover {
        cursor: pointer;
    }
    .media_product__block--priceArrow {
        width: 30px;
        height: 30px;
        transform: rotate(-90deg);
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 22px;
    }
    .media_product__block--priceArrowSports {
        width: 30px;
        height: 30px;
        transform: rotate(-90deg);
        vertical-align: middle;
        position: initial;
    }
    .corporate_products__text h2{
        line-height: normal;
    }
    .vertical-images img:nth-child(1) {
        margin-bottom: 10px;
    }


    /* Slides for main slider */
    .item-slide-bg-mobile{
        display: block;
    }
    .item-slide-bg-desktop,
    .item-slide-bg-tablet{
        display: none;
    }
    /* Slides for main slider */


    .isup__smblock-item .fsmi-smblock__person-name.fsmi-smblock__person-job{
        margin-top: 20px;
    }
    .kdc__item-info{
        padding: 35px 50px 0 50px
    }
    .kdc__item{
        padding: 0;
    }

    .adm-struct .bg--lines_gray{
        -webkit-background-size: cover;
        background-size: cover;
    }


    .atn__popup .plate-main_info{
        padding: 20px 30px;
    }
    .container-fluid.atn__popup{
        max-width: 400px;
    }

    /* FLEX TABLE (CORE) */
    .row-flex {
        flex-direction: column;
    }
    .cell-flex {
        border: none;
    }
    .row-flex .inner-row-flex {
        flex-direction: column;
        width: 100%;
    }
    .row-flex .inner-row-flex .cell-flex{
        width: 100%;
    }
    .row-flex .inner-row-flex:nth-child(2) .cell-flex-header.cell-flex {
        display: none;
    }
    /* Four columns */
    .table-flex.table-flex-col-4 .row-flex .inner-row-flex {
        flex-direction: column;
        width: 100%;
    }
    .table-flex-col-4 .row-flex .inner-row-flex .cell-flex {
        width: 100%;
    }
    /* Four columns */
    /* FLEX TABLE (CORE) */

    .sdpad__wrapper-table .fsmi-gallery-picinfo{
        margin-left: -5px;
    }
    .sdpad__wrapper-table .inner-row-flex:nth-child(2){
        margin-top: 10px;
    }
    .sdpad__wrapper-table .fsmi-gallery-type-data{
        font-size: 14px;
    }
    .sdpad__wrapper-table .row-flex:nth-child(1){
        margin-bottom: 2px;
    }
    .sdpad__wrapper-table .fsmi-gallery-size{
        margin-left: 5px;
    }


    .acc-header-text{
        max-width: 400px;
    }
    .research-area__carousel .acc-header-text{
        max-width: 295px;
    }
    .dpan .table-cell.qc.qc3{
        padding: 0;
        border-left: none;
    }
    .dpan .scid .isepr__table-wrapper .wrap{
        border-bottom: 1px solid rgba(136, 138, 145, 0.2);
    }

    .lspe .olymp__winners-card__info-data .lspe__tab2,
    .lspe .olymp__winners-card__info-data .lspe__tab3{
        width: 100% !important;
    }
    .teach .human-info__inner-wrapper:after{
        display: none;
    }
    .teach .simply__card--list .graduates{
        height: auto;
    }
    .teach .simply__card--list .graduates:after{
        display: none;
    }
    .teach .job__inner-wrapper {
        margin-top: 10px;
        margin-left: 100px;
        padding-left: 0;
        max-width: 100%;
    }

    .isup .fsmi-gallery-docs-inner-wrapper{
        padding: 40px 30px;
    }
    .scid__nav-tabs{
        /*width: 680px;*/
        width: 765px;
    }

    .isepr__table-wrapper .wrap,
    .isepr__table-wrapper .inner-table .wrap,

    .scid .isepr__table-wrapper .wrap{
        /*padding-bottom: 5px;*/
        padding-bottom: 15px;
        display: block;
        width: 100%;
        border: none;
        /*border-left: 1px solid rgba(136, 138, 145, 0.2);*/
        border-right: 1px solid rgba(136, 138, 145, 0.2);
    }
    .isepr__table-wrapper .table-cell{
    /*.scid .table-cell{*/
        display: block;
    }
    .wrap .table-cell.qc {
        width: 100%;
    }
    .wrap .table-cell.qc.qc2{
        margin-bottom: 0;
    }
    .table-cell.qh.qh3 {
        display: none;
    }
    .table-cell.qh.qh1,
    .table-cell.qc.qc3,
    .inner-table .table-cell.qh.qh1,
    .inner-table .table-cell.qc.qc3,

    .scid .table-cell.qh.qh1,
    .scid .table-cell.qc.qc3,
    .scid .inner-table .table-cell.qh.qh1,
    .scid .inner-table .table-cell.qc.qc3 {
        width: 100%;
    }
    .table-cell.qc.qc3 {
        padding: 0 15px 15px 30px;
        border-left: 1px solid rgba(136, 138, 145, 0.2);
    }
    .education_acc .table-cell.qc.qc3 {
        border-left: none;
    }


    .isup__smblock-item{
        float: none;
        width: 100%;
    }
    .isup__smblock-item .fsmi-smblock__person-name{
        margin-top: 20px;
    }

    .scid .isup__smblock-item{
        width: 100%;
    }
    .scid .disa__wrapper{
        overflow: hidden;
    }
    .scid .disa__wrapper > *{
        float: none;
        width: 100%;
    }
    .scid .disa__main-right-phone{
        margin-left: 0;
    }

    .mmk__tech-text{
        padding-left: 30px;
        padding-right: 30px;
    }
    .lspe .olymp__winners-card__pic{
        display: none;
    }
    .lspe .olymp__winners-card__info,
    #tab__collective-achieve .olymp__winners-card__info,
    #tab__units-achieve .olymp__winners-card__info{
        width: 100%;
    }
    .enp .green-world__block{
        max-width: 570px;
    }
    /*
    .dialog__h{
        margin-bottom: 15px;
        font-size: 40px;
    }
    .dialog__txt{
        margin-bottom: 15px;
        font-size: 16px !important;
    }
    .dialog__txt + a.btn{
        font-size: 12px;
    }
    */
    /*audioplayer*/
    .audio-block{
        width: 330px;
    }
    .track-name.audio__song-name{
        max-width: 250px;
    }
    .plyr__progress input[type=range], .plyr__progress__buffer{
        width: 130px;
    }
    .audio-download{
        left: 329px;
    }
    /*audioplayer*/

    .sources__item-pic{
        display: none;
    }
    .rector__page-top{
        margin-bottom: 50px;
        height: auto;
        background: none;
    }
    .msn .grid-item{
        width: 100%;
    }
    .admR05__banner {
        background-image: none !important;
    }
    .ics .aa__acc-head-wrapper-phone{
        margin-left: 55px;
    }

    /* Research institutes detail ( vm ) */
    .research_project {
        width: auto;
    }

    .rid__proj .research_project .research_project__common:after {
        display: none;
    }

    /* Research institutes detail (vm) */
    /* Alumni / say hello */
    .say-hello__item:after {
        display: none;
    }

    .sh__media {
        margin-left: -45px;
    }

    .say-hello__item-desktop {
        display: none;
    }

    .say-hello__item-mobile {
        display: block;
    }

    .say-hello__item-mobile {
        padding-left: 0;
    }

    .say-hello__item-mobile .sh__date {
        margin-top: 10px;
        padding-top: 0;
        border-top: none;
    }

    .say-hello__item-mobile .sh__name-block,
    .say-hello__item-mobile .sh__edu-info {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
    }

    .say-hello__item-mobile .sh__name-block {
        position: relative;
    }

    .say-hello__item-mobile .sh__name-block:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(151, 151, 151, 0.2);
    }

    .say-hello__item-mobile .sh__edu-info {
        margin-top: 0;
        padding-left: 40px;
    }

    .sh__social_desktop {
        display: none;
    }

    .say-hello__item {
        min-height: initial;
        padding-bottom: 0;
    }

    .say-hello__item-name {
        padding-bottom: 30px;
    }

    /* Alumni / say hello */
    /* Newsletter detail */
    .newsld .article__info-right {
        text-align: left;
    }

    .newsld-jur {
        margin-top: 0;
    }

    /* Newsletter detail */
    /* Research institutes Newsletter (vm) */
    .newsl__top-sect {
        background-image: none !important;
    }

    .newsl__subs_text {
        text-align: left;
        padding-left: 0;
    }

    .newsl__rubric .newsl__subs_text {
        text-align: left;
    }

    .newsl__wrapper-button {
        text-align: left;
    }

    .newsl__rubric .newsl__wrapper-button {
        margin-top: 30px;
    }

    /* Research institutes Newsletter (vm) */
    /* Conferences */
    .conf-banner-wrapper .conf-slider.owl-carousel .banner__col2-right {
        border-top: 1px solid #E7E8E9;
    }

    .conf-banner-wrapper .conf-slider.owl-carousel .banner__col2-left {
        border-right: none;
    }

    .conf-slider .owl-nav {
        margin-left: 30px;
    }

    .conf-slider .owl-dots {
        left: 150px;
    }

    /* Conferences */
    /* Newsletter archive */
    .newsla__arch-card {
        padding-left: 25px;
    }

    /* Newsletter archive */
    /* Deps new desigin */
    .dep__d_ext > * {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    /* Deps new desigin */
    /* Research/doctoral-programms-annotation-list */
    .dpal__research_project {
        width: 100%;
    }

    /* Research/doctoral-programms-annotation-list */
    /* continuing_education */
    .ce__extend {
        margin-top: 40px;
        padding: 0;
    }

    /* continuing_education */
    /* continuing_education */
    .ce__extend {
        margin-top: 40px;
        padding: 0;
    }

    .dpal__research_project__common:after {
        display: none;
    }

    /* continuing_education */
    /* Employment partnerships main */
    .epm__cont-info > * {
        margin-bottom: 25px;
        width: 100%;
        float: none;
    }

    .epm__cont-info > *:last-child {
        margin-bottom: 0;
    }

    .epm__cont-pic {
        width: 90px;
        height: 90px;
    }

    .epm__cont-info {
        width: calc(100% - 120px);
    }

    /* Employment partnerships main */
    /* Employment partnerships expert */
    .epe__card-wrapper {
        height: 640px;
    }

    .epe__el-wrapper {
        /*height : 545px;*/
        height: 555px;
    }

    /* Employment partnerships expert */
    /*alumni-success stories-detail-career*/
    .adc__card,
    .adc__card-info {
        overflow: inherit;
    }

    .adc__card-info {
        width: 100%;
    }

    .adc__card > *,
    .adc__card-info > * {
        float: none;
    }

    .adc__card-info__person {
        margin-top: 20px;
    }

    .adc .hdd-bio__date-year:after {
        right: -23px;
    }

    .adc .hdd-bio__date-text {
        padding-left: 20px;
    }

    .adc .hdd-bio__date-text:before {
        margin-left: -30px;
    }

    /*alumni-success stories-detail-career*/
    /* career_stud_gra_employment_main */
    .empm__card-wrapper.empm__card-wrapper-img {
        display: none;
    }

    /* career_stud_gra_employment_main */
    .dpal__info {
        height: 400px;
    }
    /* career_stud_gra_employment_main */

    /* Admission rudn study centers classes */
    .epe__card-flag {
        margin-bottom: 0;
    }

    .rscc__row-thead [class^=col-]{
        display : none;
    }

    .rscc__row-thead [class^=col-]:first-child{
        display : block;
    }

    .rscc__row-tbody [class^=col-]{
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .rscc__row-tbody [class^=col-]:first-child{
        padding-top : 20px;
    }

    .rscc__row-tbody [class^=col-]:last-child{
        padding-bottom : 20px;
    }

    .rscc__thead-mob-caption{
        display : block;
    }

    .rscc__thead-desk-caption{
        display : none;
    }
    /* Admission rudn study centers classes */

    /* Media / complete survey_default */
    .csdForm-row{
        background-color : #FFFFFF;
        margin-bottom : -70px;
    }
    /* Media / complete survey_default */

    .assoc__bg{
        background-position: calc( 100% + 100px) center;
    }

    /* career and jobs-jobs / RUDN-filter-vacancies(Researcher) */
    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs{
        position : relative;
        overflow : hidden;
    }

    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs:after{
        content : '';
        position : absolute;
        top              : 0;
        left             : 50%;
        width            : 1px;
        height           : 500px;
        background-color : #f1f3f4;
    }

    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li{
        width : 50%;
        margin-bottom : 2px;
    }

    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a,
    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:hover,
    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active > a:focus,
    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child > a,
    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child > a:hover,
    .jarf .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li.active:last-child > a:focus{
        border : none;
    }
    /* career and jobs-jobs / RUDN-filter-vacancies(Researcher) */

    /* media/rudn-tv */
    .mtv__youtube-wrapper-left,
    .mtv__youtube-wrapper-right{
        max-width : 500px;
    }
    /* media/rudn-tv */


    .ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a:before{
        left : 30px;
    }

    .ioe .program__one--info-tab-wrap.tabs__block-dir .nav-tabs > li > a{
        padding-left : 50px;
    }

    .ioe__tab-content{
        padding-left : 30px;
        padding-right : 30px;
    }

    .ioe__tab-content__item ul{
        margin-left : 20px;
    }

    /* research/research-institutes-detail-main areas of research - list */
    .marl .pd__target__info-block{
        padding-left : 50px;
    }
    /* research/research-institutes-detail-main areas of research - list */

    /* alumni and association */
    .aa__acc-address > *{
        float : none;
    }

    .aa__acc-address__block{
        margin-bottom : 15px;
        width : 100%;
    }

    .aa__acc-address__block:last-child{
        margin-bottom : 0;
    }

    .aa__acc-address__address.aa__acc-address__block{
        width : 100%;
    }

    .aa_acc-head-block{
        margin-bottom : 15px;
    }

    .aa_acc-head-block:last-child{
        margin-bottom : 0;
    }
    /* alumni and association */
}

@media ( max-width: 1140px ) {
    .steps_circle {
        display: none;
    }
    .mmk .WYSIWYG.text-plate ul li:nth-child(even){
        margin-left: 0;
    }
    .dps .steps_circle {
        display: block;
    }
}

/* Admission rules 28.08.2017 (vm) */

@media (min-width: 768px) and (max-width: 1024px) {
    .nom {
        margin: 0 !important;
    }

    .program__one--info-simple .info__text--label {
        margin-top: 30px;
        display: block;
    }

    .program__one--info-simple .btn-question {
        margin-right: 75px;
    }

    .program__one--top .container > .row,
    .program__one--info .container > .row {
        margin: 0;
    }

    .payment__info--block {
        margin-top: 33px;
    }

    .simply__card--list .simply-list__item .inner-contact__right {
        padding: 0 15px;
    }

    .simply__card--list .simply-list__item .inner-contact__right:before {
        content: "";
        position: absolute;
        border-right: none;
    }
}

@media (max-width: 710px) {
    .mpbi__pic.fh{
        height: 280px;
    }

    .mpbi__pic.hh{
        height: 132px;
    }

    .r-inst__txt {
        height: 430px;
    }

    .r-insitute__wrapper {
        height: 237px;
    }

    .contacts-block__item {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .contacts-block__item:last-child {
        margin-bottom: 0;
    }

    .contacts-block__contacts {
        margin-left: 50px;
    }
}

@media (max-width: 640px) {
    .lspe__nav-tabs{
        width: 590px;
    }
    .acc-header-text{
        display: block;
        max-width: 330px;
    }
    .grants .item__txt-main{
        max-width: 400px;
    }
    /* Program table (vm) */
    .row-prog .prog__mob-acc_item.th-prog {
        display: none;
    }

    .prog__mob-acc{
        margin-left: 0;
    }

    .td-prog.prog__mob-acc {
        display: none;
    }

    .row-prog .th-prog-name-acc {
        margin-top: 15px;
        display: block;
        font-weight: bold;
    }

    .row-prog .td-prog {
        width: 100%;
        float: none;
    }

    .row-prog .td-prog__toggle-icon {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url('/u/www/images/education/dual_degrees/open_acc.png');
        background-repeat: no-repeat;
        transition: 0.3s;
    }

    .row-prog .td-prog__toggle-icon.icon-open-state {
        transform: rotate(180deg);
    }

    /* Program table (vm) */
    /* Admission rule */
    /*.endEdu__date,
  .endEdu__place,
  .endEdu__level,
  .endEdu__score,
  .endEdu__doc,
  .endEdu__level_step-1*/
    .admR__block50,
    .admR__block30,
    .admR__block20 {
        width: 100%;
    }

    /* Admission rule */
    .dpal__structure > * {
        margin-right: 20px;
    }

    .dpal__structure > *:last-child {
        margin-right: 0;
    }

    /* Life-upon arrival to RUDN-main */
    .lua__acc-caption {
        font-size : 18px;
    }

    .lua__acc-ico-wrapper{
        margin: 25px 0 0 20px;
        width  : 80px;
        height : 80px;
    }
    /* Life-upon arrival to RUDN-main */
}

@media ( max-width: 560px ) {
    .adc .ad__item_ext-data{
        clear: both;
    }

    .adc .abd__top_info {
        margin-top: 0;
    }

    .mpbi__pic.fh{
        height: 199px;
    }

    .ep__custom-select-wrapper {
        text-align: left;
        margin-left: 20px;
    }

    .ep__date-nav {
        position: relative;
        margin-bottom: 20px;
    }

    .ep__custom-select-wrapper {
        text-align: left;
    }

    .mpbi__pic.hh{
        height: 92px;
    }


    .popup{
        max-width: 320px;
    }

    .main__slider .slider__item .slider__h {
        font-size: 26px;
    }

    .research-area__carousel .acc-header-text{
        max-width: 180px;
    }
    .adm-struct .phone_extand{
        display: block;
    }
    .adm-struct .bg--lines_gray{
        -webkit-background-size: cover;
        background-size: cover;
    }

    .sdpad__head-card{
        padding: 35px 30px 70px;
    }
    .sdpad__main .inner_head40 .item__h{
        font-size: 26px;
    }
    .sdpad__author-table tr .sdpad__author-table-caption{
        width: auto;
    }
    .sdpad__author-button.js__sdpad-author-button{
        margin-top: 0;
    }

    /*
    .adm-struct .bl-l__pic{
        margin: 0 15px 0 0;
        width: 60px;
        height: 60px;
    }
    .adm-struct .bl-l__pic-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .adm-struct .bl-l__inf {
        margin-right: 50px;
        width: calc(100% - 135px);
    }
    */
    .admn__new .administration__list .administration__item-count{
        margin-left: -15px;
    }
    .admn__new .adm-wrapper{
        font-size: 12px
    }
    .lae .territory__item{
        padding: 30px;
    }
    .lae .territory__item-part{
        width: 100%;
    }
    .lae .territory__item_img{
        width: 100%;
        text-align: center;
    }
    .lae__card-img-wrapper{
        margin-top: 30px;
    }
    .lae .row.row15.territory__row{
        margin-right: -15px !important;
        margin-left: -15px;
    }
    .lae .col-md-12.territory__col{
        padding-left: 0;
        padding-right: 0 !important;
    }

    .organization_info-img.organization_info-data {
        width: 150px;
    }

    .organization_info-img.organization_info-data img {
        width: 120px;
    }

    .h-doctor_name-txt {
        /*float: none;*/
        clear: both;
        margin: 30px 0 0 0;
    }

    /* (vm) */
    .center_info.open {
        width: 100%;
    }

    .center_info .center__wrapper {
        width: 100%;
    }

    .territory__wrapper:after {
        display: none;
    }

    .container.territory__container {
        padding-right: 15px !important;
        margin-right: auto !important;
    }

    .row.row15.territory__row {
        margin-right: -7.5px !important;
    }

    .col-md-12.territory__col {
        padding-right: 7.5px !important;
    }

    .territory__half-width {
        width: 100%;
    }

    .territory__items-wrapper {
        margin-bottom: 0;
        overflow-x: auto;
    }

    .territory__item {
        width: 100%;
    }

    .territory__item-part {
        width: 100%;
        float: none;
    }

    .territory__item_txt {
        padding: 30px;
    }

    /* Calendar day 16.08.2017 (vm)*/
    .calendar__carusel_item {
        /*width : 100%;*/ /* 23.08.2017 */
    }

    .calendar__carusel_item:nth-child(3),
    .calendar__carusel_item:nth-child(5) {
        /*display : none;*/
    }

    .calendar__carusel_button {
        width: 5%;
    }

    /* Calendar day 16.08.2017 (vm)*/
    /* Admission rules 28.08.2017 */
    .admR01__step_number {
        margin-left: 40px;
    }

    .admR01__step_txt {
        margin-left: 15px;
    }

    .admR02__txt-block {
        padding-left: 0;
    }

    .masonry__row .masonry__item {
        width: 100% !important;
    }

    /*07.09.2017*/
    .admR-step1__plate_img {
        width: 45px;
    }

    .admR-step1__plate_img img {
        margin: 3px 0 0 20px;
    }

    .admR-step1__plate_img span.icon_24 {
        margin: 0 0 0 20px;
    }

    .admR-step1__plate_txt {
        width: calc(100% - 45px);
    }

    .admR-step1__alert-text {
        padding: 35px 60px 35px 20px;
    }

    /*07.09.2017*/
    /* Admission rules 28.08.2017 */
    /* (vm) */
    .plate-item__text-open {
        z-index: 25 !important;
        width: 100% !important;
    }

    .administration__tab-tree .administration__item-sub {
        margin-left: 100px;
    }

    /* Conference detail archive */
    .conf-det__file_wrapper {
        padding-right: 30px;
    }

    /* Conference detail archive */
    /* Conferences */
    .conf-banner-wrapper .conf-slider .banner__col2-item {
        height: 450px;
    }

    /* Conferences */
    /* Research institutes Newsletter (vm) */
    .newsl-banner__info {
        font-size: 22px;
        line-height: 1.36;
    }

    .newsl-banner__info-block:before {
    }

    .newsl-banner__info-block {
        padding: 10px 0 20px 20px;
    }

    .newsl-banner__date-block {
        margin-left: 20px;
    }

    .newsl-card__img,
    .newsl-card__capt {
        float: none;
    }

    .newsl-card__capt {
        margin-top: 20px;
        width: 100%;
    }

    .newsl-card__item-wrapper_img .newsl-card__capt_info-wrapper {
        height: 165px;
    }

    /* Research institutes Newsletter (vm) */
    /* Research institutes Newsletter rubric (vm) */
    .newslr__card-item_img .card-item_scroll-wrapper {
        width: 770px;
    }

    /* Research institutes Newsletter rubric (vm) */
    /* Research / projects inside employees list */
    .emp-list__card__info_head {
        width: auto;
        font-weight: 600;
    }

    .emp-list__card__info_txt {
        width: auto;
        font-size: 14px;
        line-height: 1.43;
    }

    /* Research / projects inside employees list */
    .banner__col2 .banner__col2-item {
        padding-left: 10px;
    }

    /* Volunteering */
    .valu__card-col {
        padding: 0;
    }

    /* Volunteering */
    /* 5-100 Best practics */
    /*.p5-100__info {*/
        /*height: 340px;*/
    /*}*/

    /* 5-100 Best practics */
    /* Olympiad */
    .olymp__winners-card__pic {
        display: none;
    }

    .olymp__winners-card__info {
        width: 100%;
    }

    .olympd__card-bg-wrapper {
        background-color: #FFFFFF;
    }

    .olympd__tab-nav-col {
        top: 0;
    }

    ul.vm-swipe.nav.nav-tabs:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #eaeaeb;
    }

    .olympd__tab-content {
        border-top: none;
    }

    .olympd .nav-tabs {
        width: 805px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .olympd .tabs__block-dir .tab-content {
        padding: 50px 20px 35px;
        border-bottom: 5px solid #00853e;
    }

    .conf-det__about_info :last-child {
        margin-bottom: 0;
    }

    .olympd__tab-content {
        padding-bottom: 0;
        border: none;
    }

    .olympd__card-info {
        margin-bottom: 25px;
    }

    .olympd__card-header.active .rund__acc-icon {
        transform: rotate(180deg);
    }

    .olympd__card-header .rund__acc-icon {
        display: block;
    }

    /* Olympiad */
    /* International cooperation/education partnerships-main */
    .coop-ep__card-info__mobile {
        display: block;
    }

    .coop-ep__card-info__desktop {
        display: none;
    }

    /* International cooperation/education partnerships-main */
    /* life/student-organizations-detail */
    .sod .item__txt-main > * {
        float: none;
    }

    .sod__community-flag {
        display: none;
    }

    .sod__community-text {
        width: 100%;
    }

    .sod__man-info > * {
        float: none;
        width: 100%;
    }

    .sod__man-info__contact-phone {
        margin-top: 20px;
    }

    /* life/student-organizations-detail */
    /* Research/doctoral_programms_steps */
    /* Steps */
    .dps .descr__wrap {
        display: none;
    }

    .dps .steps__tab__navigation ul li:first-child span.wrap span.inner {
        color: #0079C1;
        background-color: rgb(241, 243, 244);
        box-shadow: none;
        line-height: 30px;
        border: 2px dotted #0079C1;
    }

    /* Steps */
    /* Research/doctoral_programms_steps */
    /* research/laboratories-and-centers-detail-employments-list */
    .lcdel__card-wrapper {
        background-color: #FFFFFF;
    }

    .lcdel__card {
        padding: 30px 10px;
    }

    /* research/laboratories-and-centers-detail-employments-list */
    /* Admission/olympiad_detail */
    .olympd__card {
        margin-bottom: 15px;
    }

    .olympd__card-content {
        display: none;
    }

    .olympd__card-content.active {
        /*display : block;*/
    }

    .olympd__card-header {
        margin-top: 0;
        padding: 20px;
        border-radius: 3px;
        font-size: 16px;
        color: #0079c1;
        background-color: #FFFFFF;
    }

    .row__card-header,
    .row__card-content {
        background-color: transparent;
    }

    .olympd__card-info, .olympd__card-text {
        padding: 0 20px;
        margin-top: 0;
    }

    /* Admission/olympiad_detail */
    /* Continuing-education */
    .ce .item__cite {
        margin: 50px 0 100px;
        padding: 15px 0 0 0;
        border-left: none;
    }

    /* Continuing-education */
    /* Students-and-research */
    .sr__card-ovf {
        height: 540px;
    }

    .sr__card-wrapper {
        height: 640px;
    }

    .sr__card-ovf.sr__card-wrapper-height {
      height: 310px;
    }

    .sr__card-wrapper.sr__card-wrapper-height {
      height: auto;
    }
    /* Students-and-research */

    /* research_and_innovation_library_main */
    .ril__resource1-item-text{
        padding-left : 30px;
        max-width : 400px;
    }

    .ril__resource1-item:before{
        left : 15px;
    }

    .ril__resource1-item{
        padding : 15px 0 20px 30px;
    }
    /* research_and_innovation_library_main */

    /* Management of the program */
    #coop__accordion-block.ui-accordion.rudn__default-acc .ui-accordion-content{
      padding: 10px 0 0;
    }
    /* Management of the program */

    .about__files.about__files-new > .about__files-item{
        /*width : 49.5%;*/
        width: 100%;
    }

    /* research/research-institutes-detail-main areas of research - detail */
    .mar__info-block{
        padding-left: 30px;
    }

    .mar__info-block-1__header{
        padding-left: 30px;
    }
    /* research/research-institutes-detail-main areas of research - detail */

    .ad__item_ext-data-wrapper{
        padding-left: 0;
    }
    .ad__item_ext-data{
        margin-top: 0;
    }
}

/* Media (vm) */
@media ( max-width: 1024px ) {
    .list__wrapper-nopad {
        padding: 25px 30px;
    }

    .culture__ivents {
        overflow: hidden;
    }

    .culture__ivents_item {
        margin-left: 1%;
        width: 49%;
    }

    .culture_ivents_img {
        overflow: hidden;
        height: 175px;
    }

    .culture_ivents_img img {
        margin-top: -50px;
        max-width: 100%;
    }

    .culture__ivents_info {
        padding: 25px 20px;
    }

    .culture__ivents_date {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .culture__ivents_header {
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: bold;
        line-height: 25px;
    }

    .culture__ivents_txt {
        max-height: 145px;
        /*max-height  : 100px;*/
        overflow: hidden;
        font-size: 16px;
        line-height: 25px;
    }

    .culture__ivents_item-w577 {
        width: 99%;
    }

    .culture__ivents_item-w577 .culture_ivents_img {
        /*width: 33%;*/
        width: 49%;
    }

    .culture__ivents_item-w577 .culture_ivents_img img {
        margin-top: 0;
        max-width: 100%;
    }

    .culture__ivents_item-w577 .culture__ivents_info {
        /*width: 66%;*/
    }

    /* Traditions (vm) */
    .trad-plates__section .plate-item.plate-item__photo {
        width: 40%;
    }

    .trad-plates__section .plate-item.plate-item__text {
        width: 63%;
    }

    /* Traditions (vm) */
}

@media ( max-width: 560px ) {
    .adm-struct .qakk__table-wrapper table{
        font-size: 12px;
        line-height: 1.5;
    }
    .list__wrapper-nopad {
        padding: 25px 30px;
    }

    .culture__ivents {
        overflow: hidden;
    }

    .culture__ivents_item {
        margin-left: 1%;
        margin-bottom: 3%;
        width: 99%;
        /*height: 290px;*/
        height: 360px;
    }

    .culture_ivents_img {
        margin-top: 0;
        overflow: hidden;
        height: 255px;
    }

    .culture_ivents_img img {
        margin-top: -50px;
        max-width: 100%;
    }

    .culture__ivents_info {
        margin-top: 0;
        padding: 25px 20px;
    }

    .culture__ivents_date {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .culture__ivents_header {
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.36
    }

    .culture__ivents_txt {
        margin-bottom: 20px;
        max-height: 145px;
        /*max-height    : 100px;*/
        overflow: hidden;
        font-size: 16px;
        line-height: 1.56;
    }

    .culture__ivents_item-w577 {
        width: 99%;
        height: 440px;
    }

    .culture__ivents_item-w577 .culture_ivents_img {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .culture__ivents_item-w577 .culture_ivents_img img {
        margin-top: -50px;
        width: 100%;
        max-width: initial;
    }

    .culture__ivents_item-w577 .culture__ivents_info {
        float: none;
        width: 100%;
        height: auto;
    }

    .btn__show-all {
        display: inline-block;
    }

    .main__slider.main__slider_sport .slider__item {
        top: 30px;
        left: 30px;
    }

    .main__slider.main__slider_sport .slider__ctr {
        left: 30px;
    }

    .banner__col2-left {
        overflow: hidden;
    }

    /* Traditions (vm) */
    .trad-plates__section .plate-item__wrapper {
        height: auto;
    }

    .trad-plates__section .plate-item.plate-item__photo {
        position: relative;
        top: 0;
        width: 100%;
        height: 240px;
        border: none;
    }

    .trad-plates__section .plate-item.plate-item__text,
    .trad-plates__section .plate-item.plate-item__text.plate-item__text-big {
        position: relative;
        width: 100%;
    }

    .trad-plates__section .plate-item__photo + .plate-item__text {
        top: -240px;
    }

    .trad-plates__section .plate-item__wrapper :first-child:not(.plate-item__text) {
        top: 312px;
    }

    .trad-plates__section .plate-item__wrapper_txt-right .plate-item.plate-item__photo,
    .trad-plates__section .plate-item__wrapper_txt-right .plate-item.plate-item__text {
        position: relative;
        left: 0;
    }

    /* Traditions (vm) */
    /* Calendar (vm) */
    .calendar .ui-datepicker table {
        margin: 80px auto 0;
        width: 448px;
    }

    .calendar .ui-datepicker td span, .ui-datepicker td a {
        width: 64px;
        height: 64px;
        font-size: 22px;
        line-height: 64px;
    }

    .calendar .ui-datepicker td a.onSelectTest .calendar__evants-count {
        top: 20px;
        font-size: 10px;
    }

    /* Calendar (vm) */
    /* Newsletter detail */
    .newsld__news-mobile .newsl-card__img,
    .newsld__news-mobile .newsl-card__capt {
        float: left;
    }

    .newsld__news-mobile .newsl-card__img {
        width: 40%;
    }

    .newsld__news-mobile .newsl-card__capt {
        width: 53%;
    }

    .newsld__news-mobile .newsld-card__no-img .newsl-card__capt {
        width: 100%;
    }

    .newsld__news-mobile .newsld__owl-rubrik .newsl-card__capt {
        margin-top: 0;
    }

    /* Newsletter detail */
    /* Alumni / base of alumni - detail */
    .abd__top_contacts {
        margin-left: 0;
    }

    .abd__about-info,
    .abd__about-header {
        margin-left: 0;
    }

    .abd .ad__item_ext-data {
        margin-left: 0;
        /*float : none;*/
        width: 100%;
    }

    .abd__top_left-wrapper {
        margin-top: 0;
    }

    .abd__top_info-header {
        top: 0;
        margin-left: 0;
    }

    .abd__top_info-txt {
        margin-top: 0;
    }

    /* Alumni / base of alumni - detail */
    /* Cooperation */
    .coop .masonry__row .masonry__item {
        width: 100% !important;
        margin: 0 0 15px;
    }

    .coop .masonry__row .masonry__item:nth-child(1) {
        height: 110px !important;
        min-height: initial;
    }

    /* Cooperation */
    /* Conference detail */
    .conf-det__video_full-width {
        height: 255px;
    }

    /* Conference detail */
    .newsla .newsl__subs_text {
        margin: 15px 0 0 0;
        display: block;
        max-width: 240px;
        text-align: left;
    }

    /* 5-100 Best practics */
    .p5-100__pic-item {
        margin: 0 -15px;
    }

    /* 5-100 Best practics */
    /* life/student-organizations-detail */
    .sod .hdd-bio__date-text,
    .sod__facts2 .hdd-bio__date-item {
        max-width: 370px;
    }

    .sod .hdd-bio__date-item {
        margin-left: 55px;
    }

    .sod .hdd-bio__date-wrapper:before {
        left: 25px;
    }

    /* life/student-organizations-detail */
    /* newslatter */
    .newl__top_text > * {
        display: block;
    }

    .newsl__subs_text {
        margin-top: 15px;
    }

    /* newslatter */
    /* Olympiad */
    .olympd__cards {
        margin-top: 30px;
    }

    /* Olympiad */
    /* Employment partnerships expert */
    .epe__card {
        padding: 25px 0 35px;
    }
    /* Employment partnerships expert */

    .assoc__info {
        max-width : 300px
    }

    .assoc__bg{
        background-position: calc( 100% + 40px) center;
    }
}

/* Media (vm) */

/*@media(min-width: 1024px) and (max-width: 1240px) {*/
/*.main__info .main__info-bg {*/
/*background-size: auto 70%;*/
/*}*/
/*}*/

.banner__list-attachments {
    position: relative;
    z-index: 2;
    margin-top: -150px;
    margin-bottom: -80px;
}

.banner__list-attachments:after {
    content: '';
}

.banner__attachment {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 3.5em 5.5em;
    background-color: #fff;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: 800px center;
}

.banner__attachment:last-child {
    margin-bottom: 0;
}

.banner__attachment-title {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: .8em;
}

.banner__attachment-description {
    margin-bottom: 1em;
}

.banner__attachment-anchor {
    margin-bottom: 0;
}

.admR01__steps {
    position: relative;
    z-index: 2;
}

.banner__list-under.m_banner-adjacent {
    height: 500px;
}

.banner__list-under.m_banner-adjacent > section {
    padding-top: 80px;
}

.admR-step1__alert-text strong {
    color: #009A3E;
}

/* 21.09.17 */
.labortories__item.labortories__item-wide {
    padding: 30px 30px 80px;
}
.labortories__item {
    background: #FFFFFF;
    padding: 30px 30px 110px;
    margin-bottom: 15px;
    position: relative;
}

.labortories__list > div:nth-child(odd) .labortories__item {
    margin-right: -15px;
}
.labortories__list > div:nth-child(odd) .labortories__item.labortories__item-wide {
    margin-right: 0;
}

.labortories__item .tag {
    display: inline-block;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.labortories__item .tag + .tag:not(:hover) {
    display: inline-block;
    background-color: #FFFFFF !important;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.labortories__item .tag + .tag:hover a{
    color: #FFFFFF !important;
}
.labortories__item .tag a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    display: block;
    padding: 8px 10px;
}
.labortories__item .tag:first-child a{
    color: #FFFFFF !important;
}
.labortories__item .title {
    max-width: 1000px;
    font-size: 22px;
    line-height: 1.36;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "PFAgoraSansPro", sans-serif;
}

.labortories__item .description {
    height: 125px;
    overflow: hidden;
}
.labortories__item.labortories__item-wide .description {
    height: auto;
}
.labortories__item .news__item {
    height: auto;
    border: none;
    padding: 0;
}
.news__item.text__over{
    max-width: 1000px;
}
.labortories__item .news__item.text__over:after {
    height: 50px;
}
.labortories__item.labortories__item-wide .news__item.text__over:after {
    display: none;
}
.labortories__item .additive_info {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.labortories__item .additive {
    font-size: 12px;
    line-height: 1.25;
}
.labortories__item.labortories__item-wide .additive_info > *{
    display: inline-block;
    margin-right: 20px;
}

.labortories__item__wrapper {
    height: 195px;
    overflow: hidden;
}

.labortories__item .labortories__item__wrapper .title {
}

.labortories__item .labortories__item__wrapper .description {
    overflow: visible;
    height: auto;
}

.labortories__item .additive span {
    display: block;
    color: grey;
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.labs_all {
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.laboratories__aimed_to .aimed_to__title {
    font-family: "PFAgoraSansPro", sans-serif;
    width: 750px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 25px;
}

.laboratories__aimed_to .aimed_to__item {
    position: relative;
    background: #FFFFFF;
    padding: 1.5em;
    padding-left: 6.5em;
   /* height: 150px;*/
    margin-bottom: 30px;
}

/*
.laboratories__aimed_to .aimed_to__item.m_big {
    height: 330px;
}
*/

.laboratories__aimed_to .aimed_to__item div.icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 1.5em;
    left: 1.5em;
}

/*
.laboratories__aimed_to > div:last-child .aimed_to__item {
    margin-bottom: 0;
}
*/

.labs_header__title {
    margin: 1em 0;
}

@media (max-width: 1024px) {
    .labortories__list > div:nth-child(odd) .labortories__item {
        margin-right: 0;
    }

    .ctrl__item-result span {
        display: none;
    }
}

@media (max-width: 470px) {
    .ad__item-pic{
        width: 50px;
        height: 50px;
    }


    .filter__block-ctrl .submit-button-wrapper,
    .filter__block-ctrl .btn__search.submit,
    .submit-button-wrapper .preloader-module__wrapper{
        width: 100%;
    }

    .container-fluid.atn__popup{
        max-width: 320px;
    }

    .row.filter__block-ctrl{
        padding: 0;
    }

    .ep__custom-select-wrapper {
        margin-left: 0;
    }

    .block__header .block__header-h {
        font-size: 28px;
        line-height: 30px;
    }

    .research-area__carousel .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
    .research-area__carousel .acc-def .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon{
        display: none !important;
    }

    .bootstrap-datetimepicker-widget {
        left: 2.5% !important;
        width: 95%;
    }

    .bootstrap-datetimepicker-widget.top:before,
    .bootstrap-datetimepicker-widget.top:after,
    .bootstrap-datetimepicker-widget.bottom:before,
    .bootstrap-datetimepicker-widget.bottom:after {
        display: none !important;
    }


    .calendar .ui-datepicker table {
        width: 280px;
    }

    .calendar .ui-datepicker-calendar th {
        font-size: 14px;
    }

    .calendar .ui-datepicker td span, .ui-datepicker td a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .settings__select-js{
        min-width: 60px;
    }

    .js-styled__select-options{
        min-width: 90px;
    }

    .js-styled__select{
        font-size: 18px;
    }

    .settings__select-js:last-child {
        margin-right: 110px;
        min-width: 80px;
    }

    .settings__select-js,
    .ui-datepicker-year + .js-styled__select{
        font-size: 16px;
    }

    .calendar .ui-datepicker td a.onSelectTest .calendar__evants-count{
        display: none;
    }
}

/*-Accomodations-*/
.contacts-h__sub {
    font-size: 14px;
    line-height: 25px;
    color: #292c3d;
    margin: -5px 0 40px;
}

.accommodation-item__wrapper {
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.accommodation-item:not(:last-child) .accommodation-item__inner {
    padding-bottom: 15px;
}

.accommodation-item__top {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 40px 15px;
}

.accommodation-item__description {
    padding: 30px 25px;
}

.accommodation-item__inner-h {
    font-size: 12px;
    line-height: 1;
    color: #292c3d;
    margin-bottom: 15px;
}

.accommodation-item__person-h,
.accommodation-item__person-time {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #292c3d;
    margin-bottom: 20px;
}

.accommodation-item__person-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

.accommodation-item__person-time {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}

.accommodation-item__person-img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.accommodation-item__person-img img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.accommodation-item__person-info {
    display: inline-block;
    vertical-align: middle;
}

.accommodation-item__person-info .accommodation-item__person-name,
.accommodation-item__person-info .accommodation-item__person-time {
    line-height: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .accommodation-item__inner--border {
        border-right: 1px solid #eaeaea;
    }
}

.accommodation-type {
    position: relative;
    min-height: 335px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}

.accommodation-type__top {
    position: relative;
    padding: 25px 0 0 75px;
}

.accommodation-type__h {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #0079c1;
}

.accommodation-type__ico {
    position: absolute;
    top: 25px;
    left: 0;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center center;
}

.accommodation-type__info {
    position: relative;
    font-size: 14px;
    padding: 10px 0 25px 75px;
}

.accommodation-type__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 470px;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .accommodation-type__img {
        width: 400px;
    }
}

@media (max-width: 1023px) {
    .teach .simply__card--list .graduates:before{
        left: 58.33333333%;
    }

    .program__one-wrap .contacts__row{
        padding-top: 10px;
    }
    .sko-res .info__item.info__item--grblock{
        margin-top: 50px;
    }

    .centers .pd__equipment__item_info-wrapper{
        min-height: 100%;
    }
    .accommodation-type__top {
        margin-bottom: 40px;
    }

    .accommodation-type__info {
        padding: 10px 0 25px 5px;
        margin-top: 100px;
    }

    .accommodation-type__img {
        width: 50%;
    }

    .contact-btn{
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .filter__block-ctrl .text-right{
        text-align: left;
    }

    .teach .simply__card--list .graduates:before{
        display: none;
    }

    .adm-struct .tabs__block-dir .nav-tabs{
        /*position: absolute;
        top: -173px;*/
    }
    .adm-struct .bl-l__inf{
        margin-bottom: 0;
    }
    .adm-struct .administration__info--wrapper{
        padding-bottom: 0;
    }

    .accommodation-type__info {
        margin-top: 0;
    }

    .accommodation-type__img {
        position: relative;
        left: 0;
        height: 220px;
        width: 100%;
    }

    .contacts__panel{
        margin-top: 20px;
    }
}

/*-Partnership-*/
.page-top__info {
    position: relative;
    line-height: 25px;
    text-align: left;
    margin-bottom: 5px;
}

.page-top__info--bg {
    background: #fcfcfc;
    padding: 20px 30px;
    margin: 0;
}

.page-top__block {
    display: inline-block;
    vertical-align: middle;
}

.page-top__block--inline {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}

.page-top__label {
    font-size: 12px;
    line-height: 20px;
    color: #9B9B9B;
}

.page-top__description {
    font-size: 12px;
    /*font-weight: 600;*/
    margin-left: 10px;
}

.page-top__link {
    font-size: 14px;
    font-weight: 600;
    color: #0079c1;
    text-decoration: none;
}

@media (max-width: 768px) {
    /*.page-top__info--bg {
        margin-top: 35px;
    }*/
}

/*-Refreshers training-*/
.advance-item__wrap {
    position: relative;
    display: block;
    min-height: 50px;
    padding-left: 120px;
}

.advance-item__img {
    position: absolute;
    display: block;
    top: 0;
    left: 30px;
    height: 60px;
    width: 60px;
}

.advance-item__h {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #292c3d;
    max-width: 300px;
}


@media (max-width: 1024px) {
    .advance-item__wrap {
        padding-left: 90px;
    }

    .advance-item__img {
        left: 0;
    }
}

.contact-label {
    font-size: 12px;
    line-height: 20px;
    color: #292c3d;
}

.contact-dop {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #292c3d;
    margin-bottom: 20px;
}

.contact-dop__phone {
    color: #292c3d;
}

.contact-dop__link {
    color: #0079c1;
}

.WYSIWYG table td p,
.WYSIWYG table td,
.WYSIWYG table th p,
.WYSIWYG table th{
    font-size: 14px !important;
    margin: 0;
    line-height: 1.5;
}
.sveden-wrapper table td p,
.sveden-wrapper table td,
.sveden-wrapper table th p,
.sveden-wrapper table th{
    font-size: 16px !important;
}

.WYSIWYG .sveden-wrapper table td p,
.sveden-wrapper table td p,
.sveden-wrapper table td,
.WYSIWYG .sveden-wrapper table th p,
.sveden-wrapper table th p,
.sveden-wrapper table th{
    margin: 0;
    line-height: 1.5;
}

/*-Life in Moscow-*/
.life-item__wrap {
    position: relative;
    padding: 30px 40px 60px;
    margin-bottom: 10px;
    background: #fff;
}

.life-item__h {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #0079c1;
    margin-bottom: 20px;
}

.life-item__sub {
    font-size: 12px;
    line-height: 15px;
    color: #888a91;
    margin-bottom: 5px;
}

.life-item__block {
    position: relative;
    font-size: 14px;
    padding-top: 20px;
}

.life-item__content {
    position: relative;
    font-size: 0;
}
.life-content__block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.life-content__block--video {
    height: 140px;
    width: 215px;
    margin-top: 5px;
    background-position: center center;
    background-size: cover;
}
.life-content__block--video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #292c3d;
    opacity: .4;
    z-index: 5;
}
.life-video__info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    z-index: 6;
}
.life-video__time {padding-left: 10px;}
.life-content__block--description {
    font-size: 16px;
    line-height: 25px;
    max-height: 150px;
    overflow: hidden;
}
.life-item__content--video .life-content__block--description {
    position: relative;
    width: calc(100% - 245px);
    padding-left: 30px;
}
.life-item__content .life-content__block--description:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 1) 100%);
}

.life-item__left:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background: #cecece;
}

.life-item__person {
    position: relative;
    padding-left: 35px;
}

@media (max-width: 1023px) {
    .administration__tab-list .administration__item .row > .row-adm-img{
        display: none;
    }
    .life-item__left:before {
        display: none;
    }

    .life-item__person {
        padding: 20px 0 20px 0;
        margin-top: 20px;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }
}

@media (max-width: 768px) {
    .life-item__wrap {padding: 30px 25px 30px;}

    .life-item__h {
        font-size: 22px;
        line-height: 30px;
    }

    .life-content__block--video {
        width: 100%;
        height: 235px;
    }
    .life-video__info {
        bottom: 20px;
        left: 20px;
        font-size: 16px;
    }
    .life-item__content--video .life-content__block--description {display: none;}
}


/*-Flag-*/
.ico-flag {
    display: inline-block;
    /*vertical-align: middle;*/
    vertical-align: top;
    height: 16px;
    width: 20px;
    /*margin: 0 15px 0 1px;*/
    margin: 5px 15px 0 1px;
}

.ico-flag--partner {
    vertical-align: inherit;
    margin: 0 5px 0 0;
}

/*-Achievements-*/
.atchiv  .atchiv__main{
    margin-bottom: 0;
}
.achievements-h__main {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #292c3d;
}

.achievements-list__block {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    /*border: 1px solid #cecece;*/
}

.timeline-achievements__year:after {
    top: 35px;
    left: -16px;
    height: calc(100% - 35px);
    width: 1px;
    background: linear-gradient(to bottom, #c8c8c880, #c2c2c280 92%, #97979700);
    border: 0;
    z-index: 0;
}

.timeline-wrap:not(:last-child) .timeline-achievements__year--full:after {
    height: 100%;
    background: #E3E3E3;
}

.achievements-list {
}

.achievements-list__item {
    position: relative;
    margin-bottom: 20px;
}

.achievements-list__img {
    position: absolute;
    top: 5px;
    left: 0;
    height: 45px;
    width: 70px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #f1f2f4;
}

.achievements-list__img--nobg {
    background-color: #f1f2f4;
}

.achievements-list__description {
}

.achievements-list__description--wimg {
    padding-left: 100px;
}

.achievements-list__h {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #292c3d;
    z-index: 1;
}

.timeline__slide_header.achievements-list__h--green {
    color: #11924d;
}

.achievements-list__place-wrap{
    text-align: left;
}
.achievements-list__place {
    position: relative;
    /*display: inline-block;*/
    font-size: 18px;
    line-height: 20px;
    background: #fff;
    z-index: 1;
}

.achievements-list__rating {
    font-size: 12px;
    line-height: 15px;
    color: #90939e;
}

.btn-achiev--all {
    position: absolute;
    top: 0;
    right: -250px;
    text-shadow: none;
    z-index: 5;
}

@media (min-width: 1024px) {
    .achievements-list__h--line:after {
        content: "";
        position: absolute;
        top: 11px;
        right: -10%;
        height: 1px;
        width: 100%;
        background: #f1f2f4;
        z-index: -1;
    }

    .timeline-achievements__year--full .achievements-list__place {
        padding-left: 15px;
        /*padding-right: 25px;*/
    }
}
@media (max-width: 1024px) {
    .btn-achiev--all {
        position: relative;
        top: auto;
        right: auto;
        margin: 30px 0 15px;
    }
}
@media (max-width: 360px) {
    .media_product__block--priceItem {
        left: 0;
    }
}
@media (max-width: 768px){
    .achievements-list__place-wrap{
        text-align: left;
    }

}


/*-Accordion default-*/
/* Accordion styles */
.accordion-default.ui-accordion .ui-accordion-header {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #292c3d;
    line-height: 20px;
    outline: none;
    padding: 35px 100px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
}

.accordion-default.ui-accordion .ui-accordion-header.ui-state-active {
    border-bottom: none;
}

.accordion-default.ui-accordion .ui-accordion-header .accommodation-top__img {
    position: absolute;
    top: 12px;
    left: 20px;
    height: 70px;
    width: 70px;
}

.accordion-default.ui-accordion .ui-icon {
    position: absolute;
    display: block;
    top: 50%;
    right: 40px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-position: center;
    background-image: url('/u/www/images/education/dual_degrees/open_acc.png');
    background-repeat: no-repeat;
    transition: transform .3s;
}

.accordion-default .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
    transform: rotate(180deg);
}

.accordion-default.ui-accordion .ui-accordion-content {
    padding: 10px 100px 40px;
    border: 1px solid #eaeaea;
    border-top: none;
}
.feepi .filter__block-ctrl, .feep .filter__block-ctrl {
    margin-top: 30px;
}

.wrapper-custom-field.has-error iframe {
    border: 1px solid #a94442;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 250, 250, 0.5);
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: none;
}
.smu_social-btn {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 12px;
}
.smu_social-btn .svg-soc-item {
    fill: #FFFFFF;
}
.smu_social-btn+.smu_social-btn {
    margin-left: 7px;
}
.smu_social-btn_vk {
    background-color: #4680C2;
}
.smu_social-btn_twitter {
    background-color: #27B9F0;
}
.smu_social-btn svg .svg-soc-item {
    width: 30px !important;
    top: 3px;
}

.item__txt-i {
    font-family: "PFAgoraSansPro";
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
}


.stud-nauka .plate-item__text-h {
    font-size: 24px;
    line-height: 30px;
}

.stud-nauka.trad-plates__section .plate-item.plate-item__text {
    width: 65.5%;
    min-height: 420px;
}

.stud-nauka.trad-plates__section .plate-item__wrapper_txt-left .plate-item.plate-item__text {
    padding: 50px 160px 60px 60px;
}

.stud-nauka.trad-plates__section .plate-item__wrapper_txt-right .plate-item.plate-item__text {
    padding: 50px 60px 60px 160px;
}

.stud-nauka .plate-item__wrapper_txt-left .plate-item__text-link {
    left: 60px;
    bottom: 55px;
}

.stud-nauka .plate-item__wrapper_txt-right .plate-item__text-link {
    left: 160px;
    bottom: 55px;
}

.stud-nauka.trad-plates__section .plate-item.plate-item__photo {
    width: 42.5%;
    height: 390px;
    z-index: 11;
}

.stud-nauka .plate-item__text + .plate-item__photo, .plate-item__photo + .plate-item__text {
    top: 55px;
}

.stud-nauka.trad-plates__section .plate-item__wrapper {
    height: 445px;
}

.stud-nauka .plate-item__text-wrapp:not(.plate__open) {
    max-height: 130px;
}

.stud-nauka.trad-plates__section .plate-item.plate-item__text {
    width: 65.5%;
    min-height: 420px;
}

.stud-nauka.trad-plates__section .plate-item__wrapper_txt-left .plate-item.plate-item__text {
    padding: 50px 160px 60px 60px;
}

.stud-nauka .plate-item__text + .plate-item__photo, .plate-item__photo + .plate-item__text {
    top: 55px;
}

.stud-nauka.trad-plates__section .plate-item.plate-item__photo {
    width: 42.5%;
    height: 390px;
    z-index: 11;
}

@media screen and (max-width: 991px) {
    .stud-nauka.trad-plates__section .plate-item.plate-item__text {
        width: 100%;
        min-height: auto;
    }
    .stud-nauka.trad-plates__section .plate-item__text-open {
        width: 100% !important;
    }

    .stud-nauka.trad-plates__section .plate-item__wrapper_txt-left .plate-item.plate-item__text,
    .stud-nauka.trad-plates__section .plate-item__wrapper_txt-right .plate-item.plate-item__text {
        padding: 30px;
        position: relative;
    }
    .stud-nauka .plate-item__wrapper_txt-left .plate-item__text-link,
    .stud-nauka .plate-item__wrapper_txt-right .plate-item__text-link {
        left: 30px;
    }
    .stud-nauka.trad-plates__section .plate-item.plate-item__photo {
        position: relative;
        top: 0;
        width: 100%;
    }
    .stud-nauka.trad-plates__section .plate-item__wrapper {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .dialog__h {
        font-size: 30px;
        line-height: 34px;
    }
    .stud-nauka .plate-item__text-h {
        font-size: 18px;
        line-height: 24px;
    }
    .quote__item--plate {
        padding: 0;
    }
    .quote__item--plate .quote__item-txt {
        text-indent: 50px;
    }
    .quote__item--plate .ico-interface {
        display: none;
    }
    .quote__item-table td:first-child {
        padding-right: 15px;
    }
}