@media (max-width: 1700px) {
	.content {
        width: 1200px;
    }
    .box_home .text h1 {
        font-size: 58px;
    }
    .hom_cards {
        transform: scale(0.8);
        margin-left: -40px;
    }
    .box_home {
        padding: 120px 0 30px;
    }
}@media (max-width: 1300px) {
	.content {
        width: 900px;
    }
    .box_advant .adv_list {
        display: flex;
        gap: 30px;
        padding: 100px 0;
    }
    .box_platform .item .check{
        text-align:left;
    }
    .title {
        padding-bottom: 80px;
    }
    .box_platform .list.one .item {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .box_platform .one .item .l, .box_platform .one .item .r {
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .box_platform .item {
        display: flex;
        align-items: center;
        text-align: center;
    }
    
    .plat_card {
        margin-bottom: 60px;
    }
    .box_advant .adv_list p {
        font-size: 32px;
    }

    
    h2 {
        font-size: 48px;
    }
    
    .box_platform .list {
        display: flex;
        flex-direction: column;
    }
    
    .box_platform .item.card_bg_1 {
        background: #1f1f1f;
    }
    .box_home .content {
        display: flex;
        flex-direction: column-reverse;
        align-content: center;
    }
    .box_platform .card_bg_1 img {
        display: block;
        margin-top: -30px;
    }
    .hom_cards {
        transform: scale(0.7);
        position: absolute;
        right: 15px;
        top: 105px;
    }
    .box_home .text .hom_chek_list {
        font-size: 22px;
    }
    .box_home {
        padding: 89px 0 60px;
    }
    
    .box_home .text {
        width: 100%;
    }
    .box_home .text h1 {
        font-size: 46px;
    }
}
@media (max-width: 1050px) {
	.content {
        width: 768px;
        display: block;
    }
    .box_advant .adv_list p br {
        display: none;
    }
    .box_home .content {
        display: flex;
        flex-direction: column-reverse;
    }

.table_x_box {
    width: 100%;
    font-size: 12px;
}

th, td {
    padding: 10px 10px;
}
    
    .hom_cards {
        position: relative;
        width: 100%;
        height: 300px;
        top: -27px;
        margin: 0;
        left: 5%;
    }
    
    .box_home .text {
        margin-top: 80px;
        display: flex;
        align-items: center;
    }
    
    .box_home .text h1 {
        text-align: center;
    }
    
    .box_advant .adv_list {
        display: flex;
        flex-direction: column;
    }
    .box_platform .item h3 {
        font-size: 32px;
    }
    
    .box_platform .list .item {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
	.content{
        width: 500px;
    }
    .hom_cards {
        left: -14%;
    }
    .menu_b_m {
    grid-gap: 5px;
}

.main_b.s {
    padding: 0px 15px;
}

.tm_box .menu_b {
    grid-gap: 5px;
}

.tm_box .logo {
    width: 130px;
}

.menu_b_lang img {
    height: 26px;
}

.menu_b_soc img {
    width: 26px;
}

.menu_b_soc {
    grid-gap: 5px;
}

.menu_b_soc a {
    width: 26px;
}
    .hom_butt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main_b {
    width: 100%;
    justify-content: center;
}

.box_home .text .hom_chek_list br {
    display: none;
}

.box_home .text .hom_chek_list {
    display: flex;
    /* align-items: center; */
}


.box_advant .adv_list {
    padding: 60px 0;
    gap: 50px;
}

.box_platform {
    padding-bottom: 60px;
}

.title {
    padding-bottom: 60px;
}

h2 {
    font-size: 42px;
}

.box_advant .adv_list .item {
    grid-gap: 8px;
}

.box_advant .adv_list img {
    margin-bottom: 20px;
}
.plat_card {
    transform: scale(0.8);
    margin-bottom: 30px;
    left: -15px;
}
.box_home .text h1 {
    font-size: 44px;
}
}
@media (max-width: 500px) {
    .content{
        width: 95%;
    }
}