.contacts_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-backdrop{
    z-index: 1;
}
.navbar-collapse{
    flex-grow: unset;
}
.product-item-detail-slider-container{
    z-index: unset!important;
}
.product-item-detail-slider-container.popup{
    z-index: 100000!important;
}
.product-item-image-original{
    z-index: unset!important;
}
.product-item-detail-slider-image.active {
    z-index: 0!important;
}
.sale-personal-section-index-block{
    background-color: var(--theme-color-primary, rgb(247 203 44));
}
.back-link:hover .st0{fill:#cca000;}
.bx-top-nav-container {
    display: block;
}
@media (max-width: 767px) {
    .masthead-heading {
       font-size: 32px!important;
    }
}
.fixed-top{
    position: fixed!important;
}
.product-item-detail-short-card-fixed.active {
    display: none!important;
}
.product-item-detail-tabs-container-fixed.active{
    display: none!important;
}
.bx-panel-site-toolbar{
    margin-top: 40px!important;
}
#bx-panel.bx-panel-fixed{
    z-index: 100000!important;
}
.has-admin-panel #bx-panel{
    z-index: 1000000!important;
}
.admin-padding  #mainNav{
    padding-top: 45px!important;
}

@media (max-width: 767px) {
    .admin-padding #mainNav {
        padding-top: 40px !important;
    }
}
@media (max-width: 568px) {
   .is-captcha{
       display: flex;
       flex-direction: column-reverse;
   }
    .form-group.is-captcha .input-captcha {
        margin-top: 15px;
        margin-bottom: 10px;
        position: unset!important;
    }
}
header.masthead {
    display: none;
}
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529 !important;
}
.wrap {
    padding-top: 100px;
}
.product-item-container.hover .product-item-title{
    white-space: normal;
}