


@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 992px) {
header #header-bottom .service-item-wrap .service-item img {
    margin-left: 21px;
}

}
@media only screen and (max-width: 768px) {
header #header-mid {
    padding-top: 54px;
}
header #header-mid .logo {
    padding-bottom: 30px;
    text-align: center;
}
header #header-bottom .service-item-wrap {
    width: 100%;
    max-width: 518px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
header #header-bottom .service-item-wrap .service-item {
    width: 50%;
    padding-left: 56px;
    padding-bottom: 30px;
}
header #header-bottom .service-item-wrap .service-item img {
    width: 22%;
    margin-left: 0;

}
h2 {
    font-size: 22px;
}
#download p {
    font-size: 18px;
}
#download .download-btn-wrap a {
    font-size: 15px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 20px 13px;
    font-size: 18px;
    padding-right: 63px;
}
#download .download-btn-wrap a:before {
    width: 44px;
    height: 44px;
    right: 13px;
    top: 9px;
}

}
@media only screen and (max-width: 640px) {
h2 {
    font-size: 18px;
}
#download p {
    font-size: 15px;
}
#download .download-btn-wrap a {
    font-size: 15px;
    margin-top: 20px;
}
}
@media only screen and (max-width: 480px) {

    .h-top-item img{
        max-width: 30px;
    }
    header #header-top .h-top-item h1 {
    font-size: 13px;
    }
    header #header-top .h-top-item .lang-ico {
    padding-top: 10px;
}
header #header-mid .h-mid-txt p {
    font-size: 15px;
}
header #header-mid {
    padding-bottom: 54px;
}
header #header-bottom .service-item-wrap .service-item {
    padding-left: 21px;
}
}

@media only screen and (max-width: 380px) {
header #header-bottom .service-item-wrap {
    max-width: 218px;
}
 header #header-bottom .service-item-wrap .service-item {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 10px;
}   
}