/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* Kill sort */
/*main_banner*/

.banner_tizer {
    
    display: flex;
    width: 100%;
}
.banner_tizer_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
} 
.banner_tizer_items span{
    max-width: 150px;
    text-align: center;
    
}

.wrap_btn{
    display: flex;
    align-items: baseline;
}
.wrap_btn .btn_banner_form {
    padding: 16px 26px;
    font-size: 16px;
}
@media (max-width: 1200px){
    .wrap_btn .btn_banner_form {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 767px){
    .banner_tizer {
        
        justify-content: center;
    }
}
@media (max-width: 600px){
    .wrap_btn .btn_banner_form {
        padding: 9px 13px;
        font-size: 13px;
        line-height: 17px;
    }
    .banner_tizer_items span{
        max-width: 130px;
        
        
    }
}

.error_404 {
    display: flex;
    background: url('../images/error_404_bg.svg');
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10%;
}

.error_404_title {
    font-family: 'GraphikLCG-Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    padding: 44px 0 16px;
}

.error_404_text {
    font-family: 'GraphikLCG-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #8C9194;
    padding-bottom: 40px;
    padding-top: 16px;
}

.error_404 div img {
    width: 100%;
    height: 100%;
}

.error_404 .btn_to_open {
    padding: 32px 0 0;
}

.error_404 .btn_to_open button {
    width: 200px;
    padding: 0;
}

@media (max-width:993px) {
    .error_404_title {
        padding: 36px 0 8px;
    }

    .error_404 .btn_to_open {
        padding: 16px 0 0;
    }

    .error_404_title {
        font-size: 26px;
    }

    .error_404_text {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    .error_404 .btn_to_open {
        padding: 16px 0 20px;
    }

    .error_404_title {
        font-size: 18px;
    }

    .error_404_text {
        font-size: 12px;
    }
}