@font-face {
    font-family: Montserratarm-lg-am; 
    src: url(Montserratarm-Regular.ttf); 
   }

@font-face {
    font-family: Montserratarm-lg-ru; 
    src: url(Montserrat-Regular.ttf); 
   }




.lang_hy{
    font-family: Montserratarm-lg-am !important;
}


.lang_ru{
    font-family: Montserratarm-lg-ru !important;
}




*{
    margin: 0;
    padding: 0;
    font-family: Montserratarm-Regular;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
}
* a{
    text-decoration: none;
    color: black;
}


.hidden{
    display: none !important;
}
#slider-full{
    position: relative;
    margin: -86px auto;
    width: 1920px;
    height: 1080px;
    max-width: 100%;
    max-height: calc(100vw / 1.777);
    min-height: 400px;
    overflow: hidden;
    
}
#slider-pic{
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
}
.slider-pic{
    left: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}
#header-full{
    top: 0;
    width: 100%;
    height: 130px;
    z-index: 2;
    position: fixed;
    background: white;
    transition: .3s all;
}
.slider-text{
   
  margin-top: 124px;
}
.slider-text-1{
    font-size: 303px;
    color: white;
     opacity: 0;
}
.slider-text-2{
    margin-top: -100px;
    font-size: 177px;
    color: white;
     opacity: 0;
}
.slider-text-3{
    margin-top: -50px;
    font-size: 80px;
    color: white;
     opacity: 0;
}
.slider-button{
    opacity: 0;
    margin-top: 50px;
    height: 90px;
    width: 440px;
    border-radius: 45px;
    border: 2px solid white;
    line-height: 85px;
    text-align: center;
    color: white;
    font-size: 40px;
}
.slider-button:hover{
  border: 2px solid #ff0000; 
    color: #ff0000;
    cursor: pointer;
}
@keyframes slider-text-opacity{
    from {opacity: 0};
    to {opacity: 1};
}
#slider-shadow{
    top: 0;
    position: absolute;
    width: 100%;
    height: 206px;
    background: url("../img/shadow.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.header{
    margin: auto;
    top: 20px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    height: 86px;
}
#logo{
    width: 270px;
    height: 87px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
#menu-button{
    transition: 0.5s;
    transition-property: all;
    right: 0px;
    width: 86px;
    height: 86px;
    position: absolute;
    background: url("../img/menu_icon_dark.png") no-repeat;
    background-size: 50%;
    background-position: right center;
    display: none !important;
    cursor: pointer;
    z-index: 9;
}
#menu-block-close{
    cursor: pointer;
    right: 15px;
    width: 86px;
    height: 86px;
    position: absolute;
    background: url("../img/close.png") no-repeat;
    background-size: 35%;
    background-position: center;
}
#menu-block{
 top: 0;
 z-index: 99;
 right: -100%;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.9);
    z-index: 3;
    transition: 0.2s;
    transition-property: all;
    color: white;
    overflow-y: auto;
}
#menu-block a{
    color: white;
}
.mob-lang{
    display: inline-block;
    height: 86px;
    line-height: 86px;
    padding: 0 15px;
}





#mob-menu{
    padding-top: 40px;
}
#mob-menu ul{
    height: 60px;
    text-transform: uppercase;
}
#menu{
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0px;
    top: 28px;
}
#menu ul{
    font-family: Montserratarm-Regular;
    font-size: 18px;
    color: black;
    margin-left: 75px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.menu-link-line{
    width: 0px;
    height: 3px;
    background: #fcdf00;
    position: absolute;
    bottom: 0;
}

#menu ul:hover{
    color: #fcdf00 !important;
    
}

#menu ul:hover .menu-link-line{
    width: 60px;
}

#menu ul a{
    font-family: weblysleeksb;
    color: white;
}

#lang-block{
    position: absolute;
    left: 340px;
    top: 40px;
    text-align: right;
    color: white;
}
#lang-block ul{
    font-family: Montserratarm-Regular;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    
    padding-bottom: 10px;
}


#lang-block ul p{
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fcdf00;
    display: none;
    bottom: 0;
    left: 0;
}


#lang-block ul:hover{
    color: #fcdf00 !important;
}

#lang-block ul:hover p{
    display: block;
}

