.custom-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.width100 {
    width: 100%;
}

.our-list {
    list-style-image: url('/img/mark.svg');
}

.index-bg-1 {
	background-image: url('/img/bgs/index/1.jpg');
}

.index-bg-2 {
    background-image: url('/img/bgs/index/2.jpg');
}

.index-bg-3 {
    background-image: url('/img/bgs/index/3.jpg');
    border-radius: 10px;
}

.get-kons-bg-1 {
    background-image: url('/img/get_kons/bg.jpg');
}

.what-we-can-help-img {
    width: 90%;
    border-radius: 8px;
}

.ugolovniy-advokat-bg-1 {
    background-image: url('/img/bgs/ugolovniy-advokat/1.jpg');
}

.semeyniy-jurist-bg-1 {
    background-image: url('/img/bgs/semeyniy-jurist/1.jpg');
}

.strahovoy-jurist-bg-1 {
    background-image: url('/img/bgs/strahovoy-jurist/1.jpg');
}

.vse-uslugi-item {
    border-radius: 8px;
    text-decoration: none;
    display: block;
    transition: .15s;
}

.vse-uslugi-item:hover {
    transform: scale(1.05);
}

.vse-uslugi-item:active {
    transform: scale(0.95);
}

.trudovie-spori-bg-1 {
    background-image: url('/img/bgs/trudovie-spori/1.jpg');
}

.zemelniy-jurist-bg-1 {
    background-image: url('/img/bgs/zemelniy-jurist/1.jpg');
}

.kreditniy-jurist-bg-1 {
    background-image: url('/img/bgs/kreditniy-jurist/1.jpg');
}

.meditsinskiy-advokat-bg-1 {
    background-image: url('/img/bgs/meditsinskiy-advokat/1.jpg');
}

.migratsionniy-advokat-bg-1 {
    background-image: url('/img/bgs/migratsionniy-advokat/1.jpg');
}

.dolgovoe-pravo-bg-1 {
    background-image: url('/img/bgs/dolgovoe-pravo/1.jpg');
}

.voenniy-bg-1 {
    background-image: url('/img/bgs/voenniy/1.jpg');
}

.administrativniy-jurist-bg-1 {
    background-image: url('/img/bgs/administrativniy-jurist/1.jpg');
}

.nasledstvenniy-advokat-bg-1 {
    background-image: url('/img/bgs/nasledstvenniy-advokat/1.jpg');
}

.pensionniy-jurist-bg-1 {
    background-image: url('/img/bgs/pensionniy-jurist/1.jpg');
}

.avtojurist-bg-1 {
    background-image: url('/img/bgs/avtojurist/1.jpg');
}

.about-bg-1 {
    background-image: url('/img/bgs/about/1.jpg');
}

.avatar {
    border-radius: 50%;
    width: 200px;
}

.owl-carousel .owl-item img.avatar {
    width: 200px;
}

.navigator {
    background-color: #f1f1f1;
    font-size: 20px;
}

.navigator a {
    color: #6c757d;
}

.footer-block-right ul li {
    list-style-type: none;
    display: inline-block;
    width: 45%;
    margin: 0 0 10px;
}

.footer-block-right ul {
    padding-left: 0px;
}

.footer-logo {
    width: 50px;
}

.footer {
    background-color: #EFEFEF;
}

.danger-a {
    color: #0d6efd;
    text-decoration: none;
    border-bottom: 1px dotted #0d6efd;
}

.danger-a:hover {
    color: black;
    text-decoration: none;
    border-bottom: none;
}

.white-a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

.white-a:hover {
    color: white;
    text-decoration: none;
    border-bottom: none;
}

.navigator a:hover {
    color: #34393D;
}

.breadcrumb {
    margin-bottom: 0px;
}

.title-full {
    font-size: 24px;
    border-bottom: 1px solid #848d95;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.services-main-all .item .title {
    font-size: 2rem;
    color: var(--bs-btn-bg);
}

.services-main-all .item .title:hover {
    font-size: 2rem;
}

.services-main-all .item .text {
    margin-top: 10px;
    font-size: 15px;
}

.services-main-all .item .more {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}

.news-image {
    width: 250px;
    float: left;
    margin: 20px;
}

a {
    color: #fff;
}

a:hover {
    color: #e5e5e5;
}

/* WhatsApp анимация "позвони мне" */
@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1.2) rotate(-5deg);
    }
    35% {
        transform: scale(1.2) rotate(5deg);
    }
    40% {
        transform: scale(1.2) rotate(-5deg);
    }
    45% {
        transform: scale(1.2) rotate(5deg);
    }
    50% {
        transform: scale(1.2) rotate(-5deg);
    }
    55% {
        transform: scale(1.2) rotate(5deg);
    }
    60% {
        transform: scale(1.2) rotate(0deg);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.whatsapp-pulse {
    animation: whatsapp-pulse 2s ease-in-out infinite;
    display: inline-block;
    transform-origin: center;
    color: #25D366;
    font-size: 2rem;
}