/** CUSTOM.css */
.clearfix {
    display: table;
    width: 100%;
    clear: both;
}
.sr-only {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    overflow: hidden!important;
    margin: -1px 0 0 -1px!important;
}
.team-slider .swiper-wrapper {
    height: auto;
}
.w-25 {width: 25%!important;}
.w-50 {width: 50%!important;}
.w-100 {width: 100%!important;}

.form-field--error {
    position: relative;
    z-index: 2;
}

.form-field--error + .form-field {
    z-index: 1;
}

.form-field--error .form-input {
    border-bottom-color: red;
}

.form-field--error .form-input::-webkit-input-placeholder {
    color: red;
}

.form-field--error .form-input:-moz-placeholder {
    color: red;
}

.form-field--error .form-input::-moz-placeholder {
    color: red;
}

.form-field--error .form-input:-ms-input-placeholder {
    color: red;
}

.form-field--error .form-radio__text::before,
.form-field--error .form-checkbox__text::before {
    border: 1px solid red;
}
.form-field__error {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 4px;
    color: red;
    font-size: 10px;
    line-height: 12px;
}

.form-field__radios ~ .form-field__error,
.form-checkbox ~ .form-field__error {
    bottom: -26px;
}
.form-field__calendar-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 11px;
    z-index: 1;
    border: 1px solid transparent;
}
.form-field__calendar-icon-hover {
    border-color: #aeb6c2;
    background-color: #dbe3f2;
}
.form-field__icon + .form-field__calendar-icon {
    margin-right: 40px;
}
@media screen and (max-width: 767px) {
    .form-field__calendar-icon {
        margin: auto 7px;
    }
    .form-field__icon + .form-field__calendar-icon {
        margin-right: 35px;
    }
}

.search-result__value b {
    font-weight: inherit;
    padding-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
    .search-result__value b {
        padding-bottom: 0;
    }
}
.search-form__submit {
    pointer-events: initial;
}
.contact .contact-form__box,
.service-page .search-panel__content {
    height: auto;
}

.search-panel__container--page,
.search-panel__container--page .search-panel__content {
    height: initial;
    max-height: initial;
}
button.link {
    background: none;
    cursor: pointer;
}

@media screen and (max-width: 1279px) {
    .auth-box {
        height: auto;
    } 
}

.search-panel {
    top: -999999px;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.is-search-open .search-panel {
    top: 0;
}