#slider-nav{
    width: 100%;
    position: absolute;
    bottom: 70px;
    text-align: center;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
    z-index: 1;
}
input{
     -webkit-user-select: all; 
     -khtml-user-select: all; 
       -moz-user-select: all; 
        -ms-user-select: all; 
            user-select: all;
}
.slider-nav{
    margin: 0 10px;
   width: 33px;
    height: 3px;
    background: white;
    
}
.slider-nav-b{
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
}
.slider-nav-b:hover .slider-nav{
    background: #ff0000 !important;
    opacity: 0.5;
}
.new-product-block:hover{
    opacity: 0.7;
    cursor: pointer;
}
.new-product-block:hover .new-product-img{
    background-size: 105% auto;
}
.new-product-full-title{
    margin-top: 35px;
    font-family: Montserratarm-Black;
    font-size: 45px;
    padding: 38px 0 41px 15px;
    text-transform: uppercase;
    text-align: left;
}
.new-product{
    width: 90%;
    margin-bottom: 30px;
}
.new-product-r{
    float: right;
    opacity: 0;
}

.new-product-c{
    margin: 0 auto;
    opacity: 0;
}
.new-product-l{
   
    opacity: 0;
}

.new-product-img{
    
    border-radius: 20px;
    max-width: 100%;
    width: 320px;
    height: 320px;
   background: url("../img/product.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: 0.2s;
    transition-property: all;
}
.new-product-title{
    padding: 26px 0;
    font-size: 18px;
    font-family: weblysleeksb;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-product-text{
    text-align: justify;
    height: 63px;
    overflow: hidden;
    font-size: 16px;
    font-family: weblysleek; 
}
.new-product-button{
    
    width: 100%;
    height: 100%;
}
.new-product-button:hover{
    background: #ff0000;
    color: white;
}

#footer-full{
    margin-top: 45px;
    width: 1920px;
    max-width: 100%;
    background: url("../img/footer.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
}
#footer-about-title{
    font-size: 55px;
    font-family: weblysleek; 
    padding: 46px 0 31px 15px;
    color: white;
    display: none;
}
#footer-about-text{
    max-width: 1100px;
    color: white;
    font-family: weblysleek;
    font-size: 18px;
    display: none;
   
}
#footer-blocks{
    margin-top: 50px;
    color: white;
    font-family: weblysleek;
    font-size: 16px;
}
.footer-block{
    margin-top: 48px;
    min-width: 300px;
}
.footer-block a{
    font-family: weblysleek;
    font-size: 16px;
    color: white;
}
.footer-block a:hover{
    color: #ff0000;
}

.footer-block-title{
    font-family: weblysleeksb;
    margin-bottom: 32px;
}
#footer-rights{
    margin-top: 60px;
    
    width: 100%;
    color: white;
    text-align: center;
}

.page-title{
    width: 100%;
    margin-top: 165px;
    font-size: 75px;
    font-family: weblysleeksb;
}
#contacts-text{
    margin-top: 31px;
    width: 100%;
    max-width: 1134px;
    font-size: 30px;
    font-family: Montserratarm-Regular;
}
.contacts-input-block{
    width: 100%;
    max-width: 1134px;
    font-size: 0;
}
.contacts-input-block-2{
    width: calc(50% - 15px);
   display: inline-block;
}
.contacts-input-block-right{
    float: right;
}
.contacts-small-title{
    margin-top: 36px;
   width: 100%;
   font-size: 12px;
    font-family: weblysleeksb;
    color: #93939b;
}
.contacts-big-title{
    margin-top: 12px;
    font-size: 18px;
    font-family: weblysleeksb;
    }


.contacts-input{
    border-radius: 0;
    border: none;
    padding: 15px 5px 14px 25px;
    font-size: 30px;
    width: calc(100% - 30px);
    background: #ededed;
    border-bottom: 1px solid #ededed;
}
.contacts-input:focus{
    outline-width: 0;
    border-bottom: 1px solid black;
}
input[name=name], input[name=mail] {    
    
    
} 


.contacts-butt-block{
    vertical-align: top;
    margin-top: 48px;
    display: inline-block;
}

