.custom-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.width100 {
    width: 100%;
}

.our-list {
    list-style-image: url('/img/mark.svg');
}

.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;
}

.voenniy-bg-1 {
    background-image: url('/img/bgs/voenniy/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;
}

a {
    color: #fff;
}

a:hover {
    color: #e5e5e5;
}

@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;
}