/*.container {
  max-width: 1230px !important;
  width: 100% !important;
}

#lastik-rotate {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}*/
/*# sourceMappingURL=main.css.map */


body {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-image: url("../images/Error/LB-404-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.not-found-categories a {
    height: 70px;
    box-shadow: 0 1px 2px 0 #bdb9b7;
    display: flex;
    border: 1px solid #199da7;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    color: #302f2f;
    text-align: center;
    font-weight: 500;
    text-transform:uppercase;
}

#not-found-categories-title {
    color: #199da7;
    text-transform: uppercase;
}

.not-found-logo img {
    margin-top: 50px !important;
    width: 200px;
}

.not-found-cat-btn:hover {
    background-color: #199da7;
    color: #fff;
}

.btn-not-found-home {
    background-color: #199da7 !important;
    color: #fff;
    border-radius: 18px;
    text-transform:uppercase;
}

#firsatlar {
    color: #199da7;
}

#not-found-lastik-rotate {
    /*-webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4000ms;
    animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;*/
  
}

/*@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
*/
.not-found-lb-input {
    border: 3px solid #199da7;
    border-radius: 30px;
    padding: .5rem .6rem;
    height: 50px;
}

.not-found-searchBar > button {
    background: 0 0;
    border: unset;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    outline: 0 !important;
}

    .not-found-searchBar > button:focus {
        outline: 0 !important;
        outline: 0 -webkit-focus-ring-color !important;
    }

@media (max-width: 768px) {
    #not-found-categories-title {
        text-align: center;
    }

    #not-found-img img {
        width: 26%;
    }
}
@media (max-width: 300px) {
    #not-found-categories-title {
        text-align: center;
    }
    .not-found-logo a {
        margin-left: 40px !important;
        
    }

   
}

@media (min-width: 768px) {
    .not-found-logo a {
        margin-left: 12px !important;
    }

    h5 {
        font-size: 1.1rem;
    }
}