
    .content_body_ad_visible {
        display: none;
    }



    .content_auto_img_vert_scroll_block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content_auto_info_list {
        margin-top: -16px;
    }

    .content_tittle_block input {
        width: 184px;
    }

    .content_tittle h1 {
        font-family: MontserratBold;
        font-size: 28px;
        line-height: 100%;
        margin-left: 8px;
        margin-right: 8px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .content_tittle h2 {
        font-family: Montserrat;
        font-size: 32px;
        line-height: 120%;
        margin-left: 16px;
        margin-top: 5px;
    }

    .content_auto_info_list_vis {
        display: none;
    }

    .content_auto_info_list {
        /* display: flex; */
        justify-content: space-between;
    }


/* Изменить justify-content на space-around   */

    .content_body_ad_visible {
        display: flex;
        justify-content: space-around;
        margin-top: 64px;
    }

    /* Изменить justify-content на space-around   */

    .content_body_ad_visible img {
        width: 240px;
    }

    .body_ad_vis {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .content_list {
        width: 100%;
    }

    .content_tittle_block input {
        width: 184px;
    }

    .content_auto_info_list_vis {
        display: none;
    }

    .content_auto_info_list {
        /* display: flex; */
        justify-content: space-between;
    }



@media(max-width: 880px) {
    .content_tittle h1 {
        font-family: MontserratBold;
        font-size: 24px;
        line-height: 120%;
        color: black;
    }
}


@media (max-width:720px) {
    .body_ad_vis {
        display: none;
    }

    .content_auto_img_vert_scroll_block {
        display: none;
    }

    .content_auto_img_scroll {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .content_auto_img_scroll div {
        background: #828282;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .content_auto_img_scroll div:not(:first-child) {
        margin-left: 12px;
    }

    .content_auto_info_list {
        margin-top: -16px;
    }

    .content_tittle_block input {
        width: 184px;
    }
}

@media(max-width: 680px) {
    .content_tittle_block {
        display: flex;
        flex-direction: column;
    }

    .content_tittle_block input {
        width: 100%;
    }
}

@media(max-width:515px) {
    .content_tech_spec_li_info {
        flex-direction: column;
        margin-top: 16px;
    }
    
    .content_tech_spec_li_info p:nth-child(1){
    margin-right:0px;
}

    /* .content_dill_list_block{
        display: flex;
        width: 336px;
        flex-wrap: wrap;
    } */

    .content_dill_list_tittle {
        display: flex;
        max-width: 400px;
        flex-wrap: wrap;
    }

    .content_dill_list_block li {
        display: flex;
        width: 336px;
        flex-wrap: wrap;
    }
}

@media(max-width:480px) {
    .content_body_ad_visible img:nth-child(3) {
        display: none;
    }

    .content_map_tittle {
        flex-direction: column;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .content_auto_info_list_vis {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .content_auto_info_list {
        /* display: none; */
    }

    .content_body_ad_visible {
        margin-top: 33px;
    }
}

@media (max-width: 440px) {
    .content_tittle_block {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:440px) {
    .content_tittle_block {
        display: flex;
        flex-direction: column;
    }

    .content_tittle_block input {
        height: 48px;
        margin-top: 18px;
    }
}

/* CONTENT */

.content {
    display: flex;
    /* overflow: hidden; */
    margin-top: 24px;
    justify-content: space-between;
}

.seller_info {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller_info a {
    text-decoration: none;
    color: #E07000;
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 120%;
}

/* .content_list {
    max-width: 1224px;
} */

.content_tittle_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_tittle_link a {
    text-decoration: none;
    color: #828282;
    font-family: Montserrat;
    font-size: 12px;
}

.content_tittle_link a:hover {
    color: #E07000;
}

.content_actual_block{
    margin-bottom: 16px;
}

.content_tittle_link p {
    font-family: Montserrat;
    font-size: 14px;
    padding: 0 5px;
    color: #828282;
}

.content_tittle_block {
    margin-top: 12px;
}

.productname_ahref{
    color: black;
}

.productname_ahref:hover{
    color: #F3942E;
}

.content_tittle_block input {
    background-image: url("/img/card/button_img.svg");
    background-repeat: no-repeat;
    background-position: 20%;
    background-color: #73A53B;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;

    height: 48px;
}

.content_tittle {
    display: flex;
    align-items:center;
    justify-content: space-between;
    flex-wrap:wrap;
}

@media(max-width:550px){
    .content_tittle {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.content_tittle-subblock{
    margin-bottom:10px;
}
}

.button-compareb {
   display: flex;
   align-items: center;
   background: white;
   border-radius: 4px;
   border: none;
   font-weight: 400;
   font-size: 14px;
   color: #73A53B;
   cursor: pointer;
   font-family: Montserrat;
}

.content_tittle img {
    max-width: 32px;
    object-fit:cover;
}

.content_auto_img_block {
    display: flex;
    /* width: 100%; */
    border: 0.5px solid #F5F5F5;
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 16px;

}

.content_auto_img_vert_scroll_block>img {
    width: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 24px;
}

.content_auto_img_vert_scroll_block ul {
    list-style-type: none;

}

.content_auto_img_vert_scroll_block li {
    margin: 0px 0px 10px 0px;
    border: 1px solid #000;
    border-radius: 4px;
}

.content_auto_img_vert_scroll_block li:not(:first-child) {
    margin-top: 20px;
}

.content_auto_img_main {
    width: 100%;
}

.content_auto_img_main img {
    /* width: 384px; */
    width: 100%;
    /* border: none; */
}

/* Измени гэп на 15пх */
.content_auto_info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
}

/* Измени гэп на 15пх */
/* Добавь марджин */
/* .content_auto_info_param {
    margin-top: 16px;
} */

/* Добавь марджин */
.content_auto_info_param:not(:nth-child(1)) {
    margin-top: 16px;
}
.content_auto_info_param:not(:nth-child(2)) {
    margin-top: 16px;
}
.content_auto_info_param:not(:nth-child(3)) {
    margin-top: 16px;
}

.content_auto_info_param p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.content_auto_info_param p:nth-child(1){
    font-weight: 600;
}

.content_auto_info_param h3 {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
}

.full-descr{
    margin-top: 16px;
}

.full-descr .short_descr{
    max-width: 100% !important;
}

.content_technical_specification h1 {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 100%;
}

.content_tech_spec_list {
    /* transition: all 2s; */
    margin-bottom: 24px;
}

.nameblock2{
    margin: 16px 0px 8px 0px;
}

.show_all-button{
    border:none;
    display: flex;
    align-items: center;
    background: white;
    cursor: pointer;
}

.look-allspan{
    color: #73A53B;
    font-weight: 700;
    font-size: 16px;
}

.comparename__nameblock{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

/* .content_technical_specification{
    margin-bottom: 16px;
} */

.comparename__nameblock22{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 560px){
    .comparename__nameblock{
        flex-direction: column;
        align-items: flex-start;
    }
    
     .comparename__nameblock22{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .show_all-button{
        margin-top: 6px;
    }
}

.arrgreensvg{
    margin-left: 7px;
    max-width: 24px;
}

/* .content_tech_spec_list  li{
    transition: all 5s;
} */


.ul_list {
    display: none;
}

/* .open{
    margin-right: 45px;
    display: block;
} */

.ul_list.open {
   /*  margin-right: 45px; */
    display: block;
    margin-top: 16px;
}

.content_tech_spec_ul_info {
    /* transition-duration: 0.2s;
    transition-delay: 0.15s;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility; */
}

.content_tech_spec_ul_info li {
    /* transition: all 2s ease-in-out; */
}



#list {
    /* transition: all 2s; */
}

.content_tech_spec_list ul {
    list-style-type: none;
    

}


/* .content_tech_spec_list li{
    display: flex;
    justify-content: center;
} */

.content_tech_spec_ul_info {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    margin-left: 40px;
    margin-right: 40px;
}


@media(max-width:650px) {
.content_tech_spec_ul_info{ 
    margin-right: 10px;}
}

.content_tech_spec_li {
    display: flex;
    justify-content: space-between;
    height: 38px;
    background: #F2F2F2;
    border-radius: 8px;

    align-items: center;

}

.content_tech_spec_li img {
    margin-right: 42.5px;
    transform: rotate(180deg);
    cursor: pointer;
}

.content_tech_spec_li:nth-child(1) {
    margin-top: 12px;

}

.content_tech_spec_li:not(:first-child) {
    margin-top: 16px;
}

.content_tech_spec_li p {
    margin-left: 40px;

    font-family: Montserrat;
    font-size: 17px;
    line-height: 100%;
    font-weight: 700;
}

.content_tech_spec_li_info {
    display: flex;
    justify-content: space-between;

    margin-top: 8px;
}

.content_tech_spec_li_info p {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 140%;
}

.content_offer_img_list {
    margin-top: 64px;
}

.content_tech_spec_li_info p:nth-child(1){
    margin-right:180px;
    font-weight: 600;
}


.content_tech_spec_li_info p:nth-child(2){
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content_spec_tittle {
    display: flex;
    justify-content: space-between;
}

.content_spec_tittle h1 {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
}

.content_spec_arrows {}

.content_spec_arrows input {
    width: 31px;
    height: 31px;
    border: none;
    /* background: none; */
}

.content_spec_left_arrow {
    /* content: url("/img/main/left_arrow.svg"); */
    background: url("/img/main/left_arrow.svg");
}

.content_spec_right_arrow {
    /* content: url("/img/main/right_arrow.svg"); */
    background: url("/img/main/right_arrow.svg");
    margin-left: 16.64px;
}

.special_offer_img_list {
    display: flex;
    overflow: hidden;
    justify-content: space-between;

    margin-top: 32px;
}

.spec_offer_ul {
    display: flex;
    list-style-type: none;
    max-width: 900px;
}

.spec_offer_li {}

.special_offer_img {}

.special_offer_img_info {}

.special_offer_img_info h3 {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

@media(max-width:515px) {
    .content_tech_spec_li_info p:nth-child(1){
    margin-right:0px;
}

.special_offer_img_info p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.special_offer_diller {}

.special_offer_info_price {
    background: #73A53B;
    border-radius: 2px;
    width: 143px;
    color: #FFFFFF;

    height: 24px;
}

.special_offer_info_price p {
    margin-left: 8px;
    padding-top: 4px;
}

/* TEST UL */
@media(min-width: 550px) {
    .dill_table_vis {
        display: none;
    }
}

@media(max-width: 549px) {
    .dill_table_vis {
        /* display: block; */
        width: 100%;
    }

    .dill_table {
        display: none;
    }
}

/* .dill_table tr{
    border-collapse: collapse;
    margin-top: 16px;
    padding-top: 16px;
}
 */

.dill_table tr:not(:first-child) {
    border-bottom: 1px solid #F2F2F2;
    ;
}

/* .dill_table hr{
    margin-top: 16px;
} */


.content_dill_list_block ul {
    display: flex;
    justify-content: space-around;
}

table {
    /* justify-content: space-between; */
    /* border: 1px solid black; */
    width: 100%;
    border:none;
  /*   margin-top: 64px; */
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 0px 16px;
}


table tr {
    padding-top: 20px;
    margin-top: 20px;
    top: 20px;
}

/* table tr:not(:first-child){
    border-collapse: collapse;
    border-bottom: 1px solid #F2F2F2;
} */

/* table tr{
    border-bottom: 1px solid #F2F2F2;
} */

table img {
    margin-left: 15px;
}

.table_line {
    border-bottom: 1px solid #F2F2F2;
}

/* table hr{
    border-bottom: 1px solid #F2F2F2;
} */

td {
    border: 1px solid black;
    padding-left: 10px;
}

.dill_tittle_border {
    background: #F2F2F2;
    border-radius: 8px 8px 0px 0px;
    text-align: left;
    height: 48px;
    /* border: 1px solid #F2F2F2; */
}

th {


    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
}


/*  */

.content_dill_list_block {
    margin-top: 64px;
}

.content_dill_list_block ul {
    list-style-type: none;
}

.content_dill_list_block li {
    display: flex;
    justify-content: space-between;
}

.content_dill_list_block li:not(:last-child) {
    margin-bottom: 32px;
}

.content_dill_list_block li p {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
}

.content_dill_list_tittle {
    display: flex;
    justify-content: space-around;
    background: #F2F2F2;
    border-radius: 8px 8px 0px 0px;
    height: 64px;
    align-items: center;
}

.content_dill_list_tittle p {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
}

.content_dill_name_p {
    width: 236px;
    height: 48px;
    white-space: pre-line;

    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
    color: #007AFF;
}

.content_dill_price_p {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
}

.content_dill_vis_price_p {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

/* BODY AD */


.body_ad img {}


/* MAP */

.content_google_map {
    width: 100%;
    margin-top: 70px;
}

.content_google_map iframe {
    margin-top: 28px;
}

.content_map_tittle {
    display: flex;
    justify-content: space-between;
}

.content_map_tittle h1 {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
}

@media(min-width: 769px) {
    .content_map_tittle select {
        width: 336px;
    }
}

@media(max-width: 768px) {
    .content_map_tittle select {
        width: 326px;
    }
}


@media(max-width: 500px) {
    .content_map_tittle select {
        margin-top: 24px;
        width: 100%;
    }
}

.content_map_tittle select {
    height: 48px;
    border: 1px solid #73A53B;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #FFFFFF;
}

/* FOOTER AD */

.footer_ad {
    margin-top: 64px;
}

.footer_ad img {
    width: 100%;
}

/* Denis */

.strelka_vverh {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

/* .strelka_vniz{
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
} */

.foot_ad_2 {
    margin-top: 64px;
}

.foot_ad_2 img {
    width: 100%;
}

@media (min-width: 2000px) {
    .content_brand_model {
        grid-template-columns: repeat(3, 1fr);
        /* grid-auto-flow: column; */
        grid-gap: 10px;
        /* grid-column-gap: 100px; */
    }

    .body_ad {
        display: flex;
        flex-direction: column;
        margin-left: 24px;
    }

    .content_left_sett_off {
        margin-left: 89px;
    }

    .content_list_style_sort select {
        width: 240px;
    }

    .body_ad_invise {
        display: none;
    }

    .content_small_menu_style {
        display: none;
    }

    .content_list_style {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .content_info_color_vis {
        display: none;
    }

    .content_info_color_vis p {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 120%;
    }

    .content_info_list_invise {
        display: none;
    }

    .content_info_list {
        display: flex;
    }

    .content_list {
        width: 100%;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
}

@media(max-width:1999px) {
   /*  .content_brand_model {
       grid-template-rows: repeat(4, auto);
       grid-auto-flow: column;
       grid-gap: 20px;
       grid-column-gap: 100px;
   } */

    .body_ad {
        max-width: 288px;
    }

    .content_left_sett_off {
        margin-left: 89px;
    }

    .content_list_style_sort select {
        width: 240px;
    }

    .body_ad_invise {
        display: none;
    }

    .content_small_menu_style {
        display: none;
    }

    .content_list_style {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .content_info_color_vis {
        display: none;
    }

    .content_info_color_vis p {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 120%;
    }

    .content_info_list_invise {
        display: none;
    }

    .content_info_list {
        display: flex;
    }
}

@media(max-width: 1210px) {
    .body_ad {
        display: none;
    }

    .body_ad_invise {
        display: flex;
        width: 100%;
        align-items: flex-start;
        margin-top: 32px;
        justify-content: space-around;
    }

    .body_ad_invise img {
        width: 100%;
    }

    .content_list {
        width: 100%;
    }
}

@media(max-width:1125px) {
    .content_list_prod {
        display: none;
    }
}


@media(max-width:1070px) {
    /* .content_brand_model {
        grid-template-rows: repeat(6, auto);
        grid-auto-flow: column;
        grid-gap: 10px;
        grid-column-gap: 150px;
    } */

    .content_left_sett_off {
        margin-left: 37px;
    }

    .content_list_style_sort select {
        width: 212px;
    }
}

@media(max-width:1020px) {


    .content_info_color_vis {
        display: flex;
        flex-direction: column;
    }

    .content_info_color {
        display: none;
    }
}

@media(max-width: 710px) {
    .body_ad_invise img:nth-child(3) {
        display: none;
    }
}

@media(max-width: 701px) {
    .content_list_style {
        display: none;
    }

    .content_setting_list {
        display: none;
    }

    .content_small_menu_style {
        display: flex;
        justify-content: space-between;
        background: #F2F2F2;
        border-radius: 8px;
        height: 48px;
        align-items: center;
    }

    .content_brand_model {
   /*      grid-template-rows: repeat(12, auto);
   grid-auto-flow: column;
   grid-gap: 10px;
   grid-column-gap: 150px;
       } */

}


@media(max-width: 600px) {
    .content_info_list {
        /* display: none; */
        
    }

    .content_info_list_invise {
        display: flex;
        flex-direction: column;
    }

    .content_info_vis {
        display: flex;
        justify-content: space-between;
    }

    .content_info_vis_img {
        height: 210px;
    }

    .content_info_right_vis {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content_info_vis_hearth {
        /* display: flex;
        align-items: flex-start; */
        margin-bottom: auto;
    }

    /* Добавь это */
    .content_auto_info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* Добавь это */
}

@media(max-width: 480px) {
    .body_ad_invise img:nth-child(2) {
        display: none;
    }
    
    .content_tittle img{
        max-width: 32px;
    }
}

.body_foot_ad {
    margin-top: 20px;
}

.body_foot_ad img {
    width: 100%;
}

.Footer {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
/*     padding-left: 20px; */
}

.news_hor_line_foot {
    margin: 24px 0px 0px 0px;
}

.user_agree {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.user_agree-one {
    width: 45%;
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 200%;

}

.user_agree-two {
    width: 45%;
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 150%;
    margin-right: 20px;
}

.footer_copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.copyright_info {
    width: 45%;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 150%;
}

.copyright_infotwo {
    width: 45%;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 150%;
    margin-right: 20px;
}

@media(max-width:1153px) {
    .news_hor_line_foot {
        /* margin: 24px 24px 0px 0px; */
    }
    .news_hor_line_foot1 {
        margin: 24px 24px 0px 0px;
    }
}

.wrapper {
    padding-right: 20px;
}



.slider {
    display: flex;
    width: 1020px;
    max-width: 100%;
    margin-top: 12px;
    gap: 16px;
    align-items: flex-start;
}

.slider2 {
    width: 480px;
    background: #73A53B;
}

.slider-nav {
    width: 148px;
    flex: 0 0 148px;
}

.slider-main {
    overflow: hidden;
    max-height: 100%;
    flex: 1 1 auto;
    min-width: 0;
}

.slider-nav .swiper-slide {
    height: 96px;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.slider-nav .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav .swiper-slide-thumb-active {
    border-color: #73A53B;
    box-shadow: 0 0 0 2px rgba(115, 165, 59, 0.12);
}

.slider-main .swiper-slide img {
    width: 100%;
    max-width: 100%;
    max-height: 500px;
}

.slider-container {
    max-width: 1020px;
    /* padding: 0 15px; */
    position: relative;
    margin: 0 auto;
}


.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    margin: -30px 0px 0px 0px;
    z-index: 20;
    font-size: 0;
    width: 15px;
    height: 30px;
    border: none;
    opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    left: 160px;
    z-index: 1200;
    background: url('/img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
}

.swiper-button-next {
    right: 20px;
    z-index: 1200;
    background: url('/img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
}

.slider-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.slider-buttons {
    display: flex;
    align-items: center;
}

.card {
    padding: 30px;
    background-color: #73A53B;
    min-height: 330px;
    color: #000;
    font-size: 16px;
}

.slider-button-prev::after,
.slider-button-next::after {
    display: none;
}

.slider-button-prev {
    position: absolute;
    top: 6%;
    margin: -30px 0px 0px 0px;
    z-index: 20;
    font-size: 0;
    width: 15px;
    height: 30px;
    border: none;
    opacity: 1;
}

.slider-button-next {
    position: absolute;
    bottom: -2%;
    margin: -30px 0px 0px 0px;
    z-index: 20;
    font-size: 0;
    width: 20px;
    height: 30px;
    border: none;
    opacity: 1;
}

.slider-button-prev {
    left: 5%;
    z-index: 1200;
    background: url('/img/card/black_arrow_up.svg') 0 0 / 100% no-repeat;
}

.slider-button-next {
    left: 5%;
    z-index: 1200;
    background: url('/img/card/black_arrow_down.svg') 0 0 / 100% no-repeat;
}


@media only screen and (max-width:600px) {
    .slider-nav {
        display: none;
    }

    .swiper-button-prev {
        left: 20px;
        z-index: 1200;
        background: url('/img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
    }

    /* .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    } */

}

@media (max-width:850px) {
    .comparename-h22{
         font-size: calc((100vw - 375px)/(1224 - 320) * (32 - 18) + 18px);
    }
}

@media (max-width:650px) {
    .slider-button-prev,
    .slider-button-next {
        display: none;
    }
}

@media(max-width: 550px){
    .slider2{
        width:375px;
    }
}

@media(max-width: 1025px){
    .slider2{
        width:375px;
    }
}

@media(max-width: 512px){
    .margin-bottom-logo{
            margin-bottom: 16px;
    }
    .content_tech_spec_li p{
        font-size:15px;
    }
    .content_tittle h1{
        font-size:18px !important;
    }
}

@media(max-width: 476px){
    .content_tittle h1{
            /* white-space: pre-wrap; */
    }
}

@media(max-width: 426px){
    .slider2{
        width: 320px;
    }
    .content_info_list{
        flex-direction: column;
    }
    
    .content_tech_spec_ul_info{
            margin-left: 10px;
    }
    .content_tech_spec_li p{
         margin-left: 10px;
    }
    .content_tech_spec_li img {
    margin-right: 19.5px;
    }
    
    .content_tech_spec_ul_info{ 
    margin-right: 0px;}
}

@media(max-width: 376px){
    .slider2{
        width: 285px;
    }
}

@media(max-width:321px){
    .copyright_info {
    width: 45%;
    font-family: Montserrat;
    font-size: 11px;
    line-height: 150%;
    }
}


