.hero{
    background: url('/img/section_instruction.jpg') no-repeat center top / cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 
.header .nav .menu_item:hover a{
    color: #fff;
}
.header_bg .nav .menu_item:hover a{
    color: #fff;
}
.section_offer {
    margin-bottom: 88px;
    overflow: visible;
}

.section_step .section__title h2{
    max-width: 1070px;
    color: #3D7CF6;
}

.hero .hero__desccription {
    padding-bottom: 56px;
}
.hero_card_instruction{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 355px;
    width: 100%;
    position: relative;    
}

.hero_card_instruction .card_instruction__item{
    flex-basis: 245px;
    height: 140px;
    margin-bottom: 30px;
    background: #F5F9FD;
    border-radius: 16px;
    max-height: 100%;
    transition: all 0.1s ease;
}

.hero_card_instruction .card_instruction__item:hover{
    box-shadow: 4px 10px 20px 0 rgba(191,219,255,1);
}

.hero_card_instruction .card_instruction__item .card_instruction__title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero_card_instruction .card_instruction__item .card_instruction__title h4{
    
    padding: 20px 20px;
    /* margin: auto 0; */
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #3D7CF6;
    
}

.list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 220px;
    margin-bottom: 315px;
	
}

.list .-bg {
    display: block;
    width: 62px;
    height: calc(62px * 32);
    background:
        url('/img/nHltOOS.png') repeat-y top center / 100% auto,
        linear-gradient(360deg, #12B55D -33.12%, #CAE700 49.77%, #FFF113 70.01%, #FFC522 92.17%, #FF7122 118.83%);
    padding: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    counter-reset: item;
}

.list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 40%;
    background: #fff;
    border: 1px solid #09f;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
}

.list .item::before {
    counter-increment: item;
    content: counter(item);
    display: inline-block;
    font-size: 130%;
    color: #08f;
}

.list .item:not(:last-child) {
    margin-bottom: 20px;
}

.list .item:nth-child(2) {
    top: calc(62px * 2);
}

.list .item:nth-child(3) {
    top: calc(62px * 6);
}

.list .item:nth-child(4) {
    top: calc(62px * 8);
}
.list .item:nth-child(5) {
    top: calc(62px * 15);
}
.list .item:nth-child(6) {
    top: calc(62px * 16);
}
.list .item:nth-child(7) {
    top: calc(62px * 25);
}
.list .item:nth-child(7)::after{
    content: '';
    background: url('/img/download1.png');
    max-width: 144px;
    max-height: 111px;
    width: 144px;
    height: 111px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}


.list .des {
    display: block;
    max-width: calc(100% + 416px);
    /* width: auto; */
    background: #fff;
    border-radius: 10px;
    border: 1px solid #09f;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
}

.list .des::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #09f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.list .des.--l {
  /* right: calc(100% + 20px); */
    right: calc(100% + 20px);
}

.list .des.--l::before {
    left: 100%;
}

.list .des.--r {
  /* left: calc(100% + 20px); */
    left: calc(100% + 20px);
}

.list .des.--r::before {
    right: 100%;
}

.step_content{
    max-width: 416px;
    width: 416px;
}


.title_step_card h3{
    font-family: 'Fira Sans';
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #3D7CF6;
}
.step_desc p{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
}

.section_skver_desc{
    background: url('/img/section_instruction_bottom.jpg') no-repeat center top / cover;
}

.section_skver_desc .skver_desc_wrap {
    padding: 50px 40px 65px;
}

.section_skver_desc .skver_desc_wrap .skver_slogan h4 {
    margin-top: 0;
    margin-bottom: 56px;
}

@media (max-width: 1060px){
    .hero_card_instruction {
        justify-content: space-evenly;
        max-width: 800px;
        margin: 0 auto;
    }
}
@media (max-width: 1030px){
    .step_content{
        width: 360px;
    }
}

@media (max-width: 900px){
    .step_content{
        width: 270px;
    }
    .list{
        margin-bottom: 730px;
    }
    .list .-bg {
        height: calc(62px * 37);
    }
    .list .item:nth-child(3) {
        top: calc(62px * 8);
    }
    .list .item:nth-child(4) {
        top: calc(62px * 10);
    }
    .list .item:nth-child(5) {
        top: calc(62px * 20);
    }
    .list .item:nth-child(6) {
        top: calc(62px * 23);
    }
    .list .item:nth-child(7) {
        top: calc(62px * 30);        
    }
    .list .item:nth-child(7) .des {
        max-width: calc(100% + 416px);
        width: 416px;
    }
    .list .item:nth-child(7) .des .step_content{
        width: auto;
    }
    .list .item:nth-child(7) .des.--l {
        right: auto;
        top: calc(100% + 20px);
    }
    .list .item:nth-child(7) .des.--l::before {
        top: -10px;
        left: 50%;
        -webkit-transform: rotate(90deg) translateY(10px);
            -ms-transform: rotate(90deg) translateY(10px);
                transform: rotate(90deg) translateY(10px);
    }
    .list .item:nth-child(7)::after {
        display: none;
    }
   
}

@media (max-width: 740px) {

    .list {
        margin-top: 0;
        margin-bottom: 1600px;
    }
    .list .item .des {
        max-width: 416px;
        width: 100vw;
    }
    .list .item .des .step_content{
        
        width: auto;
    }
    .list .-bg {
        background: transparent;
    }
    .list .des.--l {
        right: auto;
        top: 23px;
        z-index: -1;
    }
    .list .des.--r {
        left: auto;
        top: 23px;
        z-index: -1;
    }
    .list .des.--l::before {
        height: 0;
    }
    .list .des.--r::before {
        height: 0;
    }
    .list .item:nth-child(2) {
        top: calc(62px * 6 - 32px);
    }
    .list .item:nth-child(3) {
        top: calc(62px * 11.5 - 32px);
    }
    .list .item:nth-child(4) {
        top: calc(62px * 19 - 32px );
    }
    .list .item:nth-child(5) {
        top: calc(62px * 24.5 - 32px);
    }
    .list .item:nth-child(6) {
        top: calc(62px * 36 - 32px);
    }
    .list .item:nth-child(7) {
        top: calc(62px * 46.5 - 32px);        
    }
    .list .item:nth-child(7) .des.--l {
        top: 23px;
        z-index: -1;
    }
    
    
}
@media (max-width: 576px) {
    .hero_card_instruction .card_instruction__item {
        flex-basis: 100%;
    }
}


@media (max-width: 460px){
    .list {
        margin-top: 0;
        margin-bottom: 3300px;
    }
    .list .item .des {
        width: 270px !important;
    }
   
    .list .item:nth-child(2) {
        top: calc(62px * 8.5 - 32px);
    }
    .list .item:nth-child(3) {
        top: calc(62px * 16.5 - 32px);
    }
    .list .item:nth-child(4) {
        top: calc(62px * 27 - 32px );
    }
    .list .item:nth-child(5) {
        top: calc(62px * 35 - 32px);
    }
    .list .item:nth-child(6) {
        top: calc(62px * 53 - 32px);
    }
    .list .item:nth-child(7) {
        top: calc(62px * 69.5 - 32px);        
    }
    .section_skver_desc .skver_desc_wrap {
        padding: 50px 10px 25px;
    }
}

@media (max-width: 576px) {
    .hero .hero__subtitpe p {
        font-size: 16px;
        line-height: 20px;
    }
    .hero .hero__desccription p {
        font-size: 22px;
    }
}