.lead {
}

.user-text.text-left p, .user-text.text-left .lead {
	text-align: left;
}

.img-responsive {
}

.mr-10 {
}

.mr-20 {
}

.hyphens-auto {
}

.word-break {
}

.accordion__body img {
	height: auto;
	margin-bottom: 20px;
}

.university-campus .flex-parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.university-campus .flex-block-child {
	width: 350px;
	min-height: 300px;
	margin: 15px;
	display: flex;
	/* flex-wrap: wrap; */
	flex-flow: column;
}

.university-campus .flex-block-img {
	width: 100%;
	height: 250px;

}

.university-campus .flex-block-title {
	font-size: large;
	display: flex;
	align-items: center;
	height: auto;
	/* align-self: stretch; */
	flex-grow: 1;
}

.university-campus .flex-block-descr {
	color: #595c60;
	text-align: right;
	width: 40%;
}


.university-campus .flex-block-symbol {
	font-size: xx-large;
	color: #595c60;
	text-align: center;
	flex-grow: 1;
}

.university-campus .flex-block-dig {
	color: #004aa7;
	width: 40%;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.university-campus .flex-block-child {
		width: 320px;
	}
}

.timeline-left {
	float: left;
	margin-right:30px;
	max-width: 400px;
}

.timeline {
	list-style: none;
	margin: 0 0 30px 0;
	padding-left: 30px;
	border-left: 2px solid #7a8ca2;
}

.timeline li {
	margin: 40px 0;
	position: relative;
}

.timeline .timeline-circle {
	margin-top: -10px;
	top: 50%;
	left: -41px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 4px solid #7a8ca2;
	border-radius: 50%;
	display: block;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.timeline-left {
		max-width: 220px;
	}
}

@media screen and (max-width: 567px) {
	.timeline-left {
		float: none;
	}
}

.tabs-wrap .tabs-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: -1px;
}

