@keyframes loading {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    50% {
        -webkit-transform: scale(0.7,0.7);
        transform: scale(0.7,0.7);
    }
    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

#preloader.show{
    display:flex;
}
#preloader{
    filter: blur(0);
    display:none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background-color: rgba(255,255,255,.8);
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    opacity: 1;
}
#preloader img{
    min-width:300px;
    max-width:350px;
    -webkit-animation: loading 2s infinite linear;
    animation: loading 2s infinite linear;
}
/*.article-item-min__favorite{*/
/*    min-width: 1px;*/
/*}*/
@media (max-width: 639px) {
    .b24-widget-button-wrapper {
        display: none !important
    }
}
@media (max-width: 437px) {
    .catalog-empty__buttons .catalog-empty__button{        margin-top: 10px;
        margin-bottom: 0;
    }
}
.b24-window-close{
    padding: 0;
    width:28px !important;
    min-width:28px !important;
    max-width:28px !important;
    height:28px !important;
    min-height:28px !important;
    max-height:28px !important;
}
.b24-window-panel .b24-form-wrapper{
    border-radius: 0;
}
.b24-form-wrapper.b24-form-border-bottom{
    border-radius: 0;
}
.b24-form-state, .b24-form-loader{
    border-radius: 0px !important;
}
.b24-form-content{
    padding-top: 30px !important;
}
.b24-window-close{
    right: 10px !important;
}
@media (min-width: 1366px) {
    .availability-tooltip__close {
        display: none !important
    }
}

.bx-im-textarea-send-button {
    width: 33px !important;
    min-width: 33px !important;
    max-width: 33px !important;
    height: 33px !important;
    min-height: 33px !important;
    max-height: 33px !important;
}
.bx-im-textarea-mobile .bx-im-textarea-send-button {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}