#contacts-send-button{
    display: inline-block;
    text-align: left;
    padding-left: 100px;
    background-image: url(../img/right_.png);
    background-color: white;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    font-size: 30px;
    font-family: Montserratarm-Black;
    -webkit-appearance: none;
    user-select: none;
    -webkit-user-select: none;
}
#contacts-send-or{
    line-height: 46px;
    width: 160px;
    font-family: Montserratarm-Regular;
    text-align: center;
}
#contacts-send-msg{
    display: inline-block;
    margin-top: 45px;
    position: relative;
    text-align: center;
}
#contacts-send-circle{
    margin: 0 auto;
    height: 48px;
    border-radius: 46px;
    background: url("../img/messenger.png") no-repeat;
    background-size: 28px auto;
    background-position: center;
    background-color: silver;
    font-size: 30px;
    padding-right: 60px;
}
#contacts-send-button:hover{
    cursor: pointer;
    background-image: url(../img/right_hover_.png);
}
#contacts-send-msg:hover{
    color: #ff0000;
}
.product-container{
    width: 100%;
    position: relative;
    margin-bottom: 105px;
}
.product-title{
    margin-top: 140px;
}
.product-type-title{
    max-width: 100%;
    font-size: 45px;
    font-family: Montserratarm-Black;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.product-type-title:hover{
    color: #fcdf00;
}

.product-slide-controll-buttons-block{
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
}
.broduct-slide-controll-buttons-cl{
    width: 40px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.broduct-slide-controll-buttons-cl:hover{
    opacity: .3;
}
.product-slide-controll-buttons-to-left{
    background-image: url(../img/products_logo_t_btn_l.png);
    background-position: left center;  
}

.product-slide-controll-buttons-to-right{
    background-image: url(../img/products_logo_t_btn_r.png);
    background-position: right center;
}

.product-slide-full{
    width: 100%;
    height: 455px;
    position: relative;
    overflow: hidden;
}
.product-scroll{
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    width: 100%;
    height: calc(100% + 20px);
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
}
.product-scroll-shatdaw-right{
    z-index: 1;
    right: -5px;
    width: 50px;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 1%, rgba(255,255,255,0.16) 12%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,0.16) 12%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 1%,rgba(255,255,255,0.16) 12%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.product-scroll-shatdaw-left{
    z-index: 1;
    left: -30px;
    width: 50px;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.product-slide-scroll{
    position: absolute;
    height: 100%;
    white-space: nowrap;
}
.product-slide-block{
    margin-top: 0px;
    margin-right: 25px;
    vertical-align: top;
    width: 311px;
    height: 450px;
    display: inline-block;
    white-space: normal;
    position: relative;
}
.product-slide-block:hover{
    opacity: 0.8;
}
.product-slide-block:hover .product-slide-block-img{
    
}
.product-slide-block:first-child{
    margin-left: 0;
}
.product-slide-block-img{
    position: relative;
    width: 100%;
    height: 311px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.2s;
    transition-property: all;
}
.product-page-block-title{
    padding-top: 30px;
    font-size: 30px;
    font-family: Montserratarm-Medium;
    
}
.product-page-block-text{
    margin-top: 24px;
    font-size: 16px;
    font-family: weblysleek;
    height: 65px;
    overflow: hidden;
}
.about-text{
    width: 100%;
    max-width: 1110px;
    margin-bottom: 23px;
}
.about-pre{
    white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, с 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;   
}
#photo-box{
    position: relative;
    width: 100%;
    max-width: 1110px;
    cursor: pointer;
    max-height: 740px;
    overflow: hidden;
    display: none;
}

#photo-box-img img{
    border-radius: 20px;
    opacity: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
#image-box-loader{
    width: 150px;
    height: 150px;
    background: url(../img/preloader.gif) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.photo-slide-controll-buttons-block{
    margin-top: 13px;
    text-align: right;
   width: 100%;
  line-height: 28px;
font-size: 18px;
}
#photo-slide-controll-buttons-to-left{
    background: url("../img/product_to_left.png") no-repeat;
    background-size: auto 20px;
    background-position: center;
    cursor: pointer;
}
#photo-slide-controll-buttons-to-left:hover{
    background-image: url("../img/product_to_left_active.png");
}
#photo-slide-controll-buttons-to-right{
    background: url("../img/product_to_right.png") no-repeat;
    background-size: auto 20px;
    background-position: center;
    cursor: pointer;
}
#photo-slide-controll-buttons-to-right:hover{
    background-image: url("../img/product_to_right_active.png"); 
}
#pic-n, #pic-c{
    display: inline-block;
}
#msg-block{
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -300px;
    position: fixed;
    width: 100%;
    padding: 20px;
    background: #fcfcfc;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 4;
    display: none;
}
.fb_dialog, .fb_dialog_advanced, .fb_customer_chat_bubble_animated_no_badge, .fb_customer_chat_bubble_pop_in{
    position: relative !important;
    display: inline-block !important;
    margin-left: 40px;
    z-index: 1 !important;
}

