

@media screen and (max-width: 1024px) {
    /* body {
        font-family: Helvetica;
    } */

    .Languagen-menu li {
        color: #46acba;
        margin-top: 10px !important;
    }

    /* .burger {
        display: block !important;
    } */
}
@media screen and (min-width: 768px) and (max-width: 820px) {
    /* body {
        font-family: Helvetica;
    } */

    .header-container .logo {
        margin-right: 0px;
    }

    .section-1 .show-info .p-des {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .new-product {
        padding-top: 0 !important;
    }

    .new-product .product-wrap {
        flex-direction: column;
    }

    .new-product .product-wrap .box {
        width: 100%;
        justify-content: space-around;
    }

    .carousel {
        height: 380px !important;
    }

    .new-product .product-wrap .box img {
        width: 170px;
        height: 170px;
    }

    .new-product .product-wrap .box .product-des {
        font-size: 24px;
    }

    .section-3 .star-product-item {
        flex-direction: column;
    }

    .section-3 .star-product-item img {
        margin: 0 auto;
    }
}

.iconColor {
    background: #f2f4f5;
}

.iconColor a {
    color: #46acba !important;
}

.collapse {
    display: block;
}

div.screen {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 99;
    box-shadow: inset 0px 18px 4px -15px #ddd;
}

.screen .list {
    margin-top: 36px;
    text-align: left;
}

.screen .item {
    height: 115px;

    padding-left: 115px;
    clear: both;
}

.screen .item .img {
    float: left;
    width: 71px;
    height: 71px;
    margin-left: -93px;
}

.screen .item span {
    height: 11px;
    width: 180px;
    margin-bottom: 19px;
    float: left;
}

.screen .item span:nth-of-type(3) {
    width: 75px;
    margin-bottom: 0;
}

div.burger {
    height: 40px;
    width: 42px;
    position: absolute;
    top: 15%;
    right: 0;
    cursor: pointer;
}

div.x,
div.y,
div.z {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    background: #46acba;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.x, div.y, div.z {
    height: 3px;
    width: 32px;
}

div.y {
    top: 20px;
}

div.z {
    top: 40px;
}

div.collapse {
    top: 20px;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}

div.rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

div.rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

div.rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.navbar {
    height: 73px;
    background: #385e97;
}

div.menu-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu-bg.animate {
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);

}

div.menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0px 18px 4px -15px #ddd;
}

div.menu .menu-list {
    margin-top: 10%;
}

div.menu ul li {
    /*display: none;*/
    padding: 16px;
    list-style: none;
    width: 100%;
    /*margin-top:40px;*/
    text-align: center;
    font-size: 19px;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.Languagen-menu li {
    padding: 12px !important;

}

div.menu ul li a {
    width: 100%;
    /*display: block;*/
    font-size: 25px;
    color: #686868;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 800;
}

div.menu ul li a span {
    display: block;
    width: 100%;
    line-height: 32px;
}

/*div.menu ul li.active a{
	color:#145aa0;
}*/

section > div {
    transition: transform 1s;
    transform: translateX(0px);
}

div.menu li.animate {
    font-size: 19px;
    opacity: 1;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}