
@media only screen and (max-width : 1300px){
    /* меню */
    .navbar-nav .nav-item .nav-link{
        padding: 8px;
    }
    .navbar-nav .nav-item.select-car a,
    .navbar-nav .nav-item.registration a{
        padding: 8px 16px;
    }
    .nav-link.dropdown-toggle{
        padding: 10px;
    }
    /* end-меню */

}

@media only screen and (max-width : 1200px){
    /* меню */
    
    .nav-link.dropdown-toggle{
        font-size: 18px;
    }
    /* end-меню */
    
}

@media only screen and (max-width : 1100px){
    
}

@media only screen and (max-width : 1050px){
    /* меню */
    .navbar-nav .nav-item.select-car a,
    .navbar-nav .nav-item.registration a{
        padding: 8px;
    }
    /* end-меню */
}
@media only screen and (min-width : 992px){
    main{
        margin-top: 62px;
    }
}
@media only screen and (max-width : 992px){
    main{
        margin-top: 58px;
    }
    .number.collapse.show{
        display: block;
    }
    header .container-fluid{
        padding-left: 24px;
    }
    
    footer .container-lg{
        padding: 0 24px;
    }
    footer .block-info,
    footer .information{
        justify-content: center;
    }
    footer .block-info>.logo-copyright{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40px;
    }
    footer .block-info .info:not(:last-child){
        margin-right: 60px;
    }
    footer .block-info>.logo-copyright>div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width : 920px){
    
}
@media only screen and (max-width : 720px){
    footer .block-info .info:not(:first-child) .title{
        display: none;
    }
    footer .block-info .info:first-child .title{
        font-weight: 500;
    }
    footer .block-info .info:last-child{
        margin-top: 40px;
    }
    footer .block-info .info .tel-number-row{
        border-radius: 8px;
        background: var(--light-gray-2, #EEF0F3);
        padding: 6px 18px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width : 705px){
    footer .block-info .info:nth-child(2),
    footer .block-info>.logo-copyright {
        margin-right: 0;
    }
}
@media only screen and (max-width : 576px){
    header .container-fluid {
        padding-left: 20px;
        padding-right: 8px;
    }
    .chat-button{
        bottom: 2%;
        right: 2%;
    }
    .chat-button .ellipse-light-blue{
        transform: scale(.95);
        animation: pulse 3s ease-in-out infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 #477eec49;
            background: #477eec49;
        }
        50% {
            transform: scale(1);
            box-shadow: 0 0 0 10px #477eec00;
            background: #477eec00;
        }
        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 #477eec00;
            background: #477eec00;
        }
    }
    .chats .messengers-chat img{
        height: 40px;
        width: 40px;
        margin-right: 12px;
    }
}

@media only screen and (max-width : 480px){
    .navbar-brand img{
        height: 18px;
        width: auto;
    }
    .navbar-toggler-icon{
        height: 24px;
        width: 24px;
    }
    .offcanvas-end{
        width: 100%;
    }
    footer .block-info, footer .information{
        flex-direction: column;
        align-items: center;
    }
    footer .block-info .info{
        text-align: center;
    }
    footer .block-info .info:nth-child(1){
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer .block-info .info,
    footer .block-info .info a,
    footer .block-info>.logo-copyright>a{
        font-size: 16px;
        line-height: 24px;
    } 
    footer .block-info>.logo-copyright>div>p{
        font-size: 15px;
        line-height: 21px;
    }
}
@media only screen and (max-width : 380px){
    .offcanvas-body .navbar-nav .nav-item .nav-link{
        font-size: 22px;
        line-height: 28px;
    }
    .offcanvas-body{
        padding: 20px;
    }
}

@media only screen and (max-width : 345px){
    .number.collapse.show{
        display: none;
    }
    main{
        margin-top: 56px;
    }
    .navbar-nav .nav-item.registration{
        margin-bottom: 10px;
    }
}