#main{
    background-color: #FFFFFF!important;
}

h1, h2, h3{
    color: #2e3c54;
}

h1 {
    font-size: 30px;
    line-height: 33px;
    margin: 20px 0;
}

h1 > span{
    font-size: 30px;
    line-height: 33px;
}

h2, h3 {
    font-size: 24px;
    line-height: 30px;
}


#step1 {
    font-family: 'Exo 2', sans-serif;
    max-width: 1000px;
}

.title_step {
    position: relative;
    width: 35%;
    min-height: 26px;
    margin-top: 30px;
    text-align: center;
    border-radius: 99px;
    border: 2px solid rgba(26, 175, 208, 0.27);
}

.title_step span {
    color: #1AAFD0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}



.promo_text span {
    color: #FFB600;
}

.next_step {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}
.next_step a {
    text-decoration: none;
    width: 50%;
}

.next_step p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3C54;
}

.next_step div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #BAD407;
    border-radius: 4px;
    padding: 0 30px;
    margin: 5px;
    transition: 0.5s;
}
.next_step div:hover {
    border: 2px solid #9fb102;
    cursor: pointer;
}

.next_step img {
    box-sizing: unset;
    width: 8px;
    height: 14px;
    padding: 15px;
}

/*step 1*/

#step1 .promo_list ul {
    margin: 0;
    padding: 0;
}

#step1 .promo_list li {
    margin: 0 0 15px 0;
    padding: 0;
}
#step1 .promo_list img {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0;
}

#step1 .promo_list p {
    color: #000000;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

#step1 .banner {
    position: relative;
    display: grid;
    grid-template-columns: 150px 1fr 300px;
    justify-content: center;
    background-size: contain;
    min-height: 117px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08), 0px 2px 12px rgba(38, 50, 56, 0.08);
    border-radius: 12px;
    background-color: #FFFFFF;
    margin: 36px 10px 0 10px;
}

#step1 .media-block{
    display: none;
}

#step1 .img-wrapper{
    display: grid;
    align-content: flex-end;
}

#step1 .button_start {
    display: grid;
    justify-content: center;
    align-items: center;
    background: #BAD407;
    align-self: center;
    justify-self: flex-end;
    position: relative;
    width: 100%;
    max-width: 255px;
    max-height: 55px;
    border-radius: 4px;
    margin-right: 35px;
    padding: 10px;
}

#step1 .button_start p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #2E3C54;
}

#step1 .wrapper-text{
    display: grid;
    grid-template-rows: 1fr 1fr;
    align-content: center;
    justify-self: flex-start;
    font-size: 30px;
    line-height: 33px;
    padding-left: 25px;
}

#step1 .first-text{
    align-self: flex-end;
    font-weight: 600;
}

#step1 .second-text{
    font-weight: 500;
}

#step1 .form-banner{
    position: relative;
    display: none;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(38, 50, 56, 0.08);
    border-radius: 12px;
    background-color: #fff;
    margin-top: 36px;
    min-height: 350px;
    grid-template-rows: 60px 1fr 1fr;
    justify-content: center;
    justify-items: center;
    padding-bottom: 15px;
}

#step1 .form-banner img{
    position: relative;
    top: -70px;
}

#step1 .form-banner__title{
    font-size: 30px;
    line-height: 36px;
}

#step1 .form-banner__title_bold{
    font-weight: 600;
}

#step1 .form-banner__title_thin{
    font-weight: 500;
}

#step1 .form-banner p{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

#step1 .form-banner__input-block{
    display: grid;
    grid-template-columns: 50px 1fr;
    width: 100%;
    border: 1px solid #D3D3D3;
    height: 53px;
    border-radius: 4px;
}

#step1 .form-banner__input-block input{
    height: 51px;
    position: relative;
    left: 23px;
    border: none;
    width: 90%;
    font-size: 18px;
}

#step1 .form-banner__btn{
    width: 100%;
    height: 53px;
    background-color: #BAD407;
    border-radius: 4px;
    font-size: 16px;
    display: grid;
    justify-content: center;
    align-content: center;
}

#step1 .button_start:hover{
    background-color: #cbe50b;
    cursor: pointer;
}

