.choose_form .hidden-list li {
    text-align: left;
}

.choose {
    position: relative;
}

.choose .loader {
    display: none;
}

.choose.load .loader {
    display: block;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(193, 217, 230, 0.8);
    top: 0;
    left: 0;
    z-index: 3;
}

.lds-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #3f3f3f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3f3f3f transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.choose_form .js-custom-input__wr input[type="checkbox"].error + .label__div,
.choose_form .input-group input[name="document-region"].error,
.choose_form .input-group input[name="document-type"].error {
    border-color: red;
}

header .skype_link,
header .whatsupp_link {
    color: white;
}

.testimonial.passport_search__item {
    width: 100%;
}

.passport_search__img {
    flex: 0 0 100%;
    max-width: 100%;
}

.passport_search__title {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.typical_subcategories__row .subcategories__passport_col a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

ul.sidebar .btn_filter_list {
    display: none;
    text-align: center;
    color: #313133;
    font-size: 35px;
    margin-bottom: 20px;
    cursor: pointer;
}

@media only screen and (min-width: 991.9px) {
    ul.sidebar .sidebar___in {
        display: block !important;
    }
}

@media only screen and (max-width: 991.9px) {
    ul.sidebar .btn_filter_list {
        display: block;
    }

    ul.sidebar .sidebar___in {
        display: none;
    }
}

#swdSearchInput{
    font-size: 14px;
    color: #292929;
    /*background-color: #b1c018;*/
    transition: background-color .3s;
    /*border-radius: 20px;*/
    font-family: Poppins,sans-serif;
    padding: 8px 25px;
    font-weight: 500;
    letter-spacing: .5px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    line-height: 1.6;
    margin: 20px auto 0;
    border-radius: 0;
    border: 1px solid #bbb;
    background-color: #fbfbfb;
}