.jsnav{
	display:block;
	position:relative;
	min-height:480px;
	background: linear-gradient(90deg, #4247ad, #5e4ac2 36.11%, #865ec7);
	background: linear-gradient(90deg, #10072f, #37296a 36.11%, #460b45);
	}

.jsnav .jsnav_cells{
	margin: 30px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 3fr));
    /* grid-template-rows: repeat(3, 320px); */
    transition: all 0.3s;
	font-size:1.3em;
	font-weight:200;
	color:#fff;
	}

.jsnav .jsnav_cells h5{color:#fff; font-weight:300; font-size:1.6em; padding:10px;}
.jsnav .jsnav_cells span{display:block; padding:0 20px; text-transform:uppercase; font-size:0.7em; font-weight:200;}
.jsnav .jsnav_cells div{display:block; padding:10px; padding-bottom:160px;}

.jsnav .jsnav_cell{
	width: 100%;
    height: 240px;
    padding: 10px;
	padding-bottom:50px;
    /*box-sizing: border-box;*/
    position: relative;
    border:1px solid #D6E1F4;
	border-radius: 16px;
    transition: all 0.3s;
	background: rgba(94, 109, 190, 0.2);
    -webkit-backdrop-filter: blur(4px);
    /*backdrop-filter: blur(4px);*/
	}


.jsnav .jsnav_card__btn {
    position: absolute;
	right:20px;
	bottom:15px;
    display: flex;
	cursor: pointer;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.em;
    line-height: 2.5em;
    border-radius: 15px;
    transition: background-color .3s, color .3s;
    background-color: #fff;
    color: #fffc;
	padding: 5px 10px;
    border: 1px solid #999;
    color: #fff;
    transition: border .3s, color .3s;
	}
.jsnav .jsnav_card__btn:hover{	
	background-color: #ebebeb;
	}
.jsnav .jsnav_card__btn>span{font-weight:300;}

.jsnav_icon{
	height:40px;
	width:40px;
	}


.steplsn{box-sizing: border-box; margin:0 30px; font-size:0.9em; font-weight:500;}
.steplsn ul, .steplsn ol{counter-reset: li;
	display: block;
    margin: 10px 0 10px 10px;
	
	}
.steplsn ol li,
.steplsn ul li{
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
	line-height: 1.6em;
    margin: 0.5em 0;
    background: inherit;
    color: #cec3f8;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: 0.3em;
    border-radius: 14px;
	border: 1px solid #7e6cc13d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	/*box-shadow: 0px 6px 36px #EBECF2;*/
	margin:25px 0;
	}
.steplsn ol li:before,
.steplsn ul li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
	top: 22px;
    margin-top: -1.3em;
	color:#fff;
    background: #9d87f1;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 0.3em solid #9d87f1;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.steplsn ul li a{color:#266db0;}

.steplsn ul li:before {content: '🗸';}

.steplsn ul li ul, .steplsn ol li ol{
	counter-reset: li;
	display: block;
    margin: 10px 0 10px 20px;
	}
.steplsn ol li ol li{box-shadow: inherit; margin:inherit;}
.steplsn ol li ol li:before,
.steplsn ul li ul li:before{
	content: '';
	border: 1px solid #fff;
	background: #235cc5;
    height: 1em;
    width: 1em;
	left: 0em;
    top: 10px;
	padding:0 0 0 0px;
    margin: 0 0 5px 0px;
	}


.steplsn ol li ol li ul,
.steplsn ul li ul li ul{
	padding:0;
	margin:0;
	}

.steplsn ol li ol li ul li,
.steplsn ul li ul li ul li{
	padding:5px 5px 0 20px;
	margin:0;
	font-size:0.9em;
	color:#212121;
	}

.steplsn ol li ol li ol li:before,
.steplsn ul li ul li ul li:before{
	content: '';
	border: 1px solid #fff;
	background: #999;
    height: 0.5em;
	border-radius: 0em;
    width: 0.5em;
	left: 0em;
    top: 12px;
	padding:0 0 0 0px;
    margin: 0 0 5px 0px;
	}

.steplsn blockquote{display: block; border-left:3px solid #ccc; font-size:0.9em; line-height:1.5em; padding:0 10px; 
	margin:10px 0 0px 0;
	color:#555;
	}





	
	
	
	
	
	
	
	
div.start-business .service-forms {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
div.start-business .service-forms__top {
    margin-bottom: 24px;
}
div.start-business .service-forms__about-title {
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 24px;
}
div.start-business .service-forms__steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
div.start-business .service-forms__step-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}
div.start-business .service-forms__card {
    padding: 60px;
    border-radius: 20px;
    background: #425ef50d;
}
div.start-business .service-forms__card-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
div.start-business .service-forms__card-text {
    font-size: 1em;
    line-height: 1.1em;
    color: #667;
    margin-bottom: 40px;
}
div.start-business .service-forms__card-recom{
	padding:10px;
	font-size: .75em;
	line-height: 1.5em;
	color: #555;
	}

div.start-business .service-forms__card-container:not(:last-child) {
    margin-bottom: 40px;
}
div.start-business .service-forms__card-container {
    display: flex;
    gap: 41px;
    justify-content: space-between;
	font-size:1.2em;
}	
div.start-business .service-forms__card-wrapper .text-typography ul li {
    margin-bottom: 4px;
}
.text-typography ul li, .text-typography ol li {
    display: flex;
    align-items: baseline;
    margin-bottom: 24px;
	padding: 10px;
    border-radius: 20px;
    background: #425ef50d;
	line-height: 1.1em;
	}

.text-typography ul li:before {
    content: "";
    bottom: 3px;
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    background-color: #8879c2;
}
.text-typography ul li:before, .text-typography ol li:before {
    position: relative;
    margin-right: 18px;
}

.text-typography ul li small{color: #8879c2;}
.text-typography ul li strong{padding:0 5px;}


div.start-business .informers {
    margin: 0 0 40px;
    gap: 24px 20px;
}
.informers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
div.start-business .informer {
    margin: 0;
    flex: 0 1 calc(40% - 10px);
    padding: 32px;
}
.informers .informer {
    margin: 0 6px 12px;
}
.informer_color_purple {
    padding: 24px 24px 24px 30px;
    background: linear-gradient(90deg, #474b95, #7552ae);
}
.informer {
    display: flex;
    align-items: stretch;
    padding: 24px;
    border-radius: 8px;
    background-color: #f9f9f9;
    width: 100%;
}
div.start-business .informer__main {
    margin-right: 0;
    align-items: flex-start;
}
.informer__main {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 65px;
}	
div.start-business .informer__number {
    width: 24px;
    min-width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-right: 20px;
    color: #cec3f8;
}
div.start-business .informer__title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 140%;
}
.informer_color_purple .informer__title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0;
}
.informer__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    color: #000;
    margin-bottom: 8px;
}
.title {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.1em;
    color: #000;
}
div.start-business .service-forms__card strong{ 
	
	}
	
