@media only screen and (max-width: 1600px) {
/* start */

nav.nav-desktop ul li a {
    padding: 0 10px;
}

.heading-top .caption h1 {
    font-size: 60px;
}

.heading-top .caption h3 {
    font-size: 28px;
    line-height: 1.2;
}

.product-list .product .inner p {
    font-size: 14px;
}

/* end 1600 */
}

@media only screen and (max-width: 1366px) {
/* start */

.heading-top .pic-content img {
    width: 78% !important;
}

.heading-top .onde-content {
    bottom: -100px;
}

.heading-top .caption h1 {
    font-size: 54px;
    margin-bottom: 0;
}

.heading-top .caption p {
    margin-top: 0;
    font-size: 14px;
}

.heading-top .caption h3 {
    font-size: 25px;
}

.heading-top .caption .btn {
    margin-top: 10px;
    font-size: 14px;
}

.heading-top {
    height: 83vh;
}

.heading-bottom {
    height: 17vh;
}

.heading-bottom p {
    font-size: 16px;
}

.heading-bottom .phone {
    top: 115%;
}

#loading .inner{
    width: 60%;
    margin: auto;
}

#loading .title {
    font-size: 55px;
}

/* end 1366 */
}

@media only screen and (max-width: 1200px) {
/* start */

nav.nav-desktop ul li a {
    padding: 0 5px;
    letter-spacing: 0;
}

.heading-top .caption h1 {
    font-size: 46px;
}

/* end 1200 */
}

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

.heading-top .caption p {
    display: none;
}

.nav-desktop {
	display: none;
}

.bt-open-nav {
    display: inline-block;
    line-height: 78px !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s ease-out;
    font-weight: 500;
    cursor: pointer;
    color: #fff
}


.bt-open-nav i {
    position: relative;
    top: 9px;
    line-height: 1;
    font-size: 40px;
    width: 28px;
    display: inline-block;
}

nav.nav-mobile {
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    background: #444;
    width: 100%;
    max-width: 320px;
    height: 100%;
    -webkit-box-shadow: inset 9px 0px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 9px 0px 6px -4px rgba(0,0,0,0.75);
    box-shadow: inset 9px 0px 6px -4px rgba(0,0,0,0.75);
    padding-top: 20px;
}

nav.nav-mobile ul {
    margin: 0 20px;
}

nav.nav-mobile ul li a {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 2px;
    border-top: 1px dotted #777;
    text-decoration: none !important;
}

nav.nav-mobile > ul > li:first-child > a {
    border-top: 0;
}

header .logo {
    margin-top: 4px;
    min-width: 120px !important;
    width: 100% !important;
}

.lang-desktop {
   display: none;
}

.lang-mobile {
    margin-bottom: 20px;
}

.lang-mobile ul {
    border: 1px solid #777;
    background: #005FA8;
}

.lang-mobile ul li {
    display: inline-block;
    width: calc(33.3333% - 3px);
    border-left: 1px solid #777;
}

.lang-mobile ul li a {
    text-align: center !important;
    line-height: 30px !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
}

#loading .inner{
    width: 50%;
    margin: auto;
}

#loading .title {
    font-size: 50px;
}

.link-content h4 {
    font-size: 18px;
}

.link-content .icon img {
    max-width: 46px;
}

.heading-bottom .phone {
    top: 85%;
}

.nav-mobile {
    display: block;
}


/* end 1024 */
}

@media only screen and (max-width: 900px) {
/* start */

.heading-top .caption {
    margin-top: 30px;
    margin-bottom: 50px;
}

.heading-top .container, .heading-top .container .row, .heading-top .col {
    height: auto !important;
}

.heading-top .pic-content .pattern {
    position: absolute;
    width: 100%;
}

.heading-top .pic-content {
    overflow: unset !important;
}

/* end 900 */
}

@media only screen and (max-width: 767px) {
/* start */

.heading-top .caption {
    padding: 0 15px;
}


/* end 767 */
}

@media only screen and (max-width: 600px) {
/* start */

.box-warranty {
    top: -105px;
    right: 15px;
    width: 140px;
}

/* end 600 */
}

@media only screen and (max-width: 576px) {
/* start */

#loading .inner{
    width: 80%;
    margin: auto;
}

#loading .title {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h4,
section.aside h3 {
    font-size: 24px;
}

section.aside p {
    font-size: 18px;
}

.info-contact {
    display: none !important;
}

.faq .slide-content h4 {
    font-size: 18px;
}

/* end 576 */
}


@media only screen and (max-width: 400px) {
/* start */

body {
    font-size: 14px;
}

/* end 400 */
}
