*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    text-transform: capitalize;
    transition: all .3s linear;
    font-family: 'Roboto';
    font-style: normal;
    list-style-type: none;
}

.wrapper{
    overflow: hidden;
}

.container{
    max-width: 1118px;
    margin: 0 auto;
    padding: 0 15px;
}
body{
    height: 1000px;
}

.header{
    
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    padding: 22px 0;
    background: #c3c3c3;
    
}

.header.newFonts{
    padding:15px 0;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
    background: #78049e;
}


#menu{
   color: #4c585d;
   height: 17px;
   width: 17px;
   line-height: 17px;
   font-size: 21px;
   display: none;
}
.btn{
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    background: #1c1d1f;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding:12px 32px;
    transition: .4s all ease;
}
.btn:hover{
    color: #043149;
    border: 1px solid #043149;
    background-color: #fff;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.navbar a{
    font-weight: normal;
    margin: 0 5px;
    font-size: 27px;
    line-height: 21px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
}
.navbar a:hover{
   background: #70056d;
   color: #fff;
}
.navbar:last-child{
    margin-right: 0;
}
header .icons {
    display: flex;
    align-items: center;
}
header .icons a{
    display: inline-block;
    margin-right: 24px;
}
header .icons a:last-child{
    margin-right: 0;
}
header .icons a img{
   height: 100%;
}
header .icons a:hover img{
    transform: rotate(360deg);
}
.about{
	background-size: 100% 100%;
    background-image: url(../images/luxemburg-magazin-zakladok-narkotiki-megasb.png);
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}
.about .about_left {
    padding-top: 10px;
    flex: 0 0 50%;
    width: 50%;
}
.about .about_left .about_title{
    font-weight: bold;
    font-size: 48px;
    line-height: 133.69%;
    color: #1F2E35;
    margin-bottom: 25px;
}
.about .about_left .about_text{
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;    
    color: #30444E;
    margin-bottom: 24px;
}
.about .about_left .about_title span{
    color: #ee4248;
} 
.about .about_right {
    flex: 0 0 40%;
    width: 40%;
    background-image:url(../images/header_banner.png);
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center right;
}
.about .about_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_categories {
    margin-top: 65px;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .2);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product_categories.p_bottom{
    margin-top: 0;
}

.product_categories p{
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #30444E;  
    margin-bottom: 23px;
    margin-top:15px;
}



/* products section  */

.products{
    background: #212526;
    padding-top: 60px;
    padding-bottom: 26px;
}
.products .heading{
    font-weight: 500;
    font-size: 32px;
    line-height: 133.69%;
    text-align: center;
    color: #1F2E35;
    margin-bottom: 45px;
}
.products .box_container{
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;  
    margin-bottom: 50px;
}
.products .box_container .box{
    background: #fbfbfb;	
    flex: 0 0 24%;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    padding: 30px 15px;
    padding-top: 15px;
}
.products .box_container .box img{
    margin-bottom: 15px;
}
.products .box_container .box img{
    width: 100%;
    object-fit: cover;
}
.products .box_container .box p{
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #30444E;  
    margin-bottom: 23px;
    margin-top:15px;

}
.products .productss_bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.products .productss_bottom .bottom_left{
    margin-right: 47px;
}
.products .productss_bottom .bottom_left img{
    margin-bottom: 10px;
}

.products .productss_bottom .bottom_left h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-bottom: 15px;
}

.products .productss_bottom .bottom_left p{
    font-weight: 300;
    font-size: 18px;
    line-height: 149.19%;
    color: #263238;
}

.products .productss_bottom .bottom_right h3{ 
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #263238;
    margin-bottom: 25px;
}

.products .productss_bottom .bottom_right p{
    font-weight: 300;
    font-size: 18px;
    line-height: 149.19%;
    color: #263238;
    margin-bottom: 8px;
}


footer{
    background: #eaeaea;
    padding: 30px 0;
}

footer .footer_folder{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

}