div.start-business .service-forms__card .btn {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    padding: 11px 23px;
    color: #f4f4f4;
    letter-spacing: 1px;
}
.btn_color_purple:hover, .btn_color_purple:focus {
    background-color: #7e6cc1;
    border-color: #7e6cc1;
}
a.link, a[href] {
    text-decoration: none;
}
a.btn {
    text-decoration: none;
}
.btn_color_purple {
    background-color: #9d87f1;
    color: #fff;
}
.btn_view_square {
    border-radius: 8px;
}
.btn_size_medium {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    border: 1px solid #9d87f1;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #000;
    transition: background-color .2s, box-shadow .2s;
}

div.start-business .snippet {
    background: linear-gradient(90deg, #474b95, #7552ae);
	background: linear-gradient(90deg, #10072f, #37296a 36.11%, #460b45);
}
.snippet {
    display: flex;
    background: linear-gradient(0deg, #584e9f, #584e9f), linear-gradient(98.4deg, #7452ad -28.25%, #0c0521 82.59%), #fff;
    border-radius: 8px;
    padding: 32px;
    justify-content: space-between;
    min-height: 157px;
    overflow: hidden;
}
.snippet .title{color:#cec3f8;}
.snippet .text-typography{color:#cec3f8;}

div.start-business .snippet__text {
    max-width: 60%;
}
.snippet__text {
    display: flex;
    flex-direction: column;
    height: auto;
    max-width: 60%;
}
div.start-business .snippet_reg-business .snippet__img {
    margin: -27px 0 7px;
    width: 100%;
    height: 100%;
    max-width: 322px;
    max-height: 283px;
}
.snippet__img_mobile {
    display: none;
}
.snippet__img {
    margin: -32px -32px -32px 0;
    height: auto;
    position: relative;
}
div.start-business .snippet_reg-business .snippet__img img {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
}
.snippet__img img {
    height: auto;
    object-fit: contain;
    width: auto;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
img {
    vertical-align: middle;
}
div.start-business .service-forms__card_row {
    display: flex;
}
div.start-business .service-forms__card {
    padding: 20px;
    border-radius: 20px;
    background: #425ef50d;
}
div.start-business .service-forms__card_row .service-forms__card-title {
    max-width: 443px;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 0;
    margin-right: 70px;
}
div.start-business .service-forms__card-title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
div.start-business .service-forms__test {
    margin-top: 16px;
}
div.start-business .service-forms__test-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
div.start-business .service-forms__test-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 16px;
}
div.start-business .service-forms__test .text-typography:not(:last-child) {
    margin-bottom: 24px;
}
div.start-business .service-forms__test .text-typography {
    font-size: 18px;
    line-height: 130%;
    color: #666;
}
.text-typography {
    font-size: 1.2em;
    line-height: 30px;
    color: #000;
}
.text-typography>p:last-child, .text-typography>ul:last-child, .text-typography>ol:last-child, .text-typography>div:last-child {
    margin-bottom: 0;
}
.text-typography>p:first-child, .text-typography>ul:first-child, .text-typography>ol:first-child, .text-typography>div:first-child {
    margin-top: 0;
}
.text-typography>p, .text-typography>ul, .text-typography>ol, .text-typography>div {
    margin-top: 24px;
    margin-bottom: 24px;
}
div.start-business .service-forms__gos .service-forms__about {
    margin-bottom: 24px;
}
div.start-business .service-forms__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: 964px;
}
div.start-business .service-forms__gos .text-typography {
    font-size: 16px;
    line-height: 150%;
}
div.start-business .service-forms__gos .cards-layout {
    margin: 0 0 24px;
    gap: 12px;
}
.cards-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -10px;
}
div.start-business .service-forms__gos .card-layout {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    flex: 0 1 calc(25.0% - 9px);
    box-shadow: none;
    background: #425ef50d;
    border-radius: 8px;
}
.cards-layout .card-layout {
    margin: 0 10px 24px;
}
.card-layout {
    position: relative;
    width: 100%;
    padding: 34px;
    background-color: #fff;
    box-shadow: 0 0 20px #3f436a1a;
    border-radius: 12px;
    color: #000;
}
div.start-business .service-forms__gos .card-layout .jsnav_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    margin-right: 24px;
    color: #9d87f1;
}
.jsnav_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
div.start-business .service-forms__gos .card-layout__text {
    font-size: 20px;
    line-height: 140%;
}	
div.start-business .cards-benefit {
    margin: 0;
    gap: 12px;
}
.cards-benefit_amount_4 {
    min-height: 350px;
}
.cards-benefit {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -6px;
}
div.start-business .card-benefit {
    display: flex;
    flex-direction: column;
    background: #425ef50d;
    backdrop-filter: blur(9px);
    color: #000;
    margin: 0;
    max-width: 100%;
    flex: 0 1 calc(30% - 15px);
}
.cards-benefit_amount_4 .card-benefit {
    max-width: calc(25% - 12px);
    margin: 0 6px;
}
.card-benefit {
    width: 100%;
    color: #e1e1e1cc;
    border-radius: 12px;
    padding: 28px 22px 28px 28px;
    background-position: center;
    background-size: 105% 100%;
    background-repeat: no-repeat;
}
div.start-business .card-benefit__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 24px;
}
.card-benefit__icon {
    margin-bottom: 20px;
}
div.start-business .card-benefit__title {
    font-size: 22px;
    color: #000;
    width: 99%;
    margin-bottom: 24px;
}
.card-benefit__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    min-height: 78px;
    color: #fff;
    width: 77%;
}
div.start-business .card-benefit__text {
    color: #666;
    margin-bottom: 24px;
}
.card-benefit p {
    font-size: 14px;
    line-height: 22px;
    color: #ebe7fc;
}
div.start-business .card-benefit__link {
    margin-top: auto;
    text-decoration: none;
    font-size: 14px;
    color: #9d87f1;
    display: flex;
    align-items: center;
}
a.link, a[href] {
    text-decoration: none;
}
div.start-business .card-benefit__link .jsnav_icon {
    width: 5px;
    min-width: 5px;
    max-width: 5px;
    height: 8px;
    margin-left: 6px;
    top: 1px;
    position: relative;
}
div.start-business .service-forms__services-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}
div.start-business .service-forms__services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
div.start-business .service-forms__services-item:hover {
    background: #425ef51a;
}
div.start-business .service-forms__services-item {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    flex: 0 1 calc(25% - 10px);
    min-height: auto;
    padding: 16px;
    border-radius: 12px;
    background: #425ef50d;
	box-sizing: border-box;
}
a.link, a[href] {
    text-decoration: none;
}
div.start-business .service-forms__services-item span {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2em;
    max-width: 322px;
    margin-right: 11px;
}
div.start-business .service-forms__services-item:hover .jsnav_icon {
    display: flex;
}
div.start-business .service-forms__services-item .jsnav_icon {
    display: none;
    margin-left: auto;
    margin-right: 8px;
    width: 7px;
    height: 11px;
    color: #7e6cc1;
}