.tabs-wrap .tabs-header .tab {
	font-size: 16px;
	line-height: 1.6;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

.tabs-wrap .tabs-header .tab:hover {
	color: #0d53a4;
}

.tabs-wrap .tabs-header .tab.active {
	color: #0d53a4;
	border-bottom: 3px solid #0d53a4;
	padding-bottom: 18px;
}

.tabs-wrap .tabs-body {
	border: 1px solid #f3f3f3;
	border-bottom: 1px solid #0d53a4;
	width: calc(100% - 1px);
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs-wrap .tabs-body .tab-body {
	display: none;
}

.tabs-wrap .tabs-body .tab-body.active {
	display: block;
}

@media screen and (max-width: 767px) {
	.tabs-wrap .tabs-header .tab {
		padding: 10px;
		font-size: 14px;
		line-height: 1.5;
	}

	.tabs-wrap .tabs-header .tab.active {
		padding-bottom: 8px;
	}
}

.q-box_no_cookie {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.q-box_no_cookie .q-wrap {
	position: relative;
}

.q-box_no_cookie .q-btn {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 2px;
	border: 0;
	background: #fff;
	outline: 0;
	-webkit-box-shadow: 2px 4px 8px 4px rgba(0,0,0,.25);
	box-shadow: 2px 4px 8px 4px rgba(0,0,0,.25);
	border-radius: 30px;
}

.q-box_no_cookie .q-btn-logo {
	min-width: 100%;
	min-height: 100%;
	vertical-align: bottom;
}

.q-box_no_cookie .q-chat {
	position: absolute;
	bottom: 85px;
	right: 0;
	background-color: #fff;
	width: 425px;
	max-width: calc(100vw - 40px);
	height: calc(100vh - 120px);
	max-height: 650px;
	min-height: 300px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.25);
	box-shadow: 0 0 4px rgba(0,0,0,.25);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.q-box_no_cookie .q-chat::after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 22px;
	width: 0;
	height: 0;
	border-top: 10px solid #eee;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.q-box_no_cookie .q-chat.q-chat--hidden {
	display: none;
}

.q-box_no_cookie .q-chat_wrap {
	height: 100%;
}

.q-box_no_cookie .q-chat_block {
	position: relative;
	width: 100%;
	height: 100%;
}

.q-box_no_cookie .q-chat_text__block {
	position: absolute;
	width: 85%;
	height: auto;
	background-color: #fff;
	color: #000;
	font-size: 20px;
	text-align: center;
	margin: auto 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*BXEXT-819*/
.js-table-load-more .tr-hidden {
	display: none;
}

.js-div-load-more {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*BXEXT-819*/


.slick-arrows-right .slick-next {
	left: auto;
	right: -9px;
	top: -38px;
	margin-right: auto; }
.slick-arrows-right .slick-prev {
	right: 31px;
	top: -38px;
	left: auto; }
.docsec-slider__item .docsec-slide{
	height: 218px;
	background-color: #F3F3F3;
	color: #222222;
}
.docsec-slider__item .docsec-slide:hover{
	background-color: #2c5697;
	color: #fff;
}
.docsec-slider .slick-slide{
	padding: 0;
}

.docsec-slider .slick-current a{
	padding-left: 0px!important;
}
.docsec-slider .slick-slide a{
	padding-left: 15px;
	overflow: hidden;
}
.docsec-slide .docsec-slide--icon {
	height: 50%;
	color: #2C5697;
}
.docsec-slide:hover .docsec-slide--icon {
	color: #fff;
}
.docsec-slide .docsec-slide--title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.docsec-slide{
	padding: 35px 30px 0px 30px;
}
.docsec-section h2{
	margin: 0;
}
.docsec-section{
	margin-top: 70px;
}
.docsec-slider {
	padding-left: 0px;
	padding-right: 0px;
}
.documents-panel__body a.document-archive__btn {
	margin: 50px 0;
	float: right;
	height: 40px;
}
.documents-panel__body .document-archive__btn .svg-symbol {
	width: 10px;
	height: 9px;
	position: relative;
	top: -1px;
	left: 3px;
}
@media (max-width: 1280px) {

	.docsec-slide .docsec-slide--title {
		font-size: 15px;
		line-height: 19px;
		font-weight: 700;
	}
}
@media (max-width: 768px) {
	.documents-panel__body a.document-archive__btn {
		float: unset;
		display: block;
		max-width: max-content;
		margin-left: auto;
	}
	.docsec-slide{
		padding: 35px 20px 0px 20px;
	}
}

/*BXEXT-2342*/
.btn--shop {
	padding: 12px 58px 8px 30px;
}
/*BXEXT-2342*/

/*BXEXT-1213 BXEXT-2342*/
.nav-small__item--ico-nlmk_shop {
	position: absolute;
	right: 30px;
	top: calc(50% - 8px);
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.83325 17.5C5.83325 16.5796 6.57944 15.8334 7.49992 15.8334C8.42039 15.8334 9.16659 16.5796 9.16659 17.5C9.16659 18.4205 8.42039 19.1667 7.49992 19.1667C6.57944 19.1667 5.83325 18.4205 5.83325 17.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 17.5C15 16.5796 15.7462 15.8334 16.6667 15.8334C17.5871 15.8334 18.3333 16.5796 18.3333 17.5C18.3333 18.4205 17.5871 19.1667 16.6667 19.1667C15.7462 19.1667 15 18.4205 15 17.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.833333C0 0.373096 0.373096 0 0.833333 0H4.16667C4.56386 0 4.90584 0.280321 4.98379 0.669786L5.68369 4.16667H19.1667C19.415 4.16667 19.6504 4.27744 19.8087 4.4688C19.9671 4.66015 20.0318 4.91215 19.9852 5.15611L18.6507 12.154C18.5364 12.7295 18.2233 13.2465 17.7663 13.6144C17.3115 13.9805 16.743 14.1758 16.1595 14.1667H8.07387C7.49031 14.1758 6.92184 13.9805 6.46707 13.6144C6.01021 13.2466 5.6972 12.7299 5.58277 12.1547C5.58273 12.1545 5.58282 12.155 5.58277 12.1547L4.19066 5.19934C4.18501 5.17633 4.18032 5.15295 4.17663 5.12923L3.4836 1.66667H0.833333C0.373096 1.66667 0 1.29357 0 0.833333ZM6.01727 5.83333L7.21737 11.8293C7.25547 12.0212 7.35983 12.1935 7.51218 12.3161C7.66453 12.4388 7.85516 12.5039 8.0507 12.5002L8.06667 12.5H16.1667L16.1826 12.5002C16.3782 12.5039 16.5688 12.4388 16.7212 12.3161C16.8728 12.194 16.9769 12.0228 17.0154 11.832L18.1594 5.83333H6.01727Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}



.infographics-with-top-border {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}
.infographics-with-top-border > div {
    width: 280px;
    border-top: 1px solid #e6e6e6;
}
.infographics-with-top-border svg {
    margin-top: 20px;
    margin-bottom: 20px;
}
.infographics-with-top-border b {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-right: 10px;
}
.infographics-with-top-border span {
    color: #003399;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    display: block;
}
.infographics-with-top-border span {
    font-size: 16px;
    line-height: 26px;
}
.infographics-with-top-border sup {
    font-size: 10px;
    top: -5px;
}
@media screen and (max-width: 1300px) {
    .infographics-with-top-border {
        column-gap: 40px
    }
}

@media screen and (max-width: 1250px) {
    .infographics-with-top-border > div {
        width: 207px;
    }
}

@media screen and (max-width: 510px) {
    .infographics-with-top-border > div {
        width: 100%;
    }
    .infographics-with-top-border {
        column-gap: 0;
        row-gap: 40px;
    }
}



.text-infographics-short-with-description {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.text-infographics-short-with-description > div {
    width: 280px;
}
.text-infographics-short-with-description span {
    color: #003399;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    display: block;
}
.text-infographics-short-with-description b {
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    margin-right: 10px;
}
.text-infographics-short-with-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}



.infographics-with-background {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.infographics-with-background > div {
    width: 32%;
    height: 240px;
    background-color: #f5f5f5;
    padding: 20px 30px 30px;
    border-radius: 4px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.infographics-with-background p {
    word-wrap: break-word;
}
.infographics-with-background b {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-right: 10px;
}
.infographics-with-background span {
    color: #003399;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}
@media screen and (max-width: 1250px) {
    .infographics-with-background > div {
        height: 250px;
        padding: 20px 20px 30px;
    }
}
@media (max-width: 550px) {
    .infographics-with-background > div {
        width: 100%;
        height: 140px;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
    }
    .infographics-with-background svg {
        margin-right: 25px;
        min-width: 86px;
    }
    .infographics-with-background b {
        font-size: 40px;
        line-height: 48px;
    }
}


.infographic-tall-text {
    font-family: Circe;
    font-size: 37px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: left;
}
.infographic-tall-text sup {
    font-size: 40%;
}
.infographic-b-text {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}
.single-picture_wrap {
    position: relative;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.single-picture {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .single-picture_wrap {
        height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .single-picture_wrap {
        height: 340px;
        width: calc(100% + 52px);
        margin-left: -26px;
    }
}

.business-plan-list {
    margin-top: 40px;
}

.business-plan-list li {
    list-style: none;
    min-height: 74px;
    padding-left: 80px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.business-plan-list li:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 100;
    width: 1px;
    height: calc(100% - 32px);
    left: 39.5px;
    top: 84px;
    background: #003399;
}

.business-plan-list li:last-child {
    margin-bottom: 0;
}

.business-plan-list li:last-child:after {
    display: none;
}

.business-plan-list li .business-plan-pin {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 32.5px;
    top: 50px;
    border: 1.4px solid #003399;
    border-radius: 8px;
}

.business-plan-list li .business-plan-pin:after {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
    border-radius: 4px;
    background: #003399;
}

.business-plan-list li .business-plan-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #0F58AC;
    margin-bottom: 8px;
}

.business-plan-list .business-case {
    width: 100%;
    padding: 40px 40px 40px 80px;
    display: flex;
    flex-direction: column;
    border-radius: 4px 0 0 0;
    background-color: #F5F5F5;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
}

.busines-preview {
    width: 100%;
    height: 320px;
    border-radius: 4px;
    background: center;
    background-size: cover;
    padding: 30px 20px 30px 40px;
    color: #FFFFFF;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.busines-preview::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, .37);
    z-index: 0;
}

.busines-preview__top-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}


.busines-preview__subdescription {
    font-family: Circe;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    z-index: 100;
}

.busines-preview__title {
    font-family: Circe;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    white-space: nowrap;
}

.busines-preview__text {
    font-family: Circe;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 260px;
}

.business-description {
    font-family: Circe;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin: 0 0 40px 0;
}

.busines-preview .sup {
    vertical-align: super;
    font-size: 50%;
}

.busines-preview .big-letter {
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.business-name {
    font-family: Circe;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222222;
    margin-top: 0;
}

.busines-infographics {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.busines-infographic {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.busines-infographic:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.business-case:last-child .busines-infographics .busines-infographic:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
}

.busines-infographics_img {
    align-self: flex-start;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.busines-infographics__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
}

.business-button {
    width: 218px;
    height: 40px;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #003399;
    color: #003399;
}

@media screen and (max-width: 767px) {
    .business-plan-list li {
        padding-left: 50px;
    }

    .business-plan-list li:after {
        left: 22.5px;
        height: calc(100% - 28px);
        top: 63px;
    }

    .business-plan-list li .business-plan-pin {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 32.5px;
        top: 30.5px;
        border-radius: 8px;
        left: 15px;
    }

    .business-plan-list .business-case {
        padding: 25px 25px 40px 50px;
    }

    .business-case {
        width: 100%;
        min-width: 312px;
    }

    .busines-infographic {
        padding: 20px 0 20px 0;
        flex-direction: column;
    }
    .business-case:last-child .busines-infographics .busines-infographic:last-child {
        padding-bottom: 20px;
    }

    .busines-preview {
        padding: 30px 20px 20px 20px;
    }

    .busines-preview__top-text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        z-index: 100;
    }

    .busines-preview__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .busines-preview__title {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
    }

    .business-name {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }

    .business-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .busines-preview .big-letter {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
    }
}

.grey-icon-wrapper {
    display: inline-flex;
    background-color: #F5F5F5;
    padding: 5px;
    border-radius: 25px;
}

.wide-divider {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
}

.block-with-wide-left-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.left-head-list {
    display: flex;
}
.left-head-list ul {
    width: 100%;
    margin: 0;
}
.left-head-list p {
    font-weight: 700;
    min-width: 240px;
    width: 240px;
}
@media screen and (max-width: 767px) {
    .left-head-list {
        flex-direction: column;
    }
    .left-head-list p {
        margin-bottom: 15px;
        min-width: auto;
        width: 100%;
    }
}