@charset "utf-8";

/*=====================================================

* Shtorm

    Автор: RamDiesel
    Copyright (c) 2017 ...

=====================================================*/

/* БАЗОВЫЕ НАСТРОЙКИ
-----------------------------------------------------*/

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

body {
	
    } 
.header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 55px;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.header_logo{
    padding-top: 2px;
}
.header_logo_img{
    height: 35px;
}
.header_menu{
    display: flex;
    
    
}
.header_menu_link{
    text-decoration: none;
    color: #000;
}
.header_menu_link:hover{
    text-decoration: underline;
}

.header_menu_item{
    padding-left: 20px;
    padding-right: 20px;
    font-family: Caviar Dreams;
    font-weight: bold;
    font-size: 1.2em;
}
.header_shopmenu{
    display: flex;
    
}
.header_shopmenu_img{
    height: 20px;
}
.header_shopmenu_item{
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.mainpagevideo{
    object-fit: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
    animation: showDiv 3s forwards; 
}
.photo_cover{
     object-fit: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
    animation: showDiv 3s forwards; 
    
}
.intro{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.white{
    color: white;
    font-size: 1.8em;
}
.footer_link{
    color: white;
    text-decoration: none;
}
.team{
    width:33%;
}

 }
 
 
 
/* МОБ. НАСТРОЙКИ
-----------------------------------------------------*/
@media screen and (max-width: 1025px) {
	
    
}

@media screen and (max-width: 780px) {
		
		
	}