/* Таблица стилей к странице 404 */
.l-content {
    display: flex;
    display: -webkit-flex;
    padding-top: calc(6vh + 60px);
    padding-bottom: 6vh;
    min-height: calc(100vh - 232px);
    background-color: #EAEFF1;
}
    
    .b-content__work {
    margin: 0 auto;
    }
   .l-content .wrapp {
     margin: auto;
   }
   h1 {
        text-align: center;
        font-size : 2.4rem;
        color : #39B54A;
   }
   p.icon {
       margin: 8vh 0;
       height: 130px;
       background-image: url('../img/icon-404.svg');
       background-repeat: no-repeat;
       background-size: contain;
       background-position: center;
   }
   h2 {
       text-align: center;
       font-size : 1.2rem;
       color : #383838;
       margin-bottom: 3vh;
   }
   p.lead {
       color : #383838;
       text-align: center;
       max-width: 600px;
       margin: 0 auto 2vh;
   }
   .link {
       color: #337ab7;
   }
   .link:hover {
       color: #337ab7;
       border-bottom: none;
   }