#step1 .form-banner__btn:hover{
    background-color: #cbe50b;
    cursor: pointer;
}

#step1 .form-banner-wrapper{
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 5px 0 5px 0;
    width: 416px;
}

#step1 .form-banner__phone hr{
    transform: rotate(90deg);
    position: relative;
    left: 33px;
    width: 34px;
    top: -5px;
}

#step1 .form-banner__phone span{
    font-size: 18px;
    line-height: 24px;
    position: relative;
    left: 18px;
    top: 15px;
}

#step1 .form-kod{
    position: relative;
    display: none;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(38, 50, 56, 0.08);
    border-radius: 12px;
    background-color: #fff;
    margin-top: 36px;
    min-height: 350px;
    grid-template-rows: 60px 1fr 1fr;
    justify-content: center;
    justify-items: center;
    padding-bottom: 15px;
}

#step1 .form-kod img{
    position: relative;
    top: -70px;
}

#step1 .form-kod__wrap-title{
    display: grid;
    justify-content: center;
}

#step1 .form-kod__wrap-title > span{
    color: #2E3C54;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

#step1 .form-kod__wrap-title > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    justify-self: center;
}

#step1 .form-kod-wrapper{
    display: grid;
    height: 113px;
    width: 270px;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
}

#step1 .form-kod__btn:hover{
    background-color: #cbe50b;
    cursor: pointer;
}

#step1 .form-kod__input-block{
    border: 1px solid #D3D3D3;
}

#step1 .form-kod__input-block input{
    width: 90%;
    height: 94%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border: none;
    padding-left: 19px;
}

#step1 .form-kod__btn {
    display: grid;
    justify-content: center;
    align-content: center;
    background-color: #BAD407;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

#step1 .form-next {
    position: relative;
    display: none;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(38, 50, 56, 0.08);
    border-radius: 12px;
    background-color: #fff;
    margin-top: 36px;
    min-height: 270px;
    grid-template-rows: 60px 1fr 1fr;
    justify-content: center;
    justify-items: center;
    padding-bottom: 15px;
}

#step1 .form-next img{
    position: relative;
    top: -70px;
}

#step1 .form-next .next_step img{
    top: 0;
}

#step1 .form-next .next_step{
    padding: 0;
    height: 53px;
}

#step1 .form-next .next_step a div{
    background-color: #BAD407;
}


/*step2*/

#step2 .promo_banner {
    position: relative;
    align-items: center;
    margin-top: 57px;
    margin-bottom: 16px;
    border: 1px solid #BAD407;
    box-sizing: border-box;
    border-radius: 8px;
    z-index: 1;
    display: grid;
}

#step2 .promo_banner__wrapper-info-blocks {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

#step2 .promo_banner__wrapper-info-blocks img{
    width: auto;
    height: 70px;
}

#step2 .promo_banner__info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 210px;
    margin: 20px 0;
    padding-top: 20px;
}

#step2 .promo_banner__row-top{
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
    justify-items: center;
}

#step2 .promo_banner__row-bottom{
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    justify-items: center;
}

#step2 .promo_banner__hr {
    width: 1px;
    height: 85px;
    margin: 20px;
    background: #BAD407;
    border: none;
    align-self: center;
}

#step2 .media-hr{
    display: none;
}

#step2 .promo_banner__p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#step2 .promo_banner__span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3C54;
}

#step2 .logo_banner {
    position: relative;
    justify-self: center;
    top: -42%;
    padding: 0 40px;
    background-color: #fff;
}

#step2 .blocks {
    display: flex;
    justify-content: center;
}


#step2 .blocks div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
    margin: 10px 20px 10px 0;
    position: relative;
    width: 100%;
    height: 151px;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
}

#step2 .blocks span {
    margin: 0;
    font-size: 40px;
    line-height: 17px;
}

#step2 .percent_1 {
    color: #01A6FF;
    font-size: 20px;
    padding-top: 4%;
}

#step2 .percent_2 {
    color: #FFB600;
    font-size: 20px;
    padding-top: 4%;
}

#step2 .percent_3 {
    color: #6ECD51;
    font-size: 20px;
    padding-top: 4%;
}

#step2 .info_block_step {
    position: relative;
    display: block;
    margin: 84px 0 0;
}

