.concentrate__container {
    display: flex;
    gap: 40px;
}

.concentrate__title {
    margin-bottom: 10px;
}



.appl {
    padding-top: 40px;
    padding-bottom: 40px;
}

.appl__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.appl__item {
    position: relative;

    max-height: 310px;

    overflow: hidden;

    border-radius: 25px;
}

.appl__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, rgba(32, 32, 32, 0) 63.34%, rgba(32, 32, 32, 0.5) 95.34%);
}

.appl__item img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.appl__text {
    position: absolute;
    bottom: 12px;
    left: 12px;

    padding: 6px 8px;

    background-color: #F9B233;

    font-size: 20px;
    font-weight: 600;

    border-radius: 100px;
}



.benefits {
    padding-top: 40px;
}

.benefits__title {
    margin-bottom: 40px;

    text-align: center;
}

.benefit {
    margin-bottom: 40px;
}

.benefit__title {
    position: relative;
    
    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.benefit__title::before,
.benefit__title::after {
    content: '';

    height: 1px;
    width: 100%;

    flex: 1;
    display: block;

    background-color: #d9d9d9;
}

.benefit__number {
    width: 28px;
    height: 28px;

    color: white;
    background-color: #028F38;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: 600;

    border-radius: 100px;
}

.benefit.first .benefit__content {
    margin: 0 auto;

    display: flex;
    justify-content: center;
    gap: 80px;
}

.benefit.first .benefit__card {
    width: 230px;
}

.benefit.first .benefit__image {
    position: relative;

    margin-bottom: 12px;

    width: fit-content;
}

.benefit.first .benefit__card:not(:last-child) .benefit__image::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(100% + 20px);

    width: 108px;
    height: 10px;

    background-image: url('../img/arrow01.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.benefit__text {
    margin-bottom: 12px;

    color: #2c2c2c;
    
    font-size: 20px;
    font-weight: 600;
}

.benefit.first .benefit__plain {
    color: #2c2c2c;
    
    font-size: 15px;
    font-weight: 400;
}

.benefit.second .benefit__content {
    display: flex;
    gap: 25px;
}

.benefit.second .benefit__card {
    padding: 40px;

    flex: 1;
    display: flex;
    align-items: center;
    gap: 24px;
    
    background-color: #efefef;

    border-radius: 25px;
}

.benefit__card .benefit__image img{
    max-width:100%;
}

.benefit.second .benefit__plain {
    color: #2c2c2c;
    
    font-size: 18px;
    font-weight: 500;
}


.benefit.third .benefit__content {
    display: flex;
    gap: 25px;
}

.benefit.third .benefit__card {
    overflow: hidden;

    flex: 1;
    display: flex;
    
    background-color: #efefef;

    border-radius: 25px;
}

.benefit.third .benefit__image {
    width: 170px;
}

.benefit.third .benefit__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.benefit.third .benefit__desc {
    padding: 24px 12px;

    flex: 1;
}

.benefit.third .benefit__plain {    
    color: #2c2c2c;
    
    font-size: 15px;
    font-weight: 400;
}


.benefit.fourth .benefit__title {
    margin-bottom: 12px;
}

.benefit.fourth .benefit__content > p {
    margin-bottom: 40px;

    color: #2c2c2c;
    
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.benefit.fourth .benefit__card {
    padding: 24px 48px;

    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: #efefef;

    border-radius: 25px;
}

.benefit.fourth .benefit__img img {
    width: 100%;
}




section.desc {
    padding-top: 30px;
    padding-bottom: 40px;
}

.desc__item {
    margin: 0 auto;

    max-width: 1220px;
}

.table__tabs {
    margin-bottom: 25px;
    padding: 4px;

    display: flex;
    justify-content: space-between;
    gap: 6px;

    background-color: white;

    border-radius: 12px;
}

.table__tabs.mobile {
    display: none;
}

.table__tab {
    padding: 11px 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 600;

    border-radius: 9px;

    cursor: pointer;
}

.table__tab:not(.table__tab_mobile).active {
    background-color: #efefef;
}


.table__content {
    padding: 24px;

    display: none;
    
    background-color: white;

    border-radius: 22px;
    border: 1px solid #efefef;
}
.table__content_block{
    display:block;
}

.table__content.active {
    display: block;
}

.table__row {
    padding: 12px 0;

    display: flex;
    gap: 10px;

    border-bottom: 1px solid #efefef;
}

.table__row:last-child {
    padding-bottom: 0;

    border-bottom: none;
}

.table__row.table__row_header {
    padding: 0;

    color: #2c2c2c;

    font-size: 18px;
    font-weight: 600;

    /*border-bottom: none;*/
}

.table__row .table__cell:first-child {
    flex: 3;

    font-size: 14px;
}

.table__row:not(.table__row_header) .table__cell:first-child {
    font-weight: 500;
}

.table__row .table__cell:last-child {
    flex: 1;

    font-size: 16px;
    text-align: right;
}

.table__row:not(.table__row_header) .table__cell:last-child {
    font-weight: 700;
}

.table__row.table__row_title .table__cell {
    font-size: 24px;
    text-align: left;
}


.desc__excel {
    margin: 25px auto 40px;
    padding: 4px 12px;

    width: fit-content;

    display: flex;
    align-items: center;

    color: #2c2c2c;
    background-color: #e9e9e9;

    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;

    border-radius: 10px;
}

.desc__excel img {
    margin-right: 7px;
}

.desc__excel span {
    margin-right: 15px;
}



.desc__item.second .table__row .table__cell {
    flex: 1;
}

.desc__item.second .table__row.table__row_header .table__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.desc__item.second .table__cell {
    display: flex;
    align-items: center;
}

.desc__item.second .table__cell.data,
.desc__item.second .table__cell.text {
    justify-content: center;
}

.desc__item.second .table__cell.data > span {
    padding: 6px;

    width: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;

    font-size: 20px;
    font-weight: 600;

    border-radius: 100px;
}

.desc__item.second .table__cell.data.yellow > span {
    background-color: #F9B233;
}

.desc__item.second .table__cell.data.red > span {
    background-image: linear-gradient(90deg, #3bc3a2, #d07776);
}

.desc__item.second .table__cell.data.green > span {
    background-color: #028F38;
}

.desc__item.second .table__cell.text {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

.desc__item.second .table__cell.text.red {
    color: #FF181C;
}

.desc__item.second .table__cell.text.green {
    color: #028F38;
}



.tech {
    padding-top: 40px;
    padding-bottom: 40px;

    background-color: #EFEFEF;
}

.tech__plain {
    margin-bottom: 40px;

    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.tech__content img{
    max-width:100%;
}

.tech__labels {
    margin-top: 40px;

    display: flex;
    gap: 6px;
}

.tech__labels .label {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tech__labels .label:first-child,
.tech__labels .label:last-child {
    flex: 1;
}

.label__title {
    margin-bottom: 12px;

    color: #2c2c2c;

    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.label__text {
    flex: 1;
    
    color: #2c2c2c;

    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.label:last-child .label__text {
    padding: 8px;

    flex: 0;

    color: white;
    background-color: #F9B233;

    font-size: 64px;
    font-weight: 400;
    line-height: 80%;

    border-radius: 20px;
}

.label__link {
    margin-top: 30px;
    padding: 12px;

    width: fit-content;

    display: flex;
    align-items: center;

    color: #2c2c2c;
    background-color: #e9e9e9;

    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;

    border-radius: 10px;
    border: 1px solid #909090;
}

.label__link svg:first-child {
    margin-right: 7px;
}

.label__link span {
    margin-right: 15px;
}

.tech__warning {
    margin-top: 40px;
    padding: 8px 40px;

    display: flex;
    align-items: center;
    gap: 25px;

    color: #2c2c2c;
    background-color: white;

    font-size: 16px;
    font-weight: 400;

    border-radius: 10px;
}



.test {
    padding-top: 40px;
    padding-bottom: 40px;
}

.test__content .table__row .table__cell {
    flex: 1;
}
.test .table__content{
    display: block;
}

.test__content .table__row.table__row_header .table__cell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.test__content .table__cell {
    display: flex;
    align-items: center;
}

.test__content .table__row:not(.table__row_header) .table__cell:last-child {
    font-weight: 400;
}

.test__content .table__row .table__cell:last-child {
    text-align: left;
}

.test__content .table__row:last-child .table__cell {
    align-items: flex-start;

    font-size: 14px;
}




.applications__content .table__tabs {
    margin: 0 auto 25px;

    width: fit-content;
}

.applications__content .table__content {
    padding: 0;

    display: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;

    background-color: unset;

    border-radius: 0;
    border: none;
}

.applications__content .table__content.active {
    display: grid;
}

.applications__content .card:first-child {
    padding: 8px;

    display: flex;
    align-items: center;
    gap: 25px;

    background-color: white;

    font-size: 22px;
    font-weight: 700;

    border-radius: 25px;
    border: 1px solid #efefef;
}

.applications__content .card:nth-child(2) {
    padding: 24px 42px;

    grid-row: span 2;

    background-color: #efefef;

    font-size: 18px;
    font-weight: 500;

    border-radius: 25px;
}

.applications__content .card:nth-child(2) .card__title {
    margin-bottom: 12px;

    font-size: 20px;
    font-weight: 600;
}

.applications__content .card:nth-child(2) .card__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.applications__content .card:nth-child(2) .card__i {
    display: flex;
    gap: 12px;
}

.applications__content .card:nth-child(2) .card__i span {
    flex: 1;
}

.applications__content .card:last-child {
    padding: 40px;

    display: flex;
    align-items: center;
    gap: 25px;

    background-color: #efefef;

    font-size: 18px;
    font-weight: 500;

    border-radius: 25px;
}

.applications__content .card:last-child .card__title {
    margin-bottom: 12px;

    font-size: 20px;
    font-weight: 600;
}



.form {
    padding-top: 70px;
    padding-bottom: 70px;
}

.form__inner {
    display: flex;
    justify-content: space-between;

    overflow: hidden;

    background-color: #DDF1EE;

    border-radius: 25px;
}

.form__title {
    margin-bottom: 25px;
    
    font-size: 36px;
}

.form__text {
    margin-bottom: 40px;

    font-size: 20px;
    font-weight: 400;
}

.form__left {
    padding: 20px 40px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form input {
    padding: 25px 35px;

    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;

    border-radius: 16px;
    border: 1px solid #eeeeee;
}

form button {
    padding: 20px 35px;

    max-width: 280px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #F9B233;

    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;

    border-radius: 16px;
    border: none;
}

.form.sending {
    pointer-events: none;
}

.header__inner-mob-button{
    display:none;
}
@media(max-width:1300px){
    .header__inner{
        gap: 25px;
        /* padding:12px; */
    }
    .header__menu ul{
        list-style: none;
        display: flex;
        align-items: center;
        gap: 25px;
        font-size: 16px;
        font-weight: 600;
    }
    .header__menu .header__contact{
        font-size: 16px;
        gap: 20px;
    }
     @media(min-width:1100px){
        .label__link{
            width:150px;
        }
    }
}
@media(max-width:1100px){
    .container{
        padding-left:16px;
        padding-right:16px;
    }
    .header__inner{
        gap: 25px;
        /* padding:12px; */
    }
    .header__menu ul{
        list-style: none;
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 14px;
        font-weight: 600;
    }
    .header__menu .header__contact{
        font-size: 14px;
        gap: 20px;
    }
    .header__logo img{
        width:100px;
    }
    .concetrate__percent img{
        max-width:100%;
    }
    .table__tabs{
        overflow-x:auto;
    }
    .table__tabs.mobile {
        margin-top: 25px;
        margin-bottom: 0;
        
        display: flex;
    }
    .table__tab{
        text-wrap: nowrap;
    }
    
    .table__content{
        overflow-x:auto;
    }
    .footer__top{
        flex-direction:column;
        flex-wrap:wrap;
    }
    @media(min-width:768px){
        .label__link{
            width:134px;
        }
    }
    
}

.form__right{
    display: flex;
    align-items: flex-end;
}

.benefit.first .benefit__image img.mob{
    display:none;
}
.benefit__card_4_mob{
    display:none;
}
.label_img_mob{
    display: none;
}
.form__right img.mob{
    display:none;
}
.form__right img.desc{
    padding:0;
}
.footer_nav_button{
    display: none;
}
.header-mob-menu{
    display:none;
}
body.menu_open{
    overflow: hidden;
}
.table__tabs_mob_arrow{
    display: none;
}
.test-mob-table{
    display: none;
}
@media(max-width:768px){
    .form__right{
        width:100%;
    }
    .header__inner{
        position: relative;
    }
    .header-mob-menu{
        display:none;
        top: 117px;
        left:0;
        position: fixed;
        background: #F8F8F8;
        z-index: 10;
        width:100%;
        height: calc(100vh - 117px);
        padding-left: 16px;
        padding-right: 16px;
        overflow-y: scroll;
    }
    body.menu_open .header-mob-menu{
        display: block;
    }

    
    .header{
        margin-bottom:32px;
    }
    .title_xl{
        font-size:36px;
        line-height:41px;
    }
    .header__inner{
        align-items:center;
    }
    .header__menu{
        display:none;
    }
    .header__inner-mob-button{
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius:8px;
        width:50px;
        height:50px;
        cursor:pointer;
        background:#EFEFEF;
    }
    .header__inner-mob-button-exit{
        display:none;
    }
    .header__inner-mob-button.active{
        border-radius:100%;
        width:40px;
        height:40px;
    }
    body.menu_open .header__inner-mob-button{
        border-radius: 100%;
    }
    body.menu_open .header__inner-mob-button-exit{
        display:block;
        
    }
    body.menu_open .header__inner-mob-button-menu{
        display:none;
    }
    body.menu_open .header__inner{
        background: transparent;
        padding-left:0;
        padding-right:0;
    }
    
    .concentrate__container{
        flex-direction:column;
    }
    .concentrate__title{
        margin-bottom:12px;
    }
    .concentrate__text{
        font-size:18px;
        line-height:21px;
    }
    .concentrate__container{
        gap:23px;
    }
    
    .appl{
        padding-top:23px;
        padding-bottom:32px;
    }
    
    .appl__container{
        display:flex;
        flex-wrap:wrap;
        gap:0;
        justify-content:space-between;
    }
    .appl__text{
        font-size:14px;
        bottom: 6px;
    left: 6px;
    }
    .appl__item{
        margin-bottom:4px;
    }
    .appl__item {
        width: calc(50% - 2px);
        min-height: 180px;
        
        border-radius: 15px;
    }
    
    .benefits{
        padding-top:0;
    }
    .title_lg{
        font-size:32px;
        line-height:37px;
    }
    
    .benefit__title{
        gap:10px;
    }
    .benefit__title h2{
        font-size:20px;
    }
    .benefit.first .benefit__content{
        flex-direction:column;
        gap:47px;
    }
    .benefit.first .benefit__card{
        display:flex;
        align-items:center;
        width:100%;
    }
    .benefit.first .benefit__image{
        margin-right:13px;
        min-width:118px;
    }
    .benefit.first .benefit__image img.desc{
        display:none;
    }
    .benefit.first .benefit__image img.mob{
        display:block;
        
    }

    .table__tabs_mob_arrow{
        display: block;
        margin: 0 auto;
        position: relative;
        top: -18px;
    }
    
    .table__tabs_mob_arrow:nth-of-type(2) {
        top: auto;
        bottom: -18px;
    }
    
    .benefit.first .benefit__card:not(:last-child) .benefit__image::after{
        display:none;
    }
    .benefit.first .benefit__card:not(:last-child){
        position:relative;
    }
    .benefit.first .benefit__card:not(:last-child)::after{
        position:absolute;
        background-image: url(../img/arrow-down.svg);
        width:12px;
        height:40px;
        content:' ';
        display:block;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
                top: 104%;
    }
    
    .benefit.second .benefit__content{
        flex-wrap:wrap;
    }
    .benefit.second .benefit__card{
        padding:22px;
        flex-wrap:wrap;
        width:100%;
        flex:auto
    }
    .benefit__image{
        width:100%;
        display:flex;
        justify-content:center;
    }
    .benefit__desc{
        width:100%;
    }
    .benefit.second .benefit__text{
        text-align:center;
    }
    .benefit__plain{
        text-align:center;
    }
    .benefit__content{
        flex-wrap:wrap;
    }
    .benefit__desc{
        width:100%;
    }
    .benefit.third .benefit__content{
        flex-direction:column;
        
    }
    .benefit.third .benefit__card{
        width:100%;
    }
    .benefit.third .benefit__image{
        width:140px;
    }
    .benefit.third .benefit__desc{
        padding:12px;
    }
    .benefit__text{
        text-align:start;
    }
    .benefit.third .benefit__plain{
        text-align:start;
    }
    .benefit.fourth .benefit__content > p{
        margin-bottom:20px;
    }
    .benefit.fourth .benefit__card{
        display:none;
    }
    .benefit__card_4_mob{
        display:block;
        width:100%;
    }
    
    .benefit__number{
        min-width:28px;
        margin-right:12px;
        gap:0;
    }
    .desc .benefit__title{
        align-items:flex-start;
        padding-bottom:12px;
        border-bottom:1px solid #D9D9D9;
    }

    .desc__item.second .table__content{
        overflow-x: scroll;
        border-radius: 22px 0 0 22px;
        width: calc(100% + 16px);
    }
    .desc__item.second .table__row .table__cell{
        flex:0;
        min-width:160px;
    }
    .desc__item.second .table__row .table__cell:first-child{
        min-width:135px;
    }
    .desc__item.second .table__row{
        flex-wrap:nowrap;
    }
    
    .table__tab{
        padding: 6px 22px;
        white-space: nowrap
    }
    .desc .table__content{
        overflow-x: unset;
    }
    .desc .table__row:first-child .table__cell{
        width:auto;
        font-size:18px;
        font-weight:700;
    }
    .desc .table__row{
        flex-wrap:wrap;
    }
    .desc .table__row.table__row_header{
        padding: 12px 0;
        
        flex-wrap:nowrap;
    }
    
    .desc .table__row.table__row_header > .table__cell {
        flex: 1;
        
        font-size: 14px;
    }
    
    .desc__excel{
        margin-left:0;
        margin-right:0;
        width:100%;
        justify-content:center;
    }
    
    .table__row .table__cell:first-child{
        flex: auto;
        
        width: 100%;
    }
    
    .table__tabs{
        overflow-x:scroll;
    }
    
    .table__content{
        overflow-x:scroll;
    }
    
    .test .table__content {
        width: 1000px;
    }
    
    .test .table__content .table__row {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    
    .tech__content{
        /* display:none; */
    }
    .tech__image{
        display:none;
    }
    .tech__labels{
        flex-wrap:wrap;
        gap:0;
    }
    .tech__labels .label:first-child, .tech__labels .label:last-child{
        flex:auto;
    }
    .tech__labels .label{
        flex:auto;
        width:100%;
        /* flex-direction: row; */
        padding-top:22px;
        padding-bottom:22px;
        border-top:1px solid #D9D9D9;
        flex-wrap: wrap ;
        position: relative;
        padding-left:130px;
        min-height:138px;
        align-items: flex-start;
    }
    .tech__labels .label:last-child{
        border-bottom:1px solid #D9D9D9;
    }
    .label_img_mob{
        display:block;
        width:118px;
        position: absolute;
        left:0;
        top:22px;
    }
    .label__title,.label__text{
        text-align: start;
        margin-bottom:6px;
    }
    .label__title,.label__text,.label__link{
        width:100%;

    }
    .label:last-child .label__text{
        width: fit-content;
    }
    .label__link{
        margin-top:12px;
    }
    .tech__warning{
        padding:8px;
        gap:12px;
        align-items: flex-start;
    }
    .tech__warning > svg{
        min-width:28px;
    }

    .test__content.desc__content{
        /*display: none;*/
        overflow: scroll;
    }
    
    .test-mob-table{
        /* display: block; */
        padding: 24px;
        background-color: white;
        border-radius: 22px;
        border: 1px solid #efefef;    
    }

    .test-mob-table-select{
        position: relative;
    }
    .test-mob-table-select-active{
        display: flex;
        align-items: center;
    }
    .test-mob-table-select-active-cont{

    }


    .applications__content .table__content.active{
        display: flex;
        flex-wrap: wrap;
    }
    .applications__content .card:first-child{
        order:1;
        padding:16px;
        flex-wrap:wrap;
        gap:12px;
    }
    .applications__content .card:first-child > img{
        width:100%;
    }
    .applications__content .card:nth-child(2){
        order:3;
        padding:16px;
        flex-wrap:wrap;
        gap:12px;
    }
    .applications__content .card:last-child{
        order:2;
        padding:16px;
        flex-wrap:wrap;
        gap:12px;
    }

    .form__right img.desc{
        display:none;
    }
    .form__right img.mob{
        display:block;
        width: 100%;
        margin-top: 22px;
    }
    .form__inner{
        flex-wrap: wrap;
    }
    .form__left{
        padding:16px;
        width:100%;
    }
    .form__title{
        text-align: center;
        margin-bottom:22px;
    }
    .form__text{
        text-align: center;
        margin-bottom:22px;
    }

    
    .footer__top{
        flex-direction:column;
        gap:0;
    }
    .footer__logo{
        margin:0 auto;
        margin-bottom:28px;
    }
    .footer__top ul{
        padding-top:15px;
        padding-bottom:15px;
        border-top:1px solid #E9E9E9;
    }
    .footer_nav_title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer_nav_button{
        display: block;
        cursor: pointer;
    }
    .footer_nav_button .plus{
        
        display: none;
    }
    .footer_nav_button .minus{
        display: block;
    }

    .footer__top ul.active .footer_nav_button .plus{
        display: block;
    }
    .footer__top ul.active .footer_nav_button .minus{
        display: none;
    }
    .footer__top ul.active li{
        display:none;
    }
    .footer__top ul.active .footer_nav_title{
        display: flex;
    }
    

    
    .applications__content .table__tabs{
        overflow-x:scroll;
        width:100%;
    }
}




/* preparation */

.preparation{

}

.preparation_1__title{
    margin-bottom:24px;
}
.preparation_cont{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:80px;
}

.preparation_cont_left{
    width:50%;
}
.preparation_cont_right{
    width:41%;
}
.preparation_cont_right img{
    width:100%;
}

.bread{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top:20px;
}
.bread-item{
    font-size: 14px;
    color:#909090;
    text-decoration: none;
}
.bread > svg{
    display: block;
    margin-left:10px;
    margin-right:10px;
}

.preparation-text{
    font-size: 22px;
    line-height: 1.5;
}
.preparation_1 .preparation-text{
    max-width: 480px;
}
.preparation_next-step-button{
    padding: 20px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: inherit;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid #8A8A8A;
    background: #E9E9E9;
    cursor: pointer;
}

.preparation-subtitile{
    font-weight: 600;
    font-size: 24px;
    color:#2C2C2C;
    margin-top:40px;
    margin-bottom:24px;
}

.preparation_2_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.preparation_2_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width:24%;

}
.preparation_2_list_item img{
    width:157px;
    max-width:100%;
    display: block;
    margin-bottom:10px;
}
.preparation_2_list_item span{
    font-size: 20px;
}

.preparation-text-back-white{
    padding:42px;
    border-radius: 24px;
        background: #FFFFFF;
        margin-bottom: 42px;
        margin-top:42px;
        max-width:500px;
}


@media(max-width:768px){
    .preparation_cont{
        margin-bottom:40px;
    }
    .preparation_cont_left{
        width:100%;
        margin-bottom:20px;
    }
    .preparation-subtitile{
        font-size: 20px;
    }
    .preparation-text{
        font-size:16px;
    }
    .preparation_cont_right{
        width:100%;
    }
    .preparation_2_list_item{
        width:49%;
        margin-bottom:10px;
    }
    .preparation-text-back-white{
        padding:20px;
        
    }
}


.applications__content.mobile {
    display: none;
}

.applications__content.mobile .table__tabs_mobile {
    margin-bottom: 25px;
    padding: 4px;
    
    background-color: white;
    
    border-radius: 12px;
}

.applications__content.mobile .table__tabs_mobile .swiper-slide {
    width: auto;
}

.applications__content.mobile .table__tabs_mobile .swiper-slide.swiper-slide-thumb-active .table__tab {
    background-color: #efefef;
}

.applications__content.mobile .table__contents {
    margin: 0 -16px;
    padding: 0 16px;
}

.applications__content.mobile .table__contents .table__content {
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    .applications__content {
        display: none;
    }
    .applications__content.mobile {
        display: block;
    }
}
















