/* section 1 */
.accounts-promo--box{
    background-color: #fff;
    margin-top: 10px;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 28px;
}

.accounts-promo--box-title{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    padding-top: 0;
    padding-bottom: 0;
}

.accounts-promo--box-features{
    margin-top: 16px;
    margin-bottom: 16px;
}

.accounts-promo--box-features-li{
    margin-bottom: 8px;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 4px 0;
}

.accounts-promo--box-features-li >span{
    display: inline-block;
    margin-left: 8px;
}

.accounts-promo--box-link{
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background: #000000;
    color: white;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: none;
    transition: all .25s ease;
}

.accounts-promo--box-link:hover{
    background: #FFED70;
    color: black;
}

.accounts-promo--box-link[disabled]{
    background: #F0F0F0;
    color: #A1A1A1;
}

.accounts-promo--box-app_download_line{
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts-promo--box-app_download_line-link{
    display: block;
    font-size: 0;
}

.accounts-promo--box-app_download_line-link:not(:first-child){
    margin-left: 8px;
}

.accounts-promo__image{
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 390px;
    position: relative;
    z-index: 1;
}

.accounts-promo__image img{
    max-width: 100%;
}

.accounts-promo__image-wrapper{
    position: relative;
}


@media (min-width: 1024px){
    .accounts-promo--box-link{
        display: inline-block;
        padding: 10px 30px;
    }

    .accounts-promo .row{
        display: flex;
        flex-wrap: nowrap;
    }

    .accounts-promo .row >.col:nth-child(1){
        flex: 1;
    }

    .accounts-promo__image{
        height: auto;
        margin-top: 0;
    }
}


.accounts-promo{
    position: relative;
    margin-top: 70px;
}

.accounts-promo-decor1,
.accounts-promo-decor2{
    position: absolute;
    z-index: 1;
}

.accounts-promo-decor1{
    top: -40px;
    left: 0;
}

.accounts-promo-decor2{
    right: 0;
    top: 100px;
}
.accounts-promo--box{
    z-index: 2;
    position: relative;
}

.accounts-promo--box-desc{
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    margin-top: 16px;
    line-height: 20px;
    letter-spacing: 0%;
}

.accounts-promo--app_download_line-desc{
font-family: Mulish;
font-weight: 400;
font-style: Regular;
font-size: 16px;
margin-top: 14px;
margin-bottom: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
}

@media (min-width: 768px){
    .accounts-promo--box{
        display: flex;
        flex-wrap: wrap;
    }
    .accounts-promo--box-col-3{
        width: 100%;
    }
    .accounts-promo--box-col-1{
        flex: 1;
        margin-right: 26px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
    }
    .accounts-promo--box-col-2{
    flex: 1;
        display: flex;
        align-items: flex-start;
    }

    .accounts-promo--box-link{
     max-width: 360px
    }



    .accounts-promo__image-wrapper{
        width: 100%;
    }
    .accounts-promo--box-col-1{
        max-width: 580px;
    }
    .accounts-promo--box-col-2{
        flex-direction: column;
        max-width: 300px;
        flex: 2;
    }
    .accounts-promo--box{
        align-items: center;
        display: flex;
        justify-content: center;
    }
}


/* ADV */

/* STEPS */
.adv-steps{
    margin-bottom: 70px;
}

.adv-steps-box{
    border-radius: 16px;
    padding: 16px;
    text-align: center;
}

.adv-steps--title{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

.adv-steps--box-steps{
    margin: 24px auto;
    max-width: 240px;
}

.adv-steps--box-features-li{
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.adv-steps--box-features-li span:nth-child(1){
    position: relative;
    width: 60px;
    height: 72px;
    padding-top: 4px;
    margin-bottom: 16px;
}

.adv-steps--box-features-li >span:nth-child(1) span{
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
}

.adv-steps--box-features-li >span:nth-child(1) span::first-letter{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.adv-steps--box-features-li >span:nth-child(1):before,
.adv-steps--box-features-li >span:nth-child(1):after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    left: 0;
    top: 0;
}


.adv-steps--box-features-li >span:nth-child(1):before{
    background: #E7EEF4;
    left: -8px;
    top: -8px;
}

.adv-steps--box-features-li >span:nth-child(1):after{
    background: #FFED70;
    z-index: 1;
}

.adv-steps--box-features-li >span:nth-child(2){
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

}

.adv-steps .adv-steps--sub_title{
    background: none;
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
}

@media (min-width: 576px){
    .adv-steps--box-steps{
        margin: 54px auto;
        margin-bottom: 15px;
        max-width: 700px;
        display: flex;
        align-items: flex-start;
    }

    .adv-steps--box-features-li{
        padding: 0 16px;
        flex: 1;
    }

    .adv-steps--title{
        font-size: 30px;
        margin-top: 20px;
    }
}

/* Steps icons*/
.adv-steps-icons .adv-steps-box {
    counter-reset: step-counter;
    padding: 0;
}

.adv-steps-icons .adv-steps--box-steps{
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
}

.adv-steps-icons .adv-steps--title{
    text-align: left;
    margin-top: 56px;
}


.adv-steps-icons .adv-steps--box-features-li span:first-child span:first-child::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}

.adv-steps-icons .adv-steps--box-features-li span:nth-child(1){
    height: 48px;
    width: 48px;
}

.adv-steps-icons .adv-steps--box-features-li >span:nth-child(1){
    margin-left: 8px;
}

.adv-steps-icons .adv-steps--box-features-li{
    background-color: #fff;
    padding-left: 0;
    padding: 16px;
    padding-top: 24px;
    border-radius: 16px;
    position: relative;
    margin-bottom: 15px;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 148px;
}

.adv-steps-icons .adv-steps--box-features-li >span:nth-child(2){
    max-width: 160px;
    text-align: left;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

}

@media (min-width: 576px){
    .adv-steps-icons .adv-steps--box-steps{
        display: flex;
        flex-wrap: wrap;
    }
    .adv-steps-icons .adv-steps--box-steps >div{
        width: calc(50% - 40px);
        margin-right: 20px;
        flex: calc(50% - 40px);
    }

    .adv-steps-icons .adv-steps--box-features-li >span:nth-child(2){
        max-width: 200px
    }
}

/* Table tarifs */
.about_tariffs{
    margin: 28px 0;
}
.about_tariffs--title {
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.about_tariffs--desc{
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    margin: 11px 0;
}
.about_tariffs--desc mark{
    background-color: #FFCF00;
}

.about_tariffs--box-tabs{
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.about_tariffs--box-tabs button{
    white-space: nowrap;
    width: 266;
    height: 40;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    opacity: 1;
    border-radius: 50px;
    background: white;
    margin: 4px;
    margin-left: 0;
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

}

.about_tariffs--box-tabs button.active{
    background-color: black;
    color: white;
}

.about_tariffs--box-table{
    width: 343;
    height: 698;
    opacity: 1;
    border-radius: 16px;
    background-color: #fff;
}

.about_tariffs--box-table table{
    border-collapse: collapse;
}

.about_tariffs--box-table tbody >tr>td {

    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 16px;
    border: 1px solid #E7EEF4;
}
.about_tariffs--box-table tbody >tr>td:first-child {
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
}

.about_tariffs--box-table tbody >tr:last-child >td {
    border-bottom: none;
}


@media (min-width: 768px){
    .about_tariffs--box-table,
    .about_tariffs--box-tabs{
        display: none;
    }
    .about_tariffs--box-table.pc-only{
        display: flex !important;
    }

    .about_tariffs--box-table.pc-only table th{
        font-size: 20px;
        line-height: 1.5em !important;
        height: 1.5em !important;
        padding: 16px;
        border-left: 1px solid #E7EEF4;
        font-weight: 900;
    }

    .about_tariffs--box-table.pc-only table:first-child td:last-child{
        border-right: none;
    }

    .about_tariffs--box-table.pc-only table:first-child th{
        border-left: 1px solid #E7EEF4;
    }
}

/* STEPS*/
.account_steps{
    margin-top: 56px;
    margin-bottom: 70px;
}

.account_steps-box{
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
}

.account_steps--title{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

.account_steps--box-steps{
    margin: 24px auto;
    max-width: 290px;
}

.account_steps--box-features-li{
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account_steps--box-features-li span:nth-child(1){
    position: relative;
    width: 96px;
    height: 72px;
    padding-top: 4px;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 33px;
}

.account_steps--box-features-li >span:nth-child(1) span{
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
}

.account_steps--box-features-li >span:nth-child(1) span::first-letter{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.account_steps--box-features-li >span:nth-child(1):before,
.account_steps--box-features-li >span:nth-child(1):after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    left: 0;
    top: 0;
}


.account_steps--box-features-li >span:nth-child(1):before{
    background: #E7EEF4;
    left: -8px;
    top: -8px;
}

.account_steps--box-features-li >span:nth-child(1):after{
    background: #FFED70;
    z-index: 1;
}

.account_steps--box-features-li >span:nth-child(2){
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

}

.account_steps .account_steps--sub_title{
    background: none;
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
}

.account_steps--sub_title{
    margin-top: 24px;
}

.account_steps-app_download_line{
    justify-content: center;
    display: flex;
}

.account_steps-app_download_line >a{
    margin-right: 8px;
}

@media (min-width: 576px){
    .account_steps--box-steps{
        margin: 54px auto;
        margin-bottom: 15px;
        max-width: 700px;
        display: flex;
        align-items: flex-start;
    }

    .account_steps--box-features-li{
        padding: 0 16px;
        flex: 1;
    }

    .account_steps--title{
        font-size: 30px;
        margin-top: 20px;
    }
}

/* Download app*/
.accounts_app_download{
 margin: 24px 0;
}

.accounts_app_download-wrapper{
    background: #FFCF00;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 25px;
    border-radius: 16px;
    line-height: 0;
}

.accounts_app_download__image{
    max-width: 267px;
    padding-bottom: 16px !important;
    height: 100%;
}

.accounts_app_download__image img{
    max-width: 100%;
}

.accounts_app_download-app_download_line{
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    top: -26px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.accounts_app_download--title{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
}

.accounts_app_download--sub_title{
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
}

.accounts_app_download-download-link:not(:last-child){
    margin-right: 8px;
}

@media (min-width:768px){
    .accounts_app_download .row{
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
    }
    .accounts_app_download .row >.col{
        flex: 1;
    }
    .accounts_app_download-app_download_line{
        top: 0;
        border-radius: 16px 0 0 16px;
        height: 100%;
    }
    .accounts_app_download-wrapper{
        top: 0;
        border-radius: 0 16px 16px 0;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 200px;
        height: 100%;
    }
    .accounts_app_download__image{
      padding-bottom: 0 !important;
    }

    .accounts_app_download-app_download_line{
        flex-direction: column;
    }

    .accounts_app_download-app_download_line div:last-child{
        display: flex;
        justify-content: center;
    }
}

/* Form */
.page-template-template-accounts-new .contact_section .wpcf7-submit{
    margin-bottom: 20px;
}
.page-template-template-accounts-new .contact_section form >p{
    display: inline;
}
.page-template-template-accounts-new .contact_section .acceptance{
    display: inline;
        font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.page-template-template-accounts-new .contact_section{
    border-radius: 16px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 56px;
}

.page-template-template-accounts-new .contact_section .h2{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

@media (min-width:768px){
    .page-template-template-accounts-new .contact_section {
        border-radius: 0;

        margin-left: auto;
        margin-right: auto;
    }
}

/* Додаткові можливості*/
.additional_features--title{
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
}

.additional_features--box-items{
    margin-top: 24px;
}

.additional_features--box-item{
    text-decoration: none;
    min-width: 343;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.additional_features--box-item--image{
    position: relative;
}

.additional_features--box-item--image img{
    position: relative;
    width: 185px;
    height: 185px;
}

.additional_features--box-item--image:before{
    content: "";
    position: absolute;
    left: -7px;
    bottom: 14%;
    background-color: #E7EEF4;
    width: 196px;
    height: 98px;
    border-radius: 16px;
    transform: rotate(15deg)
}

.additional_features--box-item--title_item{
    margin-top: 16px;
    font-family: Mulish;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.additional_features--box-item--text_item{
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
}
.additional_features-box{
    margin: 56px 0;
}
@media (min-width:768px){
    .additional_features--box-items{
        display: flex;
        flex-wrap: wrap;
    }
    .additional_features--box-item{
        flex: calc(50% - 32px);
        margin-right: 16px;
    }
    .additional_features--box-item--text_item{
        max-width: 370px;
        margin-bottom: 30px;
    }
}
