h1.card-title{
    font-weight: 500;
    font-size: 2rem;
}
/*логотип эл.почты*/
.bi-envelope-paper{
    transform: translateY(56px);
}
/*3 основных блока------*/
.card-body.p-4{
   padding: 1rem !important;
}
/*низим зазор в вкладках блока и промеж блока с футером*/
.contact-item, .mb-5{
    margin-bottom: 1rem !important;
}
.card-body.p-4>.contact-item:last-child{
    margin-bottom: 0rem !important;
}
/*тянем карту к блоку*/
.mt-5 {
    margin-top: 1.5rem !important;
}

@media (max-width: 768px) {
    /*центровка заголовков в блоках----*/
    .card-title.mb-4{
        text-align: center;
    }
    /*центовка вкладок блоков*/
    .contact-item>.d-flex{
/*            justify-content: center;
        width: 100%;*/
    }
    /*делаим вкладки в колоночку*/
    .contact-item>.d-flex{
        flex-direction: column;
        align-items: center !important;
    }
    /*у лого отк. trans*/
    .bi-envelope-paper {
         transform: none;
    }
    .card-body.p-4>.schedule-item:nth-of-type(1)>.d-flex.align-items-center.mb-3{
        margin-bottom: 0rem !important;
    }
    /*перемещение времени в блоке режим работы*/
    .d-flex.justify-content-between.py-2{
        flex-wrap: wrap;
    }
    /*перемещение времени одновременно*/
    .list-unstyled.mb-0>.d-flex:first-child>span:first-child{
        margin-right: 0.5rem; 
    }
    .list-unstyled.mb-0>.d-flex:last-child>span:first-child{
        margin-right: 1.35rem; 
    }
}

 @media(max-width: 416px){
    .card-title.mb-4{
        margin-bottom: 1rem !important;
    }
    .fw-bold{
        text-align: center;
    }
    .text-decoration-none{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .d-flex.flex-column span:first-child{
        margin-right: 0rem !important;
    }
    .col-lg-6{
        margin-top: 1rem;
    }
    .schedule-item.bg-white{
        margin-bottom: 0.5rem !important;
    }
}
@media(max-width: 350px){
    h1.card-title {
    font-size: 1.5rem;
}
 }