#back_video_div {
    max-width:100%;
    margin:auto;
    display:block;
    position: relative;
}

#back_video{
    width:100%;
    height:auto
} 

#logo { 
    position: absolute;
    top: 20;
    left: 50;
    width: 155px;
}

#logo img {
    width: 155px;
}

.contacts{
    position: absolute;
    right:2px;
    top: 20px;
    width: 200px;
    color: white;
    text-align: center;
}

.contacts a{
    color:white;
    opacity: 0.7;
}

.contacts a:hover{
    opacity: 1;
}

#start-text{
    position: absolute;
    color: white;
    top:50%; 
    left:50%; 
    transform:translate(-50%, -50%); 
    text-align: center;
}

#start-text h1{
    font-size: 70px;
}

#start-text h2{
    font-size: 30px;
}

.language{
    cursor: pointer;
}

.language:hover{
    color: #de0072;
}

#gallery img{
    height: 150px;
    margin-bottom: 50px;
}

/*#menu-bar{
    position: absolute;
    bottom: 0;
    height: 44px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color:white;
}*/

#hidden-menu{
    background: #292929;
    min-height: 190px;
    display: none;
}

#hidden-menu-sub{
    color: white;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px;
    min-height: 132px;
}

.odd-item{
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
}

.hidden-menu-items{
    width: 104px;
    min-height: 127px;
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#menu-items a:hover{
    color:white;
}

#menu-categories a{
    text-decoration: none;
}

.menu-category{
    border: 1px solid black;
    width: 300px;
    height: 400px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.menu-category:hover{
    box-shadow: 0 0 20px #de0072;
}

.menu-category-title{
    min-height: 50px;
    background-color: rgba(0, 0, 0, 0.6); 
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    color: white;
    padding-top: 10px;
}

#clients{
    background: #f4f4f4;
    height: 200px;
    margin-top: 30px;
}

.swiper {
    max-width: 1180px;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*border: 1px solid #b6b6b6;
    background: #f7f7f7;
    border-radius: 10px;*/
    height: 80px;
    margin-top: 60px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 225px;
}

.site-video{
    aspect-ratio: 16 / 9;
  width: 100%;
}

.img-client{
    text-align: center;    
}

.img-client img{
    width:200px;
    margin: 0 auto;
}

.detailed{
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    color: white;
    margin-top: 298px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
    padding-left: 14px;
    padding-top: 14px;
    display: none;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

#site-video{
    max-width: 1180px;
    margin: 30 auto;
    padding: 20px;
}

#footer{
    background: #153250;
    
}

.navbar-toggle{
    float: left;
    margin-left: 15px;
}

#footer-titles,#footer-contents{
    max-width: 1170px;
    margin: 30 auto;
    font-size: 25px;
    color: white;   
}

.main-photo{
    cursor: pointer;
}

.hidden-menu-items:first-of-type{
    margin-left:75px;
}


.news{
    margin-bottom: 15px;
}

.news-date{
    font-size: 14px;
}

.news-title{
    font-size: 15px;
}

#delivery{
    font-size: 15px;
}

.portfolio-item{
    margin-top: 40px; 
    margin-bottom: 30px;
}

.portfolio-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 28px;
}

.portfolio-img img{
    width: 100%;
}

#info{font-size: 15px;}

.stock-block{
    overflow: hidden;
    margin: 5px 0 15px 0;
}

.stock-block i {
    position: relative;
    font-style: normal;
    width: 35px;
    height: 35px;
    background: #559700 url(../img/ok.png) no-repeat center center;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
    display: inline-block;
}

.stock-block p {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    background: #559700;
    display: inline-block;
    color: #fff;
    margin: 4px 0 0 -13px;
    padding: 0 40px 0 20px;
}

#dlvery-map{
    padding-top:73;
    font-size:18px;
    color:#215a87;
    padding-left:110px;
}

#moldova-map{
    padding-top:12px;    
}

@media screen and (max-width: 1240px) {
  #start-text h1{
    font-size: 40px;
  }
    
  #start-text h2{
    font-size: 20px;
  }
    
  #logo{
    left:20;    
  }
    
  #logo img {
    width: 70px;
  }
    
  .contacts{
    width: 100px;
  }
}

@media screen and (max-width: 830px) {
  #start-text h1{
    font-size: 20px;
  }
    
  #start-text h2{
    font-size: 10px;
  }
    
  #menu-items {
    font-size: 12px;       
  }
    
  .swiper-slide img {
    width: 150px;
  }
}

@media screen and (max-width: 764px) {
  #navbar-main{
    background-color: rgb(34, 24, 20);
  }
    
    #dlvery-map{
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
    }
    
    #moldova-map{
        text-align: center;
        margin-bottom: 15px;
    }
    
    .img-client img{
        width:150px;
    }
}

@media screen and (max-width: 768px) {
  .hidden-menu-items:first-of-type{
    margin-left:0px;
  }
}

@media screen and (max-width: 938px) {
    .hidden-menu-items{
        margin-bottom: 10px;
    }
}
