.bg_orange {
    background: #FFEAD7;
}
.color__black_light { color: var(--black_light); }



.hero_partner {
	background-color: var(--orange_buttonHover);
}
.hero__title, .hero__text {
	color: var(--white);
}
.hero.hero_partner .hero__title {
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}
@media (min-width: 576px) {
	.hero.hero_partner {
		padding: 32px 38px;
		background-position: right bottom;
		background-size: 336px auto;
		
		background-image:url('i/new/partner_top.png?v=2');
	}
	.hero.hero_partner .hero__title {
		font-size: 48px;
		font-weight: 600;
		line-height: 120%;
	}
	.hero.hero_partner .hero__bottom {
		max-width: 324px;
	}
}
@media (min-width: 992px) {
	.hero__content {
		max-width: 610px;
	}
	.hero.hero_partner {
		padding: 37px 55% 37px 56px;
		min-height: 554px;
		background-position: right bottom;
		background-size: auto;
	}
	.hero.hero_partner .hero__title {
		font-size: 60px;
	}
	.hero.hero_partner .hero__bottom {
		max-width: 610px;
	}
	.hero.hero_partner .hero__buttons {
		max-width: 261px;
	}
}

/*****************/

.orange_col { padding: 48px 0; }
.orange_col .card { gap: 0; }
.orange_col .card {
    background: var(--white);
    padding: 24px;
    border-radius: 16px;
}
.orange_col__card_icon {
	width: 40px;
	height: 40px;
	background: var(--orange_lighter);
	border-radius: 8px;
	padding: 9px;
}
.orange_col__card_icon>svg {
	width: 22px;
	height: 22px;
}
@media (min-width: 576px) {
	.orange_col { padding: 64px 0; }
	.orange_col .card { padding: 32px; }
	.orange_col__card_icon {
		width: 80px;
		height: 80px;
		border-radius: 16px;
		padding: 18px;
	}
	.orange_col__card_icon>svg {
		width: 44px;
		height: 44px;
	}
}

/*****************/


.bnnr {
	border-radius: 32px;
	overflow: hidden;
	padding: 32px 24px;
}
@media (min-width: 576px) {
	.bnnr {
		padding: 48px 32px;		
		background: url('/themes/evotor/assets/css/blocks/regkkt/i/bg_banner_request_desktop.png');
		background-size: 100% 100%;
		background-position: bottom right;
	}
}
@media (min-width: 992px) {
	.bnnr { padding: 48px 56px; }
}

/************/

@media (max-width: 991px) {
	.gap12_24 {
		gap: 24px 12px;
	}
}

@media (min-width: 576px) {
	.cl_line {
		position: relative;
	}
	.cl_line:after {
		content: '';
		position: absolute;
		top: 22px;
        left: 52px;
		background: #C1C8DF;
		width: calc(100% - 52px);
		height: 1px;
	}
}

@media (min-width: 992px) {
	.cl_line:after {
		width: calc(100% - 12px);
	}
}

/*****************/

@media (max-width: 577px) {
	.tabl_block {
		overflow-x: auto;
		cursor: grab;
	}
	.tabl_block .h3 { font-size:16px; }
}

.tabl_block {
	padding-top: 32px;
	padding-bottom: 16px;
}
.tabl_block::-webkit-scrollbar { width:0; }
.tabl_min { width:10px; }

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0;
	min-width: 400px;
}
th, td { text-align:center; }
th { padding: 10px 0; }
td { padding: 16px 0; }

tr:not(:last-child) td {
	border-bottom: 1px solid #f0f0f0;
}

.tabl_ram__top {
	border-radius: 16px 16px 0 0;
    background: var(--white);
    position: relative;
}
.tabl_ram__top:before,
.tabl_ram__top:after {
	content: '';
	position: absolute;
	top: 16px;
    width: 15px;
    height: calc(100% - 16px);
}
.tabl_ram__top:before {
	right: 100%;
	box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.08);
}
.tabl_ram__top:after {
	left: 100%;
	box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.08);
}
.tabl_ram__top_shadow {
	top: 0;
    height: 16px;
    width: 100%;
    border-radius: 16px;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
}

.tabl_ram__top_shadow::before {
	content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.14);
}

.tabl_ram__bottom {
	border-radius: 0 0 16px 16px;
    background: var(--white);
    position: relative;
}
.tabl_ram__bottom:before,
.tabl_ram__bottom:after {
	content: '';
	position: absolute;
	bottom: 16px;
    width: 15px;
    height: calc(100% - 16px);
}
.tabl_ram__bottom:before {
	right: 100%;
	box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.08);
}
.tabl_ram__bottom:after {
	left: 100%;
	box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.08);
}
.tabl_ram__bottom_shadow {
	bottom: 0;
    height: 16px;
    width: 100%;
    border-radius: 16px;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
}
.tabl_ram__bottom_shadow::before {
	content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.14);
}


.tabl_ram__mid {
    background: var(--white);
    position: relative;
}
.tabl_ram__mid:before,
.tabl_ram__mid:after {
	content: '';
	position: absolute;
	top: 0;
	width: 15px;
	height: 100%;
}
.tabl_ram__mid:before {
	right: 100%;
	box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.08);
}
.tabl_ram__mid:after {
	left: 100%;
	box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.08);
}

th:first-child {
	text-align: left;
	background: transparent;
}

td:first-child {
	text-align: left;
	max-width: 82px;
}

@media (min-width: 576px) {
	.tabl_min { width:12px; }
	.tabl_block {
		padding-top: 48px;
		padding-bottom: 24px;
	}
	th { padding: 40px 0; }
	td { padding: 24px 0; }
	td:first-child {
		max-width: 202px;
	}
}

@media (min-width: 992px) {
	.tabl_min { width:34px; }
	.tabl_block {
		padding-top: 64px;
	}
	td:first-child {
		max-width: 390px;
	}
}