/* Общие */
.relative{
    position: relative;
    z-index: 1;
}
.page__list > li {
    position: relative;
}
.page__list > li:before {
    position: absolute;
    top: 0;
    left: 0;
}
.page__list > li:before {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
}
.page__list_w32 > li:before {
    width: 32px;
    height: 32px;
}
ol.page__list {
    counter-reset: point;
}
.page__list > li {
    padding-left: 76px;
    position: relative;
}
.page__list_ivcenter > li {
    display: flex;
    align-items: center;
}
.page__list_check > li {
    padding-left: 56px;
    min-height: 32px;
    margin-bottom: 24px;
}
ol.page__list > li {
    min-height: 52px;
    margin-bottom: 24px;
}
ol.page__list_w32 > li {
    min-height: 32px;
    margin-bottom: 16px;
}
ol.page__list > li:before {
    content: counter(point);
    counter-increment: point 1;
    background-color: var(--blue3);
    color: var(--blue1);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 18px;
}
ol.page__list_w32 > li:before{
    border-radius: 8px;
}

.page__list_w32 > li {
    padding-left: 48px;
}
.page__list a,.page__steps a{
    color:var(--blue1);
    text-decoration:underline;
}
.page__list a:hover,.page__steps a:hover{
    text-decoration:none;
}
.page__list_icnvcenter > li:before {
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.page__list_check > li:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(i/icon-check.svg) center center no-repeat var(--green1);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}
.page__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 64px;
}
.page__steps_col3 {
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    grid-column-gap: 34px;
    align-items: flex-start;
}
.page__steps > div {
    display: flex;
    align-items: flex-start;
}
.page__steps > div > *:first-child {
    margin-right: 32px;
    min-width: 96px;
}
.page__steps_col3 > div > *:first-child {
    margin-right: 24px;
    min-width: 52px;
}
.page__adv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    grid-gap: 64px;
    align-items: center;
    justify-content: space-between;
}
.page__adv > img {
    margin-left: auto;
    margin-right: auto;
}
.page__adv_invert > *:first-child {
    order: 2;
}
.page__adv_mini{
    display: flex;
    justify-content: space-between;    
    align-items: flex-start;
    grid-gap:24px;
}
.page__adv_center{
    justify-content: center;
}
.page__adv_start{
    justify-content: flex-start;
}
.page__quote {
    padding: 24px 24px 24px 20px;
    border-left: 4px solid var(--yellow1);
    background-color: var(--yellow3);
}
.page__max784 {
    max-width: 784px;
}
.page__max528 {
    max-width: 528px;
}
.page__center {
    text-align: center;
}
.page__centerbox {
    margin-left: auto;
    margin-right: auto;
}
.page__background__black6{
    background-color: var(--black6);
}
.page__color_blue1{
    color:var(--blue1);
}
.page__color_black4{
    color:var(--black4);
}
.page__clrblue {
    color: var(--blue1);
}
.page__form .form__fieldsbtn {
    grid-row-gap: 32px;
}
.page__form .form {
    max-width: 684px;
}
.page__shadow_box {
    position: relative;
    box-shadow: 0px 32px 48px rgb(32 34 37 / 10%);
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    transition: 0.5s;
}
.page__round_box {
    position: relative;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}
/*.page__shadow_box:hover {
    transform: translateY(-16px);
}*/
.page__adv_auto_height{
    align-items: normal;
}
.page__link2 {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #000000 !important;
}

