
*{
    padding: 0;
    margin: 0;
}


#main_b_f{
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-image: url(../img/cover_ponch.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    overflow: hidden;
}

#video_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: silver;
    overflow: hidden;
}

#videoplayback{
    top: 0;
    left: calc(50vw  - 960px);
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    
    z-index: 0;
}

#main_b_in{
    margin-top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px 0;
    background: rgba(0,0,0,0.25);
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
}

.width_{
    width: calc(100% - 40px);
    max-width: 1680px;
    margin: 0 auto;
}


#main_logo{
    width: 270px;
    height: 87px;
    background: url(../img/armmeat_logo.png) no-repeat;
    background-position: center;
    background-size: contain;
    
}


#down_b{
    height: 30px;
    width: 300px;
    max-width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 160px;
    background: url(../img/down_.png) no-repeat;
    background-position: center top;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Montserratarm-Regular;
    cursor: pointer;
}

#down_b:hover{
    opacity: .5;
}

#content_{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#products_b_{
    width: calc(100% - 100px);
    height: 664px;
    padding-left: 100px;
    margin-top: 65px;
    font-size: 0;
/*    background-color: pink;*/
}

#products_logo_{
    position: relative;
    margin-top: 0;
    top: 0;
    width: calc(30% - 34px);
    height: 100%;
    background: url(../img/pr_logo.png) no-repeat;
    background-position: right center;
    background-size: contain;
    display: inline-block;
}

#products_logo_t_b{
    padding-top: 220px;
    top: 0;
    position: relative;
}

#products_logo_t_b_b{
    font-size: 60px;
    color: black;
    font-family: Montserratarm-Black;
    text-transform: uppercase;
}

#products_logo_t_b_s{
    font-size: 30px;
    color: black;
    font-family: Montserratarm-Regular;
    padding-top: 10px;
    padding-bottom: 75px;
    background: url(../img/right_.png) no-repeat;
    background-position: bottom 10px left;
    cursor: pointer;
}

#products_logo_t_b_s:hover{
    background: url(../img/right_hover_.png) no-repeat;
    background-position: bottom 10px left;
    color: #666;
}

#products_logo_t_btn_b{
    position: absolute;
    font-size: 0;
    bottom: 0;
    right: 0;
}

.products_logo_t_btn{
    width: 40px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}

#products_logo_t_btn_l{
    background-image: url(../img/products_logo_t_btn_l.png);
    background-position: left center;
    opacity: 0.3;
}


#products_logo_t_btn_r{
    background-image: url(../img/products_logo_t_btn_r.png);
    background-position: right center;
}

.products_logo_t_btn:hover{
    opacity: 0.3 !important;
}

#products_scroll_b_{
    vertical-align: top;
    width: 70%;
    display: inline-block;
    height: 100%;
    margin-left: 34px;
    white-space: nowrap;
    overflow: hidden;
}

#products_scroll_b_in{
    height: calc(100% + 20px);
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    font-size: 0;
}

.products_b_{
    width: 37%;
    height: 100%;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    vertical-align: top;
}

.products_b_img_{
    width: 100%;
    padding-top: 100%;
    background-color: #dfdfdf;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.products_b_img_bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .5s all;
    z-index: 1;
}

.products_b_img_bg_tx{
    color: white;
    font-size: 28px;
    padding-top: 60px;
    background: url(../img/products_more_.png) no-repeat;
    background-position: center top;
    height: 90px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-family: Montserratarm-Regular;
}

.product-slide-block:hover .products_b_img_bg{
    opacity: 1;
}

.product-slide-block:hover .product-page-block-title{
    color: #fcdf00;
}


.products_b_:hover .products_b_title_{
    color: #fcdf00;
}


.products_b_:hover .products_b_img_bg{
    opacity: 1
}

.products_b_title_{
    margin-top: 20px;
    font-size: 45px;
    font-family: Montserratarm-Black;
    white-space: pre-line;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


#meat_blog_b_{
    margin-top: 30px;
    width: calc(100% - 100px);
    padding-left: 100px;
    height: calc(100vw / 1.7);
    max-height: 800px;
    background: url(../img/meat_blog_bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    display: none;
}

#meat_blog_title{
    padding-top: 220px;
    font-size: 0;
    
}
#meat_blog_title_m{
    display: inline-block;
    font-family: Montserratarm-Regular;
    font-size: 60px;
}

#meat_blog_title_b{
    font-family: Montserratarm-Black;
    font-size: 60px;
    display: inline-block;
}


#meat_blog_tx{
    margin-top: 30px;
    font-size: 22px;
    font-family: Montserratarm-Regular;
    max-width: 420px;
    padding-bottom: 85px;
    background: url(../img/right_.png) no-repeat;
    background-position: bottom 10px left;
    cursor: pointer;
}

#meat_blog_tx p{
    display: inline-block;
    color: #e53b37;
}