div.start-business .service-forms__services-item.disable{
	opacity:0.7;
	color:#777;
	}

.jsnav_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}


.programInstruction{font-size:0.7em; color:#555;}
.programInstruction .programInstructionCardContent ol {
    counter-reset: item;
    padding-left: var(--fzXXS);
}

.programInstruction .programInstructionCardContent ol li {
    display: list-item;
	list-style: auto;
	line-height:1.2em;
    margin-bottom: var(--mar8);
    counter-increment: item;
    position: relative;
    padding: 10px;
	border-radius:10px;
    padding-right: 30px;
	margin:10px 0;
}

.programInstruction .programInstructionCardContent ol li a {
    color: var(--purple-4)
}

.programInstruction .programInstructionCardContent ol li::marker {
    content: counter(item) ". ";
    font-weight: 600;
    font-size: var(--fzXXS);
    line-height: var(--lineHeightXM)
}

.programInstruction .programInstructionCardContent ol li:last-child {
    margin-bottom: 0
}

.programInstruction .programInstructionCardContent ul {
    padding-left: 6px
}

.programInstruction .programInstructionCardContent ul li {
    list-style: disc;
    padding-left: 16px
}

.programInstruction .programInstructionCardContent ul li a {
    color: var(--purple-4)
}

.programInstruction .programInstructionCardContent ul li::marker {
    color: var(--purple-4);
    content: "▪"
}

.programInstruction .programInstructionCardContent ul li:not(:last-child) {
    margin-bottom: var(--mar8)
}

.programInstruction .programInstructionCardContent img {
    display: block
}

.programInstruction .programInstructionCardContent blockquote {
    padding: 5px 20px;
    border: none;
	font-weight:300;
	word-break: break-word;
}



.bizTools{display:block; line-height:1.2em; font-size:0.9em;}	
.bizTools a{display:block; text-decoration:none; color:#cec3f8; padding:10px 10px; background: linear-gradient(90deg, #474b95, #7552ae); margin:10px 0; border-radius:6px; font-weight:300;}	
.bizTools a.sel{background:#9d87f1; color:#fff;}
.bizTools a:hover{color:#fff;}
.bizTools a.biztools_razdel{background:#cec3f8; color:#333; cursor:default; border-radius:5px; text-transform:uppercase;}
	
	
.bizToolsContent ul{
	display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* grid-template-rows: repeat(10, 70px); */
    line-height: 1.1em;
    font-size: 1.1em;
    background-color: #eceffd;
    padding: 10px;
    border-radius: 20px;
    margin: 0;
	}	
.bizToolsContent ul li{
	display: flex;
    flex-direction: column;
    position: relative;
    border: 5px solid #fff;
    border-radius: 15px;
    padding: 10px;
    margin: 5px;
    background-color: #f5f7fe;
    color: #000;
    text-decoration: none;
    font-weight: 300;
	}
	
.bizToolsContent ul li:before{margin:0; content:none;}
	
.bizToolsContent li div[data-field]{
	display:block;
	border:2px solid #efefef;
	border-radius:10px;
	background-color:#fff;
	padding:10px;
	color:#313131;
	line-height:1.1em;
	font-size:0.75em;
	font-weight:300;
	box-sizing: border-box;
    width: 100%;
	}
.bizToolsContent ul li span{display:block; color:#000; font-size:0.8em; font-weight:bold; line-height: 1.1em;}	
.bizToolsContent ul li small{display:block; color:#333; font-size:0.65em; font-weight:300; line-height:1.1em; margin:5px 0;
	flex-grow: 1; /* Заставляет элемент занимать доступное пространство */
    display: flex; /* Включаем flexbox для выравнивания текста */
    align-items: center; 
	font-weight:300;
	}
.bizToolsContent ul li small.bizToolsFormula{color: #af8383; font-size: 0.5em;}


.bizToolsContent .btn{
	font-weight: 300;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 11px 23px;
    color: #f4f4f4;
    letter-spacing: 1px;
	cursor:pointer;
	}

.bizTools a.bizprofileprint{
    cursor: pointer;
    background-color: #e91e63;
	background: linear-gradient(90deg, #AD1457, #7552ae);
}









@media screen and (max-width: 1680px){	
	}

@media screen and (max-width: 1450px) {	
	}

@media screen and (max-width: 1280px) {	
	.jsnav .jsnav_cells{font-size:1em;}
	}

@media screen and (max-width: 1024px){	
	.jsnav .jsnav_cells{font-size:1em;}
	.start-business{font-size:1em;}
	div.start-business .snippet__text {max-width: 50%;}
	}


@media screen and (max-width: 800px){
	.jsnav .jsnav_cells{font-size:1.2em;}
	.start-business{font-size:1em;}
	div.start-business .service-forms__card-container {display: block;}
	div.start-business .informer{flex:auto;}
	div.start-business .service-forms__services-item{padding:10px; flex:0 1 calc(33% - 10px)}
	div.start-business .snippet__text {max-width: 70%;}
	div.start-business .snippet_reg-business .snippet__img img {max-height:80px;}
	}

@media screen and (max-width: 640px) {	
	.jsnav .jsnav_cells{font-size:1em;}
	.jsnav .jsnav_cells div{height: 400px; box-sizing: border-box;}
	.steplsn{margin:0px;}

	div.start-business .service-forms__services-item{padding:10px; flex:0 1 calc(50% - 10px)}
	div.start-business .snippet__text {max-width: 100%;}
	div.start-business .snippet_reg-business .snippet__img img {display:none;}
	.jsnav .jsnav_cells{margin:5px;}
	}
	
@media screen and (max-width: 480px) {
	.jsnav .jsnav_cells{font-size:0.95em;}
	div.start-business .service-forms__services-item{padding:10px; flex:0 1 calc(100% - 10px)}
	.bizToolsContent ul{display:block;}
	.steplsn{display:none !important;}
	.jsnav .jsnav_cells div{ height: 0; font-size:0.8em;}
	}	
	
@media screen and (max-width: 360px) {
	.jsnav .jsnav_cells{font-size:0.9em; width:90%;}
	}
