.footer {
    background: #EEEEEE;
    padding: 2em 0;
    margin-top: 2.2em;
}

.footer-grid {
    float: left;
    width: 25%;
}
.hh-show {
    display: none;
}
.footer-grid ul li:before {
    content: url(../images/marker1.webp);
    padding-right: 10px;
    margin-bottom: 0.5em;
    display: inline-block;
}

.footer-grid ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #777;
    margin: 0.5em 0;
    text-transform: uppercase;
}

.footer-grid ul li a:hover {
    padding-left: 10px;
    color: #d63b37;
}

.footer-grid h3 {
    color: #313232;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

.copy-right {
    padding: 1em 0;
    background: #f7f7f7;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    border-top: 4px solid #e24035;
}

.copy-right * {
    font-size: 12px;
}

.copy-right .top-to-page {
    position: relative;
    /*width: 83%;*/
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0 50px;
}

.top-to-page-main {
    width: 100%;
    display: flex;
}

.top-to-page-main dl {
    flex: 1;
    padding: 0 50px;
}

.top-to-page-main dl:nth-child(1) {
    flex: 2;
}

.top-to-page-main dl dt {
    font-weight: bold;
    font-size: 18px;
    color: #535252;
    margin: 10px 0;
}

.top-to-page-main dl dd {
    font-size: 14px;
    color: #535252;
    line-height: 26px;
    margin: 6px 0;
}

.top-to-page-main dl dd>a {
    text-decoration: underline;
}

.top-to-page-othor {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #ededed;
    color: #535252;
    padding: 10px 25px;
    border-radius: 10px;
}

.top-to-page dl.link dd a {
    font-weight: bold;
    text-decoration: none;
}

.top-to-page dl.link dd a img {
    margin-right: 5px;
    vertical-align: middle;
}

.copy-right ul {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.copy-right li {
    width: 70px;
    float: left;
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.copy-right p {
    color: #474545;
    margin-bottom: 10px;
}

.copy-right a {
    color: #474545;
}

.copy-right p a:hover {
    color: #474545;
}
@media only screen and (max-width:1120px) {

    .wrap,
    .product,
    .slider,
    .menu-container .menu,
    .copy-right .top-to-page {
        width: 98% !important;
    }
}

@media only screen and (max-width:959px) {
    .hh-hide {
        display: none;
    }

    .hh-show {
        text-align: right;
        display: block;
    }

    .search-box {
        width: 100%;
        float: right;
        display: inline-block;
        margin-right: 0px;
    }

    .hh-show img {
        width: 40px;
    }

    .header {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 3.2rem;
        background: #000;
    }

    .logo-box {
        width: 96%;
        height: 100%;
        margin: auto;
    }

    .logo-box .logo {
        position: absolute;
        bottom: -60px;
        right: 0;
        width: 150px;
        height: 60px;
    }

    .top-nav {
        width: 100%;
    }

    .menu-container {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-bottom: none;
    }

    .menu-mobile {
        position: absolute;
        left: 15px;
        top: 8px;
        width: 40px;
        display: block;
        background: #e24035;
        border-radius: 10px;
        padding: 6px;
    }

    .menu-mobile span {
        width: 100%;
        height: 4px;
        background: #fff;
        display: block;
        border-radius: 3px;
    }

    .menu-mobile span+span {
        margin-top: 3px;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
        line-height: 50px;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu>ul>li a {
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }

    div.slider {
        width: 100% !important;
        height: 120px !important;
    }

}
    .pdf-part {
    margin-bottom: 10px;
}
    .pdf-part button {
        display: inline-block;
        margin: 5px 15px 5px 0;
        padding: 3px 10px;
        border: 1px solid #ddd;
        border-radius: 30px;
        line-height: 1.6em;
        font-size: .9em;
    }
    .pdf-part a {
        display: inline-block;
        margin: 5px 15px 5px 0;
        padding: 3px 10px;
        border: 1px solid #ddd;
        border-radius: 30px;
        line-height: 1.6em;
        font-size: .9em;
        cursor: pointer;
    }
.pdf-part img {
    width: 18px;
    height: 18px;
}
.pdf-part button:hover {
    color: #fff;
    border: 1px solid #335e97;
    background: #3767a8;
    cursor: pointer;
}
.pdf-part a:hover {
    color: #fff;
    border: 1px solid #335e97;
    background: #3767a8;
    cursor: pointer;
}
.aligncenter{
    clear: both;
    display: block;
    margin: auto;
}