

@media (max-width: 576px) {
    .mob-h4 {
        font-size: calc(1rem) !important;
    }
    .breadcrumb-item.active {
        display: none;
    }
}


/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {*/
/*    .navbar .nav-item .dropdown-menu{ display: none; }*/
/*    .navbar .nav-item:hover .nav-link{   }*/
/*    .navbar .nav-item:hover .dropdown-menu{ display: block; }*/
/*    .navbar .nav-item .dropdown-menu{ margin-top:0; }*/
/*}*/
/* ============ desktop view .end// ============ */

.to-up {
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: none;
    z-index: 22;
    cursor: pointer;
    text-shadow: 1px 1px 1px white;
}

.bg-indigo  {
    background-color: #146ef7 !important;
}
.bg-send  {
    background-color: #e3f2fd !important;
}


.link-indigo {
    color: #0d6efd;
}
.link-send {
    color: #F4A460;
}

a {
    /*color: #F4A460;*/
}
p.card-text{
    margin-bottom: 0rem;
}
.text-indigo {
    color: #F4A460 !important;
}
.tag-indigo:hover{
    background-color: red !important;
    color:white;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 60vh;
    overflow-y: auto;
}
.bg-featured-blog {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 15rem;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
/*#address-map-container{*/
/*    width: 0px !important;*/
/*    height: 0px !important;*/
/*}*/
.navbar-brand {
    font-weight: 600;
}