#fb-mss-icon{
    margin-left: 40px;
    margin-top: -10px;
   padding-left: 70px;
    height: 60px;
    line-height: 60px;
    background: url(../img/mss_icon.png) no-repeat;
    background-position: left center;
    font-size: 30px;
    font-family: Montserratarm-Regular;
    background-size: 35px;
    display: inline-block;
}

#fb-mss-icon:hover{
    opacity: .5;
}

.sub-menu{
    min-width: 100%;
    position: absolute;
    left: 20px;
    margin-top: 0px;
-webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
    background: rgba(255,255,255,1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}
#sub-menu-icon{
    width: 100%;
    height: 20px;
    background: url(../img/top1.png) no-repeat;
    background-position: 50px center;
    background-size: 20px;
    position: absolute;
    top: -15px;
    left: 0;
}
.sub-menu li{
    padding: 8px;
    white-space: nowrap;
    list-style-type: none;
    color: black;
    line-height: 25px;
    transition: 0.1s;
    transition-property: all;
}
.sub-menu li:hover{
    color: white !important;
    background: #ff0000;
}
#product-link{
    display: inline-block;
    position: relative
}

#product-link:hover .sub-menu{
    display: block;
}
#product-link:hover ul{
    color: #ff0000 !important;
 
}
.product-container-cat{
    min-height: calc(100vh - 527px);
    margin-top: 200px;
}
.product-container-cat .product-slide-block{
    margin-top: 40px;
    margin-left: 30px;
}

.product-inner-img{
    display: inline-block;
    width: 100%;
    height: calc(100vw - 40px);
    max-height: 500px;
    max-width: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-inner-text-block{
    margin-left: 80px;
    vertical-align: top;
    width: calc(100% - 585px);
    display: inline-block;
    
}
.product-inner-title{
    text-transform: uppercase;
    width: 100%;
    font-family: Montserratarm-Black;
    font-size: 45px;
}
.product-inner-text{
    width: 100%;
    font-family: Montserratarm-Regular;
    font-size: 30px;
    margin-top: 50px;
    min-height: 365px;
    white-space: pre-wrap;
}
.product-inner-soc{
    width: 100%;
    height: 40px;
}
.product-inner-soc-icon{
    width: 94px;
    height: 40px;
    display: inline-block;
    margin-left: 11px;
    background-size: cover;
}
#product-inner-soc-fb{
    background-image: url(../img/share_fb.png);
    margin-left: 0;
}
#product-inner-soc-google{
    background-image: url(../img/share_google.png);
}
#product-inner-soc-tw{
    background-image: url(../img/share_tw.png);
}
#product-inner-soc-in{
    background-image: url(../img/share_li.png);
}
















@media only screen and (max-width:1388px){
   .new-product-img{
    height: 263px;
    
}
    .product-slide-block{
        width: 218px;
    } 
    .product-slide-block-img{
        height: 218px;
    }  
    #menu, #lang-block{
        display: none !important;
    }
    #menu-button{
        display: block !important;
        cursor: pointer;
    }
    .product-container-cat{
    text-align: center;
}
    .product-inner-soc-icon{
    margin-left: 0px;
    width: 75px;
    height: 32px;
}
}



















@media only screen and (max-width:1790px){
    .slider-text{
  margin-top: 124px;
}
.slider-text-1{
    font-size: 150px;
    color: white;
}
.slider-text-2{
    margin-top: -50px;
    font-size: 137px;
    color: white;
}
.slider-text-3{
    margin-top: -20px;
    font-size: 50px;
    color: white;
}
.slider-button{
    margin-top: 50px;
    height: 80px;
    width: 340px;
    line-height: 75px;
    font-size: 35px;
}  
}
@media only screen and (max-width:1330px){
    .slider-text{
  margin-top: 94px;
}
.slider-text-1{
    font-size: 130px;
    color: white;
}
.slider-text-2{
    margin-top: -50px;
    font-size: 107px;
    color: white;
}
.slider-text-3{
    margin-top: -20px;
    font-size: 35px;
    color: white;
}
.slider-button{
    margin-top: 50px;
    height: 70px;
    width: 280px;
    line-height: 63px;
    font-size: 25px;
} 
    
}

