@import url(fonts.css);
@import url(grid.css);
@import url(global.css?ver=1.02);
@import url(header.css?ver=1.01);

.main-btn {
    padding: 10px 20px;
    background-color: var(--color-green-primary);
    color: #fff;
    border-radius: 8px;
    border: 0;
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-size: var(--font-size-2);
    font-weight: 300;
}
           
            .not-found__wrapper{
                min-height: 300px;
            }
            .not-found__image{
               position: absolute;
    right: 0px;
    top: 0;
    max-width: 300px;
            }
            .not-found__title{
                text-align: center;
                font-weight: 400;
                text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: var(--color-blue-primary);
    padding: 90px 0 20px;
    
            }
            @media only screen and (max-width:1200px){
                .not-found__title{
                    /* max-width:calc(100% - 500px) ; */
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
                }
            }
            @media only screen and (max-width:992px){
                  .not-found__title{
                    max-width:calc(100% - 200px) ;
                    font-size: 25px;
                    /* margin-top: 250px; */
                  }
            }
            @media only screen and (max-width:576px){
                .not-found__title{
                     font-size: 20px;
                     max-width:calc(100% - 100px) ;
                }
               
            }