#meat_blog_tx:hover{
    background: url(../img/right_hover_.png) no-repeat;
    background-position: bottom 10px left;
    color: #666;
}


#delivery_b{
    margin-top: 30px;
    width: calc(100% - 100px);
    padding-left: 100px;
    height: 700px;
    background: url(../img/delivery_bg.png) no-repeat;
    background-size: 60% auto;
    background-position: right center;
}

#delivery_b_title{
    font-size: 0;
    padding-top: 220px;
}

#delivery_b_m{
    font-size: 60px;
    display: inline-block;
    font-family: Montserratarm-Regular;
}

#delivery_b_b{
    font-family: Montserratarm-Black;
    font-size: 60px;
    display: inline-block;
    color: #e53b37;
}


#meat_delivery_tx{
    margin-top: 30px;
    font-size: 22px;
    font-family: Montserratarm-Regular;
    max-width: 420px;
}

#meat_delivery_tx p{
    display: inline-block;
    color: #e53b37;
}

#footer_{
    width: 100%;
    padding: 40px 0;
    background: #1d1d1d;
    text-align: center;
    font-size: 0;
}

.footer_{
    width: calc(33% - 30px);
    display: inline-block;
    max-width: 540px;
    margin-right: 30px;
    font-size: 18px;
    font-family: Montserratarm-Regular;
    vertical-align: top;
    color: white;
    text-align: left;
}

#footer_logo_{
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 40px;
}

#footer_links ul{
    font-family: Montserratarm-Regular;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
    cursor: pointer;
    color: white;
}

#footer_links ul:hover{
    color: #fcdf00;
}

#footer_soc_links div{
    width: 77px;
    height: 77px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer_soc_links p{
    text-transform: uppercase;
}

#fb_soc_{
    background-image: url(../img/facebook_.png);
}

#fb_soc_:hover{
    background-image: url(../img/facebook_h.png);
}

#inst_soc_{
    background-image: url(../img/instagram_.png);
}

#inst_soc_:hover{
    background-image: url(../img/instagram_h.png);
}

#yt_soc_{
    background-image: url(../img/youtube_.png);
}

#yt_soc_:hover{
    background-image: url(../img/youtube_h.png);
}

#in_soc_{
    background-image: url(../img/linkedin_.png);
}

#in_soc_:hover{
    background-image: url(../img/linkedin_hover.png);
}

#footer_ad_{
    line-height: 35px;
    font-family: Montserratarm-Regular;
    color: white;
}

#footer_ad_ p{
    margin-bottom: 30px;
    font-family: Montserratarm-Regular;
    color: white;
}   

/*about ///////////////////////////*/


#about_cover{
    background-image: url(../img/about_cover.jpg);
}

#shops_cover{
    background-image: url(../img/shops_cover.jpg.png);
}

#contacts_cover{
    background-image: url(../img/contacts_cover.jpg.png);
}

.page_cover{
   height: 585px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 130px; 
}

#about_text_b_{
    margin: 50px auto;
    font-size: 22px;
    font-family: Montserratarm-Regular;
    overflow: hidden;
    white-space: normal;
}

#about_text_b_ span{
    margin-top: 88px;
    font-family: Montserratarm-Regular;
    white-space: pre-wrap;
    width: 100%;
    clear: left;
}

.about_img_block{
    width: 100%;
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    white-space: normal;
}

.about_img_block_2{
    font-size: 22px;
    white-space: pre-wrap;
    overflow: hidden;
}

.about_img_block_2 img{
    max-width: 50%;
    float: left;
    padding: 30px 30px 20px 0;
    margin-bottom: 30px;
}


#about_video{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    user-select: none;
    object-fit: fill;
}


#about_video_b{
    max-width: 50%;
    float: left;
    padding: 0px 30px 20px 0;
    margin-bottom: 30px;
    position: relative;
}

#about_play_btn{
    width: 70px;
    height: 70px;
    background-image: url(../img/play_btn.png);
    background-repeat: no-repeat;
    background-position: left 28px center;
    background-size: 20px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}



#about_video_b:hover #about_play_btn, #about_video_b:hover #vol_b{
    display: block !important;
}

#about_play_btn:hover, #vol_b:hover{
    opacity: .7;
}

#vol_b{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 60px;
    right: 40px;
    background: url(../img/vol.png) no-repeat;
    background-position: center;
    background-size: 40px;
    cursor: pointer;
}



#mute{
    width: 5px;
    height: 50px;
    background: #db3638;
    position: absolute;
    transform: rotate(-45deg);
    margin-top: -45px;
    margin-left: 30px;
    border-radius: 5px;
}

.about_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}


.ab_im_d_p_l{
    vertical-align: top;
    width: 50%;
    height: 627px;
    display: inline-block;
    max-height: 70vw;
}