@media only screen and (max-width:992px){
   .new-product-img{
    height: 190px;
    
}
    #slider-nav{
        bottom: 30px;
    }
      .slider-text{
  margin-top: 74px;
}
.slider-text-1{
    font-size: 110px;
    color: white;
}
.slider-text-2{
    margin-top: -35px;
    font-size: 90px;
    color: white;
}
.slider-text-3{
    margin-top: -10px;
    font-size: 30px;
    color: white;
}
.slider-button{
    margin-top: 35px;
    height: 60px;
    width: 230px;
    line-height: 55px;
    font-size: 22px;
}
    .product-inner-text-block{
        margin-left: 0;
        width: 100%;
    }  
    .product-inner-text{
        text-align: left;
        margin-top: 20px;
    min-height: auto;
    margin-bottom: 30px;
    }
    .product-inner-title{
        text-align: left;
        margin-top: 30px;
    }
}
@media only screen and (max-width:767px){
   .new-product-img{
    height: 130px;
    
}
    
         .slider-text{
  margin-top: 74px;
}
.slider-text-1{
    font-size: 95px;
}
.slider-text-2{
    margin-top: -35px;
    font-size: 70px;
}
.slider-text-3{
    margin-top: -10px;
    font-size: 25px;
    color: white;
}
.slider-button{
    margin-top: 15px;
    height: 50px;
    width: 180px;
    line-height: 45px;
    font-size: 22px;
}
 input[name=name], input[name=mail] {    
    width: calc(100% - 30px);
     margin-bottom: 20px;
    
}    
    .contacts-input-block-2{    
    width: 100%;
    
}   
    .contacts-butt-block{
        width: 100% !important;
       
    }
    
    .product-slide-block{
        width: 245px;
        
    } 
    .product-slide-block-img{
        height: 245px;
    } 
    
    .product-container-cat .product-slide-block{
    
    margin-left: 15px;
}
    #contacts-send-msg{
        margin-top: 20px;
        margin-bottom: -20px;
        text-align: center !important;
    }
  .fb_reset{
        
      margin: 0 auto !important;
      text-align: center !important;
}
}


@media only screen and (max-width:500px){
    .product-slide-controll-buttons-block{
        display: none !important;
    }
    .product-inner-title{
        font-size: 30px;
    }
    
    .product-inner-text{
        font-size: 24px;
    }
    
    .product-page-block-title{
        font-size: 24PX;
    }
    .product-container{
        margin-bottom: 20px;
    }
    
      .product-slide-full{
        height: 435px;
    }
     .new-product-full-title{
    font-size: 40px;
    
}
    .new-product-block{
        margin: 30px auto;
        min-width: 320px;
    }
   .new-product-img{
    height: 260px;
    
}
    .new-product{
    margin: 0 auto;
    float: none;
    
}
     #slider-nav{
        bottom: 10px;
    }
    .slider-button{
    margin-top: 10px;
    height: 50px;
    width: 180px;
    line-height: 45px;
    font-size: 22px;
}
    .page-title{
        font-size: 45px;
    }
   .product-container-cat .product-slide-block{
    margin-left: 0;
} 
    #header-full{
        height: 100px;
    }
    #logo{
    width: 180px;
    height: 60px;
    background-image: url("../img/logo-dark.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
  .header{
    position: absolute;
    z-index: 1;
    height: 60px;
}  
    #menu-button{
        height: 60px;
    }
    
   #fb-mss-icon{
    margin-left: 0;
    margin-top: 30px;
   padding-left: 70px;
    height: auto;
    background: url(../img/mss_icon.png) no-repeat;
    background-position: left center;
    font-size: 30px;
    font-family: Montserratarm-Regular;
    background-size: 35px;
} 
    #contacts-text{
        margin-top: 0;
        font-size: 24px;
    }  
    .product-type-title{
        font-size: 36px;
    }
    
    
}
@media only screen and (max-width:376px){
   .product-slide-block{
        width: calc(100vw - 30px);
    } 
    .product-slide-block-img{
        height: calc(100vw - 30px);
    }   
  
    
    #footer_soc_links{
        text-align: center;
    }
    
}


@media (-moz-touch-enabled: 1), (pointer:coarse) {
    .product-slide-block:hover .product-slide-block-img{
    background-size: auto 100%;
}
}






































