div[id^="wait_comp"] {
    display: none;
}

/*lazy*/
.lazy,
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

/*
.loadings {
    background: url(img/loader.svg) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}

.loadings * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

 */
/*load*/



.serv-about__slide-img {
    position: relative;
}



/** кругляшок загрузки start **/
.sending .loader-btn__spin {
    display: block;
}

.sending._white .loader-btn__spin {
    background: #fff;
}


.sending._white .loader-btn__spin:after {
    color: #000;
}
/** кругляшок загрузки end **/


/** Для капчи оформление start **/
.form .captcha-row {
    display: flex;
}

.form .captcha-row .captcha_image {
    margin-right: 12px;
}

.form .captcha-row .captcha_image img {
    height: 62px;
}
/** Для капчи оформление end **/

/** Постраничная навигация start **/
.pagination.hidden {
    display: none;
}

/** Постраничная навигация end **/

.swiper-lazy-preloader {
    --swiper-preloader-color: #000;
    width: 24px;
    height: 24px;
}


label.error:not(.form-checkbox__label) {
    color: #ff0000;
    margin-top: 5px;
    padding: 0 24px;
    position: relative;
    font-size: 14px;
    text-align: left;
    line-height: calc(1em + 4px);
    white-space: nowrap;
    display: block;
}

.input.error input, .input.error textarea, .captcha_input.error input {
    /*border-color: #ff0000;*/
    border: 1px solid #ff0000;
}

/*
.lazy,.lazyloading {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

 */

.lazy:not(img),
.lazyloading:not(img) {
    background-size: 24px;
}

/* убираем кнопку при ajax отправки */
div[id^=wait_comp], .bx-core-waitwindow{display:none;}