

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894*/
.bx-breadcrumb {
	position: relative;
	top: -20px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	color:  rgba(55, 71, 79, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: 1px solid  rgba(55, 71, 79, 0.3);}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0073ae;
}

.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 1px solid transparent;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news.list/correspondent-banks/style.css?17774677204180*/
.inset-content .menu .item {
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, 0.5);
    padding-bottom: 27px;
    margin-right: 47px;
}

.inset-content .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.inset-content .menu .item {
    cursor: pointer;
}

.inset-content .menu .item:hover span {
    border-bottom: none;
}

.inset-content .menu .item.active {
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0073AE;
    border-bottom: 2px solid #0073AE;
}

.inset-content .menu .item.active span {
    border-bottom: none;
}


.inset-content .content .e-content {
    display: none;
    overflow: auto;
}

.inset-content div.section {
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.inset-content div.section .head {
    padding: 14px 30px 14px 30px;
    position: relative;
    cursor: pointer;
    background-color: #f8f8f8;
}

.inset-content div.section .head:hover .title {
    border-bottom: none;
}

.inset-content div.section .head .title {
    color: #00a0e0;
    font-size: 18px;
    border-bottom: 1px dotted #00a0e0;
    font-weight: bold;
    margin-left: 35px;
}

.inset-content div.section .description {
    background: #f8f8f8;
    padding: 20px 30px !important;
    color: #403e3e;
}

.inset-content div.section .footer {
    width: 100%;
    background-color: #f8f8f8;
    height: 14px;
}

.inset-content div.section .slide-button {
    position: absolute;
    left: 30px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url('/bitrix/templates/ufd/components/bitrix/catalog.section.list/tarify/images/slide-arrow.png') top no-repeat;
}

.inset-content div.section .slide-button.active {
    background-position: bottom;
}


.inset-content div.section .middle {
    display: none;
}

.inset-content div.section .middle .content {
    padding: 15px 15px 15px 15px;
}

ul li .file-wrap {
    display: block;
    margin: 15px 0px 0px 0px !important;
    color: #666666;
    padding-bottom: 15px;
}

.file-wrap {
    margin: 15px 0px 0px 25px;
    display: block !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0 !important;
}

.file-wrap .icon {
    width: 24px;
    height: 18px;
    background: url('/bitrix/templates/ufd/components/bitrix/catalog.section.list/tarifi2lvl/images/file-icon.png') top no-repeat;
    margin-right: 10px;
    margin-left: 2px;
    padding-top: 14px;
}

.file-wrap .icon .type {
    font-size: 9px;
    color: white;
    background: #165788;
    width: 100%;
    text-align: center;
    padding: 2px 0px;

}

.file-wrap:hover .icon .type {
    background: #bb186d;
}

.file-wrap:hover .icon {
    background-position: bottom;
}

.file-wrap:hover .name {
    color: #bb186d;
    border-bottom: 1px solid #bb186d !important;
}

.file-wrap .name {
    padding: 0px !important;
    border-bottom: 1px solid transparent;
    color: #666666;
}

.file-wrap p {
    padding: 0px !important;
}

.file-wrap p.info {
    font-size: 11px;
    padding-top: 2px !important;
    color: #919191;
}

.klookva-table > tbody > tr {
    border-bottom: 1px solid #f0f1f2;
}

.klookva-table > tbody > tr > td {
    font-size: 14px;
    line-height: 20px;
    color: #4D5357;
    padding: 1.5rem 0;
}

.klookva-table > tbody > tr > td p {
    margin: 0;
}

.klookva-table > thead > tr > td {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4D5357;
    opacity: 0.7;
    padding: 25px 0;
}

.klookva-table > thead > tr {
    border-top: 1px solid #f0f1f2;
}

.klookva-table a {
    color: #00a0e0;
}

.klookva-table a :hover {
    text-decoration: none;
    color: #bb186d;
}

.klookva-table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
}

.klookva-table > tbody > tr > td:nth-child(4) {
    font-weight: bold;
}

.student_career .career__title h1 {
    word-break: break-word;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/news.list/correspondent-banks/style.css?17774677204180 */
