.center-all {
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-between {
    display: flex;
    justify-content: space-between;
}
section.search-form {
    padding: 85px 0;
    background: #F1F3F5;
}
.fields-wrap {
    display: flex;
    justify-content: space-between;
}
.fields-wrap fieldset {
    width: calc(50% - 10px);
}
@media (max-width: 767px) {
    .fields-wrap {
        display: block;
    }
    .fields-wrap fieldset {
        width: 100%;
    }
    .fields-wrap fieldset:first-of-type {
        margin-bottom: 20px;
    }
}
label.block {
    display: block;
}
select.cstm-slct {
    border: 1px solid #90949C;
    padding: 15px 12px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
.cstm-arr {
    position: relative;
}
.cstm-arr::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) scaleX(.75);
    width: 0;
    height: 0;
    border-top: 6px solid #90949C;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-52 {
    margin-bottom: 52px;
}
.search-results {
    display: none;
}
.search-results.active {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px 30px 0 0;
    margin-bottom: 40px;
    border: none;
    border-bottom: 2px solid #90949C;
    background-image: url(https://i8.amplience.net/i/epsonemear/search);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right ;
}
.search-results.active:focus {
    outline: none;
    border-bottom: 2px solid #353535;
}
.bottom-info {
    padding: 40px 0 20px;
    color: #353535;
}
.mb-26 {
    margin-bottom: 26px;
}
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 100%; */
    padding-top: 30px;
    pointer-events: none;
    position: relative;
    opacity: 0;
}
.loading.active {
    opacity: 1;
    pointer-events: all;
}
.showload {
    position: absolute;
    opacity: 0;
}
.active .showload {
    animation-name: show;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.active .showload__1 {
    animation-delay: .5s;
}
.active .showload__2{
    animation-delay: 1s;
}
.active .showload__3 {
    animation-delay: 1.5s;
}
@keyframes show {
    0%      {opacity: 0}
    1%      {opacity: 1}
    25%     {opacity: 1}
    26%     {opacity: 0}
    100%    {opacity: 0;}
}
.local-regulation p {
    margin-bottom: 26px;
}
.local-regulation p:last-of-type {
    margin-bottom: 0;
}
.file-item {
    padding-left: 100px;
    background-image: url(https://i8.amplience.net/i/epsonemear/pdf-icon);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center left;
}
.xgn-accordion__item.inactive {
    display: none !important;
}

.xgn-poiner {
    cursor: pointer;
}