#step2 .content_info div{
    background-color: #F2F2F2;
    display: grid;
    height: 144px;
}

#step2 .info_block_step hr  {
    height: 1px;
    background: #DADDDF;
}


#step2 .info_block_step ul {
    margin: 0;
    padding: 0;
}
#step2 .info_block_step li {
    position: relative;
    width: 100%;
}
#step2 .head_point {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#step2 .info_block_step p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2E3C54;
}

#step2 .arrow_point {
    width: 15px;
    height: 7px;
    margin: 25px;
    transition: 0.5s;
}

#step2 .content_info {
    width: 100%;
    display: none;
}

#step2 .content_info p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
}

#step2 .content_info img {
    width: 90%;
    height: auto;
    justify-self: center;
    align-self: center;
}


#step2 .conclusion_training_1 p {
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #000000;
}

#step2 .step_by_step {
    position: relative;
    display: flex;
}

#step2 .step_by_step div {
     position: relative;
     display: flex;
     align-items: flex-start;
     align-content: flex-start;
     justify-content: center;
     flex-wrap: wrap;
    z-index: 9999;
     width: 100%;
     margin: 20px;
}
#step2 .step_by_step hr {
    position: absolute;
    z-index: 1;
    margin: 50px 50px auto auto;
    height: 1px;
    background-color: #DADDDF;
    width: 81%;
    left: 88px;
}

#step2 .step_by_step p {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

#step2 .step_by_step a {
    color: #1AAFD0;
}

#step2 .blocks__p{
    font-weight: 500;
}

#step2 .button_monitoring {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#step2 .conclusion_training_1 button {
    background: #BAD407;
    border-radius: 4px;
    width: 255px;
    height: 53px;
    border: none;
    font-size: 16px;
    line-height: 19px;
    color: #2E3C54;
    transition: 0.5s;
}

#step2 .conclusion_training_1 button:hover {
    background: #cbe550;
}

#step2 .step_by_step img {
    display: block;
    margin: 10px;
    padding: 0 20px;
    background-color: #fff;
}


#step2 .conclusion_training_2 p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #000000;
}
#step2 .conclusion_training_2 img {
    width: 100%;
    height: auto;
}

/*step 3*/


#step3 .point_one {
    margin: 0;
}

#step3 .point_one p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2E3C54;
}

#step3 .point_one img {
    width: 100%;
    height: auto;
    padding-bottom: 32px;
}

#step3 .point_two {
    margin: 0;
}

#step3 .point_two ul {
    margin: 0;
    padding: 0;
}

#step3 .point_two li {
    margin: 8px 0 15px 0;
    padding: 0;
}
#step3 .point_two li img {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0;
}

#step3 .point_two p {
    color: #000000;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

#step3 .promo_banner{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin: 52px 0;
}

#step3 .promo_block{
    background-color: #FFFFFF;
    border-radius: 8px;
}

#step3 .step3-content div{
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-column-gap: 18px;
}

#step3 .step3-content{
    width: auto;
    background-color: #FFFFFF;
    padding: 10px 10px 20px 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8px;
    height: 185px;
}

#step3 .step3-content div img{
    align-self: center;
}

#step3 .promo_block_green{
    border: 1px solid #6ECD51;
    background-color: #6ECD51;
}

#step3 .promo_block_gray{
    border: 1px solid #E2E2E2;
    background-color: #E2E2E2;
}

#step3 .title{
    display: grid;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

#step3 .step3-content div p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

#step3 .step3-content div p span{
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3C54;
}


#step3 .feedback {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 80px;
    background-color: #2E3C54;
    background-image: url('/pages/start/images/feedback.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#step3 .feedback div {
    text-align: left;
    height: auto;
    padding: 20px;
}

#step3 .feedback p {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
#step3 .enter_phone {
    display: flex;
    align-items: center;
}

#step3 .enter_phone input {
    width: 260px;
    height: 20px;
    margin: 10px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    font-size: 20px;
}

#step3 .enter_phone button {
    width: 204px;
    height: 50px;
    background: #BAD407;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    line-height: 19px;
    transition: 0.5s;
}

#step3 .enter_phone button:hover {
    background: #e1fa72;
}

