.intro-preview {
	height: auto;
	min-height: 376px;
}

.upp__upgrade-steps {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: bitSteps;
}

.upp__upgrade-step:before {
    content: counter(bitSteps);
    counter-increment: bitSteps;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 19px;
    font-size: 170px;
    color: #352c85;
    line-height: .7;
    font-weight: 300;
}

.upp__upgrade-step {
	width: calc(50% - 15px);
	border: 1px solid #d8d8d8;
	margin-bottom: 30px;
	position: relative;
	padding: 20px 40px 20px 130px;
	background-color: #fff;
	height: 130px;
}

.bit-bor-wrap {
	padding: 50px 30px;
	text-align: center;
	height: 100%;
	border: 1px solid #d8d8d8;
	font-size: 16px;
}

.block-inform img {
	display: flex;
  align-self: center;
}

.custom-sp .block-inform {
	border: 1px solid #dedede;
}

.custom-sp .block-inform:hover {
	background-color: #352c85;
	border-color: #352c85;
}

.detail_check .block__plus-check.single {
	max-width: initial;
}

.description-list {
	color: #000;
	display: flex;
	flex-wrap: wrap;
}

.description-list__item {
	padding-right: 20px;
	flex-grow: 1;
	max-width: 25%;
}

.description-list__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin: auto auto auto 0;
	display: flex;
	align-items: flex-start;
}

.icon.biti-check {
	display: inline-block;
	outline: 0;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 20px;
	height: 18px;
	/* background-image: url(../img/check.svg); */
	background-color: red;
	-webkit-mask-image: url(../img/check.svg);
	mask-image: url(../img/check.svg);
}

.description-list__title .icon {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	flex-shrink: 0;
}


sup {
	color: #E50071;
	position: relative;
}
.input_wrap .error {
	color: #E50071;
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-weight: 600;
    font-size: 14px;
}
.input_wrap .error + input:not(.input_writed) {
	border-bottom: 1px solid #E50071;
}

.section__hea .icon--big:before {
	background: url(../img/icon-health.svg) no-repeat;
}

.link__tags-card.link__education-card i svg path {
	fill: #ffffff;
	stroke: none;
}

.wrapper_content_top_inner {
	margin-top: 37px;
	position: relative;
}

.wrapper_content_top_inner h1 {
	font-weight: 400;
	font-size: 44px;
	line-height: 110%;
	color: #fff;
	margin-bottom: 40px;
}

.wrapper_content_top_inner h1 span {
	color: #e50071;
}
.wrapper_content_top_inner.detail-solutions {
	background: #F5F5F5;
	padding: 0;
	height: auto;
	min-height: 462px;
}

.wrapper_content_top_inner.detail-solutions p {
	font-weight: normal;
	font-size: 22px;
	line-height: 140%;
	color: #000000;
	margin-bottom: 96px;
}

.wrapper_content_top_inner.detail-solutions h1 {
	color: #000000;
	margin-top: 96px;
	font-weight: bold;
	font-size: 44px;
	line-height: 110%;
	margin-bottom: 24px;
}

.wrapper_content_top_inner.detail-solutions:before {
	content: '';
	position: absolute;
	top: 129px;
	right: 20px;
	background: url(../img/bg-overlay2.png) no-repeat;
	width: 540px;
	height: 320px;
	display: block;
}

.link__tags-card.link__ed-card i svg path {
	fill: #ffffff;
	stroke: none;
}

.btn__departments-close {
	display: none;
}

.all .btn__departments-close {
	display: inline-block;
}

.all .btn__departments-more {
	display: none;
}

.btn__departments-close i svg {
	transform: rotate(180deg);
}

.btn__departments:nth-of-type(n+6) {
	display: none;
}

.all .btn__departments {
	display: inline-block;
}

.wrapper_content_top--industry {
	margin-top: 40px;
	margin-bottom: 0;
}

.wrapper_content_top.reverse__block p {
	font-size: 22px;
}

.right__column .wrap-case__form {
	display: inherit;
	margin: auto;
}

.right__column .preview_form-case {
	min-width: auto;
	flex-basis: 100%;
}

.right__column .form__case > .input_wrap {
	min-width: auto;
}

.right__column .btn-submit {
	margin: 10px;
}

.right__column .form__case {
	display: grid;
}

.search__main.show_search {
	overflow: initial;
}

.block__search {
	position: relative;
}

.search__result {
	position: absolute;
	height: 0px;
	width: 0px;
	top: 107%;
	left: 0;
	z-index: 99999;
	opacity: 0;
}

.search__result.active {
	opacity: 1;
	height: 100%;
	width: 100%;
}

.search__list {
	background: white;
	box-shadow: 1px 2px 3px 2px black;
	padding: 5px 10px;
}

.search__list li {
	margin-top: 15px;
	border-bottom: 1px solid black;
	display: flex;
	flex-direction: column;
}

.search__list li a {
	flex-basis: 100%;
}

.wrapper-modal-overlay {
	top: 0;
}

@media screen and (max-width: 768px) {
	.right__column .wrap-case__form {
		padding: 10px;
	}

	.event__date-block .d-block {
    padding: 10px;
	}

	.right__column .close-btn-default {
		top: -10px;
    right: -10px;
	}
}