@charset "UTF-8";

@media screen and (max-width: 1200px) {
    .header .menu ul li {
        font-size: 14px;
        padding: 30px 14px;
    }
}
@media screen and (max-width: 992px) {
    .header .menu ul li {
        padding: 27px 8px;
        font-size: 14px;
        font-weight: normal;
    }
    .header .actions {
        font-size: 12px;
        flex: 0 0 160px;
    }
    .header .actions .language {
        width: 80px;
    }
    .header .actions .profile {
        width: 80px;
    }
    .selection-detail-wrapper .selection-detail .title .info {
        padding-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .header {
        display: none;
    }
    .header-mobile {
        display: flex;
    }
    .footer {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .index-banner {
        padding-top: 80px;
    }
    .index-banner-img {
        text-align: center;
    }
    .index-selections .title .sub .item {
        padding-right: 5px;
        margin-right: -5px;
    }
    .index-selections .title .sub img {
        width: 12px;
        height: 12px;
    }
    .index-selections .items {
        margin-top: 25px;
    }
    .index-solutions .item .item-content {
        padding: 10px;
    }
    .section-selections .items .item {
        margin: 15px -15px;
    }
    .selection-detail-wrapper .selection-detail .title .links .pop-qr {
        display: none;
    }
}
