#ajax_loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
}

.loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid var(--swiper-theme-color);
    border-left: 4px solid transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.descp-details__text .articleBody {
    margin-bottom: 1.25rem;
}
[class*=-ibg] .bx-yandex-view-layout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.breadcrumbs {
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}
#content2 {
    direction: rtl;
    text-align: right;
}
@supports (font-size:clamp(1.75rem ,1.345959596rem + 2.0202020202vw ,3rem)) {
    h1.h2 {
        font-size: clamp(1.75rem ,1.345959596rem + 2.0202020202vw ,3rem);
    }
}