/**
deep
 */

/* deep banner */

/*#region*/

.discovery {

}

.discovery .banner {
    padding-top: 74px;
    padding-bottom: 140px;
    position: relative;
    background: #0a0a0a url(../img/bg_star.svg) no-repeat 50% 0;
    background-size: 100% auto;
}

.discovery .banner .bg {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.discovery .banner .wp svg {
    height: 100%;
}

.discovery .sticky {
    position: sticky;
    top: 74px;
    left: 0;
}

.discovery .plant {
    position: absolute;
    top: 60px;
    right: 0;
}

.discovery .plant .dashed {
    position: absolute;
    top: 90px;
    left: 105px;
    width: 210px;
    height: 180px;
}

.discovery .plant .flash-dot {
    position: absolute;
    top: 0;
    left: 0;
}

.discovery .plant .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
}

.discovery .plant [class^=logo-] {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    padding: 10px;
    background: url(../img/bg_flow.png) no-repeat 50%;
    background-size: 100%;
    opacity: 0;
    transition: opacity ease-in-out .5s;
}

.discovery .plant [class^=logo-] img {
    max-width: 100%;
    vertical-align: -1px;
}

.discovery .plant .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 423px;
    height: 366px;
}

.discovery .banner .tit {
    border-bottom: 1px solid #2f3747;
}


.intro {
    text-align: center;
    color: #fff;
}

.intro h3 {
    margin: 0;
    font-size: 36px;
    color: rgb(238, 242, 247);
    padding-top: 80px;
    padding-bottom: 32px;
}

.intro p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: rgb(163, 174, 191);
}

.intro .txt a {
    margin: 42px 0;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
}

.intro .vid {
    margin: 48px 20% 0;
    position: relative;
}

.intro .vid img {
    border-radius: 24px;
}

.intro .vid:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(20, 27, 36, .65);
    border-radius: 24px;
}
@media(min-width: 768px){

    .intro .txt {
        margin: 0 17.5%;
    }
    .discovery .banner .tit {
        padding-right: 50%;
        height: 560px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media(max-width: 767px){
    .intro h3 {
        font-size: 24px;
    }
    .hd{
        padding-top: 300px;
    }
    .intro .vid{
        margin-top:24px;
        margin-left:0;
        margin-right:0;
    }
    .discovery .banner{
        padding-bottom:40px;
    }
    .discovery .plant{
       top: 1px;
    }
    .discovery .banner .tit {
        padding: 40px 0;
        text-align: center;
    }
    .discovery .banner .hd1 .tit {
    padding: 0 0 40px;
    }
    .discovery .banner .wp .tit p {
    margin: 0;
}
    .intro .vid img, .intro .vid:after {
        border-radius: 16px
    }
}
/*#endregion*/


/* howto */

/*#region*/

.howto {
    padding: 148px 0;
}

.howto .item {
    padding: 10px 0;
}

.howto .item .img {
    background: var(--bg-img) no-repeat 50%;
    background-size: 100%;
}

.howto .item .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.howto .txt h4 {
    margin: 0;
    font-size: 24px;
    color: #1b202b;
}

.howto .txt p {
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #4d5567;
}

.howto .txt a {
    margin-top: 24px;
    display: inline-block;
    font-size: 14px;
}
@media(min-width: 768px){
    .howto .item .txt {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
@media(max-width: 767px){    
    .howto {
        padding: 48px 0;
    }
.howto .item {
    padding: 34px 0;
}
.howto .title+.item{padding-top:0;}
.howto .item .txt {
    margin: 16px 0 0;
    height: auto;
}
}
/*#endregion*/


/* method */

/*#region*/

.method {
    padding: 88px 0;
    background: #e6ecf6;
}


.method .item h4 {
    font-size: 24px;
    color: #1b202b;
}

.method .item h4:before {
    content: '';
    margin-right: 12px;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: -6px;
    background: url(../img/ico_check.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.method .item p {
    margin: 16px 0 0 40px;
    color: #4d5567;
    font-size: 14px;
}

.method .item ol {
    margin: 40px 0 0 40px;
    padding: 0;
    list-style: none;
}

.method .item li {
    font-size: 14px;
    color: #4d5567;
}
@media(min-width: 768px){
    .method .content {
        display: flex;
        justify-content: space-between;
    }
    
    .method .item {
        flex: 0 0 25%;
    }
    
    .method .item p {
        min-height: 64px;
    }
}
@media(max-width: 767px){
.method .item {
    margin: 16px 0px;
    padding-bottom: 16px;
}
.method .item:last-child{border: none;}

    .flow .intro .txt h3 {
    padding-top: 40px;
    padding-bottom: 24px;
}


.flow .intro .vid {
    margin-top: 40px;
}
   .task .intro .txt h3 {
    padding-top: 40px;
    padding-bottom: 24px;
}


.task .intro .vid {
    margin-top: 40px;
}
    .method {
        padding: 48px 0 20px;
    }
    .method .item h4{
        font-size:18px;
    }
    .method .item h4:before{
        width:20px;
        height:20px;
        vertical-align: -4px;
    }
    .method .item p{
        margin-left:32px;
    }
    .method .item ol{
        margin-top:24px;
        margin-left:32px;
    }
}
/*#endregion*/