.ab_im_d_p_r{
    vertical-align: top;
    margin-left: 15px;
    width: calc(50% - 15px);
    height: 627px;
    display: inline-block;
    max-height: 70vw;
}

.about_img_h{
    width: calc(50% - 7px);
    height: 100%;
    margin-left: 14px;
}

.about_img_m{
    width: calc(50% - 7px);
    height: 60%;
    margin-left: 14px;
}

.about_img_s{
    margin-top: 14px;
    width: calc((100% - 28px) / 3);
    height: calc(40% - 14px);
    margin-left: 14px;
}





.about_img_h:first-child, .about_img_m:first-child, .about_img_s:first-child{
    margin-left: 0;
}












.about_img_block img{
    vertical-align: top;
    display: inline-block;
    padding: 7px;
}


 #about_text_b_ span {
    white-space: pre-wrap;
}

.pr_bl{
    padding-top: 53px;
    margin-top: 130px;
    font-size: 0;
}

#shops{
    text-align: justify;
    width: 100%;
}

.shops_bl{
    width: calc((100% - 78px) / 3 - 75px);
    min-width: 365px;
    display: inline-block;
    padding-left: 75px;
    background: url(../img/map.png) no-repeat;
    background-position: left center;
    background-size: 50px auto;
    margin-bottom: 60px;
    vertical-align: top;
    min-height: 72px;
}

.shops_bl div{
    text-align: left;
    font-size: 30px;
    font-family: Montserratarm-Regular;
    text-transform: uppercase;
}

#map{
    width: 100%;
    height: 488px;
    margin-bottom: 60px;
}


#contacts_form{
    margin-top: 60px;
    margin-bottom: 60px;
}

#msg{
    resize: vertical;
    width: calc(100% - 50px);
    margin-top: 31px;
    max-width: 1083px;
    font-size: 30px;
    font-family: Montserratarm-Regular;
    background: #ededed;
    border: 1px solid #ededed;
    padding: 15px 25px;
    height: 411px;
}

#msg:focus{
    outline: none;
    border-color: black; 
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


















@media only screen and (max-width:1720px){
    #products_logo_t_b_b, .products_b_title_{
        font-size: 40px;
    }
}


@media only screen and (max-width:1200px){
    
    #delivery_b_title{
    padding-top: 50px;
}
    .ab_im_d_p_r, .ab_im_d_p_l{
        width: 100%;
        margin-left: 0;
        margin-top: 14px;
    }
    
    
    #products_b_{
        height: auto;
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    
    #products_logo_{
        height: 400px;
        width: 100%;
    }
    
    #products_scroll_b_{
        margin-top: 30px;
        width: 100%;
        margin-left: 0;
    }
    
    
}

@media only screen and (max-width:768px){
    
    #about_video_b{
        max-width: none;
        width: 100%;
        padding: 0;
    }
    
    #vol_b{
        right: 0;
        top: 20px;
    }
    
    #products_logo_t_b_b, .products_b_title_{
        font-size: 30px;
    }
    #meat_blog_b_, #delivery_b{
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
        
/*        background-size: cover;*/
    }
    
    #delivery_b{
        background-position: center bottom;
        background-size: 100% auto;
    }
    
    #meat_delivery_tx{
        margin: 30px auto;
        padding-bottom: 420px;
    }
    
    #meat_blog_title{
        display: block;
        margin: 0 auto;
        padding: 100px 0;
    }
    #meat_blog_tx{
        margin: 30px auto;
    }
    #msg{
        width: calc(100% - 50px);
    }
}

@media only screen and (max-width:580px){
    #products_logo_t_b_b{
        font-size: 30px;
    }
    .shops_bl div{
    font-size: 24px;
    
}
    
    .products-list{
        width: 100%;
        height: auto
    }
    
    #msg{
        margin-top: 0px;
    }
    .pr_bl{
        padding-top: 25px;
    }
    
    #contacts-send-button{
        padding-top: 0;
        padding-left: 100px;
    }
    
    .shops_bl{
        min-width: inherit;
        width: 100%;
    }
    
    .new-product-full-title{
        font-size: 30px;
    }
    #meat_delivery_tx{
        margin: 30px auto;
        padding-bottom: 230px;
    }
    #delivery_b_m, #delivery_b_b{
        font-size: 32px;
    }
    .products_b_{
        width: 70vw;
    }
    
    .products_b_title_{
        font-size: 24px;
    }
    
    #products_scroll_b_{
    }
    
    .footer_{
        width: calc(100% - 40px);
        padding: 20px;
        padding-bottom: 0;
        margin: auto;
    } 
    
   #footer_soc_links div{
    width: 45px;
    height: 45px;
       margin: 10px;
    margin-top: 30px;
} 
  
    .about_img_block_2 img{
        max-width: none;
        width: 100%;
        padding: 0;
    }
    #footer_{
        padding-bottom: 20px;
    }  
}





















