@import "style.css";
@import "/css/fontawesome/css/all.css";
@import "/css/jquery-ui.css";
ul.menu-top-product {
    float: right;
}

ul.menu-top-product li {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

ul.menu-top-product li a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

ul.menu-top-product li a:hover {
    color: #006eb0;
}

ul.menu-top-product {
    float: right;
    position: relative;
    top: -4px;
    margin-right: 20px;
}

.head-red-product h3 {
    width: 27%;
}

.head-red {
    background: #006eb0;
    width: 100%;
    height: 8px;
    display: inline-block;
}

.head-red h3 {
    background: #fff url(../images/z-bg.jpg) center no-repeat;
    width: 20%;
    text-align: center;
    margin: -21px auto;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    line-height: 56px;
}

.contact-box p {
    font-size: 20px;
    line-height: 1.3;
}

.contact-box {
    margin: 40px 20px 40px 50px;
    width: 70%;
}

.form-contact select,
.form-contact input,
.form-contact textarea {
    border-radius: 5px;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.form-contact select {
    width: 100%;
    box-sizing: border-box;
}

.form-contact button {
    width: 150px;
    background: #006eb0;
    color: #fff;
    font-size: 15px;
    border: none;
    font-weight: bold;
    height: 40px;
}

@media only screen and (max-width: 1024px) {
    .contact-box {
        width: 83%;
    }
}

@media only screen and (max-width: 768px) {
    .head-red h3 {
        width: 28%;
    }
    .footer-section {
        width: 93%;
    }
    section.side-menu {
        display: none;
    }
    .menu-page-res {
        width: 100%;
        background: #006eb0;
        display: flex !important;
    }
    .main-page {
        width: 100%;
        margin: 0;
    }
    .nav-page-res {
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
    .nav-page-res ul li {
        display: inline-block;
    }
    .nav-page-res ul li a {
        margin: 0 10px;
        color: #fff;
    }
    .head-red-product h3 {
        width: 31%;
    }
    .product-item {
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {
    .banner .nav-main {
        position: fixed;
        top: 4px;
        z-index: 2;
        width: 100%;
    }
    .top-redline {
        position: fixed;
    }
    a.logo-main {
        margin-top: 70px;
    }
    .shoar {
        margin: 24% 0 2%;
    }
    p.shoar-1 {
        font-size: 20px;
    }
    p.shoar-2 {
        font-size: 95px;
    }
    span.dot {
        width: 78%;
        margin: 4% auto;
    }
    form.auth-form button {
        padding: 10px 15px;
    }
    .form-part-2 input {
        width: 33%;
        padding: 7px 5px;
    }
    .form-part-2 span {
        margin-bottom: 2%;
    }
    .head-red h3 {
        width: 47%;
        font-size: 20px;
    }
    .footer-section,
    span.border-after-footer {
        display: none;
    }
    section.menu-page-res {
        display: inline-block !important;
        width: 100%;
    }
    a.logo-page-res {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .nav-page-res ul li a {
        margin: 0 6px;
        font-size: 13px;
    }
    .nav-page-res ul {
        text-align: center;
    }
    .main-page {
        padding-top: 8%;
    }
    .head-red h3 {
        width: 49%;
        font-size: 18px;
    }
    .nav-page-res {
        padding-bottom: 20px;
    }
    ul.menu-top-product {
        display: none;
    }
    .dose-info-box {
        width: 75%;
    }
}

@media only screen and (max-width: 420px) {
    #top-nav-res {
        display: inline-block;
        background: #006eb0;
        padding: 5px;
        width: 100%;
        margin-bottom: -3px;
    }
    .banner .nav-main {
        display: none;
    }
    a.link-product-res {
        color: #fff;
        float: left;
        margin: 10px 0 0 10px;
    }
    a.link-footer-res img {
        float: right;
    }
    .form-part-2 input {
        width: 75%;
        margin: 5px;
    }
    form.auth-form button {
        width: 80%;
        margin-top: 1%;
    }
    .footer-desktop {
        display: none;
    }
    .footer-res,
    span.border-after-footer {
        display: inline-block;
        width: 100%;
    }
    .footer-part-res ul li {
        text-align: center;
        border-top: 1px solid grey;
    }
    .footer-part-res ul li:first-child {
        border: none;
    }
    .footer-part-res ul li a {
        color: #fff;
        line-height: 2.3;
    }
    .footer-res .copy-right {
        background: #006eb0;
        border: none;
    }
    section.menu-page-res {
        display: none !important;
    }
    a.link-footer-res {
        display: inline-block;
        float: right;
        margin-top: 3%;
    }
}