

@media(max-width: 3400px){
    body.lock {
        overflow: hidden;
    }

    .header__logo{
        flex: 0 0 40px;
    }
    .header__body {
        height: 50px;
    }
    .header__burger {
        display: block;
        position:absolute;
        width: 30px;
        height: 20px;
        z-index: 3;
		z-index:101;
    }
    .header__burger span {
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        height: 2px;
        left: 0;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before,
    .header__burger::after{
        content: '';
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after{
        bottom: 0;
    }

    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span {
        transform: scale(0);
    }
    .header__menu {
        position: fixed;
        top: -120%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transition: all 0.3s ease 0s;
        background-color: rgba(0, 0, 0, 1.0);
        padding: 70px 10px 20px 10px;
		z-index:100;

     }

     .header__menu.active {
         top: 0;
     }

     .header__list{
         display: block;
     }

     .header__list li{
         margin:0px 0px 20px 0px;
     }

     .header__link {
         font-size: 24px;
     }
}


.quick-link-box { width:25%; float:left; border-right:1px solid #333; padding:0px 0 0px 3%; margin-top:8%;}

.quick-link-box a {color:#fff; display:block; font-family: 'Runalto'; font-weight:normal; font-size:36px; margin-bottom:40px;}

.quick-link-box a:hover {padding-left:10px;}

.product-link-box { width:75%; float:left;  padding:0px 0 0px 5%; margin-top:8%;}

.product-link-box h4 {color:#fff; display:inline-block; font-family: 'Runalto'; font-weight:normal; font-size:36px; margin-bottom:40px; margin-top:0px; float:left; width:100%;}

.product-link-box div {float:left; width:25%;}

.product-link-box a {color:#999; display:inline-block;  font-size:20px; margin-bottom:10px; font-weight:400;}

.product-link-box a:hover { color:#fff;}

.small-links {font-size:15px!important; margin-bottom:0px!important;}

.product-link-box img {width:120px; display:block; border:5px solid #666; border-radius:10000px; transition: all 0.5s ease-in 0s;}

.product-link-box img:hover {border:5px solid #fff;}