/*
    style for only all pages!
    index
    lendigs
    others
 */

.centered{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sp-btn {
    background: #e33f31;
    color: #fff;
    padding: 13px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}
.sp-btn_header-top__mb{
    margin: 10px 0;
    display: none;
    width: 243px;
    text-align: center;
}
.sp-btn_header-top__mb .sp-btn {
    display: none;
}

.breadcrumbs-container_leiding .breadcrumb{
    background-color: #F7F7F7;
    padding: 5px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    align-items: center;
}
.breadcrumbs-container_leiding  ul li {
    margin-left: 0;
}
.breadcrumbs-container_leiding a,
.breadcrumbs-container_leiding .divider,
.breadcrumbs-container_leiding li span,
.breadcrumbs-container_leiding .breadcrumb>.active{
    color: #cacaca !important;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
}
.breadcrumbs-container_leiding a:hover {
    text-decoration: none;
    transition: all 0.4s;
}
.breadcrumbs-container_leiding .divider{
    font-size: 10px;
}
.breadcrumbs-container_leiding .breadcrumb>li+li:before {
    display: none;
}

.custom-form-section{
    background: url(/images/form-bg.jpg) no-repeat center / cover #1B73A3;
}
.custom-form-section .form-wrapper{
    max-width: 635px;
}
.custom-form-section .price-count-title{
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.custom-form-section .form-container .count-form .count-form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 460px;
    height: auto;
    font-size: 16px;
    border-radius: 3px;
    background-color: #E33F31;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    border: none;
    outline: none;
    padding: 12px 10px;
    margin-left: auto;
    margin-right: auto;
}
.custom-form-section .form-container .count-form .count-form-submit:hover {
    background: #a93328;
    box-shadow: 0 0 10px #e33f31;
}
.custom-form-section .form-container .small-text-form{
    color: #fff;
    text-align: center;
}
.quest-section{
    background: url(/images/quest-bg.jpg) no-repeat 80% center / cover #1B73A3;
    padding: 80px 0;
}
.quest-section-title{
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    max-width: 800px;
    margin-bottom: 40px;
}
.quest-section .button.red{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: auto;
    font-size: 16px;
    border-radius: 3px;
    background-color: #E33F31;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    padding: 12px 10px;
    margin-left: auto;
    margin-right: auto;
}

/*   MEDIA  */

@media screen and (min-width: 992px) {
    .footer .sp-btn {
        position: absolute;
        bottom: 85px;
    }
}
@media screen and (max-width: 2560px) {

}
@media screen and (max-width: 1980px) {

}
@media screen and (max-width: 1800px) {
    .main-page .banner {height: 450px;}
}
@media screen and (max-width: 1550px) {
    .main-page .banner {height: 400px;}
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
    .header-top .sp-btn {
        display: none;
    }
    .sp-btn_header-top__mb,
    .sp-btn_header-top__mb .sp-btn {
        display: block;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 575px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 425px) {

}