.footer .services_bottom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer .services_bottom .bottom_left{
    margin-right: 47px;
}
.footer .services_bottom .bottom_left img{
    margin-bottom: 10px;
}

.footer .services_bottom .bottom_left h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-bottom: 8px;
}
.bottom_right{
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
}
.footer .services_bottom .bottom_left p{
    font-weight: 300;
    font-size: 18px;
    line-height: 149.19%;
    color: #263238;
}

.fooetr .services_bottom .bottom_right h3{ 
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #263238;
    margin-bottom: 25px;
}

.footer .services_bottom .bottom_right p{
    font-weight: 300;
    font-size: 18px;
    line-height: 149.19%;
    color: #263238;
    margin-bottom: 8px;
}


.footer_contact{
    margin-top: 60px;
}
.footer_contact h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-bottom: 5px;
}

.footer_contact ul li a{
    font-weight: 300;
    font-size: 18px;
    line-height: 149.19%;
    color: #263238;
    margin-bottom: 8px;
}

.bottom_right h3{
    color: #263238;
}

.footer_contact ul li{
    margin-bottom: 8px;
}

.footer_contact ul li a:hover{
    margin-left: 8px;
}

.icons .phone_svg{
    max-width: 20xp;
    max-width: 20px;
    object-fit: contain;
}

/* media queries  */

@media(max-width:992px){
    /* .products .box_container .box{
        flex: 0 0 32%;
    } */
    .navbar a{
        padding: 7px 13px;
        margin: 0 7px; 
    }
   
    header .icons a {
        margin-right: 20px;
    }
    .about{
        padding-top: 170px;
    }
    .about .about_left .about_title {
        font-size: 40px;
    }
}
@media(max-width:768px){

    #menu{
        display: initial;
        margin-right: 20px;    
    }
    .navbar{
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 10px;
        border-top: 3px solid #95171a;
        clip-path: polygon(0 0, 100% 0, 
        100% 0, 0 0);
        background: #fff;
    }
    .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    header .navbar a{
        display: block;
        margin: 8px;
        padding: 8px;
    } 
   
    .about .about_left .about_title {
        font-size: 34px;
    }
    .about .about_right {
        flex: 0 0 40%;
    }

    .about{
        padding-top: 165px;
        padding-bottom: 100px;
    }
    .products .box_container .box{
        flex: 0 0 48.5%;
    }

    .about{
        background-size: 100% 100%;
        background-image: url(../images/luxemburg-magazin-zakladok-narkotiki-megasb-mini.png);
    }

   .bottom_right{
        margin-left: 0px;
        margin-right: 0px;
   }
   .services_bottom{
    /* justify-content: space-around; */
    flex-direction: column;

   }
   .footer .services_bottom .bottom_left{
    margin-right: 0;
   }
}
@media(max-width:445px){
    .about{
        padding-bottom: 40px;
    }
    .about .about_left {
        flex:0 0 100%;
    }
    .about .about_left .about_title {
        font-size: 32px;
    }
    .about .about_left .about_text{
        font-size: 17px;
    }
  
    .products{
        padding-top: 40px;
    }
    .products .box_container .box {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .products .box_container{
        margin-bottom: 30px;
    }

    .products .productss_bottom .bottom_left{
        flex: 0 0 100%;
    }
    .products .productss_bottom .bottom_right{
        flex: 0 0 100%;
    }
    
    .product_categories .product_cat li a {
        font-size: 13px;
    }

    .products .box_container .box{
        flex: 0 0 100%;
    }

}
@media(max-width:375px){
    .about .about_left .about_title {
        font-size: 27px;
    }
    .products .products_right .products_title {
        font-size: 26px;
    }
    .products .heading {
        font-size: 30px;
    }
    .about{
        padding-top: 145px;
    }
    .products .productss_bottom .bottom_right{
        margin-top: 30px;
    }

    .product_categories .product_cat li {
        margin: 0 15px;
    }
    .product_categories .product_cat li a {
        font-size: 11px;
    }
}