.page__form {    
    box-shadow: 0px 16px 32px rgb(32 34 37 / 12%);
    border-radius: 16px;
    background: 97% center no-repeat var(--white);
    min-height: 288px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.page__form_consult {
    padding: 48px 336px 48px 24px;
    background-color: var(--black6);
    background-image: url(i/bg-consult.png);
    box-shadow: none;
}
.page__form_files {
    /*padding-right: 406px !important;*/
    box-shadow: none;
    /*background-image: url(i/bg-submit-app.png);*/
    min-height: 466px;
    background-position: 100% 94px !important;
    border-radius: unset;
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));*/
    grid-template-columns: calc(100% - 372px - 64px) 372px;
    align-items: flex-start;
}
.floating-img.floating-img_fixed{
    position:fixed;
    top: calc(48px + 48px);
    margin-left: calc(1280px - var(--indent) - var(--indent) - 372px);
}
.floating-img.floating-img_fixedend {
    position: absolute;
    bottom: 0;
    right: 0;
}
.page__mb0 {
    margin-bottom: 0;
}
.page__mb120{
    margin-bottom: 120px;
}
.page__mb96{
    margin-bottom: 96px;
}
.page__mb32 {
    margin-bottom: 32px;
}
.page__mb64 {
    margin-bottom: 64px;
}
.page__mb24 {
    margin-bottom: 24px;
}
.page__mb40 {
    margin-bottom: 40px;
}
.page__mb48 {
    margin-bottom: 48px;
}
.page__mb16 {
    margin-bottom: 16px;
}
.page__mb8 {
    margin-bottom: 8px;
}
.page__pt120{
    padding-top:120px;
}
.page__pt96{
    padding-top:96px;
}
.page__pb96{
    padding-bottom:96px;
}
.page__center_justify{
    justify-content: center;
}
ol.page__list_w32 > li:last-child{
    margin:0;
}

/* slider*/
.page__slider, .page__sliderlist, .page__slideritem {
    position: relative;
}
.page__slidercontrol {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page__sliderarrow {
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 1;
    border: 0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    background: transparent;
    border-radius: 16px;
    background: var(--white);
}
.page__sliderlist:not(.slick-initialized){
    display:none;
}
.slick-disabled svg{
    display:none!important;
}
.page__form_files .form {
    max-width: none !important;
}
.page__no_br{
    white-space:nowrap;
}
.page__slideritem > svg {
    display: block;
}


@media (max-width: 1279px){
	.page__adv {
		grid-gap: 48px;
	}
	.page__mb1 {
		margin-bottom: 96px;
	}
    .page__form_consult {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-right: 360px;
        background-position-x: 95%;
    }
    .floating-img.floating-img_fixed {
        margin-left: calc(100% - var(--indent_sm) - var(--indent_sm) - 372px);
    }
}
@media (max-width: 1180px){
    .page__pt96_sm{
        padding-top:96px;
    }
    .page__mb96_sm{
        margin-bottom:96px;
    }
    .page__adv_sm{
        grid-template-columns: 100%;
    }
    .page__adv {
        grid-gap: 32px;
    }
    .page__form_files {
        padding-right: 0 !important;
        background-image: none;
        min-height: none;
    }
    .page__steps_col3{        
        grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    }
    .page__steps_col3 > div {
        display: grid;
        grid-gap: 32px;
    }
    .page__form .form__fieldsbtn {
        grid-template-columns: repeat(auto-fit,minmax(320px, 1fr));
        margin-bottom: 24px;
    }
}
@media (max-width: 1050px){
    .floating-img{
        display:none;
    }
    .page__form_files{
        grid-template-columns: 100%;
    }
}
@media (max-width: 767px){
    .page__form_consult {
        padding-right: 24px;
        padding-bottom: 320px;
        background-position: center 92%;
        background-size: auto 256px;
    }
    .page__steps_col3 {
        grid-template-columns: 100%;
        grid-gap: 32px;
    }
    .page__steps_col3 > div {
        grid-gap: 24px;
    }
    .page__mb64_xs{
        margin-bottom:64px;
    }
    .page__mb48_xs{
        margin-bottom:48px;
    }
    .page__mb32_xs{
        margin-bottom:32px;
    }
    .page__mb24_xs{
        margin-bottom:24px;
    }
    .page__pt64_xs{
        padding-top:64px;
    }
    .page__pb64_xs{
        padding-bottom:64px;
    }
    .page__adv_gap48_xs{
        grid-gap:48px;
    }
    .promo__content {
        min-height: 0;
    }
}
@media (max-width: 527px){
    .page__adv_invert {
        grid-gap: 32px
    }
    .page__form .form__fieldsbtn {
        grid-template-columns: 100%;
    }
}
@media (max-width: 380px){
    .page__adv_mini{
        display:grid;
    }
}