
.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
}

.breadcrumbs a {
    position: relative;
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    background: #171717;
    transition: all 0.5s;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #171717;
    box-shadow: none;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.5s;
}
input.input-group-text.mb-3.name_find.text-left.w-100 {
    font-size: 12px;
}
.check_container {
    font-size: 12px;
}
.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after{
    background: #c1993d;
    color: #ffffff !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    position: absolute;
    color: #000;
    text-align: center;
    top: 8px;
    left: 30px;
    line-height: 20px;
    box-shadow: 0 0 2px #ccc;
    width: 20px;
    background-color: white;
    border-radius: 50%;
}

.breadcrumbs a:first-child {
    padding-left: 46px;
}

.breadcrumbs a:first-child::before {
    left: 14px;
}
.header-body {
    background-color: #111119 !important;
}
a.dropdown-item {
    color: #fff !important;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
}
.footer__providers img {
    padding: 5px 8px;
}
#header .header-nav-main:before {
    background: #111119;
}
li.dropdown {
    border: none !important;
}
#header .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
.swiper-div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.swiper-text-block {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}
.swiper-div a.btn {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: none !important;
}

.btn-warning {
    background: linear-gradient(to top, #d0a546, #b08b32 50%, #cca445) !important;
    border-color: #dac593 !important;
}