#step3 .green-border{
    border: 2px solid #6ECD51;
    border-radius: 8px;
}

#step3 .gray-border{
    border: 2px solid #E2E2E2;
    border-radius: 8px;
}

#step3 .banner {
    position: relative;
    display: grid;
    grid-template-columns: 150px 1fr 260px;
    justify-content: center;
    background-size: contain;
    min-width: 320px;
    min-height: 117px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background-color: #FFFFFF;
    margin: 36px 10px 0 10px;
}

#step3 .img-wrapper{
    display: grid;
    align-content: flex-end;
}

#step3 .button_start {
    display: grid;
    justify-content: center;
    align-items: center;
    background: #BAD407;
    align-self: center;
    justify-self: center;
    position: relative;
    width: 75%;
    max-width: 255px;
    max-height: 55px;
    border-radius: 4px;
    padding: 10px;
}

#step3 .button_start p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #2E3C54;
}

#step3 .wrapper-text{
    display: grid;
    grid-template-rows: 1fr 1fr;
    align-content: center;
    justify-self: center;
    font-size: 30px;
    line-height: 33px;
}

#step3 .first-text{
    align-self: flex-end;
    font-weight: 600;
}

#step3 .second-text{
    font-weight: 500;
    font-size: 16px;
}


/*step 4*/

#step4 .block_analyze {
    margin: 0;
}

#step4 .div_analyze {
    display: flex;
}

#step4 .div_analyze div {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
}

#step4 .div_analyze p {
    margin: 10px 20px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}


#step4 .div_analyze img {
    margin-top: 34px;
}


#step4 .div_analyze_blue{
    border: 1px solid #01A6FF;
}

#step4 .div_analyze_orange{
    border: 1px solid #FFB600;
}

#step4 .div_analyze_green{
    border: 1px solid #6ECD51;
}

#step4 .point_one {
    margin: 54px 0 0;
}

#step4 .point_one p {
    margin: 8px 0 25px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#step4 .point_common {
    margin: 0 0 55px;
}

#step4 .point_common img {
    width: 100%;
    height: auto;
}

#step4 .point_common p {
    margin: 5px 0 21px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#step4 .next_step {
   padding-top: 0;
}

/*step 5*/

#step5 .point_one {
    margin: 0;
}

#step5 .point_one p {
    font-weight: 500;
    font-size: 20px;
    color: #2E3C54;
}

#step5 .point_one ul{
    padding-left: 0;
}

#step5 .point_one_image {
    width: 100%;
    height: auto;
}

#step5 .point_one li {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#step5 .point_one_conclusion {
    display: flex;
    align-items: center;
    margin-top: 44px;
}

#step5 .point_one_conclusion p {
    margin-left: 27px;
    font-size: 20px;
    line-height: 24px;
    color: #2E3C54
}

#step5 .point_two  {
    margin: 0;
}

#step5 .calendar {
    display: none;
}
#step5 .planner {
    display: block;
}

#step5 .switch_btn {
    display: flex;

}

#step5 .point_three {
   margin: 52px 0 0;
}

#step5 .point_three p {
    margin: 8px 0 11px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#step5 .calendar_button {
    width: 200px;
    height: 46px;
    border: 2px solid #2E3C54;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 19px;
    color: #2E3C54;
    margin: 0;
}

#step5 .planner_button {
    width: 200px;
    height: 46px;
    border: 2px solid #2E3C54;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    line-height: 19px;
    background: #2E3C54;
    color: #FFFFFF;
    margin: 0;
}

#step5 .point_two_intro {
    display: flex;
    justify-content: space-around;
    align-items: center;border: 1px solid #DADDDF;
    border-radius: 4px;
    margin: 15px 0;

}

#step5 .intro_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#step5 .intro_block p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #2E3C54;
}

#step5 .intro_block img {
    margin: 40px 21px 40px 31px;
}

#step5 .intro_list div {
    display: flex;
    justify-content: start;
    align-items: center;
}

#step5 .intro_list img {
    margin: 10px;
}

#step5 .intro_list p {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#step5 .point_two_image {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.promo_text {
    margin: 27px 0 20px 0
}

