@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style:none;
  border: none;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  
  text-decoration: none;
}

@media(min-width:901px){


  header{
    position:static;
    width: 100vw;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    z-index:10;
    height: 70px;
    background-color:#ffd427;
    
    
    }
    
    
    .menu{
    width: 96%;
    height:auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position:static;
    
    
    
    }
    
    .logo img
    {
    width: 135px;
    height: 54px;
    cursor: pointer;
    margin: 10px;
    
    
    }
    
    
    
    .div-list{
    
    width: 45vw;
    
    }
    
    .div-list button{
    width:130px;
    height:40px;
    margin-left: 15px;
    border-radius:10px;
    background-color:#00b300;
    color:white;
    animation: click 2s ease-in-out infinite;
    cursor:pointer;
    font-weight:bold;
    font-size: 1.2em;
    }
    
      @keyframes click{
       0%,100%{
      
      scale: 87%;
      
        }
        50%{
            
            scale:100%;
        
        }
        
        }
    
    .div-list ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    }
    
    
    
    #item-mobile{
      display: none;
    }
    
    
    .item-menu{
    font-size:1.4em;
    text-decoration:none;
    color: #6b1b6f; 
    margin-left: 30px;
    font-weight:bold;
    cursor: pointer;
    
    }
    
     .item-menu:hover{
    color:#fff;
    }
    
    
    .divlogo
    {
    display: flex;
    align-items: center;
    width: 30vw;
    justify-content: start;
    padding-left: 30px;
    
    
    }
    



      footer{
        width: 100vw;
      height:100vh;
      display:flex;
      align-items: center;
      justify-content:space-around;
      flex-direction: column;
      background-color:#2c003b;
      color:white;
      }
     
    
      .location-contacts h2{
       font-size: 2.4em;
       opacity:0.9;
       letter-spacing: 1.3px;
      
       }
  
  
      .div-footer
      {
  
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      width: 95vw;
      
      
      }
      .div-contacts{
      display:flex;
      flex-direction: column;
      height:40vh;
      justify-content: space-around;
      text-align:start;
      }
  
      .div-text{
      display:flex;
      flex-direction:row;
      align-items:center;
      text-align:start;
      font-size: 1.7em;
      font-family: "Concert One", sans-serif;
      font-weight: 400;
      letter-spacing: 1.1px;
      
   
      
      }
  
      a{
      margin-left:20px;
      cursor:pointer;
      text-decoration:none;
      color:white;
      }
  
   
  
      
      
  
      iframe
      {
      height: 45vh;
      width: 40vw;
      border-radius: 10px;
      }

    }