.bg-green{background-color: #2CB742;}
.button.bg-green:hover{background-color: #249736 !important;}

.bg-blue{background-color: #27A7E7;}
.button.bg-blue:hover{background-color:#1376a8 !important;}
.social svg{width: 50px; height: 50px;}
@media (max-width: 480px) {
    .tabsItemBlock .d-time img {
        padding-top: 0;
    }
    .d-time .atooltip{left: -130px !important;}
}
.title-auto{height: 85px;}
.d-time{display: flex; align-items: center;}
.me-5 {
    margin-right: 2.3rem !important;
}
.social a{
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 50%;
    /* padding: 8px; */
    overflow: hidden;
}

.social svg{width: 100%; height: auto;}
header .social a{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
header .social svg{width: 42px; height: 42px;}

/*@media (max-width: 1400px) {*/
  /*  .custom-hidden-1400{display:none !important;}*/
    .custom-flex{
        flex-wrap: nowrap;
        align-items: center
    }
/*}*/
@media (max-width: 1200px) {
    .title-auto{height: 100px; font-size: 24px;}
}
@media (max-width: 991px) {
    .title-auto{height: 85px; font-size: 24px;}
    .d-flex{display: flex !important;}
}
@media (max-width: 768px) {
    .title-auto{height: auto; font-size: 24px;}
    header .social a{
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    header .social svg{width: 35px; height: 35px;}
}
@media (max-width: 480px) {
    .title-auto{height: 85px;}
}