@media screen and (max-width: 1000px) {
    .layer{
        padding: 0 8px;
    }
    #step1 .banner {
        margin: 36px 0 0 0;
    }

    #step3 .banner {
        margin: 36px 0 0 0;
        min-width: auto;
    }

    .title_step {
        margin: 10px 20px;
        width: 35%;
    }

    #step4 .point_one {
        margin: 54px 0;
    }

    #step4 .point_common {
        margin: 0 0 55px;
    }
}

@media screen and (max-width: 820px){
    #step3 .step3-content{
        height: auto;
    }
}

@media screen and (max-width: 768px) {

    h1, h2{
        text-align: center;
    }

    .title-step p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .promo_text{
        text-align: center;
    }

    .title_step  {
        position: relative;
        left: 3px;
        margin: 10px 0 0 0;
        width: 99%;
    }

    .promo_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .next_step {
        display: block;
    }

    .next_step p {
        margin: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }

    .next_step div {
        display: flex;
        padding: 0;
    }

    #step1 .button_start {
        justify-self: center;
        width: 80%;
        max-width: none;
        margin-right: 0;
    }

    /*#step1 .button_start p {
        font-size: 14px;
        line-height: 16px;
    }*/

   /* #step1 .wrapper-text > span{
        font-size: 22px;
    }*/

    #step1 .img-wrapper{
        display: none;
    }

    #step1 .banner{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    #step1 .wrapper-text{
        font-size: 20px;
        padding-left: 0;
        justify-self: center;
    }

    #step1 .form-banner-wrapper {
        width: 280px;
    }

    #step1 .promo_text p{
        text-align: center;
    }

    #step1 .form-banner {
        height: 423px;
    }

    #step1 .form-next {
        height: 308px;
    }

    #step1 .form-banner__wrap-title{
        text-align: center;
    }

    #step1 .form_reg{
        text-align: center;
        padding: 10px 0;
    }

    #step1 .form-kod__input-block input{
        position: relative;
        left: -10px;
    }

    #step1 .form-banner__phone span{
        left: 0;
    }

    #step2 .promo_banner {
        flex-wrap: wrap;
    }

    #step2 .conclusion_training_1 p {
        text-align: center;
    }

    .media-br{
        display: none;
    }

    #step2 .promo_banner__hr {
        height: 1px;
        width: 80%;
        margin: 0;
    }

    #step2 .promo_banner__row-top {
        grid-template-rows: 180px 20px 180px 20px 180px;
        grid-template-columns: 1fr;
        align-items: center;
    }

    #step2 .promo_banner__row-bottom{
        grid-template-columns: 1fr;
        grid-template-rows: 180px 20px 180px;
        align-items: center;
    }

    #step2 .media-hr{
        display: grid;
        justify-self: center;
    }


    #step2 .promo_banner__wrapper-info-blocks {
        display: grid;
        grid-template-rows: 3fr 1px 2fr;
    }

    #step2 .logo_banner {
        padding: 0 10px;
    }

    #step2 .blocks {
        display: block;
        padding: 0 3px;
    }

    #step2 .blocks div{
        height: 123px;
    }

    #step2 .step_by_step {
        flex-wrap: wrap;
    }

    #step2 .content_info div{
        height: 85px;
    }

    #step2 .step_by_step div {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #step2 .step_by_step hr {
        display: none;
    }

    #step3 * {
        box-sizing: unset;
    }

    #step3 .promo_banner{
        margin: 52px 0;
    }


    #step3 .feedback {
        flex-direction: column;
    }

    #step3 .enter_phone {
        flex-direction: column;
    }

    #step3 .banner {
        text-align: center;
        padding: 10px 0;
    }

    #step3 .promo_text {
        text-align: center;
    }

    #step3 .point_one{
        text-align: center;
    }

    #step3 .img-wrapper{
        display: none;
    }

    #step3 .banner{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    #step3 .wrapper-text{
        font-size: 20px;
    }

    #step4 .div_analyze {
        flex-direction: column;
        align-items: center;
    }

    #step4 .div_analyze p {
        max-width: 300px;
    }

    #step5 .point_two_intro {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 370px) {
    #step3 .promo_banner {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    #step3 .step3-content{
        padding: 10px 10px 20px 10px;
    }

    .title_step {
        width: 98%;
    }
}